{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-macie-session.json",
  "title": "AWSMacieSessionProperties",
  "description": "The AWS::Macie::Session resource specifies a new Amazon Macie session. A session is an object that represents the Amazon Macie service. A session is required for Amazon Macie to become operational.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-macie.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-macie-session.json",
    "sourceSha256": "a2778ce0f660ce841a2383967eee0141b234d2ae73474fbf074c580b2016c7d3"
  },
  "type": "object",
  "properties": {
    "Status": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ENABLED",
            "PAUSED"
          ],
          "default": "ENABLED"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A enumeration value that specifies the status of the Macie Session."
    },
    "FindingPublishingFrequency": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "FIFTEEN_MINUTES",
            "ONE_HOUR",
            "SIX_HOURS"
          ],
          "default": "SIX_HOURS"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A enumeration value that specifies how frequently finding updates are published."
    }
  },
  "typeName": "AWS::Macie::Session",
  "additionalProperties": false,
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-macie.git",
  "readOnlyProperties": [
    "/properties/AwsAccountId",
    "/properties/ServiceRole"
  ],
  "primaryIdentifier": [
    "/properties/AwsAccountId"
  ]
}
