Amazon IAM · Example Payload

Amazon Iam Policy Example

Access ManagementAuthenticationAuthorizationIdentitySecurity

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

Top-level fields

PolicyNamePolicyIdArnPathDefaultVersionIdAttachmentCountIsAttachableDescriptionCreateDateUpdateDate

Example Payload

Raw ↑
{
  "PolicyName": "example-user",
  "PolicyId": "AKIAIOSFODNN7EXAMPLE",
  "Arn": "arn:aws:iam::123456789012:role/ExampleRole",
  "Path": "/example/",
  "DefaultVersionId": "AKIAIOSFODNN7EXAMPLE",
  "AttachmentCount": 29,
  "IsAttachable": true,
  "Description": "example-value",
  "CreateDate": "2025-03-15T14:30:00Z",
  "UpdateDate": "2025-03-15T14:30:00Z"
}