Class AwsProviderIgnoreTags.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.provider.AwsProviderIgnoreTags.Jsii$Proxy
-
- All Implemented Interfaces:
AwsProviderIgnoreTags,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AwsProviderIgnoreTags
@Stability(Stable) @Internal public static final class AwsProviderIgnoreTags.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AwsProviderIgnoreTags
An implementation forAwsProviderIgnoreTags
-
-
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.aws.provider.AwsProviderIgnoreTags
AwsProviderIgnoreTags.Builder, AwsProviderIgnoreTags.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AwsProviderIgnoreTags.Builder builder)Constructor that initializes the object based on literal property values passed by theAwsProviderIgnoreTags.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>getKeyPrefixes()Resource tag key prefixes to ignore across all resources.List<String>getKeys()Resource tag keys to ignore across all resources.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(AwsProviderIgnoreTags.Builder builder)
Constructor that initializes the object based on literal property values passed by theAwsProviderIgnoreTags.Builder.
-
-
Method Detail
-
getKeyPrefixes
public final List<String> getKeyPrefixes()
Description copied from interface:AwsProviderIgnoreTagsResource tag key prefixes to ignore across all resources.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs#key_prefixes AwsProvider#key_prefixes}
- Specified by:
getKeyPrefixesin interfaceAwsProviderIgnoreTags
-
getKeys
public final List<String> getKeys()
Description copied from interface:AwsProviderIgnoreTagsResource tag keys to ignore across all resources.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs#keys AwsProvider#keys}
- Specified by:
getKeysin interfaceAwsProviderIgnoreTags
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-