{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-servicecatalogappregistry-attributegroupassociation.json",
  "title": "AWSServiceCatalogAppRegistryAttributeGroupAssociationProperties",
  "description": "Resource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-servicecatalog-appregistry.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-servicecatalogappregistry-attributegroupassociation.json",
    "sourceSha256": "4272c031760168961fcb798de3112804225668bf0ee54f0d8ea5df29f6e529b4"
  },
  "type": "object",
  "properties": {
    "Application": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 256,
          "pattern": "\\w+|[a-z0-9]{12}"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name or the Id of the Application."
    },
    "AttributeGroup": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 256,
          "pattern": "\\w+|[a-z0-9]{12}"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name or the Id of the AttributeGroup."
    }
  },
  "typeName": "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation",
  "taggable": false,
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-servicecatalog-appregistry.git",
  "documentationUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-appregistry-attributegroupassociation.html",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "required": [
    "Application",
    "AttributeGroup"
  ],
  "readOnlyProperties": [
    "/properties/ApplicationArn",
    "/properties/AttributeGroupArn",
    "/properties/Id"
  ],
  "createOnlyProperties": [
    "/properties/Application",
    "/properties/AttributeGroup"
  ]
}
