Amazon Proton · Example Payload

Amazon Proton Service Pipeline Example

DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

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

Top-level fields

arncreatedAtdeploymentStatusdeploymentStatusMessagelastDeploymentAttemptedAtlastDeploymentSucceededAtspectemplateMajorVersiontemplateMinorVersiontemplateName

Example Payload

Raw ↑
{
  "arn": "arn:aws:proton:us-east-1:123456789:environment/my-env",
  "createdAt": "example-createdAt",
  "deploymentStatus": "ACTIVE",
  "deploymentStatusMessage": "ACTIVE",
  "lastDeploymentAttemptedAt": "example-lastDeploymentAttemptedAt",
  "lastDeploymentSucceededAt": "example-lastDeploymentSucceededAt",
  "spec": "example-spec",
  "templateMajorVersion": "standard-env-template",
  "templateMinorVersion": "standard-env-template",
  "templateName": "my-environment"
}