Amazon Well-Architected Tool · Example Payload

Well Architected Tool Share Invitation Summary Example

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Top-level fields

ShareInvitationIdSharedBySharedWithPermissionTypeShareResourceTypeWorkloadNameWorkloadIdLensNameLensArnProfileNameProfileArn

Example Payload

Raw ↑
{
  "ShareInvitationId": "500123",
  "SharedBy": "example-value",
  "SharedWith": "example-value",
  "PermissionType": "WORKLOAD",
  "ShareResourceType": "WORKLOAD",
  "WorkloadName": "Production Workload",
  "WorkloadId": "500123",
  "LensName": "Production Workload",
  "LensArn": "arn:aws:wellarchitected:us-east-1:123456789012:workload/abc123",
  "ProfileName": "Production Workload",
  "ProfileArn": "arn:aws:wellarchitected:us-east-1:123456789012:workload/abc123"
}