Amazon Proton · Schema

ProvisionedResource

Detail data for a provisioned resource.

DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

Properties

Name Type Description
identifier object
name object
provisioningEngine object
View JSON Schema on GitHub

JSON Schema

amazon-proton-provisioned-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-schema/amazon-proton-provisioned-resource-schema.json",
  "title": "ProvisionedResource",
  "description": "Detail data for a provisioned resource.",
  "type": "object",
  "properties": {
    "identifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProvisionedResourceIdentifier"
        },
        {
          "description": "The provisioned resource identifier."
        }
      ]
    },
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProvisionedResourceName"
        },
        {
          "description": "The provisioned resource name."
        }
      ]
    },
    "provisioningEngine": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProvisionedResourceEngine"
        },
        {
          "description": "<p>The resource provisioning engine. At this time, <code>CLOUDFORMATION</code> can be used for Amazon Web Services-managed provisioning, and <code>TERRAFORM</code> can be used for self-managed provisioning.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/ag-works-prov-methods.html#ag-works-prov-methods-self\">Self-managed provisioning</a> in the <i>Proton User Guide</i>.</p>"
        }
      ]
    }
  }
}