Class ElasticsearchDomainDomainEndpointOptionsOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.955Z")
    @Stability(Stable)
    public class ElasticsearchDomainDomainEndpointOptionsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ElasticsearchDomainDomainEndpointOptionsOutputReference

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

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

        @Stability(Stable)
        public ElasticsearchDomainDomainEndpointOptionsOutputReference​(@NotNull
                                                                       com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                       @NotNull
                                                                       String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetCustomEndpoint

        @Stability(Stable)
        public void resetCustomEndpoint()
      • resetCustomEndpointCertificateArn

        @Stability(Stable)
        public void resetCustomEndpointCertificateArn()
      • resetCustomEndpointEnabled

        @Stability(Stable)
        public void resetCustomEndpointEnabled()
      • resetEnforceHttps

        @Stability(Stable)
        public void resetEnforceHttps()
      • resetTlsSecurityPolicy

        @Stability(Stable)
        public void resetTlsSecurityPolicy()
      • getCustomEndpointCertificateArnInput

        @Stability(Stable)
        @Nullable
        public String getCustomEndpointCertificateArnInput()
      • getCustomEndpointEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getCustomEndpointEnabledInput()
      • getCustomEndpointInput

        @Stability(Stable)
        @Nullable
        public String getCustomEndpointInput()
      • getEnforceHttpsInput

        @Stability(Stable)
        @Nullable
        public Object getEnforceHttpsInput()
      • getTlsSecurityPolicyInput

        @Stability(Stable)
        @Nullable
        public String getTlsSecurityPolicyInput()
      • getCustomEndpoint

        @Stability(Stable)
        @NotNull
        public String getCustomEndpoint()
      • setCustomEndpoint

        @Stability(Stable)
        public void setCustomEndpoint​(@NotNull
                                      String value)
      • getCustomEndpointCertificateArn

        @Stability(Stable)
        @NotNull
        public String getCustomEndpointCertificateArn()
      • setCustomEndpointCertificateArn

        @Stability(Stable)
        public void setCustomEndpointCertificateArn​(@NotNull
                                                    String value)
      • getCustomEndpointEnabled

        @Stability(Stable)
        @NotNull
        public Object getCustomEndpointEnabled()
      • setCustomEndpointEnabled

        @Stability(Stable)
        public void setCustomEndpointEnabled​(@NotNull
                                             Boolean value)
      • setCustomEndpointEnabled

        @Stability(Stable)
        public void setCustomEndpointEnabled​(@NotNull
                                             com.hashicorp.cdktf.IResolvable value)
      • getEnforceHttps

        @Stability(Stable)
        @NotNull
        public Object getEnforceHttps()
      • setEnforceHttps

        @Stability(Stable)
        public void setEnforceHttps​(@NotNull
                                    Boolean value)
      • setEnforceHttps

        @Stability(Stable)
        public void setEnforceHttps​(@NotNull
                                    com.hashicorp.cdktf.IResolvable value)
      • getTlsSecurityPolicy

        @Stability(Stable)
        @NotNull
        public String getTlsSecurityPolicy()
      • setTlsSecurityPolicy

        @Stability(Stable)
        public void setTlsSecurityPolicy​(@NotNull
                                         String value)