This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::AmazonMQ::Broker LdapServerMetadata
Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Hosts" :[ String, ... ], "RoleBase" :String, "RoleName" :String, "RoleSearchMatching" :String, "RoleSearchSubtree" :Boolean, "ServiceAccountPassword" :String, "ServiceAccountUsername" :String, "UserBase" :String, "UserRoleName" :String, "UserSearchMatching" :String, "UserSearchSubtree" :Boolean}
YAML
Hosts:- StringRoleBase:StringRoleName:StringRoleSearchMatching:StringRoleSearchSubtree:BooleanServiceAccountPassword:StringServiceAccountUsername:StringUserBase:StringUserRoleName:StringUserSearchMatching:StringUserSearchSubtree:Boolean
Properties
HostsProperty description not available.
Required: Yes
Type: Array of String
Update requires: No interruption
RoleBaseProperty description not available.
Required: Yes
Type: String
Update requires: No interruption
RoleNameProperty description not available.
Required: No
Type: String
Update requires: No interruption
RoleSearchMatchingProperty description not available.
Required: Yes
Type: String
Update requires: No interruption
RoleSearchSubtreeProperty description not available.
Required: No
Type: Boolean
Update requires: No interruption
ServiceAccountPasswordProperty description not available.
Required: No
Type: String
Update requires: No interruption
ServiceAccountUsernameProperty description not available.
Required: Yes
Type: String
Update requires: No interruption
UserBaseProperty description not available.
Required: Yes
Type: String
Update requires: No interruption
UserRoleNameProperty description not available.
Required: No
Type: String
Update requires: No interruption
UserSearchMatchingProperty description not available.
Required: Yes
Type: String
Update requires: No interruption
UserSearchSubtreeProperty description not available.
Required: No
Type: Boolean
Update requires: No interruption