Class MqBrokerLdapServerMetadataOutputReference

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

      • MqBrokerLdapServerMetadataOutputReference

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

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

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

      • resetHosts

        @Stability(Stable)
        public void resetHosts()
      • resetRoleBase

        @Stability(Stable)
        public void resetRoleBase()
      • resetRoleName

        @Stability(Stable)
        public void resetRoleName()
      • resetRoleSearchMatching

        @Stability(Stable)
        public void resetRoleSearchMatching()
      • resetRoleSearchSubtree

        @Stability(Stable)
        public void resetRoleSearchSubtree()
      • resetServiceAccountPassword

        @Stability(Stable)
        public void resetServiceAccountPassword()
      • resetServiceAccountUsername

        @Stability(Stable)
        public void resetServiceAccountUsername()
      • resetUserBase

        @Stability(Stable)
        public void resetUserBase()
      • resetUserRoleName

        @Stability(Stable)
        public void resetUserRoleName()
      • resetUserSearchMatching

        @Stability(Stable)
        public void resetUserSearchMatching()
      • resetUserSearchSubtree

        @Stability(Stable)
        public void resetUserSearchSubtree()
      • getHostsInput

        @Stability(Stable)
        @Nullable
        public List<String> getHostsInput()
      • getRoleBaseInput

        @Stability(Stable)
        @Nullable
        public String getRoleBaseInput()
      • getRoleNameInput

        @Stability(Stable)
        @Nullable
        public String getRoleNameInput()
      • getRoleSearchMatchingInput

        @Stability(Stable)
        @Nullable
        public String getRoleSearchMatchingInput()
      • getRoleSearchSubtreeInput

        @Stability(Stable)
        @Nullable
        public Object getRoleSearchSubtreeInput()
      • getServiceAccountPasswordInput

        @Stability(Stable)
        @Nullable
        public String getServiceAccountPasswordInput()
      • getServiceAccountUsernameInput

        @Stability(Stable)
        @Nullable
        public String getServiceAccountUsernameInput()
      • getUserBaseInput

        @Stability(Stable)
        @Nullable
        public String getUserBaseInput()
      • getUserRoleNameInput

        @Stability(Stable)
        @Nullable
        public String getUserRoleNameInput()
      • getUserSearchMatchingInput

        @Stability(Stable)
        @Nullable
        public String getUserSearchMatchingInput()
      • getUserSearchSubtreeInput

        @Stability(Stable)
        @Nullable
        public Object getUserSearchSubtreeInput()
      • getHosts

        @Stability(Stable)
        @NotNull
        public List<String> getHosts()
      • setHosts

        @Stability(Stable)
        public void setHosts​(@NotNull
                             List<String> value)
      • getRoleBase

        @Stability(Stable)
        @NotNull
        public String getRoleBase()
      • setRoleBase

        @Stability(Stable)
        public void setRoleBase​(@NotNull
                                String value)
      • getRoleName

        @Stability(Stable)
        @NotNull
        public String getRoleName()
      • setRoleName

        @Stability(Stable)
        public void setRoleName​(@NotNull
                                String value)
      • getRoleSearchMatching

        @Stability(Stable)
        @NotNull
        public String getRoleSearchMatching()
      • setRoleSearchMatching

        @Stability(Stable)
        public void setRoleSearchMatching​(@NotNull
                                          String value)
      • getRoleSearchSubtree

        @Stability(Stable)
        @NotNull
        public Object getRoleSearchSubtree()
      • setRoleSearchSubtree

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

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

        @Stability(Stable)
        @NotNull
        public String getServiceAccountPassword()
      • setServiceAccountPassword

        @Stability(Stable)
        public void setServiceAccountPassword​(@NotNull
                                              String value)
      • getServiceAccountUsername

        @Stability(Stable)
        @NotNull
        public String getServiceAccountUsername()
      • setServiceAccountUsername

        @Stability(Stable)
        public void setServiceAccountUsername​(@NotNull
                                              String value)
      • getUserBase

        @Stability(Stable)
        @NotNull
        public String getUserBase()
      • setUserBase

        @Stability(Stable)
        public void setUserBase​(@NotNull
                                String value)
      • getUserRoleName

        @Stability(Stable)
        @NotNull
        public String getUserRoleName()
      • setUserRoleName

        @Stability(Stable)
        public void setUserRoleName​(@NotNull
                                    String value)
      • getUserSearchMatching

        @Stability(Stable)
        @NotNull
        public String getUserSearchMatching()
      • setUserSearchMatching

        @Stability(Stable)
        public void setUserSearchMatching​(@NotNull
                                          String value)
      • getUserSearchSubtree

        @Stability(Stable)
        @NotNull
        public Object getUserSearchSubtree()
      • setUserSearchSubtree

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

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