Resource Type: AWS > IAM > Group > Group Policy Attachments
The Group Policy Attachments resource type is part of the AWS Identity and Access Management (IAM) service. Each Group Policy Attachment links an IAM policy to an IAM group, thereby granting the permissions defined in the policy to all users within the group.
Resource Context
Group Policy Attachments is a part of the IAM service.
Each Group Policy Attachments lives under a Group.
Controls
The primary controls for AWS > IAM > Group > Group Policy Attachments 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/groupPolicyAttachment
- tmod:@turbot/turbot#/resource/categories/iam
- turbot graphql resource --id "tmod:@turbot/aws-iam#/resource/types/groupPolicyAttachment"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-iam#/resource/types/groupPolicyAttachment';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-iam#/resource/types/groupPolicyAttachment"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-iam#/resource/types/groupPolicyAttachment' 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