Amazon IAM · Example Payload

Amazon Iam Access Key Example

Access ManagementAuthenticationAuthorizationIdentitySecurity

Amazon Iam Access Key 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

UserNameAccessKeyIdStatusSecretAccessKeyCreateDate

Example Payload

Raw ↑
{
  "UserName": "example-user",
  "AccessKeyId": "AKIAIOSFODNN7EXAMPLE",
  "Status": "Active",
  "SecretAccessKey": "example-value",
  "CreateDate": "2025-03-15T14:30:00Z"
}