Interface ElasticsearchDomainDomainEndpointOptions

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

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

      • getCustomEndpoint

        @Stability(Stable)
        @Nullable
        default String getCustomEndpoint()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#custom_endpoint ElasticsearchDomain#custom_endpoint}.
      • getCustomEndpointCertificateArn

        @Stability(Stable)
        @Nullable
        default String getCustomEndpointCertificateArn()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#custom_endpoint_certificate_arn ElasticsearchDomain#custom_endpoint_certificate_arn}.
      • getCustomEndpointEnabled

        @Stability(Stable)
        @Nullable
        default Object getCustomEndpointEnabled()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#custom_endpoint_enabled ElasticsearchDomain#custom_endpoint_enabled}.
      • getEnforceHttps

        @Stability(Stable)
        @Nullable
        default Object getEnforceHttps()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#enforce_https ElasticsearchDomain#enforce_https}.
      • getTlsSecurityPolicy

        @Stability(Stable)
        @Nullable
        default String getTlsSecurityPolicy()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#tls_security_policy ElasticsearchDomain#tls_security_policy}.