Class ElasticsearchDomainEncryptAtRest.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.elasticsearch_domain.ElasticsearchDomainEncryptAtRest.Jsii$Proxy
-
- All Implemented Interfaces:
ElasticsearchDomainEncryptAtRest,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ElasticsearchDomainEncryptAtRest
@Stability(Stable) @Internal public static final class ElasticsearchDomainEncryptAtRest.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ElasticsearchDomainEncryptAtRest
An implementation forElasticsearchDomainEncryptAtRest
-
-
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.elasticsearch_domain.ElasticsearchDomainEncryptAtRest
ElasticsearchDomainEncryptAtRest.Builder, ElasticsearchDomainEncryptAtRest.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ElasticsearchDomainEncryptAtRest.Builder builder)Constructor that initializes the object based on literal property values passed by theElasticsearchDomainEncryptAtRest.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)ObjectgetEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#enabled ElasticsearchDomain#enabled}.StringgetKmsKeyId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#kms_key_id ElasticsearchDomain#kms_key_id}.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(ElasticsearchDomainEncryptAtRest.Builder builder)
Constructor that initializes the object based on literal property values passed by theElasticsearchDomainEncryptAtRest.Builder.
-
-
Method Detail
-
getEnabled
public final Object getEnabled()
Description copied from interface:ElasticsearchDomainEncryptAtRestDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#enabled ElasticsearchDomain#enabled}.- Specified by:
getEnabledin interfaceElasticsearchDomainEncryptAtRest
-
getKmsKeyId
public final String getKmsKeyId()
Description copied from interface:ElasticsearchDomainEncryptAtRestDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#kms_key_id ElasticsearchDomain#kms_key_id}.- Specified by:
getKmsKeyIdin interfaceElasticsearchDomainEncryptAtRest
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-