Class ApikeysKeyRestrictions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.apikeys_key.ApikeysKeyRestrictions.Jsii$Proxy
-
- All Implemented Interfaces:
ApikeysKeyRestrictions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApikeysKeyRestrictions
@Stability(Stable) @Internal public static final class ApikeysKeyRestrictions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApikeysKeyRestrictions
An implementation forApikeysKeyRestrictions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.apikeys_key.ApikeysKeyRestrictions
ApikeysKeyRestrictions.Builder, ApikeysKeyRestrictions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ApikeysKeyRestrictions.Builder builder)Constructor that initializes the object based on literal property values passed by theApikeysKeyRestrictions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ApikeysKeyRestrictionsAndroidKeyRestrictionsgetAndroidKeyRestrictions()android_key_restrictions block.ObjectgetApiTargets()api_targets block.ApikeysKeyRestrictionsBrowserKeyRestrictionsgetBrowserKeyRestrictions()browser_key_restrictions block.ApikeysKeyRestrictionsIosKeyRestrictionsgetIosKeyRestrictions()ios_key_restrictions block.ApikeysKeyRestrictionsServerKeyRestrictionsgetServerKeyRestrictions()server_key_restrictions block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ApikeysKeyRestrictions.Builder builder)
Constructor that initializes the object based on literal property values passed by theApikeysKeyRestrictions.Builder.
-
-
Method Detail
-
getAndroidKeyRestrictions
public final ApikeysKeyRestrictionsAndroidKeyRestrictions getAndroidKeyRestrictions()
Description copied from interface:ApikeysKeyRestrictionsandroid_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}
- Specified by:
getAndroidKeyRestrictionsin interfaceApikeysKeyRestrictions
-
getApiTargets
public final Object getApiTargets()
Description copied from interface:ApikeysKeyRestrictionsapi_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}
- Specified by:
getApiTargetsin interfaceApikeysKeyRestrictions
-
getBrowserKeyRestrictions
public final ApikeysKeyRestrictionsBrowserKeyRestrictions getBrowserKeyRestrictions()
Description copied from interface:ApikeysKeyRestrictionsbrowser_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}
- Specified by:
getBrowserKeyRestrictionsin interfaceApikeysKeyRestrictions
-
getIosKeyRestrictions
public final ApikeysKeyRestrictionsIosKeyRestrictions getIosKeyRestrictions()
Description copied from interface:ApikeysKeyRestrictionsios_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}
- Specified by:
getIosKeyRestrictionsin interfaceApikeysKeyRestrictions
-
getServerKeyRestrictions
public final ApikeysKeyRestrictionsServerKeyRestrictions getServerKeyRestrictions()
Description copied from interface:ApikeysKeyRestrictionsserver_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}
- Specified by:
getServerKeyRestrictionsin interfaceApikeysKeyRestrictions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-