An IAM Group in AWS is a collection of IAM users that simplifies permission management. Instead of assigning policies to individual users, you can attach policies to the group, and all members inherit those permissions. This makes it easier to manage access control for teams of users with similar roles.

aws.iam_group

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringThe Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.
attached_policiescorejsonA list of the attached policies.
create_datecoretimestampThe date and time, in ISO 8601 date-time format, when the group was created.
group_idcorestringThe stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.
group_namecorestringThe friendly name that identifies the group.
pathcorestringThe path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.
tagscorehstore