Amazon Well-Architected Tool · Example Payload

Well Architected Tool Profile Notification Summary Example

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Well Architected Tool Profile Notification Summary Example is an example object payload from Amazon Well-Architected Tool, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

CurrentProfileVersionLatestProfileVersionTypeProfileArnProfileNameWorkloadIdWorkloadName

Example Payload

Raw ↑
{
  "CurrentProfileVersion": "example-value",
  "LatestProfileVersion": "example-value",
  "Type": "WORKLOAD",
  "ProfileArn": "arn:aws:wellarchitected:us-east-1:123456789012:workload/abc123",
  "ProfileName": "Production Workload",
  "WorkloadId": "500123",
  "WorkloadName": "Production Workload"
}