Amazon Health Dashboard · Example Payload

Health Affected Entity Example

Health MonitoringNotificationsOperationsService Status

Health Affected Entity Example is an example object payload from Amazon Health Dashboard, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

entityArneventArnentityValueentityUrlawsAccountIdlastUpdatedTime

Example Payload

Raw ↑
{
  "entityArn": "arn:aws:health:us-east-1::event/EC2/AWS_EC2_INSTANCE_ISSUE/abc123",
  "eventArn": "arn:aws:health:us-east-1::event/EC2/AWS_EC2_INSTANCE_ISSUE/abc123",
  "entityValue": "example-entityValue",
  "entityUrl": "example-entityUrl",
  "awsAccountId": "example-awsAccountId",
  "lastUpdatedTime": "example-lastUpdatedT"
}