Class ElasticsearchDomainAdvancedSecurityOptionsOutputReference

  • 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.951Z")
    @Stability(Stable)
    public class ElasticsearchDomainAdvancedSecurityOptionsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ElasticsearchDomainAdvancedSecurityOptionsOutputReference

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

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

        @Stability(Stable)
        public ElasticsearchDomainAdvancedSecurityOptionsOutputReference​(@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

      • resetInternalUserDatabaseEnabled

        @Stability(Stable)
        public void resetInternalUserDatabaseEnabled()
      • resetMasterUserOptions

        @Stability(Stable)
        public void resetMasterUserOptions()
      • getEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getEnabledInput()
      • getInternalUserDatabaseEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getInternalUserDatabaseEnabledInput()
      • getEnabled

        @Stability(Stable)
        @NotNull
        public Object getEnabled()
      • setEnabled

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

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

        @Stability(Stable)
        @NotNull
        public Object getInternalUserDatabaseEnabled()
      • setInternalUserDatabaseEnabled

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

        @Stability(Stable)
        public void setInternalUserDatabaseEnabled​(@NotNull
                                                   com.hashicorp.cdktf.IResolvable value)