AWS::IdentityStore::GroupMembership
Contains the identifiers for a group, a group member, and a GroupMembership object in the identity store.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IdentityStore::GroupMembership", "Properties" : { "GroupId" :String, "IdentityStoreId" :String, "MemberId" :MemberId} }
YAML
Type: AWS::IdentityStore::GroupMembership Properties: GroupId:StringIdentityStoreId:StringMemberId:MemberId
Properties
GroupIdProperty description not available.
Required: Yes
Type: String
Update requires: No interruption
IdentityStoreIdProperty description not available.
Required: Yes
Type: String
Update requires: Replacement
MemberId-
An object containing the identifier of a group member. Setting
MemberId'sUserIdfield to a specific User's ID indicates we should consider that User as a group member.Required: Yes
Type: MemberId
Update requires: No interruption