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
- Hosts
- Property description not available. - Required: Yes - Type: Array of String - Update requires: No interruption 
- RoleBase
- Property description not available. - Required: Yes - Type: String - Update requires: No interruption 
- RoleName
- Property description not available. - Required: No - Type: String - Update requires: No interruption 
- RoleSearchMatching
- Property description not available. - Required: Yes - Type: String - Update requires: No interruption 
- RoleSearchSubtree
- Property description not available. - Required: No - Type: Boolean - Update requires: No interruption 
- ServiceAccountPassword
- Property description not available. - Required: No - Type: String - Update requires: No interruption 
- ServiceAccountUsername
- Property description not available. - Required: Yes - Type: String - Update requires: No interruption 
- UserBase
- Property description not available. - Required: Yes - Type: String - Update requires: No interruption 
- UserRoleName
- Property description not available. - Required: No - Type: String - Update requires: No interruption 
- UserSearchMatching
- Property description not available. - Required: Yes - Type: String - Update requires: No interruption 
- UserSearchSubtree
- Property description not available. - Required: No - Type: Boolean - Update requires: No interruption