Interface IdentityPlatformConfigSmsRegionConfigAllowlistOnly
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IdentityPlatformConfigSmsRegionConfigAllowlistOnly.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.672Z") @Stability(Stable) public interface IdentityPlatformConfigSmsRegionConfigAllowlistOnly extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformConfigSmsRegionConfigAllowlistOnly.BuilderA builder forIdentityPlatformConfigSmsRegionConfigAllowlistOnlystatic classIdentityPlatformConfigSmsRegionConfigAllowlistOnly.Jsii$ProxyAn implementation forIdentityPlatformConfigSmsRegionConfigAllowlistOnly
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IdentityPlatformConfigSmsRegionConfigAllowlistOnly.Builderbuilder()default List<String>getAllowedRegions()Two letter unicode region codes to allow 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
-
getAllowedRegions
@Stability(Stable) @Nullable default List<String> getAllowedRegions()
Two letter unicode region codes to allow 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#allowed_regions IdentityPlatformConfig#allowed_regions}
-
builder
@Stability(Stable) static IdentityPlatformConfigSmsRegionConfigAllowlistOnly.Builder builder()
-
-