Class ApikeysKeyRestrictionsIosKeyRestrictions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.apikeys_key.ApikeysKeyRestrictionsIosKeyRestrictions.Jsii$Proxy
-
- All Implemented Interfaces:
ApikeysKeyRestrictionsIosKeyRestrictions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApikeysKeyRestrictionsIosKeyRestrictions
@Stability(Stable) @Internal public static final class ApikeysKeyRestrictionsIosKeyRestrictions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApikeysKeyRestrictionsIosKeyRestrictions
An implementation forApikeysKeyRestrictionsIosKeyRestrictions
-
-
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.ApikeysKeyRestrictionsIosKeyRestrictions
ApikeysKeyRestrictionsIosKeyRestrictions.Builder, ApikeysKeyRestrictionsIosKeyRestrictions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ApikeysKeyRestrictionsIosKeyRestrictions.Builder builder)Constructor that initializes the object based on literal property values passed by theApikeysKeyRestrictionsIosKeyRestrictions.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)List<String>getAllowedBundleIds()A list of bundle IDs that are allowed when making API calls with this key.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(ApikeysKeyRestrictionsIosKeyRestrictions.Builder builder)
Constructor that initializes the object based on literal property values passed by theApikeysKeyRestrictionsIosKeyRestrictions.Builder.
-
-
Method Detail
-
getAllowedBundleIds
public final List<String> getAllowedBundleIds()
Description copied from interface:ApikeysKeyRestrictionsIosKeyRestrictionsA list of bundle IDs that are allowed when making API calls with this key.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#allowed_bundle_ids ApikeysKey#allowed_bundle_ids}
- Specified by:
getAllowedBundleIdsin interfaceApikeysKeyRestrictionsIosKeyRestrictions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-