Interface IdentityPlatformConfigSmsRegionConfigAllowByDefault
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IdentityPlatformConfigSmsRegionConfigAllowByDefault.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.672Z") @Stability(Stable) public interface IdentityPlatformConfigSmsRegionConfigAllowByDefault extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformConfigSmsRegionConfigAllowByDefault.BuilderA builder forIdentityPlatformConfigSmsRegionConfigAllowByDefaultstatic classIdentityPlatformConfigSmsRegionConfigAllowByDefault.Jsii$ProxyAn implementation forIdentityPlatformConfigSmsRegionConfigAllowByDefault
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IdentityPlatformConfigSmsRegionConfigAllowByDefault.Builderbuilder()default List<String>getDisallowedRegions()Two letter unicode region codes to disallow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json.
-
-
-
Method Detail
-
getDisallowedRegions
@Stability(Stable) @Nullable default List<String> getDisallowedRegions()
Two letter unicode region codes to disallow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#disallowed_regions IdentityPlatformConfig#disallowed_regions}
-
builder
@Stability(Stable) static IdentityPlatformConfigSmsRegionConfigAllowByDefault.Builder builder()
-
-