AWS::IdentityStore::AllGroupMembershipsRetrieves membership metadata and attributes for a group membership in an identity store.
3 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GroupId | string | Create-only |
IdentityStoreId | string | Create-only |
MemberId | object | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the group membership. |
CreatedAt | string | The date and time the group membership was created. |
CreatedBy | string | The identifier of the user or system that created the group membership. |
MembershipId | string | The identifier for a GroupMembership in an identity store. |
UpdatedAt | string | The date and time the group membership was last updated. |
UpdatedBy | string | The identifier of the user or system that last updated the group membership. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IdentityStore::AllGroupMemberships
Resources:
MyResource:
Type: AWS::IdentityStore::AllGroupMemberships
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
identitystore:DescribeGroupMembershipidentitystore:ListGroupMembershipsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
GroupIdIdentityStoreIdMemberId