Amazon IAM Access Analyzer · Example Payload

Iam Access Analyzer Update Findings Request Example

Access ControlComplianceIAMPolicy ManagementSecurity

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

Top-level fields

analyzerArnstatusidsresourceArnclientToken

Example Payload

Raw ↑
{
  "analyzerArn": "arn:aws:iam::123456789012:role/ExampleRole",
  "status": "ACTIVE",
  "ids": "example-value",
  "resourceArn": "arn:aws:iam::123456789012:role/ExampleRole",
  "clientToken": "example-value"
}