Amazon IAM · Example Payload

Amazon Iam Role Example

Access ManagementAuthenticationAuthorizationIdentitySecurity

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

Top-level fields

PathRoleNameRoleIdArnCreateDateAssumeRolePolicyDocumentDescriptionMaxSessionDurationTags

Example Payload

Raw ↑
{
  "Path": "/example/",
  "RoleName": "example-user",
  "RoleId": "AKIAIOSFODNN7EXAMPLE",
  "Arn": "arn:aws:iam::123456789012:role/ExampleRole",
  "CreateDate": "2025-03-15T14:30:00Z",
  "AssumeRolePolicyDocument": "example-value",
  "Description": "example-value",
  "MaxSessionDuration": 79,
  "Tags": [
    "example-value",
    "example-value"
  ]
}