Amazon IAM Access Analyzer · Example Payload

Iam Access Analyzer Analyzed Resource Example

Access ControlComplianceIAMPolicy ManagementSecurity

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

Top-level fields

resourceArnresourceTypecreatedAtanalyzedAtupdatedAtisPublicactionssharedViastatusresourceOwnerAccounterror

Example Payload

Raw ↑
{
  "resourceArn": "arn:aws:iam::123456789012:role/ExampleRole",
  "resourceType": "CUSTOM",
  "createdAt": "example-value",
  "analyzedAt": "example-value",
  "updatedAt": "example-value",
  "isPublic": "example-value",
  "actions": "example-value",
  "sharedVia": "example-value",
  "status": "ACTIVE",
  "resourceOwnerAccount": "123456789012",
  "error": "example-value"
}