Amazon IAM · Example Payload

Amazon Iam Group Example

Access ManagementAuthenticationAuthorizationIdentitySecurity

Amazon Iam Group Example is an example object payload from Amazon IAM, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

PathGroupNameGroupIdArnCreateDate

Example Payload

Raw ↑
{
  "Path": "/example/",
  "GroupName": "example-user",
  "GroupId": "AKIAIOSFODNN7EXAMPLE",
  "Arn": "arn:aws:iam::123456789012:role/ExampleRole",
  "CreateDate": "2025-03-15T14:30:00Z"
}