{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-servicecatalog-serviceactionassociation.json",
  "title": "AWSServiceCatalogServiceActionAssociationProperties",
  "description": "Resource Schema for AWS::ServiceCatalog::ServiceActionAssociation. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-servicecatalog-serviceactionassociation.json",
    "sourceSha256": "dcfd6fc86c6f79018490e1eafe88a51b1eef267a89e9a2060eb86db7eb937b18"
  },
  "type": "object",
  "properties": {
    "ProductId": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_-]{1,99}$",
          "minLength": 1,
          "maxLength": 100
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ProvisioningArtifactId": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_-]{1,99}$",
          "minLength": 1,
          "maxLength": 100
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ServiceActionId": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_-]{1,99}$",
          "minLength": 1,
          "maxLength": 100
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::ServiceCatalog::ServiceActionAssociation",
  "primaryIdentifier": [
    "/properties/ProductId",
    "/properties/ProvisioningArtifactId",
    "/properties/ServiceActionId"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
  "createOnlyProperties": [
    "/properties/ProductId",
    "/properties/ProvisioningArtifactId",
    "/properties/ServiceActionId"
  ],
  "additionalProperties": false,
  "required": [
    "ProductId",
    "ProvisioningArtifactId",
    "ServiceActionId"
  ]
}
