{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-subnetnetworkaclassociation.json",
  "title": "AWSEC2SubnetNetworkAclAssociationProperties",
  "description": "Resource Type definition for AWS::EC2::SubnetNetworkAclAssociation. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ec2-subnetnetworkaclassociation.json",
    "sourceSha256": "f462ee82e10d434e6c55ac8724a6833007bf66774df99040383b6ba00734f020"
  },
  "type": "object",
  "properties": {
    "SubnetId": {
      "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 subnet"
    },
    "NetworkAclId": {
      "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 network ACL"
    }
  },
  "typeName": "AWS::EC2::SubnetNetworkAclAssociation",
  "tagging": {
    "taggable": false
  },
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2.git",
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/AssociationId"
  ],
  "required": [
    "NetworkAclId",
    "SubnetId"
  ],
  "createOnlyProperties": [
    "/properties/SubnetId",
    "/properties/NetworkAclId"
  ],
  "primaryIdentifier": [
    "/properties/AssociationId"
  ]
}
