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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMqBrokerLdapServerMetadata.BuilderA builder forMqBrokerLdapServerMetadatastatic classMqBrokerLdapServerMetadata.Jsii$ProxyAn implementation forMqBrokerLdapServerMetadata
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MqBrokerLdapServerMetadata.Builderbuilder()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 StringgetRoleBase()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 StringgetRoleName()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 StringgetRoleSearchMatching()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 ObjectgetRoleSearchSubtree()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 StringgetServiceAccountPassword()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 StringgetServiceAccountUsername()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 StringgetUserBase()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 StringgetUserRoleName()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 StringgetUserSearchMatching()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 ObjectgetUserSearchSubtree()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}.
-
-
-
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}.
-
builder
@Stability(Stable) static MqBrokerLdapServerMetadata.Builder builder()
- Returns:
- a
MqBrokerLdapServerMetadata.BuilderofMqBrokerLdapServerMetadata
-
-