Class MqBrokerLdapServerMetadataOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.mq_broker.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
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description MqBrokerLdapServerMetadataOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedMqBrokerLdapServerMetadataOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMqBrokerLdapServerMetadataOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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()
-
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()
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public MqBrokerLdapServerMetadata getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable MqBrokerLdapServerMetadata value)
-
-