Class DataAwsKmsSecretsSecret.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.data_aws_kms_secrets.DataAwsKmsSecretsSecret.Jsii$Proxy
-
- All Implemented Interfaces:
DataAwsKmsSecretsSecret,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataAwsKmsSecretsSecret
@Stability(Stable) @Internal public static final class DataAwsKmsSecretsSecret.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataAwsKmsSecretsSecret
An implementation forDataAwsKmsSecretsSecret
-
-
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.data_aws_kms_secrets.DataAwsKmsSecretsSecret
DataAwsKmsSecretsSecret.Builder, DataAwsKmsSecretsSecret.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataAwsKmsSecretsSecret.Builder builder)Constructor that initializes the object based on literal property values passed by theDataAwsKmsSecretsSecret.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>getContext()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/kms_secrets#context DataAwsKmsSecrets#context}.StringgetEncryptionAlgorithm()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/kms_secrets#encryption_algorithm DataAwsKmsSecrets#encryption_algorithm}.List<String>getGrantTokens()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/kms_secrets#grant_tokens DataAwsKmsSecrets#grant_tokens}.StringgetKeyId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/kms_secrets#key_id DataAwsKmsSecrets#key_id}.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/kms_secrets#name DataAwsKmsSecrets#name}.StringgetPayload()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/kms_secrets#payload DataAwsKmsSecrets#payload}.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(DataAwsKmsSecretsSecret.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataAwsKmsSecretsSecret.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:DataAwsKmsSecretsSecretDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/kms_secrets#name DataAwsKmsSecrets#name}.- Specified by:
getNamein interfaceDataAwsKmsSecretsSecret
-
getPayload
public final String getPayload()
Description copied from interface:DataAwsKmsSecretsSecretDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/kms_secrets#payload DataAwsKmsSecrets#payload}.- Specified by:
getPayloadin interfaceDataAwsKmsSecretsSecret
-
getContext
public final Map<String,String> getContext()
Description copied from interface:DataAwsKmsSecretsSecretDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/kms_secrets#context DataAwsKmsSecrets#context}.- Specified by:
getContextin interfaceDataAwsKmsSecretsSecret
-
getEncryptionAlgorithm
public final String getEncryptionAlgorithm()
Description copied from interface:DataAwsKmsSecretsSecretDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/kms_secrets#encryption_algorithm DataAwsKmsSecrets#encryption_algorithm}.- Specified by:
getEncryptionAlgorithmin interfaceDataAwsKmsSecretsSecret
-
getGrantTokens
public final List<String> getGrantTokens()
Description copied from interface:DataAwsKmsSecretsSecretDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/kms_secrets#grant_tokens DataAwsKmsSecrets#grant_tokens}.- Specified by:
getGrantTokensin interfaceDataAwsKmsSecretsSecret
-
getKeyId
public final String getKeyId()
Description copied from interface:DataAwsKmsSecretsSecretDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/kms_secrets#key_id DataAwsKmsSecrets#key_id}.- Specified by:
getKeyIdin interfaceDataAwsKmsSecretsSecret
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-