AWS Fundamentals Logo
AWS Fundamentals
AWS::IdentityStore::AllGroupMemberships

IdentityStore AllGroupMemberships

Retrieves membership metadata and attributes for a group membership in an identity store.

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
GroupId
string
Create-only
IdentityStoreId
string
Create-only
MemberId
object
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the group membership.
CreatedAtstringThe date and time the group membership was created.
CreatedBystringThe identifier of the user or system that created the group membership.
MembershipIdstringThe identifier for a GroupMembership in an identity store.
UpdatedAtstringThe date and time the group membership was last updated.
UpdatedBystringThe identifier of the user or system that last updated the group membership.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IdentityStore::AllGroupMemberships

Resources:
  MyResource:
    Type: AWS::IdentityStore::AllGroupMemberships
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

identitystore:DescribeGroupMembership

list

identitystore:ListGroupMemberships

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIdentityStore
Properties9
Required0
TaggingNot supported
Primary IDArn

Supported Operations

ReadList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

GroupIdIdentityStoreIdMemberId

Related Resources

External Links