ArtifactStoreType

ArtifactStoreType schema from Amazon CodePipeline

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation
View JSON Schema on GitHub

JSON Schema

amazon-codepipeline-artifact-store-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-schema/amazon-codepipeline-artifact-store-type-schema.json",
  "title": "ArtifactStoreType",
  "description": "ArtifactStoreType schema from Amazon CodePipeline",
  "type": "string",
  "enum": [
    "S3"
  ]
}