{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-networkperformancemetricsubscription.json",
  "title": "AWSEC2NetworkPerformanceMetricSubscriptionProperties",
  "description": "Resource Type definition for AWS::EC2::NetworkPerformanceMetricSubscription. 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-ec2-networkperformancemetricsubscription.json",
    "sourceSha256": "5946e3be74e1ae9bbab25a10058f96ee7c41df53072433beadfea895a6c18fef"
  },
  "type": "object",
  "properties": {
    "Source": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The starting Region or Availability Zone for metric to subscribe to."
    },
    "Destination": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The target Region or Availability Zone for the metric to subscribe to."
    },
    "Metric": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The metric type to subscribe to."
    },
    "Statistic": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The statistic to subscribe to."
    }
  },
  "typeName": "AWS::EC2::NetworkPerformanceMetricSubscription",
  "tagging": {
    "taggable": false
  },
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Source",
    "/properties/Destination",
    "/properties/Metric",
    "/properties/Statistic"
  ],
  "$defs": {},
  "required": [
    "Source",
    "Destination",
    "Metric",
    "Statistic"
  ],
  "createOnlyProperties": [
    "/properties/Source",
    "/properties/Destination",
    "/properties/Metric",
    "/properties/Statistic"
  ]
}
