Class KmsGrantConstraints.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.kms_grant.KmsGrantConstraints.Jsii$Proxy
-
- All Implemented Interfaces:
KmsGrantConstraints,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KmsGrantConstraints
@Stability(Stable) @Internal public static final class KmsGrantConstraints.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KmsGrantConstraints
An implementation forKmsGrantConstraints
-
-
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.kms_grant.KmsGrantConstraints
KmsGrantConstraints.Builder, KmsGrantConstraints.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KmsGrantConstraints.Builder builder)Constructor that initializes the object based on literal property values passed by theKmsGrantConstraints.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)Map<String,String>getEncryptionContextEquals()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#encryption_context_equals KmsGrant#encryption_context_equals}.Map<String,String>getEncryptionContextSubset()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#encryption_context_subset KmsGrant#encryption_context_subset}.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(KmsGrantConstraints.Builder builder)
Constructor that initializes the object based on literal property values passed by theKmsGrantConstraints.Builder.
-
-
Method Detail
-
getEncryptionContextEquals
public final Map<String,String> getEncryptionContextEquals()
Description copied from interface:KmsGrantConstraintsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#encryption_context_equals KmsGrant#encryption_context_equals}.- Specified by:
getEncryptionContextEqualsin interfaceKmsGrantConstraints
-
getEncryptionContextSubset
public final Map<String,String> getEncryptionContextSubset()
Description copied from interface:KmsGrantConstraintsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#encryption_context_subset KmsGrant#encryption_context_subset}.- Specified by:
getEncryptionContextSubsetin interfaceKmsGrantConstraints
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-