AWS::AmazonMQ::Broker LdapServerMetadata - AWS CloudFormation

This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 AWS 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: - String RoleBase: String RoleName: String RoleSearchMatching: String RoleSearchSubtree: Boolean ServiceAccountPassword: String ServiceAccountUsername: String UserBase: String UserRoleName: String UserSearchMatching: String UserSearchSubtree: 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