Class ElasticsearchDomainAdvancedSecurityOptionsMasterUserOptionsOutputReference

  • 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 ElasticsearchDomainAdvancedSecurityOptionsMasterUserOptionsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ElasticsearchDomainAdvancedSecurityOptionsMasterUserOptionsOutputReference

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

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

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

      • resetMasterUserArn

        @Stability(Stable)
        public void resetMasterUserArn()
      • resetMasterUserName

        @Stability(Stable)
        public void resetMasterUserName()
      • resetMasterUserPassword

        @Stability(Stable)
        public void resetMasterUserPassword()
      • getMasterUserArnInput

        @Stability(Stable)
        @Nullable
        public String getMasterUserArnInput()
      • getMasterUserNameInput

        @Stability(Stable)
        @Nullable
        public String getMasterUserNameInput()
      • getMasterUserPasswordInput

        @Stability(Stable)
        @Nullable
        public String getMasterUserPasswordInput()
      • getMasterUserArn

        @Stability(Stable)
        @NotNull
        public String getMasterUserArn()
      • setMasterUserArn

        @Stability(Stable)
        public void setMasterUserArn​(@NotNull
                                     String value)
      • getMasterUserName

        @Stability(Stable)
        @NotNull
        public String getMasterUserName()
      • setMasterUserName

        @Stability(Stable)
        public void setMasterUserName​(@NotNull
                                      String value)
      • getMasterUserPassword

        @Stability(Stable)
        @NotNull
        public String getMasterUserPassword()
      • setMasterUserPassword

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