Interface ElasticsearchDomainEncryptAtRest

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ElasticsearchDomainEncryptAtRest.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.956Z")
    @Stability(Stable)
    public interface ElasticsearchDomainEncryptAtRest
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getEnabled

        @Stability(Stable)
        @NotNull
        Object getEnabled()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#enabled ElasticsearchDomain#enabled}.
      • getKmsKeyId

        @Stability(Stable)
        @Nullable
        default String getKmsKeyId()
        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}.