{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-imagebuilder-component.json",
  "title": "AWSImageBuilderComponentProperties",
  "description": "Resource schema for AWS::ImageBuilder::Component. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-imagebuilder.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-imagebuilder-component.json",
    "sourceSha256": "8a244007752f03ae42b86afafdeacf1a01b0fe2ff12762f0f5ac59e17ca2c183"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the component."
    },
    "Version": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The version of the component."
    },
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The description of the component."
    },
    "ChangeDescription": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The change description of the component."
    },
    "Platform": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "Windows",
            "Linux"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The platform of the component."
    },
    "Data": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 16000
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The data of the component."
    },
    "KmsKeyId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The KMS key identifier used to encrypt the component."
    },
    "Tags": {
      "description": "The tags associated with the component.",
      "type": "object",
      "additionalProperties": false,
      "patternProperties": {
        ".{1,}": {
          "type": "string"
        }
      }
    },
    "Uri": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The uri of the component."
    },
    "SupportedOsVersions": {
      "description": "The operating system (OS) version supported by the component.",
      "type": "array",
      "insertionOrder": false,
      "items": {
        "type": "string"
      }
    }
  },
  "typeName": "AWS::ImageBuilder::Component",
  "tagging": {
    "taggable": false
  },
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-imagebuilder.git",
  "createOnlyProperties": [
    "/properties/Name",
    "/properties/Version",
    "/properties/ChangeDescription",
    "/properties/Description",
    "/properties/Platform",
    "/properties/Data",
    "/properties/Uri",
    "/properties/KmsKeyId",
    "/properties/SupportedOsVersions",
    "/properties/Tags"
  ],
  "additionalProperties": false,
  "required": [
    "Name",
    "Platform",
    "Version"
  ],
  "primaryIdentifier": [
    "/properties/Arn"
  ],
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/Type",
    "/properties/Encrypted"
  ],
  "writeOnlyProperties": [
    "/properties/Data",
    "/properties/Uri",
    "/properties/Platform"
  ]
}
