Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Revision Location Type Structure

RevisionLocationType schema from Amazon CodeDeploy

Type: string Properties: 0
AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

RevisionLocationType is a JSON Structure definition published by Amazon CodeDeploy. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-revision-location-type-structure.json",
  "name": "RevisionLocationType",
  "description": "RevisionLocationType schema from Amazon CodeDeploy",
  "type": "string",
  "enum": [
    "S3",
    "GitHub",
    "String",
    "AppSpecContent"
  ]
}