Class MqBrokerLdapServerMetadata.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.mq_broker.MqBrokerLdapServerMetadata.Jsii$Proxy
-
- All Implemented Interfaces:
MqBrokerLdapServerMetadata,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MqBrokerLdapServerMetadata
@Stability(Stable) @Internal public static final class MqBrokerLdapServerMetadata.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MqBrokerLdapServerMetadata
An implementation forMqBrokerLdapServerMetadata
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.mq_broker.MqBrokerLdapServerMetadata
MqBrokerLdapServerMetadata.Builder, MqBrokerLdapServerMetadata.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MqBrokerLdapServerMetadata.Builder builder)Constructor that initializes the object based on literal property values passed by theMqBrokerLdapServerMetadata.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(MqBrokerLdapServerMetadata.Builder builder)
Constructor that initializes the object based on literal property values passed by theMqBrokerLdapServerMetadata.Builder.
-
-
Method Detail
-
getHosts
public final List<String> getHosts()
Description copied from interface:MqBrokerLdapServerMetadataDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#hosts MqBroker#hosts}.- Specified by:
getHostsin interfaceMqBrokerLdapServerMetadata
-
getRoleBase
public final String getRoleBase()
Description copied from interface:MqBrokerLdapServerMetadataDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#role_base MqBroker#role_base}.- Specified by:
getRoleBasein interfaceMqBrokerLdapServerMetadata
-
getRoleName
public final String getRoleName()
Description copied from interface:MqBrokerLdapServerMetadataDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#role_name MqBroker#role_name}.- Specified by:
getRoleNamein interfaceMqBrokerLdapServerMetadata
-
getRoleSearchMatching
public final String getRoleSearchMatching()
Description copied from interface:MqBrokerLdapServerMetadataDocs 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}.- Specified by:
getRoleSearchMatchingin interfaceMqBrokerLdapServerMetadata
-
getRoleSearchSubtree
public final Object getRoleSearchSubtree()
Description copied from interface:MqBrokerLdapServerMetadataDocs 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}.- Specified by:
getRoleSearchSubtreein interfaceMqBrokerLdapServerMetadata
-
getServiceAccountPassword
public final String getServiceAccountPassword()
Description copied from interface:MqBrokerLdapServerMetadataDocs 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}.- Specified by:
getServiceAccountPasswordin interfaceMqBrokerLdapServerMetadata
-
getServiceAccountUsername
public final String getServiceAccountUsername()
Description copied from interface:MqBrokerLdapServerMetadataDocs 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}.- Specified by:
getServiceAccountUsernamein interfaceMqBrokerLdapServerMetadata
-
getUserBase
public final String getUserBase()
Description copied from interface:MqBrokerLdapServerMetadataDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#user_base MqBroker#user_base}.- Specified by:
getUserBasein interfaceMqBrokerLdapServerMetadata
-
getUserRoleName
public final String getUserRoleName()
Description copied from interface:MqBrokerLdapServerMetadataDocs 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}.- Specified by:
getUserRoleNamein interfaceMqBrokerLdapServerMetadata
-
getUserSearchMatching
public final String getUserSearchMatching()
Description copied from interface:MqBrokerLdapServerMetadataDocs 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}.- Specified by:
getUserSearchMatchingin interfaceMqBrokerLdapServerMetadata
-
getUserSearchSubtree
public final Object getUserSearchSubtree()
Description copied from interface:MqBrokerLdapServerMetadataDocs 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}.- Specified by:
getUserSearchSubtreein interfaceMqBrokerLdapServerMetadata
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-