{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-networkmanager-linkassociation.json",
  "title": "AWSNetworkManagerLinkAssociationProperties",
  "description": "The AWS::NetworkManager::LinkAssociation type associates a link to a device. The device and link must be in the same global network and the same site.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-networkmanager.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-networkmanager-linkassociation.json",
    "sourceSha256": "ca6165de269382b33190eb4530222f94e06a0bbf75cdb79f1d416cf375d300c0"
  },
  "type": "object",
  "properties": {
    "GlobalNetworkId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the global network."
    },
    "DeviceId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the device"
    },
    "LinkId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the link"
    }
  },
  "typeName": "AWS::NetworkManager::LinkAssociation",
  "createOnlyProperties": [
    "/properties/GlobalNetworkId",
    "/properties/DeviceId",
    "/properties/LinkId"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-networkmanager.git",
  "primaryIdentifier": [
    "/properties/GlobalNetworkId",
    "/properties/DeviceId",
    "/properties/LinkId"
  ],
  "taggable": false,
  "additionalProperties": false,
  "required": [
    "GlobalNetworkId",
    "DeviceId",
    "LinkId"
  ]
}
