Amazon Proton · Example Payload

Amazon Proton Environment Account Connection Example

DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

Amazon Proton Environment Account Connection Example is an example object payload from Amazon Proton, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

arncodebuildRoleArncomponentRoleArnenvironmentAccountIdenvironmentNameidlastModifiedAtmanagementAccountIdrequestedAtroleArnstatus

Example Payload

Raw ↑
{
  "arn": "arn:aws:proton:us-east-1:123456789:environment/my-env",
  "codebuildRoleArn": "arn:aws:proton:us-east-1:123456789:environment/my-env",
  "componentRoleArn": "arn:aws:proton:us-east-1:123456789:environment/my-env",
  "environmentAccountId": "env-194",
  "environmentName": "my-environment",
  "id": "env-500",
  "lastModifiedAt": "example-lastModifiedAt",
  "managementAccountId": "env-599",
  "requestedAt": "example-requestedAt",
  "roleArn": "arn:aws:proton:us-east-1:123456789:environment/my-env",
  "status": "ACTIVE"
}