Interface MqBrokerLdapServerMetadata

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

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

      All Methods Static Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      static MqBrokerLdapServerMetadata.Builder builder()  
      default List<String> getHosts()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#hosts MqBroker#hosts}.
      default String getRoleBase()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#role_base MqBroker#role_base}.
      default String getRoleName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#role_name MqBroker#role_name}.
      default String getRoleSearchMatching()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#role_search_matching MqBroker#role_search_matching}.
      default Object getRoleSearchSubtree()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#role_search_subtree MqBroker#role_search_subtree}.
      default String getServiceAccountPassword()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#service_account_password MqBroker#service_account_password}.
      default String getServiceAccountUsername()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#service_account_username MqBroker#service_account_username}.
      default String getUserBase()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#user_base MqBroker#user_base}.
      default String getUserRoleName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#user_role_name MqBroker#user_role_name}.
      default String getUserSearchMatching()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#user_search_matching MqBroker#user_search_matching}.
      default Object getUserSearchSubtree()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#user_search_subtree MqBroker#user_search_subtree}.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Method Detail

      • getHosts

        @Stability(Stable)
        @Nullable
        default List<String> getHosts()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#hosts MqBroker#hosts}.
      • getRoleBase

        @Stability(Stable)
        @Nullable
        default String getRoleBase()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#role_base MqBroker#role_base}.
      • getRoleName

        @Stability(Stable)
        @Nullable
        default String getRoleName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#role_name MqBroker#role_name}.
      • getRoleSearchMatching

        @Stability(Stable)
        @Nullable
        default String getRoleSearchMatching()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#role_search_matching MqBroker#role_search_matching}.
      • getRoleSearchSubtree

        @Stability(Stable)
        @Nullable
        default Object getRoleSearchSubtree()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#role_search_subtree MqBroker#role_search_subtree}.
      • getServiceAccountPassword

        @Stability(Stable)
        @Nullable
        default String getServiceAccountPassword()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#service_account_password MqBroker#service_account_password}.
      • getServiceAccountUsername

        @Stability(Stable)
        @Nullable
        default String getServiceAccountUsername()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#service_account_username MqBroker#service_account_username}.
      • getUserBase

        @Stability(Stable)
        @Nullable
        default String getUserBase()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#user_base MqBroker#user_base}.
      • getUserRoleName

        @Stability(Stable)
        @Nullable
        default String getUserRoleName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#user_role_name MqBroker#user_role_name}.
      • getUserSearchMatching

        @Stability(Stable)
        @Nullable
        default String getUserSearchMatching()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#user_search_matching MqBroker#user_search_matching}.
      • getUserSearchSubtree

        @Stability(Stable)
        @Nullable
        default Object getUserSearchSubtree()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#user_search_subtree MqBroker#user_search_subtree}.