Interface ApikeysKeyRestrictions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApikeysKeyRestrictions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.411Z") @Stability(Stable) public interface ApikeysKeyRestrictions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApikeysKeyRestrictions.BuilderA builder forApikeysKeyRestrictionsstatic classApikeysKeyRestrictions.Jsii$ProxyAn implementation forApikeysKeyRestrictions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ApikeysKeyRestrictions.Builderbuilder()default ApikeysKeyRestrictionsAndroidKeyRestrictionsgetAndroidKeyRestrictions()android_key_restrictions block.default ObjectgetApiTargets()api_targets block.default ApikeysKeyRestrictionsBrowserKeyRestrictionsgetBrowserKeyRestrictions()browser_key_restrictions block.default ApikeysKeyRestrictionsIosKeyRestrictionsgetIosKeyRestrictions()ios_key_restrictions block.default ApikeysKeyRestrictionsServerKeyRestrictionsgetServerKeyRestrictions()server_key_restrictions block.
-
-
-
Method Detail
-
getAndroidKeyRestrictions
@Stability(Stable) @Nullable default ApikeysKeyRestrictionsAndroidKeyRestrictions getAndroidKeyRestrictions()
android_key_restrictions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#android_key_restrictions ApikeysKey#android_key_restrictions}
-
getApiTargets
@Stability(Stable) @Nullable default Object getApiTargets()
api_targets block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#api_targets ApikeysKey#api_targets}
-
getBrowserKeyRestrictions
@Stability(Stable) @Nullable default ApikeysKeyRestrictionsBrowserKeyRestrictions getBrowserKeyRestrictions()
browser_key_restrictions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#browser_key_restrictions ApikeysKey#browser_key_restrictions}
-
getIosKeyRestrictions
@Stability(Stable) @Nullable default ApikeysKeyRestrictionsIosKeyRestrictions getIosKeyRestrictions()
ios_key_restrictions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#ios_key_restrictions ApikeysKey#ios_key_restrictions}
-
getServerKeyRestrictions
@Stability(Stable) @Nullable default ApikeysKeyRestrictionsServerKeyRestrictions getServerKeyRestrictions()
server_key_restrictions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#server_key_restrictions ApikeysKey#server_key_restrictions}
-
builder
@Stability(Stable) static ApikeysKeyRestrictions.Builder builder()
- Returns:
- a
ApikeysKeyRestrictions.BuilderofApikeysKeyRestrictions
-
-