Resource Type: AWS > IAM > User > Group Memberships
The User Group Memberships resource type is part of the AWS Identity and Access Management (IAM) service. Each User Group Membership resource represents the association of an IAM user with an IAM group, defining the permissions and policies applicable to the user.
Resource Context
Group Memberships is a part of the IAM service.
Each Group Memberships lives under an User.
Controls
The primary controls for AWS > IAM > User > Group Memberships are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-iam#/resource/types/userGroupMemberships
- tmod:@turbot/turbot#/resource/categories/iam
- turbot graphql resource --id "tmod:@turbot/aws-iam#/resource/types/userGroupMemberships"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-iam#/resource/types/userGroupMemberships';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-iam#/resource/types/userGroupMemberships"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-iam#/resource/types/userGroupMemberships' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query