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:
String
IdentityStoreId:String
MemberId:MemberId
Properties
GroupId
Property description not available.
Required: Yes
Type: String
Update requires: No interruption
IdentityStoreId
Property description not available.
Required: Yes
Type: String
Update requires: Replacement
MemberId
-
An object containing the identifier of a group member. Setting
MemberId
'sUserId
field to a specific User's ID indicates we should consider that User as a group member.Required: Yes
Type: MemberId
Update requires: No interruption
Return values
Ref
Fn::GetAtt
MembershipId
-
The identifier for a
GroupMembership
in the identity store.