{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ses-vdmattributes.json",
  "title": "AWSSESVdmAttributesProperties",
  "description": "Resource Type definition for AWS::SES::VdmAttributes. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ses.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ses-vdmattributes.json",
    "sourceSha256": "49648701171d7dd7cc7b5a6a40e0f4a803ed9be657a2416f1bfaa42189f65d79"
  },
  "type": "object",
  "properties": {
    "DashboardAttributes": {
      "$ref": "#/$defs/DashboardAttributes"
    },
    "GuardianAttributes": {
      "$ref": "#/$defs/GuardianAttributes"
    }
  },
  "typeName": "AWS::SES::VdmAttributes",
  "tagging": {
    "taggable": false,
    "tagOnCreate": false,
    "tagUpdatable": false,
    "cloudFormationSystemTags": false
  },
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ses.git",
  "$defs": {
    "DashboardAttributes": {
      "type": "object",
      "title": "AWSSESVdmAttributesDashboardAttributesDefinition",
      "description": "Preferences regarding the Dashboard feature.",
      "properties": {
        "EngagementMetrics": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "ENABLED|DISABLED"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "Whether emails sent from this account have engagement tracking enabled."
        }
      },
      "additionalProperties": false
    },
    "GuardianAttributes": {
      "type": "object",
      "title": "AWSSESVdmAttributesGuardianAttributesDefinition",
      "description": "Preferences regarding the Guardian feature.",
      "properties": {
        "OptimizedSharedDelivery": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "ENABLED|DISABLED"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "Whether emails sent from this account have optimized delivery algorithm enabled."
        }
      },
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/VdmAttributesResourceId"
  ],
  "readOnlyProperties": [
    "/properties/VdmAttributesResourceId"
  ],
  "additionalProperties": false
}
