Amazon Proton · Example Payload

Amazon Proton Service Instance Example

DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

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

Top-level fields

arncreatedAtdeploymentStatusdeploymentStatusMessageenvironmentNamelastClientRequestTokenlastDeploymentAttemptedAtlastDeploymentSucceededAtnameserviceNamespectemplateMajorVersiontemplateMinorVersiontemplateName

Example Payload

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