{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-securityhub-standard.json",
  "title": "AWSSecurityHubStandardProperties",
  "description": "The AWS::SecurityHub::Standard resource represents the implementation of an individual AWS Security Hub Standard in your account. It requires you have SecurityHub enabled before you can enable the Standard.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-securityhub>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-securityhub-standard.json",
    "sourceSha256": "66af2ec7814c3470fe189dc9e16ff7123ed65b1c66075abf925c690f4d624d8e"
  },
  "type": "object",
  "properties": {
    "StandardsArn": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "arn:aws\\S*:securityhub:\\S"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ARN of the Standard being enabled"
    },
    "DisabledStandardsControls": {
      "description": "StandardsControls to disable from this Standard.",
      "type": "array",
      "minItems": 0,
      "maxItems": 100,
      "items": {
        "$ref": "#/$defs/StandardsControl"
      },
      "insertionOrder": true,
      "uniqueItems": true
    }
  },
  "typeName": "AWS::SecurityHub::Standard",
  "tagging": {
    "taggable": false,
    "tagOnCreate": false,
    "tagUpdatable": false,
    "cloudFormationSystemTags": false,
    "tagProperty": "/properties/Tags"
  },
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-securityhub",
  "additionalProperties": false,
  "additionalIdentifiers": [
    [
      "/properties/StandardsArn"
    ]
  ],
  "$defs": {
    "StandardsControl": {
      "description": "An individual StandardsControl within the Standard.",
      "type": "object",
      "properties": {
        "StandardsControlArn": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "arn:aws\\S*:securityhub:\\S*"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "the Arn for the standard control."
        },
        "Reason": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "the reason the standard control is disabled"
        }
      },
      "required": [
        "StandardsControlArn"
      ],
      "title": "AWSSecurityHubStandardStandardsControlDefinition",
      "additionalProperties": false
    }
  },
  "required": [
    "StandardsArn"
  ],
  "createOnlyProperties": [
    "/properties/StandardsArn"
  ],
  "readOnlyProperties": [
    "/properties/StandardsSubscriptionArn"
  ],
  "primaryIdentifier": [
    "/properties/StandardsSubscriptionArn"
  ]
}
