Class ElasticsearchDomain

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.949Z")
    @Stability(Stable)
    public class ElasticsearchDomain
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain aws_elasticsearch_domain}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • ElasticsearchDomain

        protected ElasticsearchDomain​(software.amazon.jsii.JsiiObjectRef objRef)
      • ElasticsearchDomain

        protected ElasticsearchDomain​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • ElasticsearchDomain

        @Stability(Stable)
        public ElasticsearchDomain​(@NotNull
                                   software.constructs.Construct scope,
                                   @NotNull
                                   String id,
                                   @NotNull
                                   ElasticsearchDomainConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain aws_elasticsearch_domain} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • putAutoTuneOptions

        @Stability(Stable)
        public void putAutoTuneOptions​(@NotNull
                                       ElasticsearchDomainAutoTuneOptions value)
        Parameters:
        value - This parameter is required.
      • putClusterConfig

        @Stability(Stable)
        public void putClusterConfig​(@NotNull
                                     ElasticsearchDomainClusterConfig value)
        Parameters:
        value - This parameter is required.
      • putCognitoOptions

        @Stability(Stable)
        public void putCognitoOptions​(@NotNull
                                      ElasticsearchDomainCognitoOptions value)
        Parameters:
        value - This parameter is required.
      • putEbsOptions

        @Stability(Stable)
        public void putEbsOptions​(@NotNull
                                  ElasticsearchDomainEbsOptions value)
        Parameters:
        value - This parameter is required.
      • putEncryptAtRest

        @Stability(Stable)
        public void putEncryptAtRest​(@NotNull
                                     ElasticsearchDomainEncryptAtRest value)
        Parameters:
        value - This parameter is required.
      • putLogPublishingOptions

        @Stability(Stable)
        public void putLogPublishingOptions​(@NotNull
                                            Object value)
        Parameters:
        value - This parameter is required.
      • putSnapshotOptions

        @Stability(Stable)
        public void putSnapshotOptions​(@NotNull
                                       ElasticsearchDomainSnapshotOptions value)
        Parameters:
        value - This parameter is required.
      • putTimeouts

        @Stability(Stable)
        public void putTimeouts​(@NotNull
                                ElasticsearchDomainTimeouts value)
        Parameters:
        value - This parameter is required.
      • putVpcOptions

        @Stability(Stable)
        public void putVpcOptions​(@NotNull
                                  ElasticsearchDomainVpcOptions value)
        Parameters:
        value - This parameter is required.
      • resetAccessPolicies

        @Stability(Stable)
        public void resetAccessPolicies()
      • resetAdvancedOptions

        @Stability(Stable)
        public void resetAdvancedOptions()
      • resetAdvancedSecurityOptions

        @Stability(Stable)
        public void resetAdvancedSecurityOptions()
      • resetAutoTuneOptions

        @Stability(Stable)
        public void resetAutoTuneOptions()
      • resetClusterConfig

        @Stability(Stable)
        public void resetClusterConfig()
      • resetCognitoOptions

        @Stability(Stable)
        public void resetCognitoOptions()
      • resetDomainEndpointOptions

        @Stability(Stable)
        public void resetDomainEndpointOptions()
      • resetEbsOptions

        @Stability(Stable)
        public void resetEbsOptions()
      • resetElasticsearchVersion

        @Stability(Stable)
        public void resetElasticsearchVersion()
      • resetEncryptAtRest

        @Stability(Stable)
        public void resetEncryptAtRest()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetLogPublishingOptions

        @Stability(Stable)
        public void resetLogPublishingOptions()
      • resetNodeToNodeEncryption

        @Stability(Stable)
        public void resetNodeToNodeEncryption()
      • resetSnapshotOptions

        @Stability(Stable)
        public void resetSnapshotOptions()
      • resetTags

        @Stability(Stable)
        public void resetTags()
      • resetTagsAll

        @Stability(Stable)
        public void resetTagsAll()
      • resetTimeouts

        @Stability(Stable)
        public void resetTimeouts()
      • resetVpcOptions

        @Stability(Stable)
        public void resetVpcOptions()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • getArn

        @Stability(Stable)
        @NotNull
        public String getArn()
      • getDomainId

        @Stability(Stable)
        @NotNull
        public String getDomainId()
      • getEndpoint

        @Stability(Stable)
        @NotNull
        public String getEndpoint()
      • getKibanaEndpoint

        @Stability(Stable)
        @NotNull
        public String getKibanaEndpoint()
      • getAccessPoliciesInput

        @Stability(Stable)
        @Nullable
        public String getAccessPoliciesInput()
      • getAdvancedOptionsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getAdvancedOptionsInput()
      • getDomainNameInput

        @Stability(Stable)
        @Nullable
        public String getDomainNameInput()
      • getElasticsearchVersionInput

        @Stability(Stable)
        @Nullable
        public String getElasticsearchVersionInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getLogPublishingOptionsInput

        @Stability(Stable)
        @Nullable
        public Object getLogPublishingOptionsInput()
      • getTagsAllInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getTagsAllInput()
      • getTagsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getTagsInput()
      • getTimeoutsInput

        @Stability(Stable)
        @Nullable
        public Object getTimeoutsInput()
      • getAccessPolicies

        @Stability(Stable)
        @NotNull
        public String getAccessPolicies()
      • setAccessPolicies

        @Stability(Stable)
        public void setAccessPolicies​(@NotNull
                                      String value)
      • getAdvancedOptions

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getAdvancedOptions()
      • setAdvancedOptions

        @Stability(Stable)
        public void setAdvancedOptions​(@NotNull
                                       Map<String,​String> value)
      • getDomainName

        @Stability(Stable)
        @NotNull
        public String getDomainName()
      • setDomainName

        @Stability(Stable)
        public void setDomainName​(@NotNull
                                  String value)
      • getElasticsearchVersion

        @Stability(Stable)
        @NotNull
        public String getElasticsearchVersion()
      • setElasticsearchVersion

        @Stability(Stable)
        public void setElasticsearchVersion​(@NotNull
                                            String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getTags

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getTags()
      • setTags

        @Stability(Stable)
        public void setTags​(@NotNull
                            Map<String,​String> value)
      • getTagsAll

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getTagsAll()
      • setTagsAll

        @Stability(Stable)
        public void setTagsAll​(@NotNull
                               Map<String,​String> value)