{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/aws-cloudformation/latest.json",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/awslabs/goformation/master/schema/cloudformation.schema.json",
    "sourceSha256": "407162c4ea3f921d3603845ab7178dc14c8c4032f89194f8bac087c4afcc5911",
    "fileMatch": [
      "*.cf.json",
      "*.cf.yml",
      "*.cf.yaml",
      "cloudformation.json",
      "cloudformation.yml",
      "cloudformation.yaml"
    ],
    "parsers": [
      "json",
      "yaml"
    ]
  },
  "type": "object",
  "properties": {
    "AWSTemplateFormatVersion": {
      "enum": [
        "2010-09-09"
      ],
      "type": "string"
    },
    "Conditions": {
      "type": "object",
      "additionalProperties": false,
      "patternProperties": {
        "^[a-zA-Z0-9]+$": {
          "type": "object"
        }
      }
    },
    "Description": {
      "description": "Template description",
      "maxLength": 1024,
      "type": "string"
    },
    "Mappings": {
      "type": "object",
      "additionalProperties": false,
      "patternProperties": {
        "^[a-zA-Z0-9]+$": {
          "type": "object"
        }
      }
    },
    "Metadata": {
      "type": "object"
    },
    "Outputs": {
      "type": "object",
      "maxProperties": 60,
      "minProperties": 1,
      "additionalProperties": false,
      "patternProperties": {
        "^[a-zA-Z0-9]+$": {
          "type": "object"
        }
      }
    },
    "Parameters": {
      "type": "object",
      "maxProperties": 50,
      "additionalProperties": false,
      "patternProperties": {
        "^[a-zA-Z0-9]+$": {
          "$ref": "#/$defs/Parameter"
        }
      }
    },
    "Resources": {
      "type": "object",
      "additionalProperties": false,
      "patternProperties": {
        "^[a-zA-Z0-9]+$": {
          "anyOf": [
            {
              "$ref": "#/$defs/AWS::ACMPCA::Certificate"
            },
            {
              "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthority"
            },
            {
              "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthorityActivation"
            },
            {
              "$ref": "#/$defs/AWS::ACMPCA::Permission"
            },
            {
              "$ref": "#/$defs/AWS::APS::RuleGroupsNamespace"
            },
            {
              "$ref": "#/$defs/AWS::APS::Scraper"
            },
            {
              "$ref": "#/$defs/AWS::APS::Workspace"
            },
            {
              "$ref": "#/$defs/AWS::ARCZonalShift::ZonalAutoshiftConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::AccessAnalyzer::Analyzer"
            },
            {
              "$ref": "#/$defs/AWS::AmazonMQ::Broker"
            },
            {
              "$ref": "#/$defs/AWS::AmazonMQ::Configuration"
            },
            {
              "$ref": "#/$defs/AWS::AmazonMQ::ConfigurationAssociation"
            },
            {
              "$ref": "#/$defs/AWS::Amplify::App"
            },
            {
              "$ref": "#/$defs/AWS::Amplify::Branch"
            },
            {
              "$ref": "#/$defs/AWS::Amplify::Domain"
            },
            {
              "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component"
            },
            {
              "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form"
            },
            {
              "$ref": "#/$defs/AWS::AmplifyUIBuilder::Theme"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::Account"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::ApiKey"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::Authorizer"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::BasePathMapping"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::ClientCertificate"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::Deployment"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::DocumentationPart"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::DocumentationVersion"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::DomainName"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::GatewayResponse"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::Method"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::Model"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::RequestValidator"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::Resource"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::RestApi"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::Stage"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::UsagePlan"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::UsagePlanKey"
            },
            {
              "$ref": "#/$defs/AWS::ApiGateway::VpcLink"
            },
            {
              "$ref": "#/$defs/AWS::ApiGatewayV2::Api"
            },
            {
              "$ref": "#/$defs/AWS::ApiGatewayV2::ApiGatewayManagedOverrides"
            },
            {
              "$ref": "#/$defs/AWS::ApiGatewayV2::ApiMapping"
            },
            {
              "$ref": "#/$defs/AWS::ApiGatewayV2::Authorizer"
            },
            {
              "$ref": "#/$defs/AWS::ApiGatewayV2::Deployment"
            },
            {
              "$ref": "#/$defs/AWS::ApiGatewayV2::DomainName"
            },
            {
              "$ref": "#/$defs/AWS::ApiGatewayV2::Integration"
            },
            {
              "$ref": "#/$defs/AWS::ApiGatewayV2::IntegrationResponse"
            },
            {
              "$ref": "#/$defs/AWS::ApiGatewayV2::Model"
            },
            {
              "$ref": "#/$defs/AWS::ApiGatewayV2::Route"
            },
            {
              "$ref": "#/$defs/AWS::ApiGatewayV2::RouteResponse"
            },
            {
              "$ref": "#/$defs/AWS::ApiGatewayV2::Stage"
            },
            {
              "$ref": "#/$defs/AWS::ApiGatewayV2::VpcLink"
            },
            {
              "$ref": "#/$defs/AWS::AppConfig::Application"
            },
            {
              "$ref": "#/$defs/AWS::AppConfig::ConfigurationProfile"
            },
            {
              "$ref": "#/$defs/AWS::AppConfig::Deployment"
            },
            {
              "$ref": "#/$defs/AWS::AppConfig::DeploymentStrategy"
            },
            {
              "$ref": "#/$defs/AWS::AppConfig::Environment"
            },
            {
              "$ref": "#/$defs/AWS::AppConfig::Extension"
            },
            {
              "$ref": "#/$defs/AWS::AppConfig::ExtensionAssociation"
            },
            {
              "$ref": "#/$defs/AWS::AppConfig::HostedConfigurationVersion"
            },
            {
              "$ref": "#/$defs/AWS::AppFlow::Connector"
            },
            {
              "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile"
            },
            {
              "$ref": "#/$defs/AWS::AppFlow::Flow"
            },
            {
              "$ref": "#/$defs/AWS::AppIntegrations::Application"
            },
            {
              "$ref": "#/$defs/AWS::AppIntegrations::DataIntegration"
            },
            {
              "$ref": "#/$defs/AWS::AppIntegrations::EventIntegration"
            },
            {
              "$ref": "#/$defs/AWS::AppMesh::GatewayRoute"
            },
            {
              "$ref": "#/$defs/AWS::AppMesh::Mesh"
            },
            {
              "$ref": "#/$defs/AWS::AppMesh::Route"
            },
            {
              "$ref": "#/$defs/AWS::AppMesh::VirtualGateway"
            },
            {
              "$ref": "#/$defs/AWS::AppMesh::VirtualNode"
            },
            {
              "$ref": "#/$defs/AWS::AppMesh::VirtualRouter"
            },
            {
              "$ref": "#/$defs/AWS::AppMesh::VirtualService"
            },
            {
              "$ref": "#/$defs/AWS::AppRunner::AutoScalingConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::AppRunner::ObservabilityConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::AppRunner::Service"
            },
            {
              "$ref": "#/$defs/AWS::AppRunner::VpcConnector"
            },
            {
              "$ref": "#/$defs/AWS::AppRunner::VpcIngressConnection"
            },
            {
              "$ref": "#/$defs/AWS::AppStream::AppBlock"
            },
            {
              "$ref": "#/$defs/AWS::AppStream::AppBlockBuilder"
            },
            {
              "$ref": "#/$defs/AWS::AppStream::Application"
            },
            {
              "$ref": "#/$defs/AWS::AppStream::ApplicationEntitlementAssociation"
            },
            {
              "$ref": "#/$defs/AWS::AppStream::ApplicationFleetAssociation"
            },
            {
              "$ref": "#/$defs/AWS::AppStream::DirectoryConfig"
            },
            {
              "$ref": "#/$defs/AWS::AppStream::Entitlement"
            },
            {
              "$ref": "#/$defs/AWS::AppStream::Fleet"
            },
            {
              "$ref": "#/$defs/AWS::AppStream::ImageBuilder"
            },
            {
              "$ref": "#/$defs/AWS::AppStream::Stack"
            },
            {
              "$ref": "#/$defs/AWS::AppStream::StackFleetAssociation"
            },
            {
              "$ref": "#/$defs/AWS::AppStream::StackUserAssociation"
            },
            {
              "$ref": "#/$defs/AWS::AppStream::User"
            },
            {
              "$ref": "#/$defs/AWS::AppSync::ApiCache"
            },
            {
              "$ref": "#/$defs/AWS::AppSync::ApiKey"
            },
            {
              "$ref": "#/$defs/AWS::AppSync::DataSource"
            },
            {
              "$ref": "#/$defs/AWS::AppSync::DomainName"
            },
            {
              "$ref": "#/$defs/AWS::AppSync::DomainNameApiAssociation"
            },
            {
              "$ref": "#/$defs/AWS::AppSync::FunctionConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::AppSync::GraphQLApi"
            },
            {
              "$ref": "#/$defs/AWS::AppSync::GraphQLSchema"
            },
            {
              "$ref": "#/$defs/AWS::AppSync::Resolver"
            },
            {
              "$ref": "#/$defs/AWS::AppSync::SourceApiAssociation"
            },
            {
              "$ref": "#/$defs/AWS::ApplicationAutoScaling::ScalableTarget"
            },
            {
              "$ref": "#/$defs/AWS::ApplicationAutoScaling::ScalingPolicy"
            },
            {
              "$ref": "#/$defs/AWS::ApplicationInsights::Application"
            },
            {
              "$ref": "#/$defs/AWS::Athena::CapacityReservation"
            },
            {
              "$ref": "#/$defs/AWS::Athena::DataCatalog"
            },
            {
              "$ref": "#/$defs/AWS::Athena::NamedQuery"
            },
            {
              "$ref": "#/$defs/AWS::Athena::PreparedStatement"
            },
            {
              "$ref": "#/$defs/AWS::Athena::WorkGroup"
            },
            {
              "$ref": "#/$defs/AWS::AuditManager::Assessment"
            },
            {
              "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup"
            },
            {
              "$ref": "#/$defs/AWS::AutoScaling::LaunchConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::AutoScaling::LifecycleHook"
            },
            {
              "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy"
            },
            {
              "$ref": "#/$defs/AWS::AutoScaling::ScheduledAction"
            },
            {
              "$ref": "#/$defs/AWS::AutoScaling::WarmPool"
            },
            {
              "$ref": "#/$defs/AWS::AutoScalingPlans::ScalingPlan"
            },
            {
              "$ref": "#/$defs/AWS::B2BI::Capability"
            },
            {
              "$ref": "#/$defs/AWS::B2BI::Partnership"
            },
            {
              "$ref": "#/$defs/AWS::B2BI::Profile"
            },
            {
              "$ref": "#/$defs/AWS::B2BI::Transformer"
            },
            {
              "$ref": "#/$defs/AWS::BCMDataExports::Export"
            },
            {
              "$ref": "#/$defs/AWS::Backup::BackupPlan"
            },
            {
              "$ref": "#/$defs/AWS::Backup::BackupSelection"
            },
            {
              "$ref": "#/$defs/AWS::Backup::BackupVault"
            },
            {
              "$ref": "#/$defs/AWS::Backup::Framework"
            },
            {
              "$ref": "#/$defs/AWS::Backup::ReportPlan"
            },
            {
              "$ref": "#/$defs/AWS::Backup::RestoreTestingPlan"
            },
            {
              "$ref": "#/$defs/AWS::Backup::RestoreTestingSelection"
            },
            {
              "$ref": "#/$defs/AWS::BackupGateway::Hypervisor"
            },
            {
              "$ref": "#/$defs/AWS::Batch::ComputeEnvironment"
            },
            {
              "$ref": "#/$defs/AWS::Batch::JobDefinition"
            },
            {
              "$ref": "#/$defs/AWS::Batch::JobQueue"
            },
            {
              "$ref": "#/$defs/AWS::Batch::SchedulingPolicy"
            },
            {
              "$ref": "#/$defs/AWS::Bedrock::Agent"
            },
            {
              "$ref": "#/$defs/AWS::Bedrock::AgentAlias"
            },
            {
              "$ref": "#/$defs/AWS::Bedrock::DataSource"
            },
            {
              "$ref": "#/$defs/AWS::Bedrock::Guardrail"
            },
            {
              "$ref": "#/$defs/AWS::Bedrock::KnowledgeBase"
            },
            {
              "$ref": "#/$defs/AWS::BillingConductor::BillingGroup"
            },
            {
              "$ref": "#/$defs/AWS::BillingConductor::CustomLineItem"
            },
            {
              "$ref": "#/$defs/AWS::BillingConductor::PricingPlan"
            },
            {
              "$ref": "#/$defs/AWS::BillingConductor::PricingRule"
            },
            {
              "$ref": "#/$defs/AWS::Budgets::Budget"
            },
            {
              "$ref": "#/$defs/AWS::Budgets::BudgetsAction"
            },
            {
              "$ref": "#/$defs/AWS::CE::AnomalyMonitor"
            },
            {
              "$ref": "#/$defs/AWS::CE::AnomalySubscription"
            },
            {
              "$ref": "#/$defs/AWS::CE::CostCategory"
            },
            {
              "$ref": "#/$defs/AWS::CUR::ReportDefinition"
            },
            {
              "$ref": "#/$defs/AWS::Cassandra::Keyspace"
            },
            {
              "$ref": "#/$defs/AWS::Cassandra::Table"
            },
            {
              "$ref": "#/$defs/AWS::CertificateManager::Account"
            },
            {
              "$ref": "#/$defs/AWS::CertificateManager::Certificate"
            },
            {
              "$ref": "#/$defs/AWS::Chatbot::MicrosoftTeamsChannelConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::Chatbot::SlackChannelConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::CleanRooms::AnalysisTemplate"
            },
            {
              "$ref": "#/$defs/AWS::CleanRooms::Collaboration"
            },
            {
              "$ref": "#/$defs/AWS::CleanRooms::ConfiguredTable"
            },
            {
              "$ref": "#/$defs/AWS::CleanRooms::ConfiguredTableAssociation"
            },
            {
              "$ref": "#/$defs/AWS::CleanRooms::Membership"
            },
            {
              "$ref": "#/$defs/AWS::CleanRooms::PrivacyBudgetTemplate"
            },
            {
              "$ref": "#/$defs/AWS::CleanRoomsML::TrainingDataset"
            },
            {
              "$ref": "#/$defs/AWS::Cloud9::EnvironmentEC2"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::CustomResource"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::HookDefaultVersion"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::HookTypeConfig"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::HookVersion"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::Macro"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::ModuleDefaultVersion"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::ModuleVersion"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::PublicTypeVersion"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::Publisher"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::ResourceDefaultVersion"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::ResourceVersion"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::Stack"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::StackSet"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::TypeActivation"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::WaitCondition"
            },
            {
              "$ref": "#/$defs/AWS::CloudFormation::WaitConditionHandle"
            },
            {
              "$ref": "#/$defs/AWS::CloudFront::CachePolicy"
            },
            {
              "$ref": "#/$defs/AWS::CloudFront::CloudFrontOriginAccessIdentity"
            },
            {
              "$ref": "#/$defs/AWS::CloudFront::ContinuousDeploymentPolicy"
            },
            {
              "$ref": "#/$defs/AWS::CloudFront::Distribution"
            },
            {
              "$ref": "#/$defs/AWS::CloudFront::Function"
            },
            {
              "$ref": "#/$defs/AWS::CloudFront::KeyGroup"
            },
            {
              "$ref": "#/$defs/AWS::CloudFront::KeyValueStore"
            },
            {
              "$ref": "#/$defs/AWS::CloudFront::MonitoringSubscription"
            },
            {
              "$ref": "#/$defs/AWS::CloudFront::OriginAccessControl"
            },
            {
              "$ref": "#/$defs/AWS::CloudFront::OriginRequestPolicy"
            },
            {
              "$ref": "#/$defs/AWS::CloudFront::PublicKey"
            },
            {
              "$ref": "#/$defs/AWS::CloudFront::RealtimeLogConfig"
            },
            {
              "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy"
            },
            {
              "$ref": "#/$defs/AWS::CloudFront::StreamingDistribution"
            },
            {
              "$ref": "#/$defs/AWS::CloudTrail::Channel"
            },
            {
              "$ref": "#/$defs/AWS::CloudTrail::EventDataStore"
            },
            {
              "$ref": "#/$defs/AWS::CloudTrail::ResourcePolicy"
            },
            {
              "$ref": "#/$defs/AWS::CloudTrail::Trail"
            },
            {
              "$ref": "#/$defs/AWS::CloudWatch::Alarm"
            },
            {
              "$ref": "#/$defs/AWS::CloudWatch::AnomalyDetector"
            },
            {
              "$ref": "#/$defs/AWS::CloudWatch::CompositeAlarm"
            },
            {
              "$ref": "#/$defs/AWS::CloudWatch::Dashboard"
            },
            {
              "$ref": "#/$defs/AWS::CloudWatch::InsightRule"
            },
            {
              "$ref": "#/$defs/AWS::CloudWatch::MetricStream"
            },
            {
              "$ref": "#/$defs/AWS::CodeArtifact::Domain"
            },
            {
              "$ref": "#/$defs/AWS::CodeArtifact::PackageGroup"
            },
            {
              "$ref": "#/$defs/AWS::CodeArtifact::Repository"
            },
            {
              "$ref": "#/$defs/AWS::CodeBuild::Fleet"
            },
            {
              "$ref": "#/$defs/AWS::CodeBuild::Project"
            },
            {
              "$ref": "#/$defs/AWS::CodeBuild::ReportGroup"
            },
            {
              "$ref": "#/$defs/AWS::CodeBuild::SourceCredential"
            },
            {
              "$ref": "#/$defs/AWS::CodeCommit::Repository"
            },
            {
              "$ref": "#/$defs/AWS::CodeConnections::Connection"
            },
            {
              "$ref": "#/$defs/AWS::CodeDeploy::Application"
            },
            {
              "$ref": "#/$defs/AWS::CodeDeploy::DeploymentConfig"
            },
            {
              "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup"
            },
            {
              "$ref": "#/$defs/AWS::CodeGuruProfiler::ProfilingGroup"
            },
            {
              "$ref": "#/$defs/AWS::CodeGuruReviewer::RepositoryAssociation"
            },
            {
              "$ref": "#/$defs/AWS::CodePipeline::CustomActionType"
            },
            {
              "$ref": "#/$defs/AWS::CodePipeline::Pipeline"
            },
            {
              "$ref": "#/$defs/AWS::CodePipeline::Webhook"
            },
            {
              "$ref": "#/$defs/AWS::CodeStar::GitHubRepository"
            },
            {
              "$ref": "#/$defs/AWS::CodeStarConnections::Connection"
            },
            {
              "$ref": "#/$defs/AWS::CodeStarConnections::RepositoryLink"
            },
            {
              "$ref": "#/$defs/AWS::CodeStarConnections::SyncConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::CodeStarNotifications::NotificationRule"
            },
            {
              "$ref": "#/$defs/AWS::Cognito::IdentityPool"
            },
            {
              "$ref": "#/$defs/AWS::Cognito::IdentityPoolPrincipalTag"
            },
            {
              "$ref": "#/$defs/AWS::Cognito::IdentityPoolRoleAttachment"
            },
            {
              "$ref": "#/$defs/AWS::Cognito::LogDeliveryConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::Cognito::UserPool"
            },
            {
              "$ref": "#/$defs/AWS::Cognito::UserPoolClient"
            },
            {
              "$ref": "#/$defs/AWS::Cognito::UserPoolDomain"
            },
            {
              "$ref": "#/$defs/AWS::Cognito::UserPoolGroup"
            },
            {
              "$ref": "#/$defs/AWS::Cognito::UserPoolIdentityProvider"
            },
            {
              "$ref": "#/$defs/AWS::Cognito::UserPoolResourceServer"
            },
            {
              "$ref": "#/$defs/AWS::Cognito::UserPoolRiskConfigurationAttachment"
            },
            {
              "$ref": "#/$defs/AWS::Cognito::UserPoolUICustomizationAttachment"
            },
            {
              "$ref": "#/$defs/AWS::Cognito::UserPoolUser"
            },
            {
              "$ref": "#/$defs/AWS::Cognito::UserPoolUserToGroupAttachment"
            },
            {
              "$ref": "#/$defs/AWS::Comprehend::DocumentClassifier"
            },
            {
              "$ref": "#/$defs/AWS::Comprehend::Flywheel"
            },
            {
              "$ref": "#/$defs/AWS::Config::AggregationAuthorization"
            },
            {
              "$ref": "#/$defs/AWS::Config::ConfigRule"
            },
            {
              "$ref": "#/$defs/AWS::Config::ConfigurationAggregator"
            },
            {
              "$ref": "#/$defs/AWS::Config::ConfigurationRecorder"
            },
            {
              "$ref": "#/$defs/AWS::Config::ConformancePack"
            },
            {
              "$ref": "#/$defs/AWS::Config::DeliveryChannel"
            },
            {
              "$ref": "#/$defs/AWS::Config::OrganizationConfigRule"
            },
            {
              "$ref": "#/$defs/AWS::Config::OrganizationConformancePack"
            },
            {
              "$ref": "#/$defs/AWS::Config::RemediationConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::Config::StoredQuery"
            },
            {
              "$ref": "#/$defs/AWS::Connect::ApprovedOrigin"
            },
            {
              "$ref": "#/$defs/AWS::Connect::ContactFlow"
            },
            {
              "$ref": "#/$defs/AWS::Connect::ContactFlowModule"
            },
            {
              "$ref": "#/$defs/AWS::Connect::EvaluationForm"
            },
            {
              "$ref": "#/$defs/AWS::Connect::HoursOfOperation"
            },
            {
              "$ref": "#/$defs/AWS::Connect::Instance"
            },
            {
              "$ref": "#/$defs/AWS::Connect::InstanceStorageConfig"
            },
            {
              "$ref": "#/$defs/AWS::Connect::IntegrationAssociation"
            },
            {
              "$ref": "#/$defs/AWS::Connect::PhoneNumber"
            },
            {
              "$ref": "#/$defs/AWS::Connect::PredefinedAttribute"
            },
            {
              "$ref": "#/$defs/AWS::Connect::Prompt"
            },
            {
              "$ref": "#/$defs/AWS::Connect::Queue"
            },
            {
              "$ref": "#/$defs/AWS::Connect::QuickConnect"
            },
            {
              "$ref": "#/$defs/AWS::Connect::RoutingProfile"
            },
            {
              "$ref": "#/$defs/AWS::Connect::Rule"
            },
            {
              "$ref": "#/$defs/AWS::Connect::SecurityKey"
            },
            {
              "$ref": "#/$defs/AWS::Connect::SecurityProfile"
            },
            {
              "$ref": "#/$defs/AWS::Connect::TaskTemplate"
            },
            {
              "$ref": "#/$defs/AWS::Connect::TrafficDistributionGroup"
            },
            {
              "$ref": "#/$defs/AWS::Connect::User"
            },
            {
              "$ref": "#/$defs/AWS::Connect::UserHierarchyGroup"
            },
            {
              "$ref": "#/$defs/AWS::Connect::View"
            },
            {
              "$ref": "#/$defs/AWS::Connect::ViewVersion"
            },
            {
              "$ref": "#/$defs/AWS::ConnectCampaigns::Campaign"
            },
            {
              "$ref": "#/$defs/AWS::ControlTower::EnabledBaseline"
            },
            {
              "$ref": "#/$defs/AWS::ControlTower::EnabledControl"
            },
            {
              "$ref": "#/$defs/AWS::ControlTower::LandingZone"
            },
            {
              "$ref": "#/$defs/AWS::CustomerProfiles::CalculatedAttributeDefinition"
            },
            {
              "$ref": "#/$defs/AWS::CustomerProfiles::Domain"
            },
            {
              "$ref": "#/$defs/AWS::CustomerProfiles::EventStream"
            },
            {
              "$ref": "#/$defs/AWS::CustomerProfiles::Integration"
            },
            {
              "$ref": "#/$defs/AWS::CustomerProfiles::ObjectType"
            },
            {
              "$ref": "#/$defs/AWS::DAX::Cluster"
            },
            {
              "$ref": "#/$defs/AWS::DAX::ParameterGroup"
            },
            {
              "$ref": "#/$defs/AWS::DAX::SubnetGroup"
            },
            {
              "$ref": "#/$defs/AWS::DLM::LifecyclePolicy"
            },
            {
              "$ref": "#/$defs/AWS::DMS::Certificate"
            },
            {
              "$ref": "#/$defs/AWS::DMS::DataProvider"
            },
            {
              "$ref": "#/$defs/AWS::DMS::Endpoint"
            },
            {
              "$ref": "#/$defs/AWS::DMS::EventSubscription"
            },
            {
              "$ref": "#/$defs/AWS::DMS::InstanceProfile"
            },
            {
              "$ref": "#/$defs/AWS::DMS::MigrationProject"
            },
            {
              "$ref": "#/$defs/AWS::DMS::ReplicationConfig"
            },
            {
              "$ref": "#/$defs/AWS::DMS::ReplicationInstance"
            },
            {
              "$ref": "#/$defs/AWS::DMS::ReplicationSubnetGroup"
            },
            {
              "$ref": "#/$defs/AWS::DMS::ReplicationTask"
            },
            {
              "$ref": "#/$defs/AWS::DataBrew::Dataset"
            },
            {
              "$ref": "#/$defs/AWS::DataBrew::Job"
            },
            {
              "$ref": "#/$defs/AWS::DataBrew::Project"
            },
            {
              "$ref": "#/$defs/AWS::DataBrew::Recipe"
            },
            {
              "$ref": "#/$defs/AWS::DataBrew::Ruleset"
            },
            {
              "$ref": "#/$defs/AWS::DataBrew::Schedule"
            },
            {
              "$ref": "#/$defs/AWS::DataPipeline::Pipeline"
            },
            {
              "$ref": "#/$defs/AWS::DataSync::Agent"
            },
            {
              "$ref": "#/$defs/AWS::DataSync::LocationAzureBlob"
            },
            {
              "$ref": "#/$defs/AWS::DataSync::LocationEFS"
            },
            {
              "$ref": "#/$defs/AWS::DataSync::LocationFSxLustre"
            },
            {
              "$ref": "#/$defs/AWS::DataSync::LocationFSxONTAP"
            },
            {
              "$ref": "#/$defs/AWS::DataSync::LocationFSxOpenZFS"
            },
            {
              "$ref": "#/$defs/AWS::DataSync::LocationFSxWindows"
            },
            {
              "$ref": "#/$defs/AWS::DataSync::LocationHDFS"
            },
            {
              "$ref": "#/$defs/AWS::DataSync::LocationNFS"
            },
            {
              "$ref": "#/$defs/AWS::DataSync::LocationObjectStorage"
            },
            {
              "$ref": "#/$defs/AWS::DataSync::LocationS3"
            },
            {
              "$ref": "#/$defs/AWS::DataSync::LocationSMB"
            },
            {
              "$ref": "#/$defs/AWS::DataSync::StorageSystem"
            },
            {
              "$ref": "#/$defs/AWS::DataSync::Task"
            },
            {
              "$ref": "#/$defs/AWS::DataZone::DataSource"
            },
            {
              "$ref": "#/$defs/AWS::DataZone::Domain"
            },
            {
              "$ref": "#/$defs/AWS::DataZone::Environment"
            },
            {
              "$ref": "#/$defs/AWS::DataZone::EnvironmentBlueprintConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::DataZone::EnvironmentProfile"
            },
            {
              "$ref": "#/$defs/AWS::DataZone::Project"
            },
            {
              "$ref": "#/$defs/AWS::DataZone::SubscriptionTarget"
            },
            {
              "$ref": "#/$defs/AWS::Deadline::Farm"
            },
            {
              "$ref": "#/$defs/AWS::Deadline::Fleet"
            },
            {
              "$ref": "#/$defs/AWS::Deadline::LicenseEndpoint"
            },
            {
              "$ref": "#/$defs/AWS::Deadline::MeteredProduct"
            },
            {
              "$ref": "#/$defs/AWS::Deadline::Queue"
            },
            {
              "$ref": "#/$defs/AWS::Deadline::QueueEnvironment"
            },
            {
              "$ref": "#/$defs/AWS::Deadline::QueueFleetAssociation"
            },
            {
              "$ref": "#/$defs/AWS::Deadline::StorageProfile"
            },
            {
              "$ref": "#/$defs/AWS::Detective::Graph"
            },
            {
              "$ref": "#/$defs/AWS::Detective::MemberInvitation"
            },
            {
              "$ref": "#/$defs/AWS::Detective::OrganizationAdmin"
            },
            {
              "$ref": "#/$defs/AWS::DevOpsGuru::LogAnomalyDetectionIntegration"
            },
            {
              "$ref": "#/$defs/AWS::DevOpsGuru::NotificationChannel"
            },
            {
              "$ref": "#/$defs/AWS::DevOpsGuru::ResourceCollection"
            },
            {
              "$ref": "#/$defs/AWS::DirectoryService::MicrosoftAD"
            },
            {
              "$ref": "#/$defs/AWS::DirectoryService::SimpleAD"
            },
            {
              "$ref": "#/$defs/AWS::DocDB::DBCluster"
            },
            {
              "$ref": "#/$defs/AWS::DocDB::DBClusterParameterGroup"
            },
            {
              "$ref": "#/$defs/AWS::DocDB::DBInstance"
            },
            {
              "$ref": "#/$defs/AWS::DocDB::DBSubnetGroup"
            },
            {
              "$ref": "#/$defs/AWS::DocDB::EventSubscription"
            },
            {
              "$ref": "#/$defs/AWS::DocDBElastic::Cluster"
            },
            {
              "$ref": "#/$defs/AWS::DynamoDB::GlobalTable"
            },
            {
              "$ref": "#/$defs/AWS::DynamoDB::Table"
            },
            {
              "$ref": "#/$defs/AWS::EC2::CapacityReservation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::CapacityReservationFleet"
            },
            {
              "$ref": "#/$defs/AWS::EC2::CarrierGateway"
            },
            {
              "$ref": "#/$defs/AWS::EC2::ClientVpnAuthorizationRule"
            },
            {
              "$ref": "#/$defs/AWS::EC2::ClientVpnEndpoint"
            },
            {
              "$ref": "#/$defs/AWS::EC2::ClientVpnRoute"
            },
            {
              "$ref": "#/$defs/AWS::EC2::ClientVpnTargetNetworkAssociation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::CustomerGateway"
            },
            {
              "$ref": "#/$defs/AWS::EC2::DHCPOptions"
            },
            {
              "$ref": "#/$defs/AWS::EC2::EC2Fleet"
            },
            {
              "$ref": "#/$defs/AWS::EC2::EIP"
            },
            {
              "$ref": "#/$defs/AWS::EC2::EIPAssociation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::EgressOnlyInternetGateway"
            },
            {
              "$ref": "#/$defs/AWS::EC2::EnclaveCertificateIamRoleAssociation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::FlowLog"
            },
            {
              "$ref": "#/$defs/AWS::EC2::GatewayRouteTableAssociation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::Host"
            },
            {
              "$ref": "#/$defs/AWS::EC2::IPAM"
            },
            {
              "$ref": "#/$defs/AWS::EC2::IPAMAllocation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::IPAMPool"
            },
            {
              "$ref": "#/$defs/AWS::EC2::IPAMPoolCidr"
            },
            {
              "$ref": "#/$defs/AWS::EC2::IPAMResourceDiscovery"
            },
            {
              "$ref": "#/$defs/AWS::EC2::IPAMResourceDiscoveryAssociation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::IPAMScope"
            },
            {
              "$ref": "#/$defs/AWS::EC2::Instance"
            },
            {
              "$ref": "#/$defs/AWS::EC2::InstanceConnectEndpoint"
            },
            {
              "$ref": "#/$defs/AWS::EC2::InternetGateway"
            },
            {
              "$ref": "#/$defs/AWS::EC2::KeyPair"
            },
            {
              "$ref": "#/$defs/AWS::EC2::LaunchTemplate"
            },
            {
              "$ref": "#/$defs/AWS::EC2::LocalGatewayRoute"
            },
            {
              "$ref": "#/$defs/AWS::EC2::LocalGatewayRouteTable"
            },
            {
              "$ref": "#/$defs/AWS::EC2::LocalGatewayRouteTableVPCAssociation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::NatGateway"
            },
            {
              "$ref": "#/$defs/AWS::EC2::NetworkAcl"
            },
            {
              "$ref": "#/$defs/AWS::EC2::NetworkAclEntry"
            },
            {
              "$ref": "#/$defs/AWS::EC2::NetworkInsightsAccessScope"
            },
            {
              "$ref": "#/$defs/AWS::EC2::NetworkInsightsAccessScopeAnalysis"
            },
            {
              "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis"
            },
            {
              "$ref": "#/$defs/AWS::EC2::NetworkInsightsPath"
            },
            {
              "$ref": "#/$defs/AWS::EC2::NetworkInterface"
            },
            {
              "$ref": "#/$defs/AWS::EC2::NetworkInterfaceAttachment"
            },
            {
              "$ref": "#/$defs/AWS::EC2::NetworkInterfacePermission"
            },
            {
              "$ref": "#/$defs/AWS::EC2::NetworkPerformanceMetricSubscription"
            },
            {
              "$ref": "#/$defs/AWS::EC2::PlacementGroup"
            },
            {
              "$ref": "#/$defs/AWS::EC2::PrefixList"
            },
            {
              "$ref": "#/$defs/AWS::EC2::Route"
            },
            {
              "$ref": "#/$defs/AWS::EC2::RouteTable"
            },
            {
              "$ref": "#/$defs/AWS::EC2::SecurityGroup"
            },
            {
              "$ref": "#/$defs/AWS::EC2::SecurityGroupEgress"
            },
            {
              "$ref": "#/$defs/AWS::EC2::SecurityGroupIngress"
            },
            {
              "$ref": "#/$defs/AWS::EC2::SnapshotBlockPublicAccess"
            },
            {
              "$ref": "#/$defs/AWS::EC2::SpotFleet"
            },
            {
              "$ref": "#/$defs/AWS::EC2::Subnet"
            },
            {
              "$ref": "#/$defs/AWS::EC2::SubnetCidrBlock"
            },
            {
              "$ref": "#/$defs/AWS::EC2::SubnetNetworkAclAssociation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::SubnetRouteTableAssociation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TrafficMirrorFilter"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TrafficMirrorFilterRule"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TrafficMirrorSession"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TrafficMirrorTarget"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TransitGateway"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayAttachment"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayConnect"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayMulticastDomain"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayMulticastDomainAssociation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayMulticastGroupMember"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayMulticastGroupSource"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayPeeringAttachment"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayRoute"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayRouteTable"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayRouteTableAssociation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayRouteTablePropagation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayVpcAttachment"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VPC"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VPCCidrBlock"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VPCDHCPOptionsAssociation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VPCEndpoint"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VPCEndpointConnectionNotification"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VPCEndpointService"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VPCEndpointServicePermissions"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VPCGatewayAttachment"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VPCPeeringConnection"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VPNConnection"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VPNConnectionRoute"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VPNGateway"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VPNGatewayRoutePropagation"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VerifiedAccessEndpoint"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VerifiedAccessGroup"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VerifiedAccessInstance"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VerifiedAccessTrustProvider"
            },
            {
              "$ref": "#/$defs/AWS::EC2::Volume"
            },
            {
              "$ref": "#/$defs/AWS::EC2::VolumeAttachment"
            },
            {
              "$ref": "#/$defs/AWS::ECR::PublicRepository"
            },
            {
              "$ref": "#/$defs/AWS::ECR::PullThroughCacheRule"
            },
            {
              "$ref": "#/$defs/AWS::ECR::RegistryPolicy"
            },
            {
              "$ref": "#/$defs/AWS::ECR::ReplicationConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::ECR::Repository"
            },
            {
              "$ref": "#/$defs/AWS::ECR::RepositoryCreationTemplate"
            },
            {
              "$ref": "#/$defs/AWS::ECS::CapacityProvider"
            },
            {
              "$ref": "#/$defs/AWS::ECS::Cluster"
            },
            {
              "$ref": "#/$defs/AWS::ECS::ClusterCapacityProviderAssociations"
            },
            {
              "$ref": "#/$defs/AWS::ECS::PrimaryTaskSet"
            },
            {
              "$ref": "#/$defs/AWS::ECS::Service"
            },
            {
              "$ref": "#/$defs/AWS::ECS::TaskDefinition"
            },
            {
              "$ref": "#/$defs/AWS::ECS::TaskSet"
            },
            {
              "$ref": "#/$defs/AWS::EFS::AccessPoint"
            },
            {
              "$ref": "#/$defs/AWS::EFS::FileSystem"
            },
            {
              "$ref": "#/$defs/AWS::EFS::MountTarget"
            },
            {
              "$ref": "#/$defs/AWS::EKS::AccessEntry"
            },
            {
              "$ref": "#/$defs/AWS::EKS::Addon"
            },
            {
              "$ref": "#/$defs/AWS::EKS::Cluster"
            },
            {
              "$ref": "#/$defs/AWS::EKS::FargateProfile"
            },
            {
              "$ref": "#/$defs/AWS::EKS::IdentityProviderConfig"
            },
            {
              "$ref": "#/$defs/AWS::EKS::Nodegroup"
            },
            {
              "$ref": "#/$defs/AWS::EKS::PodIdentityAssociation"
            },
            {
              "$ref": "#/$defs/AWS::EMR::Cluster"
            },
            {
              "$ref": "#/$defs/AWS::EMR::InstanceFleetConfig"
            },
            {
              "$ref": "#/$defs/AWS::EMR::InstanceGroupConfig"
            },
            {
              "$ref": "#/$defs/AWS::EMR::SecurityConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::EMR::Step"
            },
            {
              "$ref": "#/$defs/AWS::EMR::Studio"
            },
            {
              "$ref": "#/$defs/AWS::EMR::StudioSessionMapping"
            },
            {
              "$ref": "#/$defs/AWS::EMR::WALWorkspace"
            },
            {
              "$ref": "#/$defs/AWS::EMRContainers::VirtualCluster"
            },
            {
              "$ref": "#/$defs/AWS::EMRServerless::Application"
            },
            {
              "$ref": "#/$defs/AWS::ElastiCache::CacheCluster"
            },
            {
              "$ref": "#/$defs/AWS::ElastiCache::GlobalReplicationGroup"
            },
            {
              "$ref": "#/$defs/AWS::ElastiCache::ParameterGroup"
            },
            {
              "$ref": "#/$defs/AWS::ElastiCache::ReplicationGroup"
            },
            {
              "$ref": "#/$defs/AWS::ElastiCache::SecurityGroup"
            },
            {
              "$ref": "#/$defs/AWS::ElastiCache::SecurityGroupIngress"
            },
            {
              "$ref": "#/$defs/AWS::ElastiCache::ServerlessCache"
            },
            {
              "$ref": "#/$defs/AWS::ElastiCache::SubnetGroup"
            },
            {
              "$ref": "#/$defs/AWS::ElastiCache::User"
            },
            {
              "$ref": "#/$defs/AWS::ElastiCache::UserGroup"
            },
            {
              "$ref": "#/$defs/AWS::ElasticBeanstalk::Application"
            },
            {
              "$ref": "#/$defs/AWS::ElasticBeanstalk::ApplicationVersion"
            },
            {
              "$ref": "#/$defs/AWS::ElasticBeanstalk::ConfigurationTemplate"
            },
            {
              "$ref": "#/$defs/AWS::ElasticBeanstalk::Environment"
            },
            {
              "$ref": "#/$defs/AWS::ElasticLoadBalancing::LoadBalancer"
            },
            {
              "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::Listener"
            },
            {
              "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerCertificate"
            },
            {
              "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule"
            },
            {
              "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::LoadBalancer"
            },
            {
              "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::TargetGroup"
            },
            {
              "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::TrustStore"
            },
            {
              "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::TrustStoreRevocation"
            },
            {
              "$ref": "#/$defs/AWS::Elasticsearch::Domain"
            },
            {
              "$ref": "#/$defs/AWS::EntityResolution::IdMappingWorkflow"
            },
            {
              "$ref": "#/$defs/AWS::EntityResolution::IdNamespace"
            },
            {
              "$ref": "#/$defs/AWS::EntityResolution::MatchingWorkflow"
            },
            {
              "$ref": "#/$defs/AWS::EntityResolution::PolicyStatement"
            },
            {
              "$ref": "#/$defs/AWS::EntityResolution::SchemaMapping"
            },
            {
              "$ref": "#/$defs/AWS::EventSchemas::Discoverer"
            },
            {
              "$ref": "#/$defs/AWS::EventSchemas::Registry"
            },
            {
              "$ref": "#/$defs/AWS::EventSchemas::RegistryPolicy"
            },
            {
              "$ref": "#/$defs/AWS::EventSchemas::Schema"
            },
            {
              "$ref": "#/$defs/AWS::Events::ApiDestination"
            },
            {
              "$ref": "#/$defs/AWS::Events::Archive"
            },
            {
              "$ref": "#/$defs/AWS::Events::Connection"
            },
            {
              "$ref": "#/$defs/AWS::Events::Endpoint"
            },
            {
              "$ref": "#/$defs/AWS::Events::EventBus"
            },
            {
              "$ref": "#/$defs/AWS::Events::EventBusPolicy"
            },
            {
              "$ref": "#/$defs/AWS::Events::Rule"
            },
            {
              "$ref": "#/$defs/AWS::Evidently::Experiment"
            },
            {
              "$ref": "#/$defs/AWS::Evidently::Feature"
            },
            {
              "$ref": "#/$defs/AWS::Evidently::Launch"
            },
            {
              "$ref": "#/$defs/AWS::Evidently::Project"
            },
            {
              "$ref": "#/$defs/AWS::Evidently::Segment"
            },
            {
              "$ref": "#/$defs/AWS::FIS::ExperimentTemplate"
            },
            {
              "$ref": "#/$defs/AWS::FIS::TargetAccountConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::FMS::NotificationChannel"
            },
            {
              "$ref": "#/$defs/AWS::FMS::Policy"
            },
            {
              "$ref": "#/$defs/AWS::FMS::ResourceSet"
            },
            {
              "$ref": "#/$defs/AWS::FSx::DataRepositoryAssociation"
            },
            {
              "$ref": "#/$defs/AWS::FSx::FileSystem"
            },
            {
              "$ref": "#/$defs/AWS::FSx::Snapshot"
            },
            {
              "$ref": "#/$defs/AWS::FSx::StorageVirtualMachine"
            },
            {
              "$ref": "#/$defs/AWS::FSx::Volume"
            },
            {
              "$ref": "#/$defs/AWS::FinSpace::Environment"
            },
            {
              "$ref": "#/$defs/AWS::Forecast::Dataset"
            },
            {
              "$ref": "#/$defs/AWS::Forecast::DatasetGroup"
            },
            {
              "$ref": "#/$defs/AWS::FraudDetector::Detector"
            },
            {
              "$ref": "#/$defs/AWS::FraudDetector::EntityType"
            },
            {
              "$ref": "#/$defs/AWS::FraudDetector::EventType"
            },
            {
              "$ref": "#/$defs/AWS::FraudDetector::Label"
            },
            {
              "$ref": "#/$defs/AWS::FraudDetector::List"
            },
            {
              "$ref": "#/$defs/AWS::FraudDetector::Outcome"
            },
            {
              "$ref": "#/$defs/AWS::FraudDetector::Variable"
            },
            {
              "$ref": "#/$defs/AWS::GameLift::Alias"
            },
            {
              "$ref": "#/$defs/AWS::GameLift::Build"
            },
            {
              "$ref": "#/$defs/AWS::GameLift::ContainerGroupDefinition"
            },
            {
              "$ref": "#/$defs/AWS::GameLift::Fleet"
            },
            {
              "$ref": "#/$defs/AWS::GameLift::GameServerGroup"
            },
            {
              "$ref": "#/$defs/AWS::GameLift::GameSessionQueue"
            },
            {
              "$ref": "#/$defs/AWS::GameLift::Location"
            },
            {
              "$ref": "#/$defs/AWS::GameLift::MatchmakingConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::GameLift::MatchmakingRuleSet"
            },
            {
              "$ref": "#/$defs/AWS::GameLift::Script"
            },
            {
              "$ref": "#/$defs/AWS::GlobalAccelerator::Accelerator"
            },
            {
              "$ref": "#/$defs/AWS::GlobalAccelerator::CrossAccountAttachment"
            },
            {
              "$ref": "#/$defs/AWS::GlobalAccelerator::EndpointGroup"
            },
            {
              "$ref": "#/$defs/AWS::GlobalAccelerator::Listener"
            },
            {
              "$ref": "#/$defs/AWS::Glue::Classifier"
            },
            {
              "$ref": "#/$defs/AWS::Glue::Connection"
            },
            {
              "$ref": "#/$defs/AWS::Glue::Crawler"
            },
            {
              "$ref": "#/$defs/AWS::Glue::CustomEntityType"
            },
            {
              "$ref": "#/$defs/AWS::Glue::DataCatalogEncryptionSettings"
            },
            {
              "$ref": "#/$defs/AWS::Glue::DataQualityRuleset"
            },
            {
              "$ref": "#/$defs/AWS::Glue::Database"
            },
            {
              "$ref": "#/$defs/AWS::Glue::DevEndpoint"
            },
            {
              "$ref": "#/$defs/AWS::Glue::Job"
            },
            {
              "$ref": "#/$defs/AWS::Glue::MLTransform"
            },
            {
              "$ref": "#/$defs/AWS::Glue::Partition"
            },
            {
              "$ref": "#/$defs/AWS::Glue::Registry"
            },
            {
              "$ref": "#/$defs/AWS::Glue::Schema"
            },
            {
              "$ref": "#/$defs/AWS::Glue::SchemaVersion"
            },
            {
              "$ref": "#/$defs/AWS::Glue::SchemaVersionMetadata"
            },
            {
              "$ref": "#/$defs/AWS::Glue::SecurityConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::Glue::Table"
            },
            {
              "$ref": "#/$defs/AWS::Glue::TableOptimizer"
            },
            {
              "$ref": "#/$defs/AWS::Glue::Trigger"
            },
            {
              "$ref": "#/$defs/AWS::Glue::Workflow"
            },
            {
              "$ref": "#/$defs/AWS::Grafana::Workspace"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::ConnectorDefinition"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::ConnectorDefinitionVersion"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::CoreDefinition"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::CoreDefinitionVersion"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::DeviceDefinition"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::DeviceDefinitionVersion"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::FunctionDefinition"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::FunctionDefinitionVersion"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::Group"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::GroupVersion"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::LoggerDefinition"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::LoggerDefinitionVersion"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::ResourceDefinition"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::ResourceDefinitionVersion"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::SubscriptionDefinition"
            },
            {
              "$ref": "#/$defs/AWS::Greengrass::SubscriptionDefinitionVersion"
            },
            {
              "$ref": "#/$defs/AWS::GreengrassV2::ComponentVersion"
            },
            {
              "$ref": "#/$defs/AWS::GreengrassV2::Deployment"
            },
            {
              "$ref": "#/$defs/AWS::GroundStation::Config"
            },
            {
              "$ref": "#/$defs/AWS::GroundStation::DataflowEndpointGroup"
            },
            {
              "$ref": "#/$defs/AWS::GroundStation::MissionProfile"
            },
            {
              "$ref": "#/$defs/AWS::GuardDuty::Detector"
            },
            {
              "$ref": "#/$defs/AWS::GuardDuty::Filter"
            },
            {
              "$ref": "#/$defs/AWS::GuardDuty::IPSet"
            },
            {
              "$ref": "#/$defs/AWS::GuardDuty::Master"
            },
            {
              "$ref": "#/$defs/AWS::GuardDuty::Member"
            },
            {
              "$ref": "#/$defs/AWS::GuardDuty::ThreatIntelSet"
            },
            {
              "$ref": "#/$defs/AWS::HealthImaging::Datastore"
            },
            {
              "$ref": "#/$defs/AWS::HealthLake::FHIRDatastore"
            },
            {
              "$ref": "#/$defs/AWS::IAM::AccessKey"
            },
            {
              "$ref": "#/$defs/AWS::IAM::Group"
            },
            {
              "$ref": "#/$defs/AWS::IAM::GroupPolicy"
            },
            {
              "$ref": "#/$defs/AWS::IAM::InstanceProfile"
            },
            {
              "$ref": "#/$defs/AWS::IAM::ManagedPolicy"
            },
            {
              "$ref": "#/$defs/AWS::IAM::OIDCProvider"
            },
            {
              "$ref": "#/$defs/AWS::IAM::Policy"
            },
            {
              "$ref": "#/$defs/AWS::IAM::Role"
            },
            {
              "$ref": "#/$defs/AWS::IAM::RolePolicy"
            },
            {
              "$ref": "#/$defs/AWS::IAM::SAMLProvider"
            },
            {
              "$ref": "#/$defs/AWS::IAM::ServerCertificate"
            },
            {
              "$ref": "#/$defs/AWS::IAM::ServiceLinkedRole"
            },
            {
              "$ref": "#/$defs/AWS::IAM::User"
            },
            {
              "$ref": "#/$defs/AWS::IAM::UserPolicy"
            },
            {
              "$ref": "#/$defs/AWS::IAM::UserToGroupAddition"
            },
            {
              "$ref": "#/$defs/AWS::IAM::VirtualMFADevice"
            },
            {
              "$ref": "#/$defs/AWS::IVS::Channel"
            },
            {
              "$ref": "#/$defs/AWS::IVS::EncoderConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::IVS::PlaybackKeyPair"
            },
            {
              "$ref": "#/$defs/AWS::IVS::PlaybackRestrictionPolicy"
            },
            {
              "$ref": "#/$defs/AWS::IVS::RecordingConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::IVS::Stage"
            },
            {
              "$ref": "#/$defs/AWS::IVS::StorageConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::IVS::StreamKey"
            },
            {
              "$ref": "#/$defs/AWS::IVSChat::LoggingConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::IVSChat::Room"
            },
            {
              "$ref": "#/$defs/AWS::IdentityStore::Group"
            },
            {
              "$ref": "#/$defs/AWS::IdentityStore::GroupMembership"
            },
            {
              "$ref": "#/$defs/AWS::ImageBuilder::Component"
            },
            {
              "$ref": "#/$defs/AWS::ImageBuilder::ContainerRecipe"
            },
            {
              "$ref": "#/$defs/AWS::ImageBuilder::DistributionConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::ImageBuilder::Image"
            },
            {
              "$ref": "#/$defs/AWS::ImageBuilder::ImagePipeline"
            },
            {
              "$ref": "#/$defs/AWS::ImageBuilder::ImageRecipe"
            },
            {
              "$ref": "#/$defs/AWS::ImageBuilder::InfrastructureConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::ImageBuilder::LifecyclePolicy"
            },
            {
              "$ref": "#/$defs/AWS::ImageBuilder::Workflow"
            },
            {
              "$ref": "#/$defs/AWS::Inspector::AssessmentTarget"
            },
            {
              "$ref": "#/$defs/AWS::Inspector::AssessmentTemplate"
            },
            {
              "$ref": "#/$defs/AWS::Inspector::ResourceGroup"
            },
            {
              "$ref": "#/$defs/AWS::InspectorV2::CisScanConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::InspectorV2::Filter"
            },
            {
              "$ref": "#/$defs/AWS::InternetMonitor::Monitor"
            },
            {
              "$ref": "#/$defs/AWS::IoT1Click::Device"
            },
            {
              "$ref": "#/$defs/AWS::IoT1Click::Placement"
            },
            {
              "$ref": "#/$defs/AWS::IoT1Click::Project"
            },
            {
              "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::IoT::Authorizer"
            },
            {
              "$ref": "#/$defs/AWS::IoT::BillingGroup"
            },
            {
              "$ref": "#/$defs/AWS::IoT::CACertificate"
            },
            {
              "$ref": "#/$defs/AWS::IoT::Certificate"
            },
            {
              "$ref": "#/$defs/AWS::IoT::CertificateProvider"
            },
            {
              "$ref": "#/$defs/AWS::IoT::CustomMetric"
            },
            {
              "$ref": "#/$defs/AWS::IoT::Dimension"
            },
            {
              "$ref": "#/$defs/AWS::IoT::DomainConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::IoT::FleetMetric"
            },
            {
              "$ref": "#/$defs/AWS::IoT::JobTemplate"
            },
            {
              "$ref": "#/$defs/AWS::IoT::Logging"
            },
            {
              "$ref": "#/$defs/AWS::IoT::MitigationAction"
            },
            {
              "$ref": "#/$defs/AWS::IoT::Policy"
            },
            {
              "$ref": "#/$defs/AWS::IoT::PolicyPrincipalAttachment"
            },
            {
              "$ref": "#/$defs/AWS::IoT::ProvisioningTemplate"
            },
            {
              "$ref": "#/$defs/AWS::IoT::ResourceSpecificLogging"
            },
            {
              "$ref": "#/$defs/AWS::IoT::RoleAlias"
            },
            {
              "$ref": "#/$defs/AWS::IoT::ScheduledAudit"
            },
            {
              "$ref": "#/$defs/AWS::IoT::SecurityProfile"
            },
            {
              "$ref": "#/$defs/AWS::IoT::SoftwarePackage"
            },
            {
              "$ref": "#/$defs/AWS::IoT::SoftwarePackageVersion"
            },
            {
              "$ref": "#/$defs/AWS::IoT::Thing"
            },
            {
              "$ref": "#/$defs/AWS::IoT::ThingGroup"
            },
            {
              "$ref": "#/$defs/AWS::IoT::ThingPrincipalAttachment"
            },
            {
              "$ref": "#/$defs/AWS::IoT::ThingType"
            },
            {
              "$ref": "#/$defs/AWS::IoT::TopicRule"
            },
            {
              "$ref": "#/$defs/AWS::IoT::TopicRuleDestination"
            },
            {
              "$ref": "#/$defs/AWS::IoTAnalytics::Channel"
            },
            {
              "$ref": "#/$defs/AWS::IoTAnalytics::Dataset"
            },
            {
              "$ref": "#/$defs/AWS::IoTAnalytics::Datastore"
            },
            {
              "$ref": "#/$defs/AWS::IoTAnalytics::Pipeline"
            },
            {
              "$ref": "#/$defs/AWS::IoTCoreDeviceAdvisor::SuiteDefinition"
            },
            {
              "$ref": "#/$defs/AWS::IoTEvents::AlarmModel"
            },
            {
              "$ref": "#/$defs/AWS::IoTEvents::DetectorModel"
            },
            {
              "$ref": "#/$defs/AWS::IoTEvents::Input"
            },
            {
              "$ref": "#/$defs/AWS::IoTFleetHub::Application"
            },
            {
              "$ref": "#/$defs/AWS::IoTFleetWise::Campaign"
            },
            {
              "$ref": "#/$defs/AWS::IoTFleetWise::DecoderManifest"
            },
            {
              "$ref": "#/$defs/AWS::IoTFleetWise::Fleet"
            },
            {
              "$ref": "#/$defs/AWS::IoTFleetWise::ModelManifest"
            },
            {
              "$ref": "#/$defs/AWS::IoTFleetWise::SignalCatalog"
            },
            {
              "$ref": "#/$defs/AWS::IoTFleetWise::Vehicle"
            },
            {
              "$ref": "#/$defs/AWS::IoTSiteWise::AccessPolicy"
            },
            {
              "$ref": "#/$defs/AWS::IoTSiteWise::Asset"
            },
            {
              "$ref": "#/$defs/AWS::IoTSiteWise::AssetModel"
            },
            {
              "$ref": "#/$defs/AWS::IoTSiteWise::Dashboard"
            },
            {
              "$ref": "#/$defs/AWS::IoTSiteWise::Gateway"
            },
            {
              "$ref": "#/$defs/AWS::IoTSiteWise::Portal"
            },
            {
              "$ref": "#/$defs/AWS::IoTSiteWise::Project"
            },
            {
              "$ref": "#/$defs/AWS::IoTThingsGraph::FlowTemplate"
            },
            {
              "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType"
            },
            {
              "$ref": "#/$defs/AWS::IoTTwinMaker::Entity"
            },
            {
              "$ref": "#/$defs/AWS::IoTTwinMaker::Scene"
            },
            {
              "$ref": "#/$defs/AWS::IoTTwinMaker::SyncJob"
            },
            {
              "$ref": "#/$defs/AWS::IoTTwinMaker::Workspace"
            },
            {
              "$ref": "#/$defs/AWS::IoTWireless::Destination"
            },
            {
              "$ref": "#/$defs/AWS::IoTWireless::DeviceProfile"
            },
            {
              "$ref": "#/$defs/AWS::IoTWireless::FuotaTask"
            },
            {
              "$ref": "#/$defs/AWS::IoTWireless::MulticastGroup"
            },
            {
              "$ref": "#/$defs/AWS::IoTWireless::NetworkAnalyzerConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::IoTWireless::PartnerAccount"
            },
            {
              "$ref": "#/$defs/AWS::IoTWireless::ServiceProfile"
            },
            {
              "$ref": "#/$defs/AWS::IoTWireless::TaskDefinition"
            },
            {
              "$ref": "#/$defs/AWS::IoTWireless::WirelessDevice"
            },
            {
              "$ref": "#/$defs/AWS::IoTWireless::WirelessDeviceImportTask"
            },
            {
              "$ref": "#/$defs/AWS::IoTWireless::WirelessGateway"
            },
            {
              "$ref": "#/$defs/AWS::KMS::Alias"
            },
            {
              "$ref": "#/$defs/AWS::KMS::Key"
            },
            {
              "$ref": "#/$defs/AWS::KMS::ReplicaKey"
            },
            {
              "$ref": "#/$defs/AWS::KafkaConnect::Connector"
            },
            {
              "$ref": "#/$defs/AWS::KafkaConnect::CustomPlugin"
            },
            {
              "$ref": "#/$defs/AWS::KafkaConnect::WorkerConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::Kendra::DataSource"
            },
            {
              "$ref": "#/$defs/AWS::Kendra::Faq"
            },
            {
              "$ref": "#/$defs/AWS::Kendra::Index"
            },
            {
              "$ref": "#/$defs/AWS::KendraRanking::ExecutionPlan"
            },
            {
              "$ref": "#/$defs/AWS::Kinesis::Stream"
            },
            {
              "$ref": "#/$defs/AWS::Kinesis::StreamConsumer"
            },
            {
              "$ref": "#/$defs/AWS::KinesisAnalytics::Application"
            },
            {
              "$ref": "#/$defs/AWS::KinesisAnalytics::ApplicationOutput"
            },
            {
              "$ref": "#/$defs/AWS::KinesisAnalytics::ApplicationReferenceDataSource"
            },
            {
              "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application"
            },
            {
              "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption"
            },
            {
              "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationOutput"
            },
            {
              "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource"
            },
            {
              "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream"
            },
            {
              "$ref": "#/$defs/AWS::KinesisVideo::SignalingChannel"
            },
            {
              "$ref": "#/$defs/AWS::KinesisVideo::Stream"
            },
            {
              "$ref": "#/$defs/AWS::LakeFormation::DataCellsFilter"
            },
            {
              "$ref": "#/$defs/AWS::LakeFormation::DataLakeSettings"
            },
            {
              "$ref": "#/$defs/AWS::LakeFormation::Permissions"
            },
            {
              "$ref": "#/$defs/AWS::LakeFormation::PrincipalPermissions"
            },
            {
              "$ref": "#/$defs/AWS::LakeFormation::Resource"
            },
            {
              "$ref": "#/$defs/AWS::LakeFormation::Tag"
            },
            {
              "$ref": "#/$defs/AWS::LakeFormation::TagAssociation"
            },
            {
              "$ref": "#/$defs/AWS::Lambda::Alias"
            },
            {
              "$ref": "#/$defs/AWS::Lambda::CodeSigningConfig"
            },
            {
              "$ref": "#/$defs/AWS::Lambda::EventInvokeConfig"
            },
            {
              "$ref": "#/$defs/AWS::Lambda::EventSourceMapping"
            },
            {
              "$ref": "#/$defs/AWS::Lambda::Function"
            },
            {
              "$ref": "#/$defs/AWS::Lambda::LayerVersion"
            },
            {
              "$ref": "#/$defs/AWS::Lambda::LayerVersionPermission"
            },
            {
              "$ref": "#/$defs/AWS::Lambda::Permission"
            },
            {
              "$ref": "#/$defs/AWS::Lambda::Url"
            },
            {
              "$ref": "#/$defs/AWS::Lambda::Version"
            },
            {
              "$ref": "#/$defs/AWS::Lex::Bot"
            },
            {
              "$ref": "#/$defs/AWS::Lex::BotAlias"
            },
            {
              "$ref": "#/$defs/AWS::Lex::BotVersion"
            },
            {
              "$ref": "#/$defs/AWS::Lex::ResourcePolicy"
            },
            {
              "$ref": "#/$defs/AWS::LicenseManager::Grant"
            },
            {
              "$ref": "#/$defs/AWS::LicenseManager::License"
            },
            {
              "$ref": "#/$defs/AWS::Lightsail::Alarm"
            },
            {
              "$ref": "#/$defs/AWS::Lightsail::Bucket"
            },
            {
              "$ref": "#/$defs/AWS::Lightsail::Certificate"
            },
            {
              "$ref": "#/$defs/AWS::Lightsail::Container"
            },
            {
              "$ref": "#/$defs/AWS::Lightsail::Database"
            },
            {
              "$ref": "#/$defs/AWS::Lightsail::Disk"
            },
            {
              "$ref": "#/$defs/AWS::Lightsail::Distribution"
            },
            {
              "$ref": "#/$defs/AWS::Lightsail::Instance"
            },
            {
              "$ref": "#/$defs/AWS::Lightsail::LoadBalancer"
            },
            {
              "$ref": "#/$defs/AWS::Lightsail::LoadBalancerTlsCertificate"
            },
            {
              "$ref": "#/$defs/AWS::Lightsail::StaticIp"
            },
            {
              "$ref": "#/$defs/AWS::Location::APIKey"
            },
            {
              "$ref": "#/$defs/AWS::Location::GeofenceCollection"
            },
            {
              "$ref": "#/$defs/AWS::Location::Map"
            },
            {
              "$ref": "#/$defs/AWS::Location::PlaceIndex"
            },
            {
              "$ref": "#/$defs/AWS::Location::RouteCalculator"
            },
            {
              "$ref": "#/$defs/AWS::Location::Tracker"
            },
            {
              "$ref": "#/$defs/AWS::Location::TrackerConsumer"
            },
            {
              "$ref": "#/$defs/AWS::Logs::AccountPolicy"
            },
            {
              "$ref": "#/$defs/AWS::Logs::Delivery"
            },
            {
              "$ref": "#/$defs/AWS::Logs::DeliveryDestination"
            },
            {
              "$ref": "#/$defs/AWS::Logs::DeliverySource"
            },
            {
              "$ref": "#/$defs/AWS::Logs::Destination"
            },
            {
              "$ref": "#/$defs/AWS::Logs::LogAnomalyDetector"
            },
            {
              "$ref": "#/$defs/AWS::Logs::LogGroup"
            },
            {
              "$ref": "#/$defs/AWS::Logs::LogStream"
            },
            {
              "$ref": "#/$defs/AWS::Logs::MetricFilter"
            },
            {
              "$ref": "#/$defs/AWS::Logs::QueryDefinition"
            },
            {
              "$ref": "#/$defs/AWS::Logs::ResourcePolicy"
            },
            {
              "$ref": "#/$defs/AWS::Logs::SubscriptionFilter"
            },
            {
              "$ref": "#/$defs/AWS::LookoutEquipment::InferenceScheduler"
            },
            {
              "$ref": "#/$defs/AWS::LookoutMetrics::Alert"
            },
            {
              "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector"
            },
            {
              "$ref": "#/$defs/AWS::LookoutVision::Project"
            },
            {
              "$ref": "#/$defs/AWS::M2::Application"
            },
            {
              "$ref": "#/$defs/AWS::M2::Environment"
            },
            {
              "$ref": "#/$defs/AWS::MSK::BatchScramSecret"
            },
            {
              "$ref": "#/$defs/AWS::MSK::Cluster"
            },
            {
              "$ref": "#/$defs/AWS::MSK::ClusterPolicy"
            },
            {
              "$ref": "#/$defs/AWS::MSK::Configuration"
            },
            {
              "$ref": "#/$defs/AWS::MSK::Replicator"
            },
            {
              "$ref": "#/$defs/AWS::MSK::ServerlessCluster"
            },
            {
              "$ref": "#/$defs/AWS::MSK::VpcConnection"
            },
            {
              "$ref": "#/$defs/AWS::MWAA::Environment"
            },
            {
              "$ref": "#/$defs/AWS::Macie::AllowList"
            },
            {
              "$ref": "#/$defs/AWS::Macie::CustomDataIdentifier"
            },
            {
              "$ref": "#/$defs/AWS::Macie::FindingsFilter"
            },
            {
              "$ref": "#/$defs/AWS::Macie::Session"
            },
            {
              "$ref": "#/$defs/AWS::ManagedBlockchain::Accessor"
            },
            {
              "$ref": "#/$defs/AWS::ManagedBlockchain::Member"
            },
            {
              "$ref": "#/$defs/AWS::ManagedBlockchain::Node"
            },
            {
              "$ref": "#/$defs/AWS::MediaConnect::Bridge"
            },
            {
              "$ref": "#/$defs/AWS::MediaConnect::BridgeOutput"
            },
            {
              "$ref": "#/$defs/AWS::MediaConnect::BridgeSource"
            },
            {
              "$ref": "#/$defs/AWS::MediaConnect::Flow"
            },
            {
              "$ref": "#/$defs/AWS::MediaConnect::FlowEntitlement"
            },
            {
              "$ref": "#/$defs/AWS::MediaConnect::FlowOutput"
            },
            {
              "$ref": "#/$defs/AWS::MediaConnect::FlowSource"
            },
            {
              "$ref": "#/$defs/AWS::MediaConnect::FlowVpcInterface"
            },
            {
              "$ref": "#/$defs/AWS::MediaConnect::Gateway"
            },
            {
              "$ref": "#/$defs/AWS::MediaConvert::JobTemplate"
            },
            {
              "$ref": "#/$defs/AWS::MediaConvert::Preset"
            },
            {
              "$ref": "#/$defs/AWS::MediaConvert::Queue"
            },
            {
              "$ref": "#/$defs/AWS::MediaLive::Channel"
            },
            {
              "$ref": "#/$defs/AWS::MediaLive::Input"
            },
            {
              "$ref": "#/$defs/AWS::MediaLive::InputSecurityGroup"
            },
            {
              "$ref": "#/$defs/AWS::MediaLive::Multiplex"
            },
            {
              "$ref": "#/$defs/AWS::MediaLive::Multiplexprogram"
            },
            {
              "$ref": "#/$defs/AWS::MediaPackage::Asset"
            },
            {
              "$ref": "#/$defs/AWS::MediaPackage::Channel"
            },
            {
              "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint"
            },
            {
              "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::MediaPackage::PackagingGroup"
            },
            {
              "$ref": "#/$defs/AWS::MediaPackageV2::Channel"
            },
            {
              "$ref": "#/$defs/AWS::MediaPackageV2::ChannelGroup"
            },
            {
              "$ref": "#/$defs/AWS::MediaPackageV2::ChannelPolicy"
            },
            {
              "$ref": "#/$defs/AWS::MediaPackageV2::OriginEndpoint"
            },
            {
              "$ref": "#/$defs/AWS::MediaPackageV2::OriginEndpointPolicy"
            },
            {
              "$ref": "#/$defs/AWS::MediaStore::Container"
            },
            {
              "$ref": "#/$defs/AWS::MediaTailor::Channel"
            },
            {
              "$ref": "#/$defs/AWS::MediaTailor::ChannelPolicy"
            },
            {
              "$ref": "#/$defs/AWS::MediaTailor::LiveSource"
            },
            {
              "$ref": "#/$defs/AWS::MediaTailor::PlaybackConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::MediaTailor::SourceLocation"
            },
            {
              "$ref": "#/$defs/AWS::MediaTailor::VodSource"
            },
            {
              "$ref": "#/$defs/AWS::MemoryDB::ACL"
            },
            {
              "$ref": "#/$defs/AWS::MemoryDB::Cluster"
            },
            {
              "$ref": "#/$defs/AWS::MemoryDB::ParameterGroup"
            },
            {
              "$ref": "#/$defs/AWS::MemoryDB::SubnetGroup"
            },
            {
              "$ref": "#/$defs/AWS::MemoryDB::User"
            },
            {
              "$ref": "#/$defs/AWS::Neptune::DBCluster"
            },
            {
              "$ref": "#/$defs/AWS::Neptune::DBClusterParameterGroup"
            },
            {
              "$ref": "#/$defs/AWS::Neptune::DBInstance"
            },
            {
              "$ref": "#/$defs/AWS::Neptune::DBParameterGroup"
            },
            {
              "$ref": "#/$defs/AWS::Neptune::DBSubnetGroup"
            },
            {
              "$ref": "#/$defs/AWS::NeptuneGraph::Graph"
            },
            {
              "$ref": "#/$defs/AWS::NeptuneGraph::PrivateGraphEndpoint"
            },
            {
              "$ref": "#/$defs/AWS::NetworkFirewall::Firewall"
            },
            {
              "$ref": "#/$defs/AWS::NetworkFirewall::FirewallPolicy"
            },
            {
              "$ref": "#/$defs/AWS::NetworkFirewall::LoggingConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup"
            },
            {
              "$ref": "#/$defs/AWS::NetworkFirewall::TLSInspectionConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::NetworkManager::ConnectAttachment"
            },
            {
              "$ref": "#/$defs/AWS::NetworkManager::ConnectPeer"
            },
            {
              "$ref": "#/$defs/AWS::NetworkManager::CoreNetwork"
            },
            {
              "$ref": "#/$defs/AWS::NetworkManager::CustomerGatewayAssociation"
            },
            {
              "$ref": "#/$defs/AWS::NetworkManager::Device"
            },
            {
              "$ref": "#/$defs/AWS::NetworkManager::GlobalNetwork"
            },
            {
              "$ref": "#/$defs/AWS::NetworkManager::Link"
            },
            {
              "$ref": "#/$defs/AWS::NetworkManager::LinkAssociation"
            },
            {
              "$ref": "#/$defs/AWS::NetworkManager::Site"
            },
            {
              "$ref": "#/$defs/AWS::NetworkManager::SiteToSiteVpnAttachment"
            },
            {
              "$ref": "#/$defs/AWS::NetworkManager::TransitGatewayPeering"
            },
            {
              "$ref": "#/$defs/AWS::NetworkManager::TransitGatewayRegistration"
            },
            {
              "$ref": "#/$defs/AWS::NetworkManager::TransitGatewayRouteTableAttachment"
            },
            {
              "$ref": "#/$defs/AWS::NetworkManager::VpcAttachment"
            },
            {
              "$ref": "#/$defs/AWS::NimbleStudio::LaunchProfile"
            },
            {
              "$ref": "#/$defs/AWS::NimbleStudio::StreamingImage"
            },
            {
              "$ref": "#/$defs/AWS::NimbleStudio::Studio"
            },
            {
              "$ref": "#/$defs/AWS::NimbleStudio::StudioComponent"
            },
            {
              "$ref": "#/$defs/AWS::OSIS::Pipeline"
            },
            {
              "$ref": "#/$defs/AWS::Oam::Link"
            },
            {
              "$ref": "#/$defs/AWS::Oam::Sink"
            },
            {
              "$ref": "#/$defs/AWS::Omics::AnnotationStore"
            },
            {
              "$ref": "#/$defs/AWS::Omics::ReferenceStore"
            },
            {
              "$ref": "#/$defs/AWS::Omics::RunGroup"
            },
            {
              "$ref": "#/$defs/AWS::Omics::SequenceStore"
            },
            {
              "$ref": "#/$defs/AWS::Omics::VariantStore"
            },
            {
              "$ref": "#/$defs/AWS::Omics::Workflow"
            },
            {
              "$ref": "#/$defs/AWS::OpenSearchServerless::AccessPolicy"
            },
            {
              "$ref": "#/$defs/AWS::OpenSearchServerless::Collection"
            },
            {
              "$ref": "#/$defs/AWS::OpenSearchServerless::LifecyclePolicy"
            },
            {
              "$ref": "#/$defs/AWS::OpenSearchServerless::SecurityConfig"
            },
            {
              "$ref": "#/$defs/AWS::OpenSearchServerless::SecurityPolicy"
            },
            {
              "$ref": "#/$defs/AWS::OpenSearchServerless::VpcEndpoint"
            },
            {
              "$ref": "#/$defs/AWS::OpenSearchService::Domain"
            },
            {
              "$ref": "#/$defs/AWS::OpsWorks::App"
            },
            {
              "$ref": "#/$defs/AWS::OpsWorks::ElasticLoadBalancerAttachment"
            },
            {
              "$ref": "#/$defs/AWS::OpsWorks::Instance"
            },
            {
              "$ref": "#/$defs/AWS::OpsWorks::Layer"
            },
            {
              "$ref": "#/$defs/AWS::OpsWorks::Stack"
            },
            {
              "$ref": "#/$defs/AWS::OpsWorks::UserProfile"
            },
            {
              "$ref": "#/$defs/AWS::OpsWorks::Volume"
            },
            {
              "$ref": "#/$defs/AWS::OpsWorksCM::Server"
            },
            {
              "$ref": "#/$defs/AWS::Organizations::Account"
            },
            {
              "$ref": "#/$defs/AWS::Organizations::Organization"
            },
            {
              "$ref": "#/$defs/AWS::Organizations::OrganizationalUnit"
            },
            {
              "$ref": "#/$defs/AWS::Organizations::Policy"
            },
            {
              "$ref": "#/$defs/AWS::Organizations::ResourcePolicy"
            },
            {
              "$ref": "#/$defs/AWS::PCAConnectorAD::Connector"
            },
            {
              "$ref": "#/$defs/AWS::PCAConnectorAD::DirectoryRegistration"
            },
            {
              "$ref": "#/$defs/AWS::PCAConnectorAD::ServicePrincipalName"
            },
            {
              "$ref": "#/$defs/AWS::PCAConnectorAD::Template"
            },
            {
              "$ref": "#/$defs/AWS::PCAConnectorAD::TemplateGroupAccessControlEntry"
            },
            {
              "$ref": "#/$defs/AWS::Panorama::ApplicationInstance"
            },
            {
              "$ref": "#/$defs/AWS::Panorama::Package"
            },
            {
              "$ref": "#/$defs/AWS::Panorama::PackageVersion"
            },
            {
              "$ref": "#/$defs/AWS::PaymentCryptography::Alias"
            },
            {
              "$ref": "#/$defs/AWS::PaymentCryptography::Key"
            },
            {
              "$ref": "#/$defs/AWS::Personalize::Dataset"
            },
            {
              "$ref": "#/$defs/AWS::Personalize::DatasetGroup"
            },
            {
              "$ref": "#/$defs/AWS::Personalize::Schema"
            },
            {
              "$ref": "#/$defs/AWS::Personalize::Solution"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::ADMChannel"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::APNSChannel"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::APNSSandboxChannel"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::APNSVoipChannel"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::APNSVoipSandboxChannel"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::App"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::ApplicationSettings"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::BaiduChannel"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::Campaign"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::EmailChannel"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::EmailTemplate"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::EventStream"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::GCMChannel"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::InAppTemplate"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::PushTemplate"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::SMSChannel"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::Segment"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::SmsTemplate"
            },
            {
              "$ref": "#/$defs/AWS::Pinpoint::VoiceChannel"
            },
            {
              "$ref": "#/$defs/AWS::PinpointEmail::ConfigurationSet"
            },
            {
              "$ref": "#/$defs/AWS::PinpointEmail::ConfigurationSetEventDestination"
            },
            {
              "$ref": "#/$defs/AWS::PinpointEmail::DedicatedIpPool"
            },
            {
              "$ref": "#/$defs/AWS::PinpointEmail::Identity"
            },
            {
              "$ref": "#/$defs/AWS::Pipes::Pipe"
            },
            {
              "$ref": "#/$defs/AWS::Proton::EnvironmentAccountConnection"
            },
            {
              "$ref": "#/$defs/AWS::Proton::EnvironmentTemplate"
            },
            {
              "$ref": "#/$defs/AWS::Proton::ServiceTemplate"
            },
            {
              "$ref": "#/$defs/AWS::QLDB::Ledger"
            },
            {
              "$ref": "#/$defs/AWS::QLDB::Stream"
            },
            {
              "$ref": "#/$defs/AWS::QuickSight::Analysis"
            },
            {
              "$ref": "#/$defs/AWS::QuickSight::Dashboard"
            },
            {
              "$ref": "#/$defs/AWS::QuickSight::DataSet"
            },
            {
              "$ref": "#/$defs/AWS::QuickSight::DataSource"
            },
            {
              "$ref": "#/$defs/AWS::QuickSight::RefreshSchedule"
            },
            {
              "$ref": "#/$defs/AWS::QuickSight::Template"
            },
            {
              "$ref": "#/$defs/AWS::QuickSight::Theme"
            },
            {
              "$ref": "#/$defs/AWS::QuickSight::Topic"
            },
            {
              "$ref": "#/$defs/AWS::QuickSight::VPCConnection"
            },
            {
              "$ref": "#/$defs/AWS::RAM::Permission"
            },
            {
              "$ref": "#/$defs/AWS::RAM::ResourceShare"
            },
            {
              "$ref": "#/$defs/AWS::RDS::CustomDBEngineVersion"
            },
            {
              "$ref": "#/$defs/AWS::RDS::DBCluster"
            },
            {
              "$ref": "#/$defs/AWS::RDS::DBClusterParameterGroup"
            },
            {
              "$ref": "#/$defs/AWS::RDS::DBInstance"
            },
            {
              "$ref": "#/$defs/AWS::RDS::DBParameterGroup"
            },
            {
              "$ref": "#/$defs/AWS::RDS::DBProxy"
            },
            {
              "$ref": "#/$defs/AWS::RDS::DBProxyEndpoint"
            },
            {
              "$ref": "#/$defs/AWS::RDS::DBProxyTargetGroup"
            },
            {
              "$ref": "#/$defs/AWS::RDS::DBSecurityGroup"
            },
            {
              "$ref": "#/$defs/AWS::RDS::DBSecurityGroupIngress"
            },
            {
              "$ref": "#/$defs/AWS::RDS::DBSubnetGroup"
            },
            {
              "$ref": "#/$defs/AWS::RDS::EventSubscription"
            },
            {
              "$ref": "#/$defs/AWS::RDS::GlobalCluster"
            },
            {
              "$ref": "#/$defs/AWS::RDS::Integration"
            },
            {
              "$ref": "#/$defs/AWS::RDS::OptionGroup"
            },
            {
              "$ref": "#/$defs/AWS::RUM::AppMonitor"
            },
            {
              "$ref": "#/$defs/AWS::Redshift::Cluster"
            },
            {
              "$ref": "#/$defs/AWS::Redshift::ClusterParameterGroup"
            },
            {
              "$ref": "#/$defs/AWS::Redshift::ClusterSecurityGroup"
            },
            {
              "$ref": "#/$defs/AWS::Redshift::ClusterSecurityGroupIngress"
            },
            {
              "$ref": "#/$defs/AWS::Redshift::ClusterSubnetGroup"
            },
            {
              "$ref": "#/$defs/AWS::Redshift::EndpointAccess"
            },
            {
              "$ref": "#/$defs/AWS::Redshift::EndpointAuthorization"
            },
            {
              "$ref": "#/$defs/AWS::Redshift::EventSubscription"
            },
            {
              "$ref": "#/$defs/AWS::Redshift::ScheduledAction"
            },
            {
              "$ref": "#/$defs/AWS::RedshiftServerless::Namespace"
            },
            {
              "$ref": "#/$defs/AWS::RedshiftServerless::Workgroup"
            },
            {
              "$ref": "#/$defs/AWS::RefactorSpaces::Application"
            },
            {
              "$ref": "#/$defs/AWS::RefactorSpaces::Environment"
            },
            {
              "$ref": "#/$defs/AWS::RefactorSpaces::Route"
            },
            {
              "$ref": "#/$defs/AWS::RefactorSpaces::Service"
            },
            {
              "$ref": "#/$defs/AWS::Rekognition::Collection"
            },
            {
              "$ref": "#/$defs/AWS::Rekognition::Project"
            },
            {
              "$ref": "#/$defs/AWS::Rekognition::StreamProcessor"
            },
            {
              "$ref": "#/$defs/AWS::ResilienceHub::App"
            },
            {
              "$ref": "#/$defs/AWS::ResilienceHub::ResiliencyPolicy"
            },
            {
              "$ref": "#/$defs/AWS::ResourceExplorer2::DefaultViewAssociation"
            },
            {
              "$ref": "#/$defs/AWS::ResourceExplorer2::Index"
            },
            {
              "$ref": "#/$defs/AWS::ResourceExplorer2::View"
            },
            {
              "$ref": "#/$defs/AWS::ResourceGroups::Group"
            },
            {
              "$ref": "#/$defs/AWS::RoboMaker::Fleet"
            },
            {
              "$ref": "#/$defs/AWS::RoboMaker::Robot"
            },
            {
              "$ref": "#/$defs/AWS::RoboMaker::RobotApplication"
            },
            {
              "$ref": "#/$defs/AWS::RoboMaker::RobotApplicationVersion"
            },
            {
              "$ref": "#/$defs/AWS::RoboMaker::SimulationApplication"
            },
            {
              "$ref": "#/$defs/AWS::RoboMaker::SimulationApplicationVersion"
            },
            {
              "$ref": "#/$defs/AWS::RolesAnywhere::CRL"
            },
            {
              "$ref": "#/$defs/AWS::RolesAnywhere::Profile"
            },
            {
              "$ref": "#/$defs/AWS::RolesAnywhere::TrustAnchor"
            },
            {
              "$ref": "#/$defs/AWS::Route53::CidrCollection"
            },
            {
              "$ref": "#/$defs/AWS::Route53::DNSSEC"
            },
            {
              "$ref": "#/$defs/AWS::Route53::HealthCheck"
            },
            {
              "$ref": "#/$defs/AWS::Route53::HostedZone"
            },
            {
              "$ref": "#/$defs/AWS::Route53::KeySigningKey"
            },
            {
              "$ref": "#/$defs/AWS::Route53::RecordSet"
            },
            {
              "$ref": "#/$defs/AWS::Route53::RecordSetGroup"
            },
            {
              "$ref": "#/$defs/AWS::Route53Profiles::Profile"
            },
            {
              "$ref": "#/$defs/AWS::Route53Profiles::ProfileAssociation"
            },
            {
              "$ref": "#/$defs/AWS::Route53Profiles::ProfileResourceAssociation"
            },
            {
              "$ref": "#/$defs/AWS::Route53RecoveryControl::Cluster"
            },
            {
              "$ref": "#/$defs/AWS::Route53RecoveryControl::ControlPanel"
            },
            {
              "$ref": "#/$defs/AWS::Route53RecoveryControl::RoutingControl"
            },
            {
              "$ref": "#/$defs/AWS::Route53RecoveryControl::SafetyRule"
            },
            {
              "$ref": "#/$defs/AWS::Route53RecoveryReadiness::Cell"
            },
            {
              "$ref": "#/$defs/AWS::Route53RecoveryReadiness::ReadinessCheck"
            },
            {
              "$ref": "#/$defs/AWS::Route53RecoveryReadiness::RecoveryGroup"
            },
            {
              "$ref": "#/$defs/AWS::Route53RecoveryReadiness::ResourceSet"
            },
            {
              "$ref": "#/$defs/AWS::Route53Resolver::FirewallDomainList"
            },
            {
              "$ref": "#/$defs/AWS::Route53Resolver::FirewallRuleGroup"
            },
            {
              "$ref": "#/$defs/AWS::Route53Resolver::FirewallRuleGroupAssociation"
            },
            {
              "$ref": "#/$defs/AWS::Route53Resolver::OutpostResolver"
            },
            {
              "$ref": "#/$defs/AWS::Route53Resolver::ResolverConfig"
            },
            {
              "$ref": "#/$defs/AWS::Route53Resolver::ResolverDNSSECConfig"
            },
            {
              "$ref": "#/$defs/AWS::Route53Resolver::ResolverEndpoint"
            },
            {
              "$ref": "#/$defs/AWS::Route53Resolver::ResolverQueryLoggingConfig"
            },
            {
              "$ref": "#/$defs/AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation"
            },
            {
              "$ref": "#/$defs/AWS::Route53Resolver::ResolverRule"
            },
            {
              "$ref": "#/$defs/AWS::Route53Resolver::ResolverRuleAssociation"
            },
            {
              "$ref": "#/$defs/AWS::S3::AccessGrant"
            },
            {
              "$ref": "#/$defs/AWS::S3::AccessGrantsInstance"
            },
            {
              "$ref": "#/$defs/AWS::S3::AccessGrantsLocation"
            },
            {
              "$ref": "#/$defs/AWS::S3::AccessPoint"
            },
            {
              "$ref": "#/$defs/AWS::S3::Bucket"
            },
            {
              "$ref": "#/$defs/AWS::S3::BucketPolicy"
            },
            {
              "$ref": "#/$defs/AWS::S3::MultiRegionAccessPoint"
            },
            {
              "$ref": "#/$defs/AWS::S3::MultiRegionAccessPointPolicy"
            },
            {
              "$ref": "#/$defs/AWS::S3::StorageLens"
            },
            {
              "$ref": "#/$defs/AWS::S3::StorageLensGroup"
            },
            {
              "$ref": "#/$defs/AWS::S3Express::BucketPolicy"
            },
            {
              "$ref": "#/$defs/AWS::S3Express::DirectoryBucket"
            },
            {
              "$ref": "#/$defs/AWS::S3ObjectLambda::AccessPoint"
            },
            {
              "$ref": "#/$defs/AWS::S3ObjectLambda::AccessPointPolicy"
            },
            {
              "$ref": "#/$defs/AWS::S3Outposts::AccessPoint"
            },
            {
              "$ref": "#/$defs/AWS::S3Outposts::Bucket"
            },
            {
              "$ref": "#/$defs/AWS::S3Outposts::BucketPolicy"
            },
            {
              "$ref": "#/$defs/AWS::S3Outposts::Endpoint"
            },
            {
              "$ref": "#/$defs/AWS::SDB::Domain"
            },
            {
              "$ref": "#/$defs/AWS::SES::ConfigurationSet"
            },
            {
              "$ref": "#/$defs/AWS::SES::ConfigurationSetEventDestination"
            },
            {
              "$ref": "#/$defs/AWS::SES::ContactList"
            },
            {
              "$ref": "#/$defs/AWS::SES::DedicatedIpPool"
            },
            {
              "$ref": "#/$defs/AWS::SES::EmailIdentity"
            },
            {
              "$ref": "#/$defs/AWS::SES::ReceiptFilter"
            },
            {
              "$ref": "#/$defs/AWS::SES::ReceiptRule"
            },
            {
              "$ref": "#/$defs/AWS::SES::ReceiptRuleSet"
            },
            {
              "$ref": "#/$defs/AWS::SES::Template"
            },
            {
              "$ref": "#/$defs/AWS::SES::VdmAttributes"
            },
            {
              "$ref": "#/$defs/AWS::SNS::Subscription"
            },
            {
              "$ref": "#/$defs/AWS::SNS::Topic"
            },
            {
              "$ref": "#/$defs/AWS::SNS::TopicInlinePolicy"
            },
            {
              "$ref": "#/$defs/AWS::SNS::TopicPolicy"
            },
            {
              "$ref": "#/$defs/AWS::SQS::Queue"
            },
            {
              "$ref": "#/$defs/AWS::SQS::QueueInlinePolicy"
            },
            {
              "$ref": "#/$defs/AWS::SQS::QueuePolicy"
            },
            {
              "$ref": "#/$defs/AWS::SSM::Association"
            },
            {
              "$ref": "#/$defs/AWS::SSM::Document"
            },
            {
              "$ref": "#/$defs/AWS::SSM::MaintenanceWindow"
            },
            {
              "$ref": "#/$defs/AWS::SSM::MaintenanceWindowTarget"
            },
            {
              "$ref": "#/$defs/AWS::SSM::MaintenanceWindowTask"
            },
            {
              "$ref": "#/$defs/AWS::SSM::Parameter"
            },
            {
              "$ref": "#/$defs/AWS::SSM::PatchBaseline"
            },
            {
              "$ref": "#/$defs/AWS::SSM::ResourceDataSync"
            },
            {
              "$ref": "#/$defs/AWS::SSM::ResourcePolicy"
            },
            {
              "$ref": "#/$defs/AWS::SSMContacts::Contact"
            },
            {
              "$ref": "#/$defs/AWS::SSMContacts::ContactChannel"
            },
            {
              "$ref": "#/$defs/AWS::SSMContacts::Plan"
            },
            {
              "$ref": "#/$defs/AWS::SSMContacts::Rotation"
            },
            {
              "$ref": "#/$defs/AWS::SSMIncidents::ReplicationSet"
            },
            {
              "$ref": "#/$defs/AWS::SSMIncidents::ResponsePlan"
            },
            {
              "$ref": "#/$defs/AWS::SSO::Assignment"
            },
            {
              "$ref": "#/$defs/AWS::SSO::InstanceAccessControlAttributeConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::SSO::PermissionSet"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::App"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::AppImageConfig"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::CodeRepository"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::Device"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::DeviceFleet"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::Domain"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::Endpoint"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::EndpointConfig"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::FeatureGroup"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::Image"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::ImageVersion"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::InferenceComponent"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::InferenceExperiment"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::Model"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::ModelCard"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::ModelPackage"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::ModelPackageGroup"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::NotebookInstance"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::NotebookInstanceLifecycleConfig"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::Pipeline"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::Project"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::Space"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::UserProfile"
            },
            {
              "$ref": "#/$defs/AWS::SageMaker::Workteam"
            },
            {
              "$ref": "#/$defs/AWS::Scheduler::Schedule"
            },
            {
              "$ref": "#/$defs/AWS::Scheduler::ScheduleGroup"
            },
            {
              "$ref": "#/$defs/AWS::SecretsManager::ResourcePolicy"
            },
            {
              "$ref": "#/$defs/AWS::SecretsManager::RotationSchedule"
            },
            {
              "$ref": "#/$defs/AWS::SecretsManager::Secret"
            },
            {
              "$ref": "#/$defs/AWS::SecretsManager::SecretTargetAttachment"
            },
            {
              "$ref": "#/$defs/AWS::SecurityHub::AutomationRule"
            },
            {
              "$ref": "#/$defs/AWS::SecurityHub::DelegatedAdmin"
            },
            {
              "$ref": "#/$defs/AWS::SecurityHub::Hub"
            },
            {
              "$ref": "#/$defs/AWS::SecurityHub::Insight"
            },
            {
              "$ref": "#/$defs/AWS::SecurityHub::ProductSubscription"
            },
            {
              "$ref": "#/$defs/AWS::SecurityHub::Standard"
            },
            {
              "$ref": "#/$defs/AWS::SecurityLake::AwsLogSource"
            },
            {
              "$ref": "#/$defs/AWS::SecurityLake::DataLake"
            },
            {
              "$ref": "#/$defs/AWS::SecurityLake::Subscriber"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::AcceptedPortfolioShare"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::CloudFormationProduct"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::CloudFormationProvisionedProduct"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::LaunchNotificationConstraint"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::LaunchRoleConstraint"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::LaunchTemplateConstraint"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::Portfolio"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::PortfolioPrincipalAssociation"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::PortfolioProductAssociation"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::PortfolioShare"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::ResourceUpdateConstraint"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::ServiceAction"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::ServiceActionAssociation"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::StackSetConstraint"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::TagOption"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalog::TagOptionAssociation"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalogAppRegistry::Application"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalogAppRegistry::AttributeGroup"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation"
            },
            {
              "$ref": "#/$defs/AWS::ServiceCatalogAppRegistry::ResourceAssociation"
            },
            {
              "$ref": "#/$defs/AWS::ServiceDiscovery::HttpNamespace"
            },
            {
              "$ref": "#/$defs/AWS::ServiceDiscovery::Instance"
            },
            {
              "$ref": "#/$defs/AWS::ServiceDiscovery::PrivateDnsNamespace"
            },
            {
              "$ref": "#/$defs/AWS::ServiceDiscovery::PublicDnsNamespace"
            },
            {
              "$ref": "#/$defs/AWS::ServiceDiscovery::Service"
            },
            {
              "$ref": "#/$defs/AWS::Shield::DRTAccess"
            },
            {
              "$ref": "#/$defs/AWS::Shield::ProactiveEngagement"
            },
            {
              "$ref": "#/$defs/AWS::Shield::Protection"
            },
            {
              "$ref": "#/$defs/AWS::Shield::ProtectionGroup"
            },
            {
              "$ref": "#/$defs/AWS::Signer::ProfilePermission"
            },
            {
              "$ref": "#/$defs/AWS::Signer::SigningProfile"
            },
            {
              "$ref": "#/$defs/AWS::SimSpaceWeaver::Simulation"
            },
            {
              "$ref": "#/$defs/AWS::StepFunctions::Activity"
            },
            {
              "$ref": "#/$defs/AWS::StepFunctions::StateMachine"
            },
            {
              "$ref": "#/$defs/AWS::StepFunctions::StateMachineAlias"
            },
            {
              "$ref": "#/$defs/AWS::StepFunctions::StateMachineVersion"
            },
            {
              "$ref": "#/$defs/AWS::SupportApp::AccountAlias"
            },
            {
              "$ref": "#/$defs/AWS::SupportApp::SlackChannelConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::SupportApp::SlackWorkspaceConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::Synthetics::Canary"
            },
            {
              "$ref": "#/$defs/AWS::Synthetics::Group"
            },
            {
              "$ref": "#/$defs/AWS::SystemsManagerSAP::Application"
            },
            {
              "$ref": "#/$defs/AWS::Timestream::Database"
            },
            {
              "$ref": "#/$defs/AWS::Timestream::InfluxDBInstance"
            },
            {
              "$ref": "#/$defs/AWS::Timestream::ScheduledQuery"
            },
            {
              "$ref": "#/$defs/AWS::Timestream::Table"
            },
            {
              "$ref": "#/$defs/AWS::Transfer::Agreement"
            },
            {
              "$ref": "#/$defs/AWS::Transfer::Certificate"
            },
            {
              "$ref": "#/$defs/AWS::Transfer::Connector"
            },
            {
              "$ref": "#/$defs/AWS::Transfer::Profile"
            },
            {
              "$ref": "#/$defs/AWS::Transfer::Server"
            },
            {
              "$ref": "#/$defs/AWS::Transfer::User"
            },
            {
              "$ref": "#/$defs/AWS::Transfer::Workflow"
            },
            {
              "$ref": "#/$defs/AWS::VerifiedPermissions::IdentitySource"
            },
            {
              "$ref": "#/$defs/AWS::VerifiedPermissions::Policy"
            },
            {
              "$ref": "#/$defs/AWS::VerifiedPermissions::PolicyStore"
            },
            {
              "$ref": "#/$defs/AWS::VerifiedPermissions::PolicyTemplate"
            },
            {
              "$ref": "#/$defs/AWS::VoiceID::Domain"
            },
            {
              "$ref": "#/$defs/AWS::VpcLattice::AccessLogSubscription"
            },
            {
              "$ref": "#/$defs/AWS::VpcLattice::AuthPolicy"
            },
            {
              "$ref": "#/$defs/AWS::VpcLattice::Listener"
            },
            {
              "$ref": "#/$defs/AWS::VpcLattice::ResourcePolicy"
            },
            {
              "$ref": "#/$defs/AWS::VpcLattice::Rule"
            },
            {
              "$ref": "#/$defs/AWS::VpcLattice::Service"
            },
            {
              "$ref": "#/$defs/AWS::VpcLattice::ServiceNetwork"
            },
            {
              "$ref": "#/$defs/AWS::VpcLattice::ServiceNetworkServiceAssociation"
            },
            {
              "$ref": "#/$defs/AWS::VpcLattice::ServiceNetworkVpcAssociation"
            },
            {
              "$ref": "#/$defs/AWS::VpcLattice::TargetGroup"
            },
            {
              "$ref": "#/$defs/AWS::WAF::ByteMatchSet"
            },
            {
              "$ref": "#/$defs/AWS::WAF::IPSet"
            },
            {
              "$ref": "#/$defs/AWS::WAF::Rule"
            },
            {
              "$ref": "#/$defs/AWS::WAF::SizeConstraintSet"
            },
            {
              "$ref": "#/$defs/AWS::WAF::SqlInjectionMatchSet"
            },
            {
              "$ref": "#/$defs/AWS::WAF::WebACL"
            },
            {
              "$ref": "#/$defs/AWS::WAF::XssMatchSet"
            },
            {
              "$ref": "#/$defs/AWS::WAFRegional::ByteMatchSet"
            },
            {
              "$ref": "#/$defs/AWS::WAFRegional::GeoMatchSet"
            },
            {
              "$ref": "#/$defs/AWS::WAFRegional::IPSet"
            },
            {
              "$ref": "#/$defs/AWS::WAFRegional::RateBasedRule"
            },
            {
              "$ref": "#/$defs/AWS::WAFRegional::RegexPatternSet"
            },
            {
              "$ref": "#/$defs/AWS::WAFRegional::Rule"
            },
            {
              "$ref": "#/$defs/AWS::WAFRegional::SizeConstraintSet"
            },
            {
              "$ref": "#/$defs/AWS::WAFRegional::SqlInjectionMatchSet"
            },
            {
              "$ref": "#/$defs/AWS::WAFRegional::WebACL"
            },
            {
              "$ref": "#/$defs/AWS::WAFRegional::WebACLAssociation"
            },
            {
              "$ref": "#/$defs/AWS::WAFRegional::XssMatchSet"
            },
            {
              "$ref": "#/$defs/AWS::WAFv2::IPSet"
            },
            {
              "$ref": "#/$defs/AWS::WAFv2::LoggingConfiguration"
            },
            {
              "$ref": "#/$defs/AWS::WAFv2::RegexPatternSet"
            },
            {
              "$ref": "#/$defs/AWS::WAFv2::RuleGroup"
            },
            {
              "$ref": "#/$defs/AWS::WAFv2::WebACL"
            },
            {
              "$ref": "#/$defs/AWS::WAFv2::WebACLAssociation"
            },
            {
              "$ref": "#/$defs/AWS::Wisdom::Assistant"
            },
            {
              "$ref": "#/$defs/AWS::Wisdom::AssistantAssociation"
            },
            {
              "$ref": "#/$defs/AWS::Wisdom::KnowledgeBase"
            },
            {
              "$ref": "#/$defs/AWS::WorkSpaces::ConnectionAlias"
            },
            {
              "$ref": "#/$defs/AWS::WorkSpaces::Workspace"
            },
            {
              "$ref": "#/$defs/AWS::WorkSpacesThinClient::Environment"
            },
            {
              "$ref": "#/$defs/AWS::WorkSpacesWeb::BrowserSettings"
            },
            {
              "$ref": "#/$defs/AWS::WorkSpacesWeb::IdentityProvider"
            },
            {
              "$ref": "#/$defs/AWS::WorkSpacesWeb::IpAccessSettings"
            },
            {
              "$ref": "#/$defs/AWS::WorkSpacesWeb::NetworkSettings"
            },
            {
              "$ref": "#/$defs/AWS::WorkSpacesWeb::Portal"
            },
            {
              "$ref": "#/$defs/AWS::WorkSpacesWeb::TrustStore"
            },
            {
              "$ref": "#/$defs/AWS::WorkSpacesWeb::UserAccessLoggingSettings"
            },
            {
              "$ref": "#/$defs/AWS::WorkSpacesWeb::UserSettings"
            },
            {
              "$ref": "#/$defs/AWS::XRay::Group"
            },
            {
              "$ref": "#/$defs/AWS::XRay::ResourcePolicy"
            },
            {
              "$ref": "#/$defs/AWS::XRay::SamplingRule"
            },
            {
              "$ref": "#/$defs/Alexa::ASK::Skill"
            },
            {
              "$ref": "#/$defs/CustomResource"
            }
          ]
        }
      }
    },
    "Transform": {
      "oneOf": [
        {
          "type": [
            "string"
          ]
        },
        {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      ]
    }
  },
  "additionalProperties": false,
  "$defs": {
    "AWS::ACMPCA::Certificate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiPassthrough": {
              "$ref": "#/$defs/AWS::ACMPCA::Certificate.ApiPassthrough"
            },
            "CertificateAuthorityArn": {
              "type": "string"
            },
            "CertificateSigningRequest": {
              "type": "string"
            },
            "SigningAlgorithm": {
              "type": "string"
            },
            "TemplateArn": {
              "type": "string"
            },
            "Validity": {
              "$ref": "#/$defs/AWS::ACMPCA::Certificate.Validity"
            },
            "ValidityNotBefore": {
              "$ref": "#/$defs/AWS::ACMPCA::Certificate.Validity"
            }
          },
          "required": [
            "CertificateAuthorityArn",
            "CertificateSigningRequest",
            "SigningAlgorithm",
            "Validity"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ACMPCA::Certificate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::Certificate.ApiPassthrough": {
      "type": "object",
      "properties": {
        "Extensions": {
          "$ref": "#/$defs/AWS::ACMPCA::Certificate.Extensions"
        },
        "Subject": {
          "$ref": "#/$defs/AWS::ACMPCA::Certificate.Subject"
        }
      },
      "additionalProperties": false
    },
    "AWS::ACMPCA::Certificate.CustomAttribute": {
      "type": "object",
      "properties": {
        "ObjectIdentifier": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "ObjectIdentifier",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::Certificate.CustomExtension": {
      "type": "object",
      "properties": {
        "Critical": {
          "type": "boolean"
        },
        "ObjectIdentifier": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "ObjectIdentifier",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::Certificate.EdiPartyName": {
      "type": "object",
      "properties": {
        "NameAssigner": {
          "type": "string"
        },
        "PartyName": {
          "type": "string"
        }
      },
      "required": [
        "NameAssigner",
        "PartyName"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::Certificate.ExtendedKeyUsage": {
      "type": "object",
      "properties": {
        "ExtendedKeyUsageObjectIdentifier": {
          "type": "string"
        },
        "ExtendedKeyUsageType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ACMPCA::Certificate.Extensions": {
      "type": "object",
      "properties": {
        "CertificatePolicies": {
          "items": {
            "$ref": "#/$defs/AWS::ACMPCA::Certificate.PolicyInformation"
          },
          "type": "array"
        },
        "CustomExtensions": {
          "items": {
            "$ref": "#/$defs/AWS::ACMPCA::Certificate.CustomExtension"
          },
          "type": "array"
        },
        "ExtendedKeyUsage": {
          "items": {
            "$ref": "#/$defs/AWS::ACMPCA::Certificate.ExtendedKeyUsage"
          },
          "type": "array"
        },
        "KeyUsage": {
          "$ref": "#/$defs/AWS::ACMPCA::Certificate.KeyUsage"
        },
        "SubjectAlternativeNames": {
          "items": {
            "$ref": "#/$defs/AWS::ACMPCA::Certificate.GeneralName"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ACMPCA::Certificate.GeneralName": {
      "type": "object",
      "properties": {
        "DirectoryName": {
          "$ref": "#/$defs/AWS::ACMPCA::Certificate.Subject"
        },
        "DnsName": {
          "type": "string"
        },
        "EdiPartyName": {
          "$ref": "#/$defs/AWS::ACMPCA::Certificate.EdiPartyName"
        },
        "IpAddress": {
          "type": "string"
        },
        "OtherName": {
          "$ref": "#/$defs/AWS::ACMPCA::Certificate.OtherName"
        },
        "RegisteredId": {
          "type": "string"
        },
        "Rfc822Name": {
          "type": "string"
        },
        "UniformResourceIdentifier": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ACMPCA::Certificate.KeyUsage": {
      "type": "object",
      "properties": {
        "CRLSign": {
          "type": "boolean"
        },
        "DataEncipherment": {
          "type": "boolean"
        },
        "DecipherOnly": {
          "type": "boolean"
        },
        "DigitalSignature": {
          "type": "boolean"
        },
        "EncipherOnly": {
          "type": "boolean"
        },
        "KeyAgreement": {
          "type": "boolean"
        },
        "KeyCertSign": {
          "type": "boolean"
        },
        "KeyEncipherment": {
          "type": "boolean"
        },
        "NonRepudiation": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::ACMPCA::Certificate.OtherName": {
      "type": "object",
      "properties": {
        "TypeId": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "TypeId",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::Certificate.PolicyInformation": {
      "type": "object",
      "properties": {
        "CertPolicyId": {
          "type": "string"
        },
        "PolicyQualifiers": {
          "items": {
            "$ref": "#/$defs/AWS::ACMPCA::Certificate.PolicyQualifierInfo"
          },
          "type": "array"
        }
      },
      "required": [
        "CertPolicyId"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::Certificate.PolicyQualifierInfo": {
      "type": "object",
      "properties": {
        "PolicyQualifierId": {
          "type": "string"
        },
        "Qualifier": {
          "$ref": "#/$defs/AWS::ACMPCA::Certificate.Qualifier"
        }
      },
      "required": [
        "PolicyQualifierId",
        "Qualifier"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::Certificate.Qualifier": {
      "type": "object",
      "properties": {
        "CpsUri": {
          "type": "string"
        }
      },
      "required": [
        "CpsUri"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::Certificate.Subject": {
      "type": "object",
      "properties": {
        "CommonName": {
          "type": "string"
        },
        "Country": {
          "type": "string"
        },
        "CustomAttributes": {
          "items": {
            "$ref": "#/$defs/AWS::ACMPCA::Certificate.CustomAttribute"
          },
          "type": "array"
        },
        "DistinguishedNameQualifier": {
          "type": "string"
        },
        "GenerationQualifier": {
          "type": "string"
        },
        "GivenName": {
          "type": "string"
        },
        "Initials": {
          "type": "string"
        },
        "Locality": {
          "type": "string"
        },
        "Organization": {
          "type": "string"
        },
        "OrganizationalUnit": {
          "type": "string"
        },
        "Pseudonym": {
          "type": "string"
        },
        "SerialNumber": {
          "type": "string"
        },
        "State": {
          "type": "string"
        },
        "Surname": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ACMPCA::Certificate.Validity": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::CertificateAuthority": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CsrExtensions": {
              "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthority.CsrExtensions"
            },
            "KeyAlgorithm": {
              "type": "string"
            },
            "KeyStorageSecurityStandard": {
              "type": "string"
            },
            "RevocationConfiguration": {
              "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthority.RevocationConfiguration"
            },
            "SigningAlgorithm": {
              "type": "string"
            },
            "Subject": {
              "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthority.Subject"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            },
            "UsageMode": {
              "type": "string"
            }
          },
          "required": [
            "KeyAlgorithm",
            "SigningAlgorithm",
            "Subject",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ACMPCA::CertificateAuthority"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::CertificateAuthority.AccessDescription": {
      "type": "object",
      "properties": {
        "AccessLocation": {
          "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthority.GeneralName"
        },
        "AccessMethod": {
          "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthority.AccessMethod"
        }
      },
      "required": [
        "AccessLocation",
        "AccessMethod"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::CertificateAuthority.AccessMethod": {
      "type": "object",
      "properties": {
        "AccessMethodType": {
          "type": "string"
        },
        "CustomObjectIdentifier": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ACMPCA::CertificateAuthority.CrlConfiguration": {
      "type": "object",
      "properties": {
        "CrlDistributionPointExtensionConfiguration": {
          "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthority.CrlDistributionPointExtensionConfiguration"
        },
        "CustomCname": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        },
        "ExpirationInDays": {
          "type": "number"
        },
        "S3BucketName": {
          "type": "string"
        },
        "S3ObjectAcl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ACMPCA::CertificateAuthority.CrlDistributionPointExtensionConfiguration": {
      "type": "object",
      "properties": {
        "OmitExtension": {
          "type": "boolean"
        }
      },
      "required": [
        "OmitExtension"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::CertificateAuthority.CsrExtensions": {
      "type": "object",
      "properties": {
        "KeyUsage": {
          "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthority.KeyUsage"
        },
        "SubjectInformationAccess": {
          "items": {
            "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthority.AccessDescription"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ACMPCA::CertificateAuthority.CustomAttribute": {
      "type": "object",
      "properties": {
        "ObjectIdentifier": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "ObjectIdentifier",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::CertificateAuthority.EdiPartyName": {
      "type": "object",
      "properties": {
        "NameAssigner": {
          "type": "string"
        },
        "PartyName": {
          "type": "string"
        }
      },
      "required": [
        "NameAssigner",
        "PartyName"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::CertificateAuthority.GeneralName": {
      "type": "object",
      "properties": {
        "DirectoryName": {
          "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthority.Subject"
        },
        "DnsName": {
          "type": "string"
        },
        "EdiPartyName": {
          "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthority.EdiPartyName"
        },
        "IpAddress": {
          "type": "string"
        },
        "OtherName": {
          "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthority.OtherName"
        },
        "RegisteredId": {
          "type": "string"
        },
        "Rfc822Name": {
          "type": "string"
        },
        "UniformResourceIdentifier": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ACMPCA::CertificateAuthority.KeyUsage": {
      "type": "object",
      "properties": {
        "CRLSign": {
          "type": "boolean"
        },
        "DataEncipherment": {
          "type": "boolean"
        },
        "DecipherOnly": {
          "type": "boolean"
        },
        "DigitalSignature": {
          "type": "boolean"
        },
        "EncipherOnly": {
          "type": "boolean"
        },
        "KeyAgreement": {
          "type": "boolean"
        },
        "KeyCertSign": {
          "type": "boolean"
        },
        "KeyEncipherment": {
          "type": "boolean"
        },
        "NonRepudiation": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::ACMPCA::CertificateAuthority.OcspConfiguration": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "OcspCustomCname": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ACMPCA::CertificateAuthority.OtherName": {
      "type": "object",
      "properties": {
        "TypeId": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "TypeId",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::CertificateAuthority.RevocationConfiguration": {
      "type": "object",
      "properties": {
        "CrlConfiguration": {
          "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthority.CrlConfiguration"
        },
        "OcspConfiguration": {
          "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthority.OcspConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::ACMPCA::CertificateAuthority.Subject": {
      "type": "object",
      "properties": {
        "CommonName": {
          "type": "string"
        },
        "Country": {
          "type": "string"
        },
        "CustomAttributes": {
          "items": {
            "$ref": "#/$defs/AWS::ACMPCA::CertificateAuthority.CustomAttribute"
          },
          "type": "array"
        },
        "DistinguishedNameQualifier": {
          "type": "string"
        },
        "GenerationQualifier": {
          "type": "string"
        },
        "GivenName": {
          "type": "string"
        },
        "Initials": {
          "type": "string"
        },
        "Locality": {
          "type": "string"
        },
        "Organization": {
          "type": "string"
        },
        "OrganizationalUnit": {
          "type": "string"
        },
        "Pseudonym": {
          "type": "string"
        },
        "SerialNumber": {
          "type": "string"
        },
        "State": {
          "type": "string"
        },
        "Surname": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ACMPCA::CertificateAuthorityActivation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Certificate": {
              "type": "string"
            },
            "CertificateAuthorityArn": {
              "type": "string"
            },
            "CertificateChain": {
              "type": "string"
            },
            "Status": {
              "type": "string"
            }
          },
          "required": [
            "Certificate",
            "CertificateAuthorityArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ACMPCA::CertificateAuthorityActivation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ACMPCA::Permission": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Actions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "CertificateAuthorityArn": {
              "type": "string"
            },
            "Principal": {
              "type": "string"
            },
            "SourceAccount": {
              "type": "string"
            }
          },
          "required": [
            "Actions",
            "CertificateAuthorityArn",
            "Principal"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ACMPCA::Permission"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::APS::RuleGroupsNamespace": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Data": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Workspace": {
              "type": "string"
            }
          },
          "required": [
            "Data",
            "Name",
            "Workspace"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::APS::RuleGroupsNamespace"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::APS::Scraper": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Alias": {
              "type": "string"
            },
            "Destination": {
              "$ref": "#/$defs/AWS::APS::Scraper.Destination"
            },
            "ScrapeConfiguration": {
              "$ref": "#/$defs/AWS::APS::Scraper.ScrapeConfiguration"
            },
            "Source": {
              "$ref": "#/$defs/AWS::APS::Scraper.Source"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Destination",
            "ScrapeConfiguration",
            "Source"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::APS::Scraper"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::APS::Scraper.AmpConfiguration": {
      "type": "object",
      "properties": {
        "WorkspaceArn": {
          "type": "string"
        }
      },
      "required": [
        "WorkspaceArn"
      ],
      "additionalProperties": false
    },
    "AWS::APS::Scraper.Destination": {
      "type": "object",
      "properties": {
        "AmpConfiguration": {
          "$ref": "#/$defs/AWS::APS::Scraper.AmpConfiguration"
        }
      },
      "required": [
        "AmpConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::APS::Scraper.EksConfiguration": {
      "type": "object",
      "properties": {
        "ClusterArn": {
          "type": "string"
        },
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "ClusterArn",
        "SubnetIds"
      ],
      "additionalProperties": false
    },
    "AWS::APS::Scraper.ScrapeConfiguration": {
      "type": "object",
      "properties": {
        "ConfigurationBlob": {
          "type": "string"
        }
      },
      "required": [
        "ConfigurationBlob"
      ],
      "additionalProperties": false
    },
    "AWS::APS::Scraper.Source": {
      "type": "object",
      "properties": {
        "EksConfiguration": {
          "$ref": "#/$defs/AWS::APS::Scraper.EksConfiguration"
        }
      },
      "required": [
        "EksConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::APS::Workspace": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AlertManagerDefinition": {
              "type": "string"
            },
            "Alias": {
              "type": "string"
            },
            "KmsKeyArn": {
              "type": "string"
            },
            "LoggingConfiguration": {
              "$ref": "#/$defs/AWS::APS::Workspace.LoggingConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::APS::Workspace"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::APS::Workspace.LoggingConfiguration": {
      "type": "object",
      "properties": {
        "LogGroupArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ARCZonalShift::ZonalAutoshiftConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PracticeRunConfiguration": {
              "$ref": "#/$defs/AWS::ARCZonalShift::ZonalAutoshiftConfiguration.PracticeRunConfiguration"
            },
            "ResourceIdentifier": {
              "type": "string"
            },
            "ZonalAutoshiftStatus": {
              "type": "string"
            }
          },
          "required": [
            "ResourceIdentifier"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ARCZonalShift::ZonalAutoshiftConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ARCZonalShift::ZonalAutoshiftConfiguration.ControlCondition": {
      "type": "object",
      "properties": {
        "AlarmIdentifier": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "AlarmIdentifier",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ARCZonalShift::ZonalAutoshiftConfiguration.PracticeRunConfiguration": {
      "type": "object",
      "properties": {
        "BlockedDates": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "BlockedWindows": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "BlockingAlarms": {
          "items": {
            "$ref": "#/$defs/AWS::ARCZonalShift::ZonalAutoshiftConfiguration.ControlCondition"
          },
          "type": "array"
        },
        "OutcomeAlarms": {
          "items": {
            "$ref": "#/$defs/AWS::ARCZonalShift::ZonalAutoshiftConfiguration.ControlCondition"
          },
          "type": "array"
        }
      },
      "required": [
        "OutcomeAlarms"
      ],
      "additionalProperties": false
    },
    "AWS::AccessAnalyzer::Analyzer": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AnalyzerConfiguration": {
              "$ref": "#/$defs/AWS::AccessAnalyzer::Analyzer.AnalyzerConfiguration"
            },
            "AnalyzerName": {
              "type": "string"
            },
            "ArchiveRules": {
              "items": {
                "$ref": "#/$defs/AWS::AccessAnalyzer::Analyzer.ArchiveRule"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AccessAnalyzer::Analyzer"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AccessAnalyzer::Analyzer.AnalyzerConfiguration": {
      "type": "object",
      "properties": {
        "UnusedAccessConfiguration": {
          "$ref": "#/$defs/AWS::AccessAnalyzer::Analyzer.UnusedAccessConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::AccessAnalyzer::Analyzer.ArchiveRule": {
      "type": "object",
      "properties": {
        "Filter": {
          "items": {
            "$ref": "#/$defs/AWS::AccessAnalyzer::Analyzer.Filter"
          },
          "type": "array"
        },
        "RuleName": {
          "type": "string"
        }
      },
      "required": [
        "Filter",
        "RuleName"
      ],
      "additionalProperties": false
    },
    "AWS::AccessAnalyzer::Analyzer.Filter": {
      "type": "object",
      "properties": {
        "Contains": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Eq": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Exists": {
          "type": "boolean"
        },
        "Neq": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Property": {
          "type": "string"
        }
      },
      "required": [
        "Property"
      ],
      "additionalProperties": false
    },
    "AWS::AccessAnalyzer::Analyzer.UnusedAccessConfiguration": {
      "type": "object",
      "properties": {
        "UnusedAccessAge": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmazonMQ::Broker": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthenticationStrategy": {
              "type": "string"
            },
            "AutoMinorVersionUpgrade": {
              "type": "boolean"
            },
            "BrokerName": {
              "type": "string"
            },
            "Configuration": {
              "$ref": "#/$defs/AWS::AmazonMQ::Broker.ConfigurationId"
            },
            "DataReplicationMode": {
              "type": "string"
            },
            "DataReplicationPrimaryBrokerArn": {
              "type": "string"
            },
            "DeploymentMode": {
              "type": "string"
            },
            "EncryptionOptions": {
              "$ref": "#/$defs/AWS::AmazonMQ::Broker.EncryptionOptions"
            },
            "EngineType": {
              "type": "string"
            },
            "EngineVersion": {
              "type": "string"
            },
            "HostInstanceType": {
              "type": "string"
            },
            "LdapServerMetadata": {
              "$ref": "#/$defs/AWS::AmazonMQ::Broker.LdapServerMetadata"
            },
            "Logs": {
              "$ref": "#/$defs/AWS::AmazonMQ::Broker.LogList"
            },
            "MaintenanceWindowStartTime": {
              "$ref": "#/$defs/AWS::AmazonMQ::Broker.MaintenanceWindow"
            },
            "PubliclyAccessible": {
              "type": "boolean"
            },
            "SecurityGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "StorageType": {
              "type": "string"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::AmazonMQ::Broker.TagsEntry"
              },
              "type": "array"
            },
            "Users": {
              "items": {
                "$ref": "#/$defs/AWS::AmazonMQ::Broker.User"
              },
              "type": "array"
            }
          },
          "required": [
            "AutoMinorVersionUpgrade",
            "BrokerName",
            "DeploymentMode",
            "EngineType",
            "EngineVersion",
            "HostInstanceType",
            "PubliclyAccessible",
            "Users"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AmazonMQ::Broker"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AmazonMQ::Broker.ConfigurationId": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Revision": {
          "type": "number"
        }
      },
      "required": [
        "Id",
        "Revision"
      ],
      "additionalProperties": false
    },
    "AWS::AmazonMQ::Broker.EncryptionOptions": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "UseAwsOwnedKey": {
          "type": "boolean"
        }
      },
      "required": [
        "UseAwsOwnedKey"
      ],
      "additionalProperties": false
    },
    "AWS::AmazonMQ::Broker.LdapServerMetadata": {
      "type": "object",
      "properties": {
        "Hosts": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RoleBase": {
          "type": "string"
        },
        "RoleName": {
          "type": "string"
        },
        "RoleSearchMatching": {
          "type": "string"
        },
        "RoleSearchSubtree": {
          "type": "boolean"
        },
        "ServiceAccountPassword": {
          "type": "string"
        },
        "ServiceAccountUsername": {
          "type": "string"
        },
        "UserBase": {
          "type": "string"
        },
        "UserRoleName": {
          "type": "string"
        },
        "UserSearchMatching": {
          "type": "string"
        },
        "UserSearchSubtree": {
          "type": "boolean"
        }
      },
      "required": [
        "Hosts",
        "RoleBase",
        "RoleSearchMatching",
        "ServiceAccountPassword",
        "ServiceAccountUsername",
        "UserBase",
        "UserSearchMatching"
      ],
      "additionalProperties": false
    },
    "AWS::AmazonMQ::Broker.LogList": {
      "type": "object",
      "properties": {
        "Audit": {
          "type": "boolean"
        },
        "General": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmazonMQ::Broker.MaintenanceWindow": {
      "type": "object",
      "properties": {
        "DayOfWeek": {
          "type": "string"
        },
        "TimeOfDay": {
          "type": "string"
        },
        "TimeZone": {
          "type": "string"
        }
      },
      "required": [
        "DayOfWeek",
        "TimeOfDay",
        "TimeZone"
      ],
      "additionalProperties": false
    },
    "AWS::AmazonMQ::Broker.TagsEntry": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::AmazonMQ::Broker.User": {
      "type": "object",
      "properties": {
        "ConsoleAccess": {
          "type": "boolean"
        },
        "Groups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Password": {
          "type": "string"
        },
        "ReplicationUser": {
          "type": "boolean"
        },
        "Username": {
          "type": "string"
        }
      },
      "required": [
        "Password",
        "Username"
      ],
      "additionalProperties": false
    },
    "AWS::AmazonMQ::Configuration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthenticationStrategy": {
              "type": "string"
            },
            "Data": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "EngineType": {
              "type": "string"
            },
            "EngineVersion": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::AmazonMQ::Configuration.TagsEntry"
              },
              "type": "array"
            }
          },
          "required": [
            "Data",
            "EngineType",
            "EngineVersion",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AmazonMQ::Configuration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AmazonMQ::Configuration.TagsEntry": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::AmazonMQ::ConfigurationAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Broker": {
              "type": "string"
            },
            "Configuration": {
              "$ref": "#/$defs/AWS::AmazonMQ::ConfigurationAssociation.ConfigurationId"
            }
          },
          "required": [
            "Broker",
            "Configuration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AmazonMQ::ConfigurationAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AmazonMQ::ConfigurationAssociation.ConfigurationId": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Revision": {
          "type": "number"
        }
      },
      "required": [
        "Id",
        "Revision"
      ],
      "additionalProperties": false
    },
    "AWS::Amplify::App": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessToken": {
              "type": "string"
            },
            "AutoBranchCreationConfig": {
              "$ref": "#/$defs/AWS::Amplify::App.AutoBranchCreationConfig"
            },
            "BasicAuthConfig": {
              "$ref": "#/$defs/AWS::Amplify::App.BasicAuthConfig"
            },
            "BuildSpec": {
              "type": "string"
            },
            "CustomHeaders": {
              "type": "string"
            },
            "CustomRules": {
              "items": {
                "$ref": "#/$defs/AWS::Amplify::App.CustomRule"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "EnableBranchAutoDeletion": {
              "type": "boolean"
            },
            "EnvironmentVariables": {
              "items": {
                "$ref": "#/$defs/AWS::Amplify::App.EnvironmentVariable"
              },
              "type": "array"
            },
            "IAMServiceRole": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "OauthToken": {
              "type": "string"
            },
            "Platform": {
              "type": "string"
            },
            "Repository": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Amplify::App"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Amplify::App.AutoBranchCreationConfig": {
      "type": "object",
      "properties": {
        "AutoBranchCreationPatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "BasicAuthConfig": {
          "$ref": "#/$defs/AWS::Amplify::App.BasicAuthConfig"
        },
        "BuildSpec": {
          "type": "string"
        },
        "EnableAutoBranchCreation": {
          "type": "boolean"
        },
        "EnableAutoBuild": {
          "type": "boolean"
        },
        "EnablePerformanceMode": {
          "type": "boolean"
        },
        "EnablePullRequestPreview": {
          "type": "boolean"
        },
        "EnvironmentVariables": {
          "items": {
            "$ref": "#/$defs/AWS::Amplify::App.EnvironmentVariable"
          },
          "type": "array"
        },
        "Framework": {
          "type": "string"
        },
        "PullRequestEnvironmentName": {
          "type": "string"
        },
        "Stage": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Amplify::App.BasicAuthConfig": {
      "type": "object",
      "properties": {
        "EnableBasicAuth": {
          "type": "boolean"
        },
        "Password": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Amplify::App.CustomRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "Source": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        },
        "Target": {
          "type": "string"
        }
      },
      "required": [
        "Source",
        "Target"
      ],
      "additionalProperties": false
    },
    "AWS::Amplify::App.EnvironmentVariable": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Amplify::Branch": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AppId": {
              "type": "string"
            },
            "Backend": {
              "$ref": "#/$defs/AWS::Amplify::Branch.Backend"
            },
            "BasicAuthConfig": {
              "$ref": "#/$defs/AWS::Amplify::Branch.BasicAuthConfig"
            },
            "BranchName": {
              "type": "string"
            },
            "BuildSpec": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "EnableAutoBuild": {
              "type": "boolean"
            },
            "EnablePerformanceMode": {
              "type": "boolean"
            },
            "EnablePullRequestPreview": {
              "type": "boolean"
            },
            "EnvironmentVariables": {
              "items": {
                "$ref": "#/$defs/AWS::Amplify::Branch.EnvironmentVariable"
              },
              "type": "array"
            },
            "Framework": {
              "type": "string"
            },
            "PullRequestEnvironmentName": {
              "type": "string"
            },
            "Stage": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AppId",
            "BranchName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Amplify::Branch"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Amplify::Branch.Backend": {
      "type": "object",
      "properties": {
        "StackArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Amplify::Branch.BasicAuthConfig": {
      "type": "object",
      "properties": {
        "EnableBasicAuth": {
          "type": "boolean"
        },
        "Password": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "required": [
        "Password",
        "Username"
      ],
      "additionalProperties": false
    },
    "AWS::Amplify::Branch.EnvironmentVariable": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Amplify::Domain": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AppId": {
              "type": "string"
            },
            "AutoSubDomainCreationPatterns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AutoSubDomainIAMRole": {
              "type": "string"
            },
            "CertificateSettings": {
              "$ref": "#/$defs/AWS::Amplify::Domain.CertificateSettings"
            },
            "DomainName": {
              "type": "string"
            },
            "EnableAutoSubDomain": {
              "type": "boolean"
            },
            "SubDomainSettings": {
              "items": {
                "$ref": "#/$defs/AWS::Amplify::Domain.SubDomainSetting"
              },
              "type": "array"
            }
          },
          "required": [
            "AppId",
            "DomainName",
            "SubDomainSettings"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Amplify::Domain"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Amplify::Domain.Certificate": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        },
        "CertificateType": {
          "type": "string"
        },
        "CertificateVerificationDNSRecord": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Amplify::Domain.CertificateSettings": {
      "type": "object",
      "properties": {
        "CertificateType": {
          "type": "string"
        },
        "CustomCertificateArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Amplify::Domain.SubDomainSetting": {
      "type": "object",
      "properties": {
        "BranchName": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "required": [
        "BranchName",
        "Prefix"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Component": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AppId": {
              "type": "string"
            },
            "BindingProperties": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentBindingPropertiesValue"
                }
              }
            },
            "Children": {
              "items": {
                "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentChild"
              },
              "type": "array"
            },
            "CollectionProperties": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentDataConfiguration"
                }
              }
            },
            "ComponentType": {
              "type": "string"
            },
            "EnvironmentName": {
              "type": "string"
            },
            "Events": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentEvent"
                }
              }
            },
            "Name": {
              "type": "string"
            },
            "Overrides": {
              "type": "object"
            },
            "Properties": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentProperty"
                }
              }
            },
            "SchemaVersion": {
              "type": "string"
            },
            "SourceId": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Variants": {
              "items": {
                "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentVariant"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AmplifyUIBuilder::Component"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Component.ActionParameters": {
      "type": "object",
      "properties": {
        "Anchor": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentProperty"
        },
        "Fields": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentProperty"
            }
          }
        },
        "Global": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentProperty"
        },
        "Id": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentProperty"
        },
        "Model": {
          "type": "string"
        },
        "State": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.MutationActionSetStateParameter"
        },
        "Target": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentProperty"
        },
        "Type": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentProperty"
        },
        "Url": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentProperty"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Component.ComponentBindingPropertiesValue": {
      "type": "object",
      "properties": {
        "BindingProperties": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentBindingPropertiesValueProperties"
        },
        "DefaultValue": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Component.ComponentBindingPropertiesValueProperties": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "DefaultValue": {
          "type": "string"
        },
        "Field": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        },
        "Model": {
          "type": "string"
        },
        "Predicates": {
          "items": {
            "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.Predicate"
          },
          "type": "array"
        },
        "SlotName": {
          "type": "string"
        },
        "UserAttribute": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Component.ComponentChild": {
      "type": "object",
      "properties": {
        "Children": {
          "items": {
            "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentChild"
          },
          "type": "array"
        },
        "ComponentType": {
          "type": "string"
        },
        "Events": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentEvent"
            }
          }
        },
        "Name": {
          "type": "string"
        },
        "Properties": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentProperty"
            }
          }
        },
        "SourceId": {
          "type": "string"
        }
      },
      "required": [
        "ComponentType",
        "Name",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Component.ComponentConditionProperty": {
      "type": "object",
      "properties": {
        "Else": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentProperty"
        },
        "Field": {
          "type": "string"
        },
        "Operand": {
          "type": "string"
        },
        "OperandType": {
          "type": "string"
        },
        "Operator": {
          "type": "string"
        },
        "Property": {
          "type": "string"
        },
        "Then": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentProperty"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Component.ComponentDataConfiguration": {
      "type": "object",
      "properties": {
        "Identifiers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Model": {
          "type": "string"
        },
        "Predicate": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.Predicate"
        },
        "Sort": {
          "items": {
            "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.SortProperty"
          },
          "type": "array"
        }
      },
      "required": [
        "Model"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Component.ComponentEvent": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "BindingEvent": {
          "type": "string"
        },
        "Parameters": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ActionParameters"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Component.ComponentProperty": {
      "type": "object",
      "properties": {
        "BindingProperties": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentPropertyBindingProperties"
        },
        "Bindings": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.FormBindingElement"
            }
          }
        },
        "CollectionBindingProperties": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentPropertyBindingProperties"
        },
        "ComponentName": {
          "type": "string"
        },
        "Concat": {
          "items": {
            "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentProperty"
          },
          "type": "array"
        },
        "Condition": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentConditionProperty"
        },
        "Configured": {
          "type": "boolean"
        },
        "DefaultValue": {
          "type": "string"
        },
        "Event": {
          "type": "string"
        },
        "ImportedValue": {
          "type": "string"
        },
        "Model": {
          "type": "string"
        },
        "Property": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "UserAttribute": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Component.ComponentPropertyBindingProperties": {
      "type": "object",
      "properties": {
        "Field": {
          "type": "string"
        },
        "Property": {
          "type": "string"
        }
      },
      "required": [
        "Property"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Component.ComponentVariant": {
      "type": "object",
      "properties": {
        "Overrides": {
          "type": "object"
        },
        "VariantValues": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Component.FormBindingElement": {
      "type": "object",
      "properties": {
        "Element": {
          "type": "string"
        },
        "Property": {
          "type": "string"
        }
      },
      "required": [
        "Element",
        "Property"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Component.MutationActionSetStateParameter": {
      "type": "object",
      "properties": {
        "ComponentName": {
          "type": "string"
        },
        "Property": {
          "type": "string"
        },
        "Set": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.ComponentProperty"
        }
      },
      "required": [
        "ComponentName",
        "Property",
        "Set"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Component.Predicate": {
      "type": "object",
      "properties": {
        "And": {
          "items": {
            "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.Predicate"
          },
          "type": "array"
        },
        "Field": {
          "type": "string"
        },
        "Operand": {
          "type": "string"
        },
        "OperandType": {
          "type": "string"
        },
        "Operator": {
          "type": "string"
        },
        "Or": {
          "items": {
            "$ref": "#/$defs/AWS::AmplifyUIBuilder::Component.Predicate"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Component.SortProperty": {
      "type": "object",
      "properties": {
        "Direction": {
          "type": "string"
        },
        "Field": {
          "type": "string"
        }
      },
      "required": [
        "Direction",
        "Field"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AppId": {
              "type": "string"
            },
            "Cta": {
              "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FormCTA"
            },
            "DataType": {
              "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FormDataTypeConfig"
            },
            "EnvironmentName": {
              "type": "string"
            },
            "Fields": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FieldConfig"
                }
              }
            },
            "FormActionType": {
              "type": "string"
            },
            "LabelDecorator": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "SchemaVersion": {
              "type": "string"
            },
            "SectionalElements": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.SectionalElement"
                }
              }
            },
            "Style": {
              "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FormStyle"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AmplifyUIBuilder::Form"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.FieldConfig": {
      "type": "object",
      "properties": {
        "Excluded": {
          "type": "boolean"
        },
        "InputType": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FieldInputConfig"
        },
        "Label": {
          "type": "string"
        },
        "Position": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FieldPosition"
        },
        "Validations": {
          "items": {
            "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FieldValidationConfiguration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.FieldInputConfig": {
      "type": "object",
      "properties": {
        "DefaultChecked": {
          "type": "boolean"
        },
        "DefaultCountryCode": {
          "type": "string"
        },
        "DefaultValue": {
          "type": "string"
        },
        "DescriptiveText": {
          "type": "string"
        },
        "FileUploaderConfig": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FileUploaderFieldConfig"
        },
        "IsArray": {
          "type": "boolean"
        },
        "MaxValue": {
          "type": "number"
        },
        "MinValue": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        },
        "Placeholder": {
          "type": "string"
        },
        "ReadOnly": {
          "type": "boolean"
        },
        "Required": {
          "type": "boolean"
        },
        "Step": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        },
        "ValueMappings": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.ValueMappings"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.FieldPosition": {
      "type": "object",
      "properties": {
        "Below": {
          "type": "string"
        },
        "Fixed": {
          "type": "string"
        },
        "RightOf": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.FieldValidationConfiguration": {
      "type": "object",
      "properties": {
        "NumValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "StrValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Type": {
          "type": "string"
        },
        "ValidationMessage": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.FileUploaderFieldConfig": {
      "type": "object",
      "properties": {
        "AcceptedFileTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AccessLevel": {
          "type": "string"
        },
        "IsResumable": {
          "type": "boolean"
        },
        "MaxFileCount": {
          "type": "number"
        },
        "MaxSize": {
          "type": "number"
        },
        "ShowThumbnails": {
          "type": "boolean"
        }
      },
      "required": [
        "AcceptedFileTypes",
        "AccessLevel"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.FormButton": {
      "type": "object",
      "properties": {
        "Children": {
          "type": "string"
        },
        "Excluded": {
          "type": "boolean"
        },
        "Position": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FieldPosition"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.FormCTA": {
      "type": "object",
      "properties": {
        "Cancel": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FormButton"
        },
        "Clear": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FormButton"
        },
        "Position": {
          "type": "string"
        },
        "Submit": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FormButton"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.FormDataTypeConfig": {
      "type": "object",
      "properties": {
        "DataSourceType": {
          "type": "string"
        },
        "DataTypeName": {
          "type": "string"
        }
      },
      "required": [
        "DataSourceType",
        "DataTypeName"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.FormInputBindingPropertiesValue": {
      "type": "object",
      "properties": {
        "BindingProperties": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FormInputBindingPropertiesValueProperties"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.FormInputBindingPropertiesValueProperties": {
      "type": "object",
      "properties": {
        "Model": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.FormInputValueProperty": {
      "type": "object",
      "properties": {
        "BindingProperties": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FormInputValuePropertyBindingProperties"
        },
        "Concat": {
          "items": {
            "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FormInputValueProperty"
          },
          "type": "array"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.FormInputValuePropertyBindingProperties": {
      "type": "object",
      "properties": {
        "Field": {
          "type": "string"
        },
        "Property": {
          "type": "string"
        }
      },
      "required": [
        "Property"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.FormStyle": {
      "type": "object",
      "properties": {
        "HorizontalGap": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FormStyleConfig"
        },
        "OuterPadding": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FormStyleConfig"
        },
        "VerticalGap": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FormStyleConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.FormStyleConfig": {
      "type": "object",
      "properties": {
        "TokenReference": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.SectionalElement": {
      "type": "object",
      "properties": {
        "Excluded": {
          "type": "boolean"
        },
        "Level": {
          "type": "number"
        },
        "Orientation": {
          "type": "string"
        },
        "Position": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FieldPosition"
        },
        "Text": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.ValueMapping": {
      "type": "object",
      "properties": {
        "DisplayValue": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FormInputValueProperty"
        },
        "Value": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FormInputValueProperty"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Form.ValueMappings": {
      "type": "object",
      "properties": {
        "BindingProperties": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.FormInputBindingPropertiesValue"
            }
          }
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::AmplifyUIBuilder::Form.ValueMapping"
          },
          "type": "array"
        }
      },
      "required": [
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Theme": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AppId": {
              "type": "string"
            },
            "EnvironmentName": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Overrides": {
              "items": {
                "$ref": "#/$defs/AWS::AmplifyUIBuilder::Theme.ThemeValues"
              },
              "type": "array"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Values": {
              "items": {
                "$ref": "#/$defs/AWS::AmplifyUIBuilder::Theme.ThemeValues"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AmplifyUIBuilder::Theme"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Theme.ThemeValue": {
      "type": "object",
      "properties": {
        "Children": {
          "items": {
            "$ref": "#/$defs/AWS::AmplifyUIBuilder::Theme.ThemeValues"
          },
          "type": "array"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AmplifyUIBuilder::Theme.ThemeValues": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::AmplifyUIBuilder::Theme.ThemeValue"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::Account": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CloudWatchRoleArn": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::Account"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::ApiKey": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CustomerId": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Enabled": {
              "type": "boolean"
            },
            "GenerateDistinctId": {
              "type": "boolean"
            },
            "Name": {
              "type": "string"
            },
            "StageKeys": {
              "items": {
                "$ref": "#/$defs/AWS::ApiGateway::ApiKey.StageKey"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Value": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::ApiKey"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::ApiKey.StageKey": {
      "type": "object",
      "properties": {
        "RestApiId": {
          "type": "string"
        },
        "StageName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::Authorizer": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthType": {
              "type": "string"
            },
            "AuthorizerCredentials": {
              "type": "string"
            },
            "AuthorizerResultTtlInSeconds": {
              "type": "number"
            },
            "AuthorizerUri": {
              "type": "string"
            },
            "IdentitySource": {
              "type": "string"
            },
            "IdentityValidationExpression": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ProviderARNs": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "RestApiId": {
              "type": "string"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "RestApiId",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::Authorizer"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::BasePathMapping": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BasePath": {
              "type": "string"
            },
            "DomainName": {
              "type": "string"
            },
            "Id": {
              "type": "string"
            },
            "RestApiId": {
              "type": "string"
            },
            "Stage": {
              "type": "string"
            }
          },
          "required": [
            "DomainName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::BasePathMapping"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::ClientCertificate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::ClientCertificate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::Deployment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeploymentCanarySettings": {
              "$ref": "#/$defs/AWS::ApiGateway::Deployment.DeploymentCanarySettings"
            },
            "Description": {
              "type": "string"
            },
            "RestApiId": {
              "type": "string"
            },
            "StageDescription": {
              "$ref": "#/$defs/AWS::ApiGateway::Deployment.StageDescription"
            },
            "StageName": {
              "type": "string"
            }
          },
          "required": [
            "RestApiId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::Deployment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::Deployment.AccessLogSetting": {
      "type": "object",
      "properties": {
        "DestinationArn": {
          "type": "string"
        },
        "Format": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::Deployment.CanarySetting": {
      "type": "object",
      "properties": {
        "PercentTraffic": {
          "type": "number"
        },
        "StageVariableOverrides": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "UseStageCache": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::Deployment.DeploymentCanarySettings": {
      "type": "object",
      "properties": {
        "PercentTraffic": {
          "type": "number"
        },
        "StageVariableOverrides": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "UseStageCache": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::Deployment.MethodSetting": {
      "type": "object",
      "properties": {
        "CacheDataEncrypted": {
          "type": "boolean"
        },
        "CacheTtlInSeconds": {
          "type": "number"
        },
        "CachingEnabled": {
          "type": "boolean"
        },
        "DataTraceEnabled": {
          "type": "boolean"
        },
        "HttpMethod": {
          "type": "string"
        },
        "LoggingLevel": {
          "type": "string"
        },
        "MetricsEnabled": {
          "type": "boolean"
        },
        "ResourcePath": {
          "type": "string"
        },
        "ThrottlingBurstLimit": {
          "type": "number"
        },
        "ThrottlingRateLimit": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::Deployment.StageDescription": {
      "type": "object",
      "properties": {
        "AccessLogSetting": {
          "$ref": "#/$defs/AWS::ApiGateway::Deployment.AccessLogSetting"
        },
        "CacheClusterEnabled": {
          "type": "boolean"
        },
        "CacheClusterSize": {
          "type": "string"
        },
        "CacheDataEncrypted": {
          "type": "boolean"
        },
        "CacheTtlInSeconds": {
          "type": "number"
        },
        "CachingEnabled": {
          "type": "boolean"
        },
        "CanarySetting": {
          "$ref": "#/$defs/AWS::ApiGateway::Deployment.CanarySetting"
        },
        "ClientCertificateId": {
          "type": "string"
        },
        "DataTraceEnabled": {
          "type": "boolean"
        },
        "Description": {
          "type": "string"
        },
        "DocumentationVersion": {
          "type": "string"
        },
        "LoggingLevel": {
          "type": "string"
        },
        "MethodSettings": {
          "items": {
            "$ref": "#/$defs/AWS::ApiGateway::Deployment.MethodSetting"
          },
          "type": "array"
        },
        "MetricsEnabled": {
          "type": "boolean"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        },
        "ThrottlingBurstLimit": {
          "type": "number"
        },
        "ThrottlingRateLimit": {
          "type": "number"
        },
        "TracingEnabled": {
          "type": "boolean"
        },
        "Variables": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::DocumentationPart": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Location": {
              "$ref": "#/$defs/AWS::ApiGateway::DocumentationPart.Location"
            },
            "Properties": {
              "type": "string"
            },
            "RestApiId": {
              "type": "string"
            }
          },
          "required": [
            "Location",
            "Properties",
            "RestApiId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::DocumentationPart"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::DocumentationPart.Location": {
      "type": "object",
      "properties": {
        "Method": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Path": {
          "type": "string"
        },
        "StatusCode": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::DocumentationVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DocumentationVersion": {
              "type": "string"
            },
            "RestApiId": {
              "type": "string"
            }
          },
          "required": [
            "DocumentationVersion",
            "RestApiId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::DocumentationVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::DomainName": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CertificateArn": {
              "type": "string"
            },
            "DomainName": {
              "type": "string"
            },
            "EndpointConfiguration": {
              "$ref": "#/$defs/AWS::ApiGateway::DomainName.EndpointConfiguration"
            },
            "MutualTlsAuthentication": {
              "$ref": "#/$defs/AWS::ApiGateway::DomainName.MutualTlsAuthentication"
            },
            "OwnershipVerificationCertificateArn": {
              "type": "string"
            },
            "RegionalCertificateArn": {
              "type": "string"
            },
            "SecurityPolicy": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::DomainName"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::DomainName.EndpointConfiguration": {
      "type": "object",
      "properties": {
        "Types": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::DomainName.MutualTlsAuthentication": {
      "type": "object",
      "properties": {
        "TruststoreUri": {
          "type": "string"
        },
        "TruststoreVersion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::GatewayResponse": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ResponseParameters": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "ResponseTemplates": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "ResponseType": {
              "type": "string"
            },
            "RestApiId": {
              "type": "string"
            },
            "StatusCode": {
              "type": "string"
            }
          },
          "required": [
            "ResponseType",
            "RestApiId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::GatewayResponse"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::Method": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiKeyRequired": {
              "type": "boolean"
            },
            "AuthorizationScopes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AuthorizationType": {
              "type": "string"
            },
            "AuthorizerId": {
              "type": "string"
            },
            "HttpMethod": {
              "type": "string"
            },
            "Integration": {
              "$ref": "#/$defs/AWS::ApiGateway::Method.Integration"
            },
            "MethodResponses": {
              "items": {
                "$ref": "#/$defs/AWS::ApiGateway::Method.MethodResponse"
              },
              "type": "array"
            },
            "OperationName": {
              "type": "string"
            },
            "RequestModels": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "RequestParameters": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "RequestValidatorId": {
              "type": "string"
            },
            "ResourceId": {
              "type": "string"
            },
            "RestApiId": {
              "type": "string"
            }
          },
          "required": [
            "HttpMethod",
            "ResourceId",
            "RestApiId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::Method"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::Method.Integration": {
      "type": "object",
      "properties": {
        "CacheKeyParameters": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CacheNamespace": {
          "type": "string"
        },
        "ConnectionId": {
          "type": "string"
        },
        "ConnectionType": {
          "type": "string"
        },
        "ContentHandling": {
          "type": "string"
        },
        "Credentials": {
          "type": "string"
        },
        "IntegrationHttpMethod": {
          "type": "string"
        },
        "IntegrationResponses": {
          "items": {
            "$ref": "#/$defs/AWS::ApiGateway::Method.IntegrationResponse"
          },
          "type": "array"
        },
        "PassthroughBehavior": {
          "type": "string"
        },
        "RequestParameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "RequestTemplates": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "TimeoutInMillis": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        },
        "Uri": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::Method.IntegrationResponse": {
      "type": "object",
      "properties": {
        "ContentHandling": {
          "type": "string"
        },
        "ResponseParameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "ResponseTemplates": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "SelectionPattern": {
          "type": "string"
        },
        "StatusCode": {
          "type": "string"
        }
      },
      "required": [
        "StatusCode"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::Method.MethodResponse": {
      "type": "object",
      "properties": {
        "ResponseModels": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "ResponseParameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "StatusCode": {
          "type": "string"
        }
      },
      "required": [
        "StatusCode"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::Model": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContentType": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RestApiId": {
              "type": "string"
            },
            "Schema": {
              "type": "object"
            }
          },
          "required": [
            "RestApiId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::Model"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::RequestValidator": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "RestApiId": {
              "type": "string"
            },
            "ValidateRequestBody": {
              "type": "boolean"
            },
            "ValidateRequestParameters": {
              "type": "boolean"
            }
          },
          "required": [
            "RestApiId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::RequestValidator"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::Resource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ParentId": {
              "type": "string"
            },
            "PathPart": {
              "type": "string"
            },
            "RestApiId": {
              "type": "string"
            }
          },
          "required": [
            "ParentId",
            "PathPart",
            "RestApiId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::Resource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::RestApi": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiKeySourceType": {
              "type": "string"
            },
            "BinaryMediaTypes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Body": {
              "type": "object"
            },
            "BodyS3Location": {
              "$ref": "#/$defs/AWS::ApiGateway::RestApi.S3Location"
            },
            "CloneFrom": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DisableExecuteApiEndpoint": {
              "type": "boolean"
            },
            "EndpointConfiguration": {
              "$ref": "#/$defs/AWS::ApiGateway::RestApi.EndpointConfiguration"
            },
            "FailOnWarnings": {
              "type": "boolean"
            },
            "MinimumCompressionSize": {
              "type": "number"
            },
            "Mode": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Parameters": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Policy": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::RestApi"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::RestApi.EndpointConfiguration": {
      "type": "object",
      "properties": {
        "Types": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "VpcEndpointIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::RestApi.S3Location": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "ETag": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::Stage": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessLogSetting": {
              "$ref": "#/$defs/AWS::ApiGateway::Stage.AccessLogSetting"
            },
            "CacheClusterEnabled": {
              "type": "boolean"
            },
            "CacheClusterSize": {
              "type": "string"
            },
            "CanarySetting": {
              "$ref": "#/$defs/AWS::ApiGateway::Stage.CanarySetting"
            },
            "ClientCertificateId": {
              "type": "string"
            },
            "DeploymentId": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DocumentationVersion": {
              "type": "string"
            },
            "MethodSettings": {
              "items": {
                "$ref": "#/$defs/AWS::ApiGateway::Stage.MethodSetting"
              },
              "type": "array"
            },
            "RestApiId": {
              "type": "string"
            },
            "StageName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TracingEnabled": {
              "type": "boolean"
            },
            "Variables": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "RestApiId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::Stage"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::Stage.AccessLogSetting": {
      "type": "object",
      "properties": {
        "DestinationArn": {
          "type": "string"
        },
        "Format": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::Stage.CanarySetting": {
      "type": "object",
      "properties": {
        "DeploymentId": {
          "type": "string"
        },
        "PercentTraffic": {
          "type": "number"
        },
        "StageVariableOverrides": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "UseStageCache": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::Stage.MethodSetting": {
      "type": "object",
      "properties": {
        "CacheDataEncrypted": {
          "type": "boolean"
        },
        "CacheTtlInSeconds": {
          "type": "number"
        },
        "CachingEnabled": {
          "type": "boolean"
        },
        "DataTraceEnabled": {
          "type": "boolean"
        },
        "HttpMethod": {
          "type": "string"
        },
        "LoggingLevel": {
          "type": "string"
        },
        "MetricsEnabled": {
          "type": "boolean"
        },
        "ResourcePath": {
          "type": "string"
        },
        "ThrottlingBurstLimit": {
          "type": "number"
        },
        "ThrottlingRateLimit": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::UsagePlan": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiStages": {
              "items": {
                "$ref": "#/$defs/AWS::ApiGateway::UsagePlan.ApiStage"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "Quota": {
              "$ref": "#/$defs/AWS::ApiGateway::UsagePlan.QuotaSettings"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Throttle": {
              "$ref": "#/$defs/AWS::ApiGateway::UsagePlan.ThrottleSettings"
            },
            "UsagePlanName": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::UsagePlan"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::UsagePlan.ApiStage": {
      "type": "object",
      "properties": {
        "ApiId": {
          "type": "string"
        },
        "Stage": {
          "type": "string"
        },
        "Throttle": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::ApiGateway::UsagePlan.ThrottleSettings"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::UsagePlan.QuotaSettings": {
      "type": "object",
      "properties": {
        "Limit": {
          "type": "number"
        },
        "Offset": {
          "type": "number"
        },
        "Period": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::UsagePlan.ThrottleSettings": {
      "type": "object",
      "properties": {
        "BurstLimit": {
          "type": "number"
        },
        "RateLimit": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGateway::UsagePlanKey": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "KeyId": {
              "type": "string"
            },
            "KeyType": {
              "type": "string"
            },
            "UsagePlanId": {
              "type": "string"
            }
          },
          "required": [
            "KeyId",
            "KeyType",
            "UsagePlanId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::UsagePlanKey"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGateway::VpcLink": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "TargetArns"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGateway::VpcLink"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::Api": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiKeySelectionExpression": {
              "type": "string"
            },
            "BasePath": {
              "type": "string"
            },
            "Body": {
              "type": "object"
            },
            "BodyS3Location": {
              "$ref": "#/$defs/AWS::ApiGatewayV2::Api.BodyS3Location"
            },
            "CorsConfiguration": {
              "$ref": "#/$defs/AWS::ApiGatewayV2::Api.Cors"
            },
            "CredentialsArn": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DisableExecuteApiEndpoint": {
              "type": "boolean"
            },
            "DisableSchemaValidation": {
              "type": "boolean"
            },
            "FailOnWarnings": {
              "type": "boolean"
            },
            "Name": {
              "type": "string"
            },
            "ProtocolType": {
              "type": "string"
            },
            "RouteKey": {
              "type": "string"
            },
            "RouteSelectionExpression": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Target": {
              "type": "string"
            },
            "Version": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGatewayV2::Api"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::Api.BodyS3Location": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Etag": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::Api.Cors": {
      "type": "object",
      "properties": {
        "AllowCredentials": {
          "type": "boolean"
        },
        "AllowHeaders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllowMethods": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllowOrigins": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ExposeHeaders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MaxAge": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::ApiGatewayManagedOverrides": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiId": {
              "type": "string"
            },
            "Integration": {
              "$ref": "#/$defs/AWS::ApiGatewayV2::ApiGatewayManagedOverrides.IntegrationOverrides"
            },
            "Route": {
              "$ref": "#/$defs/AWS::ApiGatewayV2::ApiGatewayManagedOverrides.RouteOverrides"
            },
            "Stage": {
              "$ref": "#/$defs/AWS::ApiGatewayV2::ApiGatewayManagedOverrides.StageOverrides"
            }
          },
          "required": [
            "ApiId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGatewayV2::ApiGatewayManagedOverrides"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::ApiGatewayManagedOverrides.AccessLogSettings": {
      "type": "object",
      "properties": {
        "DestinationArn": {
          "type": "string"
        },
        "Format": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::ApiGatewayManagedOverrides.IntegrationOverrides": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "IntegrationMethod": {
          "type": "string"
        },
        "PayloadFormatVersion": {
          "type": "string"
        },
        "TimeoutInMillis": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::ApiGatewayManagedOverrides.RouteOverrides": {
      "type": "object",
      "properties": {
        "AuthorizationScopes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AuthorizationType": {
          "type": "string"
        },
        "AuthorizerId": {
          "type": "string"
        },
        "OperationName": {
          "type": "string"
        },
        "Target": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::ApiGatewayManagedOverrides.RouteSettings": {
      "type": "object",
      "properties": {
        "DataTraceEnabled": {
          "type": "boolean"
        },
        "DetailedMetricsEnabled": {
          "type": "boolean"
        },
        "LoggingLevel": {
          "type": "string"
        },
        "ThrottlingBurstLimit": {
          "type": "number"
        },
        "ThrottlingRateLimit": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::ApiGatewayManagedOverrides.StageOverrides": {
      "type": "object",
      "properties": {
        "AccessLogSettings": {
          "$ref": "#/$defs/AWS::ApiGatewayV2::ApiGatewayManagedOverrides.AccessLogSettings"
        },
        "AutoDeploy": {
          "type": "boolean"
        },
        "DefaultRouteSettings": {
          "$ref": "#/$defs/AWS::ApiGatewayV2::ApiGatewayManagedOverrides.RouteSettings"
        },
        "Description": {
          "type": "string"
        },
        "RouteSettings": {
          "type": "object"
        },
        "StageVariables": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::ApiMapping": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiId": {
              "type": "string"
            },
            "ApiMappingKey": {
              "type": "string"
            },
            "DomainName": {
              "type": "string"
            },
            "Stage": {
              "type": "string"
            }
          },
          "required": [
            "ApiId",
            "DomainName",
            "Stage"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGatewayV2::ApiMapping"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::Authorizer": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiId": {
              "type": "string"
            },
            "AuthorizerCredentialsArn": {
              "type": "string"
            },
            "AuthorizerPayloadFormatVersion": {
              "type": "string"
            },
            "AuthorizerResultTtlInSeconds": {
              "type": "number"
            },
            "AuthorizerType": {
              "type": "string"
            },
            "AuthorizerUri": {
              "type": "string"
            },
            "EnableSimpleResponses": {
              "type": "boolean"
            },
            "IdentitySource": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "IdentityValidationExpression": {
              "type": "string"
            },
            "JwtConfiguration": {
              "$ref": "#/$defs/AWS::ApiGatewayV2::Authorizer.JWTConfiguration"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "ApiId",
            "AuthorizerType",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGatewayV2::Authorizer"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::Authorizer.JWTConfiguration": {
      "type": "object",
      "properties": {
        "Audience": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Issuer": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::Deployment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiId": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "StageName": {
              "type": "string"
            }
          },
          "required": [
            "ApiId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGatewayV2::Deployment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::DomainName": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DomainName": {
              "type": "string"
            },
            "DomainNameConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::ApiGatewayV2::DomainName.DomainNameConfiguration"
              },
              "type": "array"
            },
            "MutualTlsAuthentication": {
              "$ref": "#/$defs/AWS::ApiGatewayV2::DomainName.MutualTlsAuthentication"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "DomainName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGatewayV2::DomainName"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::DomainName.DomainNameConfiguration": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        },
        "CertificateName": {
          "type": "string"
        },
        "EndpointType": {
          "type": "string"
        },
        "OwnershipVerificationCertificateArn": {
          "type": "string"
        },
        "SecurityPolicy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::DomainName.MutualTlsAuthentication": {
      "type": "object",
      "properties": {
        "TruststoreUri": {
          "type": "string"
        },
        "TruststoreVersion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::Integration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiId": {
              "type": "string"
            },
            "ConnectionId": {
              "type": "string"
            },
            "ConnectionType": {
              "type": "string"
            },
            "ContentHandlingStrategy": {
              "type": "string"
            },
            "CredentialsArn": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "IntegrationMethod": {
              "type": "string"
            },
            "IntegrationSubtype": {
              "type": "string"
            },
            "IntegrationType": {
              "type": "string"
            },
            "IntegrationUri": {
              "type": "string"
            },
            "PassthroughBehavior": {
              "type": "string"
            },
            "PayloadFormatVersion": {
              "type": "string"
            },
            "RequestParameters": {
              "type": "object"
            },
            "RequestTemplates": {
              "type": "object"
            },
            "ResponseParameters": {
              "type": "object"
            },
            "TemplateSelectionExpression": {
              "type": "string"
            },
            "TimeoutInMillis": {
              "type": "number"
            },
            "TlsConfig": {
              "$ref": "#/$defs/AWS::ApiGatewayV2::Integration.TlsConfig"
            }
          },
          "required": [
            "ApiId",
            "IntegrationType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGatewayV2::Integration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::Integration.ResponseParameter": {
      "type": "object",
      "properties": {
        "Destination": {
          "type": "string"
        },
        "Source": {
          "type": "string"
        }
      },
      "required": [
        "Destination",
        "Source"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::Integration.ResponseParameterList": {
      "type": "object",
      "properties": {
        "ResponseParameters": {
          "items": {
            "$ref": "#/$defs/AWS::ApiGatewayV2::Integration.ResponseParameter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::Integration.TlsConfig": {
      "type": "object",
      "properties": {
        "ServerNameToVerify": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::IntegrationResponse": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiId": {
              "type": "string"
            },
            "ContentHandlingStrategy": {
              "type": "string"
            },
            "IntegrationId": {
              "type": "string"
            },
            "IntegrationResponseKey": {
              "type": "string"
            },
            "ResponseParameters": {
              "type": "object"
            },
            "ResponseTemplates": {
              "type": "object"
            },
            "TemplateSelectionExpression": {
              "type": "string"
            }
          },
          "required": [
            "ApiId",
            "IntegrationId",
            "IntegrationResponseKey"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGatewayV2::IntegrationResponse"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::Model": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiId": {
              "type": "string"
            },
            "ContentType": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Schema": {
              "type": "object"
            }
          },
          "required": [
            "ApiId",
            "Name",
            "Schema"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGatewayV2::Model"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::Route": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiId": {
              "type": "string"
            },
            "ApiKeyRequired": {
              "type": "boolean"
            },
            "AuthorizationScopes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AuthorizationType": {
              "type": "string"
            },
            "AuthorizerId": {
              "type": "string"
            },
            "ModelSelectionExpression": {
              "type": "string"
            },
            "OperationName": {
              "type": "string"
            },
            "RequestModels": {
              "type": "object"
            },
            "RequestParameters": {
              "type": "object"
            },
            "RouteKey": {
              "type": "string"
            },
            "RouteResponseSelectionExpression": {
              "type": "string"
            },
            "Target": {
              "type": "string"
            }
          },
          "required": [
            "ApiId",
            "RouteKey"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGatewayV2::Route"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::RouteResponse": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiId": {
              "type": "string"
            },
            "ModelSelectionExpression": {
              "type": "string"
            },
            "ResponseModels": {
              "type": "object"
            },
            "ResponseParameters": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::ApiGatewayV2::RouteResponse.ParameterConstraints"
                }
              }
            },
            "RouteId": {
              "type": "string"
            },
            "RouteResponseKey": {
              "type": "string"
            }
          },
          "required": [
            "ApiId",
            "RouteId",
            "RouteResponseKey"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGatewayV2::RouteResponse"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::RouteResponse.ParameterConstraints": {
      "type": "object",
      "properties": {
        "Required": {
          "type": "boolean"
        }
      },
      "required": [
        "Required"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::Stage": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessLogSettings": {
              "$ref": "#/$defs/AWS::ApiGatewayV2::Stage.AccessLogSettings"
            },
            "AccessPolicyId": {
              "type": "string"
            },
            "ApiId": {
              "type": "string"
            },
            "AutoDeploy": {
              "type": "boolean"
            },
            "ClientCertificateId": {
              "type": "string"
            },
            "DefaultRouteSettings": {
              "$ref": "#/$defs/AWS::ApiGatewayV2::Stage.RouteSettings"
            },
            "DeploymentId": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "RouteSettings": {
              "type": "object"
            },
            "StageName": {
              "type": "string"
            },
            "StageVariables": {
              "type": "object"
            },
            "Tags": {
              "type": "object"
            }
          },
          "required": [
            "ApiId",
            "StageName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGatewayV2::Stage"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::Stage.AccessLogSettings": {
      "type": "object",
      "properties": {
        "DestinationArn": {
          "type": "string"
        },
        "Format": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::Stage.RouteSettings": {
      "type": "object",
      "properties": {
        "DataTraceEnabled": {
          "type": "boolean"
        },
        "DetailedMetricsEnabled": {
          "type": "boolean"
        },
        "LoggingLevel": {
          "type": "string"
        },
        "ThrottlingBurstLimit": {
          "type": "number"
        },
        "ThrottlingRateLimit": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApiGatewayV2::VpcLink": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "Name",
            "SubnetIds"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApiGatewayV2::VpcLink"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppConfig::Application": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::AppConfig::Application.Tags"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppConfig::Application"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppConfig::Application.Tags": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::AppConfig::ConfigurationProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "KmsKeyIdentifier": {
              "type": "string"
            },
            "LocationUri": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RetrievalRoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::AppConfig::ConfigurationProfile.Tags"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            },
            "Validators": {
              "items": {
                "$ref": "#/$defs/AWS::AppConfig::ConfigurationProfile.Validators"
              },
              "type": "array"
            }
          },
          "required": [
            "ApplicationId",
            "LocationUri",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppConfig::ConfigurationProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppConfig::ConfigurationProfile.Tags": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppConfig::ConfigurationProfile.Validators": {
      "type": "object",
      "properties": {
        "Content": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppConfig::Deployment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "ConfigurationProfileId": {
              "type": "string"
            },
            "ConfigurationVersion": {
              "type": "string"
            },
            "DeploymentStrategyId": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DynamicExtensionParameters": {
              "items": {
                "$ref": "#/$defs/AWS::AppConfig::Deployment.DynamicExtensionParameters"
              },
              "type": "array"
            },
            "EnvironmentId": {
              "type": "string"
            },
            "KmsKeyIdentifier": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::AppConfig::Deployment.Tags"
              },
              "type": "array"
            }
          },
          "required": [
            "ApplicationId",
            "ConfigurationProfileId",
            "ConfigurationVersion",
            "DeploymentStrategyId",
            "EnvironmentId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppConfig::Deployment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppConfig::Deployment.DynamicExtensionParameters": {
      "type": "object",
      "properties": {
        "ExtensionReference": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        },
        "ParameterValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppConfig::Deployment.Tags": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppConfig::DeploymentStrategy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeploymentDurationInMinutes": {
              "type": "number"
            },
            "Description": {
              "type": "string"
            },
            "FinalBakeTimeInMinutes": {
              "type": "number"
            },
            "GrowthFactor": {
              "type": "number"
            },
            "GrowthType": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ReplicateTo": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::AppConfig::DeploymentStrategy.Tags"
              },
              "type": "array"
            }
          },
          "required": [
            "DeploymentDurationInMinutes",
            "GrowthFactor",
            "Name",
            "ReplicateTo"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppConfig::DeploymentStrategy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppConfig::DeploymentStrategy.Tags": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppConfig::Environment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Monitors": {
              "items": {
                "$ref": "#/$defs/AWS::AppConfig::Environment.Monitor"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ApplicationId",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppConfig::Environment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppConfig::Environment.Monitor": {
      "type": "object",
      "properties": {
        "AlarmArn": {
          "type": "string"
        },
        "AlarmRoleArn": {
          "type": "string"
        }
      },
      "required": [
        "AlarmArn"
      ],
      "additionalProperties": false
    },
    "AWS::AppConfig::Extension": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Actions": {
              "type": "object"
            },
            "Description": {
              "type": "string"
            },
            "LatestVersionNumber": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "Parameters": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::AppConfig::Extension.Parameter"
                }
              }
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Actions",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppConfig::Extension"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppConfig::Extension.Parameter": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "Dynamic": {
          "type": "boolean"
        },
        "Required": {
          "type": "boolean"
        }
      },
      "required": [
        "Required"
      ],
      "additionalProperties": false
    },
    "AWS::AppConfig::ExtensionAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ExtensionIdentifier": {
              "type": "string"
            },
            "ExtensionVersionNumber": {
              "type": "number"
            },
            "Parameters": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "ResourceIdentifier": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppConfig::ExtensionAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::AppConfig::HostedConfigurationVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "ConfigurationProfileId": {
              "type": "string"
            },
            "Content": {
              "type": "string"
            },
            "ContentType": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "LatestVersionNumber": {
              "type": "number"
            },
            "VersionLabel": {
              "type": "string"
            }
          },
          "required": [
            "ApplicationId",
            "ConfigurationProfileId",
            "Content",
            "ContentType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppConfig::HostedConfigurationVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Connector": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConnectorLabel": {
              "type": "string"
            },
            "ConnectorProvisioningConfig": {
              "$ref": "#/$defs/AWS::AppFlow::Connector.ConnectorProvisioningConfig"
            },
            "ConnectorProvisioningType": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            }
          },
          "required": [
            "ConnectorProvisioningConfig",
            "ConnectorProvisioningType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppFlow::Connector"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Connector.ConnectorProvisioningConfig": {
      "type": "object",
      "properties": {
        "Lambda": {
          "$ref": "#/$defs/AWS::AppFlow::Connector.LambdaConnectorProvisioningConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::Connector.LambdaConnectorProvisioningConfig": {
      "type": "object",
      "properties": {
        "LambdaArn": {
          "type": "string"
        }
      },
      "required": [
        "LambdaArn"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConnectionMode": {
              "type": "string"
            },
            "ConnectorLabel": {
              "type": "string"
            },
            "ConnectorProfileConfig": {
              "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ConnectorProfileConfig"
            },
            "ConnectorProfileName": {
              "type": "string"
            },
            "ConnectorType": {
              "type": "string"
            },
            "KMSArn": {
              "type": "string"
            }
          },
          "required": [
            "ConnectionMode",
            "ConnectorProfileName",
            "ConnectorType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppFlow::ConnectorProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.AmplitudeConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "ApiKey": {
          "type": "string"
        },
        "SecretKey": {
          "type": "string"
        }
      },
      "required": [
        "ApiKey",
        "SecretKey"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.ApiKeyCredentials": {
      "type": "object",
      "properties": {
        "ApiKey": {
          "type": "string"
        },
        "ApiSecretKey": {
          "type": "string"
        }
      },
      "required": [
        "ApiKey"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.BasicAuthCredentials": {
      "type": "object",
      "properties": {
        "Password": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "required": [
        "Password",
        "Username"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.ConnectorOAuthRequest": {
      "type": "object",
      "properties": {
        "AuthCode": {
          "type": "string"
        },
        "RedirectUri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.ConnectorProfileConfig": {
      "type": "object",
      "properties": {
        "ConnectorProfileCredentials": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ConnectorProfileCredentials"
        },
        "ConnectorProfileProperties": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ConnectorProfileProperties"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.ConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "Amplitude": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.AmplitudeConnectorProfileCredentials"
        },
        "CustomConnector": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.CustomConnectorProfileCredentials"
        },
        "Datadog": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.DatadogConnectorProfileCredentials"
        },
        "Dynatrace": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.DynatraceConnectorProfileCredentials"
        },
        "GoogleAnalytics": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.GoogleAnalyticsConnectorProfileCredentials"
        },
        "InforNexus": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.InforNexusConnectorProfileCredentials"
        },
        "Marketo": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.MarketoConnectorProfileCredentials"
        },
        "Pardot": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.PardotConnectorProfileCredentials"
        },
        "Redshift": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.RedshiftConnectorProfileCredentials"
        },
        "SAPOData": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.SAPODataConnectorProfileCredentials"
        },
        "Salesforce": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.SalesforceConnectorProfileCredentials"
        },
        "ServiceNow": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ServiceNowConnectorProfileCredentials"
        },
        "Singular": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.SingularConnectorProfileCredentials"
        },
        "Slack": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.SlackConnectorProfileCredentials"
        },
        "Snowflake": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.SnowflakeConnectorProfileCredentials"
        },
        "Trendmicro": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.TrendmicroConnectorProfileCredentials"
        },
        "Veeva": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.VeevaConnectorProfileCredentials"
        },
        "Zendesk": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ZendeskConnectorProfileCredentials"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.ConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "CustomConnector": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.CustomConnectorProfileProperties"
        },
        "Datadog": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.DatadogConnectorProfileProperties"
        },
        "Dynatrace": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.DynatraceConnectorProfileProperties"
        },
        "InforNexus": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.InforNexusConnectorProfileProperties"
        },
        "Marketo": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.MarketoConnectorProfileProperties"
        },
        "Pardot": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.PardotConnectorProfileProperties"
        },
        "Redshift": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.RedshiftConnectorProfileProperties"
        },
        "SAPOData": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.SAPODataConnectorProfileProperties"
        },
        "Salesforce": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.SalesforceConnectorProfileProperties"
        },
        "ServiceNow": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ServiceNowConnectorProfileProperties"
        },
        "Slack": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.SlackConnectorProfileProperties"
        },
        "Snowflake": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.SnowflakeConnectorProfileProperties"
        },
        "Veeva": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.VeevaConnectorProfileProperties"
        },
        "Zendesk": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ZendeskConnectorProfileProperties"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.CustomAuthCredentials": {
      "type": "object",
      "properties": {
        "CredentialsMap": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "CustomAuthenticationType": {
          "type": "string"
        }
      },
      "required": [
        "CustomAuthenticationType"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.CustomConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "ApiKey": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ApiKeyCredentials"
        },
        "AuthenticationType": {
          "type": "string"
        },
        "Basic": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.BasicAuthCredentials"
        },
        "Custom": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.CustomAuthCredentials"
        },
        "Oauth2": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.OAuth2Credentials"
        }
      },
      "required": [
        "AuthenticationType"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.CustomConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "OAuth2Properties": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.OAuth2Properties"
        },
        "ProfileProperties": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.DatadogConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "ApiKey": {
          "type": "string"
        },
        "ApplicationKey": {
          "type": "string"
        }
      },
      "required": [
        "ApiKey",
        "ApplicationKey"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.DatadogConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "InstanceUrl": {
          "type": "string"
        }
      },
      "required": [
        "InstanceUrl"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.DynatraceConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "ApiToken": {
          "type": "string"
        }
      },
      "required": [
        "ApiToken"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.DynatraceConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "InstanceUrl": {
          "type": "string"
        }
      },
      "required": [
        "InstanceUrl"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.GoogleAnalyticsConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "AccessToken": {
          "type": "string"
        },
        "ClientId": {
          "type": "string"
        },
        "ClientSecret": {
          "type": "string"
        },
        "ConnectorOAuthRequest": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ConnectorOAuthRequest"
        },
        "RefreshToken": {
          "type": "string"
        }
      },
      "required": [
        "ClientId",
        "ClientSecret"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.InforNexusConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "AccessKeyId": {
          "type": "string"
        },
        "Datakey": {
          "type": "string"
        },
        "SecretAccessKey": {
          "type": "string"
        },
        "UserId": {
          "type": "string"
        }
      },
      "required": [
        "AccessKeyId",
        "Datakey",
        "SecretAccessKey",
        "UserId"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.InforNexusConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "InstanceUrl": {
          "type": "string"
        }
      },
      "required": [
        "InstanceUrl"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.MarketoConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "AccessToken": {
          "type": "string"
        },
        "ClientId": {
          "type": "string"
        },
        "ClientSecret": {
          "type": "string"
        },
        "ConnectorOAuthRequest": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ConnectorOAuthRequest"
        }
      },
      "required": [
        "ClientId",
        "ClientSecret"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.MarketoConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "InstanceUrl": {
          "type": "string"
        }
      },
      "required": [
        "InstanceUrl"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.OAuth2Credentials": {
      "type": "object",
      "properties": {
        "AccessToken": {
          "type": "string"
        },
        "ClientId": {
          "type": "string"
        },
        "ClientSecret": {
          "type": "string"
        },
        "OAuthRequest": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ConnectorOAuthRequest"
        },
        "RefreshToken": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.OAuth2Properties": {
      "type": "object",
      "properties": {
        "OAuth2GrantType": {
          "type": "string"
        },
        "TokenUrl": {
          "type": "string"
        },
        "TokenUrlCustomProperties": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.OAuthCredentials": {
      "type": "object",
      "properties": {
        "AccessToken": {
          "type": "string"
        },
        "ClientId": {
          "type": "string"
        },
        "ClientSecret": {
          "type": "string"
        },
        "ConnectorOAuthRequest": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ConnectorOAuthRequest"
        },
        "RefreshToken": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.OAuthProperties": {
      "type": "object",
      "properties": {
        "AuthCodeUrl": {
          "type": "string"
        },
        "OAuthScopes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TokenUrl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.PardotConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "AccessToken": {
          "type": "string"
        },
        "ClientCredentialsArn": {
          "type": "string"
        },
        "ConnectorOAuthRequest": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ConnectorOAuthRequest"
        },
        "RefreshToken": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.PardotConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "BusinessUnitId": {
          "type": "string"
        },
        "InstanceUrl": {
          "type": "string"
        },
        "IsSandboxEnvironment": {
          "type": "boolean"
        }
      },
      "required": [
        "BusinessUnitId"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.RedshiftConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "Password": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.RedshiftConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "BucketPrefix": {
          "type": "string"
        },
        "ClusterIdentifier": {
          "type": "string"
        },
        "DataApiRoleArn": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "DatabaseUrl": {
          "type": "string"
        },
        "IsRedshiftServerless": {
          "type": "boolean"
        },
        "RoleArn": {
          "type": "string"
        },
        "WorkgroupName": {
          "type": "string"
        }
      },
      "required": [
        "BucketName",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.SAPODataConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "BasicAuthCredentials": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.BasicAuthCredentials"
        },
        "OAuthCredentials": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.OAuthCredentials"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.SAPODataConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "ApplicationHostUrl": {
          "type": "string"
        },
        "ApplicationServicePath": {
          "type": "string"
        },
        "ClientNumber": {
          "type": "string"
        },
        "DisableSSO": {
          "type": "boolean"
        },
        "LogonLanguage": {
          "type": "string"
        },
        "OAuthProperties": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.OAuthProperties"
        },
        "PortNumber": {
          "type": "number"
        },
        "PrivateLinkServiceName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.SalesforceConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "AccessToken": {
          "type": "string"
        },
        "ClientCredentialsArn": {
          "type": "string"
        },
        "ConnectorOAuthRequest": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ConnectorOAuthRequest"
        },
        "JwtToken": {
          "type": "string"
        },
        "OAuth2GrantType": {
          "type": "string"
        },
        "RefreshToken": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.SalesforceConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "InstanceUrl": {
          "type": "string"
        },
        "isSandboxEnvironment": {
          "type": "boolean"
        },
        "usePrivateLinkForMetadataAndAuthorization": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.ServiceNowConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "OAuth2Credentials": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.OAuth2Credentials"
        },
        "Password": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.ServiceNowConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "InstanceUrl": {
          "type": "string"
        }
      },
      "required": [
        "InstanceUrl"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.SingularConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "ApiKey": {
          "type": "string"
        }
      },
      "required": [
        "ApiKey"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.SlackConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "AccessToken": {
          "type": "string"
        },
        "ClientId": {
          "type": "string"
        },
        "ClientSecret": {
          "type": "string"
        },
        "ConnectorOAuthRequest": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ConnectorOAuthRequest"
        }
      },
      "required": [
        "ClientId",
        "ClientSecret"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.SlackConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "InstanceUrl": {
          "type": "string"
        }
      },
      "required": [
        "InstanceUrl"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.SnowflakeConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "Password": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "required": [
        "Password",
        "Username"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.SnowflakeConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "AccountName": {
          "type": "string"
        },
        "BucketName": {
          "type": "string"
        },
        "BucketPrefix": {
          "type": "string"
        },
        "PrivateLinkServiceName": {
          "type": "string"
        },
        "Region": {
          "type": "string"
        },
        "Stage": {
          "type": "string"
        },
        "Warehouse": {
          "type": "string"
        }
      },
      "required": [
        "BucketName",
        "Stage",
        "Warehouse"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.TrendmicroConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "ApiSecretKey": {
          "type": "string"
        }
      },
      "required": [
        "ApiSecretKey"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.VeevaConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "Password": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "required": [
        "Password",
        "Username"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.VeevaConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "InstanceUrl": {
          "type": "string"
        }
      },
      "required": [
        "InstanceUrl"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.ZendeskConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "AccessToken": {
          "type": "string"
        },
        "ClientId": {
          "type": "string"
        },
        "ClientSecret": {
          "type": "string"
        },
        "ConnectorOAuthRequest": {
          "$ref": "#/$defs/AWS::AppFlow::ConnectorProfile.ConnectorOAuthRequest"
        }
      },
      "required": [
        "ClientId",
        "ClientSecret"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::ConnectorProfile.ZendeskConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "InstanceUrl": {
          "type": "string"
        }
      },
      "required": [
        "InstanceUrl"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DestinationFlowConfigList": {
              "items": {
                "$ref": "#/$defs/AWS::AppFlow::Flow.DestinationFlowConfig"
              },
              "type": "array"
            },
            "FlowName": {
              "type": "string"
            },
            "FlowStatus": {
              "type": "string"
            },
            "KMSArn": {
              "type": "string"
            },
            "MetadataCatalogConfig": {
              "$ref": "#/$defs/AWS::AppFlow::Flow.MetadataCatalogConfig"
            },
            "SourceFlowConfig": {
              "$ref": "#/$defs/AWS::AppFlow::Flow.SourceFlowConfig"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Tasks": {
              "items": {
                "$ref": "#/$defs/AWS::AppFlow::Flow.Task"
              },
              "type": "array"
            },
            "TriggerConfig": {
              "$ref": "#/$defs/AWS::AppFlow::Flow.TriggerConfig"
            }
          },
          "required": [
            "DestinationFlowConfigList",
            "FlowName",
            "SourceFlowConfig",
            "Tasks",
            "TriggerConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppFlow::Flow"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.AggregationConfig": {
      "type": "object",
      "properties": {
        "AggregationType": {
          "type": "string"
        },
        "TargetFileSize": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.AmplitudeSourceProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.ConnectorOperator": {
      "type": "object",
      "properties": {
        "Amplitude": {
          "type": "string"
        },
        "CustomConnector": {
          "type": "string"
        },
        "Datadog": {
          "type": "string"
        },
        "Dynatrace": {
          "type": "string"
        },
        "GoogleAnalytics": {
          "type": "string"
        },
        "InforNexus": {
          "type": "string"
        },
        "Marketo": {
          "type": "string"
        },
        "Pardot": {
          "type": "string"
        },
        "S3": {
          "type": "string"
        },
        "SAPOData": {
          "type": "string"
        },
        "Salesforce": {
          "type": "string"
        },
        "ServiceNow": {
          "type": "string"
        },
        "Singular": {
          "type": "string"
        },
        "Slack": {
          "type": "string"
        },
        "Trendmicro": {
          "type": "string"
        },
        "Veeva": {
          "type": "string"
        },
        "Zendesk": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.CustomConnectorDestinationProperties": {
      "type": "object",
      "properties": {
        "CustomProperties": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "EntityName": {
          "type": "string"
        },
        "ErrorHandlingConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.ErrorHandlingConfig"
        },
        "IdFieldNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "WriteOperationType": {
          "type": "string"
        }
      },
      "required": [
        "EntityName"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.CustomConnectorSourceProperties": {
      "type": "object",
      "properties": {
        "CustomProperties": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "DataTransferApi": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.DataTransferApi"
        },
        "EntityName": {
          "type": "string"
        }
      },
      "required": [
        "EntityName"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.DataTransferApi": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.DatadogSourceProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.DestinationConnectorProperties": {
      "type": "object",
      "properties": {
        "CustomConnector": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.CustomConnectorDestinationProperties"
        },
        "EventBridge": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.EventBridgeDestinationProperties"
        },
        "LookoutMetrics": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.LookoutMetricsDestinationProperties"
        },
        "Marketo": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.MarketoDestinationProperties"
        },
        "Redshift": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.RedshiftDestinationProperties"
        },
        "S3": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.S3DestinationProperties"
        },
        "SAPOData": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.SAPODataDestinationProperties"
        },
        "Salesforce": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.SalesforceDestinationProperties"
        },
        "Snowflake": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.SnowflakeDestinationProperties"
        },
        "Upsolver": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.UpsolverDestinationProperties"
        },
        "Zendesk": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.ZendeskDestinationProperties"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.DestinationFlowConfig": {
      "type": "object",
      "properties": {
        "ApiVersion": {
          "type": "string"
        },
        "ConnectorProfileName": {
          "type": "string"
        },
        "ConnectorType": {
          "type": "string"
        },
        "DestinationConnectorProperties": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.DestinationConnectorProperties"
        }
      },
      "required": [
        "ConnectorType",
        "DestinationConnectorProperties"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.DynatraceSourceProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.ErrorHandlingConfig": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "BucketPrefix": {
          "type": "string"
        },
        "FailOnFirstError": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.EventBridgeDestinationProperties": {
      "type": "object",
      "properties": {
        "ErrorHandlingConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.ErrorHandlingConfig"
        },
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.GlueDataCatalog": {
      "type": "object",
      "properties": {
        "DatabaseName": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "TablePrefix": {
          "type": "string"
        }
      },
      "required": [
        "DatabaseName",
        "RoleArn",
        "TablePrefix"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.GoogleAnalyticsSourceProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.IncrementalPullConfig": {
      "type": "object",
      "properties": {
        "DatetimeTypeFieldName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.InforNexusSourceProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.LookoutMetricsDestinationProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.MarketoDestinationProperties": {
      "type": "object",
      "properties": {
        "ErrorHandlingConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.ErrorHandlingConfig"
        },
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.MarketoSourceProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.MetadataCatalogConfig": {
      "type": "object",
      "properties": {
        "GlueDataCatalog": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.GlueDataCatalog"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.PardotSourceProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.PrefixConfig": {
      "type": "object",
      "properties": {
        "PathPrefixHierarchy": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PrefixFormat": {
          "type": "string"
        },
        "PrefixType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.RedshiftDestinationProperties": {
      "type": "object",
      "properties": {
        "BucketPrefix": {
          "type": "string"
        },
        "ErrorHandlingConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.ErrorHandlingConfig"
        },
        "IntermediateBucketName": {
          "type": "string"
        },
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "IntermediateBucketName",
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.S3DestinationProperties": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "BucketPrefix": {
          "type": "string"
        },
        "S3OutputFormatConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.S3OutputFormatConfig"
        }
      },
      "required": [
        "BucketName"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.S3InputFormatConfig": {
      "type": "object",
      "properties": {
        "S3InputFileType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.S3OutputFormatConfig": {
      "type": "object",
      "properties": {
        "AggregationConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.AggregationConfig"
        },
        "FileType": {
          "type": "string"
        },
        "PrefixConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.PrefixConfig"
        },
        "PreserveSourceDataTyping": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.S3SourceProperties": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "BucketPrefix": {
          "type": "string"
        },
        "S3InputFormatConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.S3InputFormatConfig"
        }
      },
      "required": [
        "BucketName",
        "BucketPrefix"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.SAPODataDestinationProperties": {
      "type": "object",
      "properties": {
        "ErrorHandlingConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.ErrorHandlingConfig"
        },
        "IdFieldNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ObjectPath": {
          "type": "string"
        },
        "SuccessResponseHandlingConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.SuccessResponseHandlingConfig"
        },
        "WriteOperationType": {
          "type": "string"
        }
      },
      "required": [
        "ObjectPath"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.SAPODataPaginationConfig": {
      "type": "object",
      "properties": {
        "maxPageSize": {
          "type": "number"
        }
      },
      "required": [
        "maxPageSize"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.SAPODataParallelismConfig": {
      "type": "object",
      "properties": {
        "maxParallelism": {
          "type": "number"
        }
      },
      "required": [
        "maxParallelism"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.SAPODataSourceProperties": {
      "type": "object",
      "properties": {
        "ObjectPath": {
          "type": "string"
        },
        "paginationConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.SAPODataPaginationConfig"
        },
        "parallelismConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.SAPODataParallelismConfig"
        }
      },
      "required": [
        "ObjectPath"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.SalesforceDestinationProperties": {
      "type": "object",
      "properties": {
        "DataTransferApi": {
          "type": "string"
        },
        "ErrorHandlingConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.ErrorHandlingConfig"
        },
        "IdFieldNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Object": {
          "type": "string"
        },
        "WriteOperationType": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.SalesforceSourceProperties": {
      "type": "object",
      "properties": {
        "DataTransferApi": {
          "type": "string"
        },
        "EnableDynamicFieldUpdate": {
          "type": "boolean"
        },
        "IncludeDeletedRecords": {
          "type": "boolean"
        },
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.ScheduledTriggerProperties": {
      "type": "object",
      "properties": {
        "DataPullMode": {
          "type": "string"
        },
        "FirstExecutionFrom": {
          "type": "number"
        },
        "FlowErrorDeactivationThreshold": {
          "type": "number"
        },
        "ScheduleEndTime": {
          "type": "number"
        },
        "ScheduleExpression": {
          "type": "string"
        },
        "ScheduleOffset": {
          "type": "number"
        },
        "ScheduleStartTime": {
          "type": "number"
        },
        "TimeZone": {
          "type": "string"
        }
      },
      "required": [
        "ScheduleExpression"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.ServiceNowSourceProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.SingularSourceProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.SlackSourceProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.SnowflakeDestinationProperties": {
      "type": "object",
      "properties": {
        "BucketPrefix": {
          "type": "string"
        },
        "ErrorHandlingConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.ErrorHandlingConfig"
        },
        "IntermediateBucketName": {
          "type": "string"
        },
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "IntermediateBucketName",
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.SourceConnectorProperties": {
      "type": "object",
      "properties": {
        "Amplitude": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.AmplitudeSourceProperties"
        },
        "CustomConnector": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.CustomConnectorSourceProperties"
        },
        "Datadog": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.DatadogSourceProperties"
        },
        "Dynatrace": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.DynatraceSourceProperties"
        },
        "GoogleAnalytics": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.GoogleAnalyticsSourceProperties"
        },
        "InforNexus": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.InforNexusSourceProperties"
        },
        "Marketo": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.MarketoSourceProperties"
        },
        "Pardot": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.PardotSourceProperties"
        },
        "S3": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.S3SourceProperties"
        },
        "SAPOData": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.SAPODataSourceProperties"
        },
        "Salesforce": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.SalesforceSourceProperties"
        },
        "ServiceNow": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.ServiceNowSourceProperties"
        },
        "Singular": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.SingularSourceProperties"
        },
        "Slack": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.SlackSourceProperties"
        },
        "Trendmicro": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.TrendmicroSourceProperties"
        },
        "Veeva": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.VeevaSourceProperties"
        },
        "Zendesk": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.ZendeskSourceProperties"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.SourceFlowConfig": {
      "type": "object",
      "properties": {
        "ApiVersion": {
          "type": "string"
        },
        "ConnectorProfileName": {
          "type": "string"
        },
        "ConnectorType": {
          "type": "string"
        },
        "IncrementalPullConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.IncrementalPullConfig"
        },
        "SourceConnectorProperties": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.SourceConnectorProperties"
        }
      },
      "required": [
        "ConnectorType",
        "SourceConnectorProperties"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.SuccessResponseHandlingConfig": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "BucketPrefix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.Task": {
      "type": "object",
      "properties": {
        "ConnectorOperator": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.ConnectorOperator"
        },
        "DestinationField": {
          "type": "string"
        },
        "SourceFields": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TaskProperties": {
          "items": {
            "$ref": "#/$defs/AWS::AppFlow::Flow.TaskPropertiesObject"
          },
          "type": "array"
        },
        "TaskType": {
          "type": "string"
        }
      },
      "required": [
        "SourceFields",
        "TaskType"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.TaskPropertiesObject": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.TrendmicroSourceProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.TriggerConfig": {
      "type": "object",
      "properties": {
        "TriggerProperties": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.ScheduledTriggerProperties"
        },
        "TriggerType": {
          "type": "string"
        }
      },
      "required": [
        "TriggerType"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.UpsolverDestinationProperties": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "BucketPrefix": {
          "type": "string"
        },
        "S3OutputFormatConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.UpsolverS3OutputFormatConfig"
        }
      },
      "required": [
        "BucketName",
        "S3OutputFormatConfig"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.UpsolverS3OutputFormatConfig": {
      "type": "object",
      "properties": {
        "AggregationConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.AggregationConfig"
        },
        "FileType": {
          "type": "string"
        },
        "PrefixConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.PrefixConfig"
        }
      },
      "required": [
        "PrefixConfig"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.VeevaSourceProperties": {
      "type": "object",
      "properties": {
        "DocumentType": {
          "type": "string"
        },
        "IncludeAllVersions": {
          "type": "boolean"
        },
        "IncludeRenditions": {
          "type": "boolean"
        },
        "IncludeSourceFiles": {
          "type": "boolean"
        },
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.ZendeskDestinationProperties": {
      "type": "object",
      "properties": {
        "ErrorHandlingConfig": {
          "$ref": "#/$defs/AWS::AppFlow::Flow.ErrorHandlingConfig"
        },
        "IdFieldNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Object": {
          "type": "string"
        },
        "WriteOperationType": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppFlow::Flow.ZendeskSourceProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::AppIntegrations::Application": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationSourceConfig": {
              "$ref": "#/$defs/AWS::AppIntegrations::Application.ApplicationSourceConfig"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Namespace": {
              "type": "string"
            },
            "Permissions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ApplicationSourceConfig",
            "Description",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppIntegrations::Application"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppIntegrations::Application.ApplicationSourceConfig": {
      "type": "object",
      "properties": {
        "ExternalUrlConfig": {
          "$ref": "#/$defs/AWS::AppIntegrations::Application.ExternalUrlConfig"
        }
      },
      "required": [
        "ExternalUrlConfig"
      ],
      "additionalProperties": false
    },
    "AWS::AppIntegrations::Application.ExternalUrlConfig": {
      "type": "object",
      "properties": {
        "AccessUrl": {
          "type": "string"
        },
        "ApprovedOrigins": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "AccessUrl"
      ],
      "additionalProperties": false
    },
    "AWS::AppIntegrations::DataIntegration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "FileConfiguration": {
              "$ref": "#/$defs/AWS::AppIntegrations::DataIntegration.FileConfiguration"
            },
            "KmsKey": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ObjectConfiguration": {
              "type": "object"
            },
            "ScheduleConfig": {
              "$ref": "#/$defs/AWS::AppIntegrations::DataIntegration.ScheduleConfig"
            },
            "SourceURI": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "KmsKey",
            "Name",
            "SourceURI"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppIntegrations::DataIntegration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppIntegrations::DataIntegration.FileConfiguration": {
      "type": "object",
      "properties": {
        "Filters": {
          "type": "object"
        },
        "Folders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Folders"
      ],
      "additionalProperties": false
    },
    "AWS::AppIntegrations::DataIntegration.ScheduleConfig": {
      "type": "object",
      "properties": {
        "FirstExecutionFrom": {
          "type": "string"
        },
        "Object": {
          "type": "string"
        },
        "ScheduleExpression": {
          "type": "string"
        }
      },
      "required": [
        "ScheduleExpression"
      ],
      "additionalProperties": false
    },
    "AWS::AppIntegrations::EventIntegration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "EventBridgeBus": {
              "type": "string"
            },
            "EventFilter": {
              "$ref": "#/$defs/AWS::AppIntegrations::EventIntegration.EventFilter"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "EventBridgeBus",
            "EventFilter",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppIntegrations::EventIntegration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppIntegrations::EventIntegration.EventFilter": {
      "type": "object",
      "properties": {
        "Source": {
          "type": "string"
        }
      },
      "required": [
        "Source"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "GatewayRouteName": {
              "type": "string"
            },
            "MeshName": {
              "type": "string"
            },
            "MeshOwner": {
              "type": "string"
            },
            "Spec": {
              "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GatewayRouteSpec"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VirtualGatewayName": {
              "type": "string"
            }
          },
          "required": [
            "MeshName",
            "Spec",
            "VirtualGatewayName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppMesh::GatewayRoute"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.GatewayRouteHostnameMatch": {
      "type": "object",
      "properties": {
        "Exact": {
          "type": "string"
        },
        "Suffix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.GatewayRouteHostnameRewrite": {
      "type": "object",
      "properties": {
        "DefaultTargetHostname": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.GatewayRouteMetadataMatch": {
      "type": "object",
      "properties": {
        "Exact": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "Range": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GatewayRouteRangeMatch"
        },
        "Regex": {
          "type": "string"
        },
        "Suffix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.GatewayRouteRangeMatch": {
      "type": "object",
      "properties": {
        "End": {
          "type": "number"
        },
        "Start": {
          "type": "number"
        }
      },
      "required": [
        "End",
        "Start"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.GatewayRouteSpec": {
      "type": "object",
      "properties": {
        "GrpcRoute": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GrpcGatewayRoute"
        },
        "Http2Route": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.HttpGatewayRoute"
        },
        "HttpRoute": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.HttpGatewayRoute"
        },
        "Priority": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.GatewayRouteTarget": {
      "type": "object",
      "properties": {
        "Port": {
          "type": "number"
        },
        "VirtualService": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GatewayRouteVirtualService"
        }
      },
      "required": [
        "VirtualService"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.GatewayRouteVirtualService": {
      "type": "object",
      "properties": {
        "VirtualServiceName": {
          "type": "string"
        }
      },
      "required": [
        "VirtualServiceName"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.GrpcGatewayRoute": {
      "type": "object",
      "properties": {
        "Action": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GrpcGatewayRouteAction"
        },
        "Match": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GrpcGatewayRouteMatch"
        }
      },
      "required": [
        "Action",
        "Match"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.GrpcGatewayRouteAction": {
      "type": "object",
      "properties": {
        "Rewrite": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GrpcGatewayRouteRewrite"
        },
        "Target": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GatewayRouteTarget"
        }
      },
      "required": [
        "Target"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.GrpcGatewayRouteMatch": {
      "type": "object",
      "properties": {
        "Hostname": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GatewayRouteHostnameMatch"
        },
        "Metadata": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GrpcGatewayRouteMetadata"
          },
          "type": "array"
        },
        "Port": {
          "type": "number"
        },
        "ServiceName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.GrpcGatewayRouteMetadata": {
      "type": "object",
      "properties": {
        "Invert": {
          "type": "boolean"
        },
        "Match": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GatewayRouteMetadataMatch"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.GrpcGatewayRouteRewrite": {
      "type": "object",
      "properties": {
        "Hostname": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GatewayRouteHostnameRewrite"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.HttpGatewayRoute": {
      "type": "object",
      "properties": {
        "Action": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.HttpGatewayRouteAction"
        },
        "Match": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.HttpGatewayRouteMatch"
        }
      },
      "required": [
        "Action",
        "Match"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.HttpGatewayRouteAction": {
      "type": "object",
      "properties": {
        "Rewrite": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.HttpGatewayRouteRewrite"
        },
        "Target": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GatewayRouteTarget"
        }
      },
      "required": [
        "Target"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.HttpGatewayRouteHeader": {
      "type": "object",
      "properties": {
        "Invert": {
          "type": "boolean"
        },
        "Match": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.HttpGatewayRouteHeaderMatch"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.HttpGatewayRouteHeaderMatch": {
      "type": "object",
      "properties": {
        "Exact": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "Range": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GatewayRouteRangeMatch"
        },
        "Regex": {
          "type": "string"
        },
        "Suffix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.HttpGatewayRouteMatch": {
      "type": "object",
      "properties": {
        "Headers": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.HttpGatewayRouteHeader"
          },
          "type": "array"
        },
        "Hostname": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GatewayRouteHostnameMatch"
        },
        "Method": {
          "type": "string"
        },
        "Path": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.HttpPathMatch"
        },
        "Port": {
          "type": "number"
        },
        "Prefix": {
          "type": "string"
        },
        "QueryParameters": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.QueryParameter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.HttpGatewayRoutePathRewrite": {
      "type": "object",
      "properties": {
        "Exact": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.HttpGatewayRoutePrefixRewrite": {
      "type": "object",
      "properties": {
        "DefaultPrefix": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.HttpGatewayRouteRewrite": {
      "type": "object",
      "properties": {
        "Hostname": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.GatewayRouteHostnameRewrite"
        },
        "Path": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.HttpGatewayRoutePathRewrite"
        },
        "Prefix": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.HttpGatewayRoutePrefixRewrite"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.HttpPathMatch": {
      "type": "object",
      "properties": {
        "Exact": {
          "type": "string"
        },
        "Regex": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.HttpQueryParameterMatch": {
      "type": "object",
      "properties": {
        "Exact": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::GatewayRoute.QueryParameter": {
      "type": "object",
      "properties": {
        "Match": {
          "$ref": "#/$defs/AWS::AppMesh::GatewayRoute.HttpQueryParameterMatch"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Mesh": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MeshName": {
              "type": "string"
            },
            "Spec": {
              "$ref": "#/$defs/AWS::AppMesh::Mesh.MeshSpec"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppMesh::Mesh"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Mesh.EgressFilter": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Mesh.MeshServiceDiscovery": {
      "type": "object",
      "properties": {
        "IpPreference": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::Mesh.MeshSpec": {
      "type": "object",
      "properties": {
        "EgressFilter": {
          "$ref": "#/$defs/AWS::AppMesh::Mesh.EgressFilter"
        },
        "ServiceDiscovery": {
          "$ref": "#/$defs/AWS::AppMesh::Mesh.MeshServiceDiscovery"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::Route": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MeshName": {
              "type": "string"
            },
            "MeshOwner": {
              "type": "string"
            },
            "RouteName": {
              "type": "string"
            },
            "Spec": {
              "$ref": "#/$defs/AWS::AppMesh::Route.RouteSpec"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VirtualRouterName": {
              "type": "string"
            }
          },
          "required": [
            "MeshName",
            "Spec",
            "VirtualRouterName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppMesh::Route"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.Duration": {
      "type": "object",
      "properties": {
        "Unit": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Unit",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.GrpcRetryPolicy": {
      "type": "object",
      "properties": {
        "GrpcRetryEvents": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "HttpRetryEvents": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MaxRetries": {
          "type": "number"
        },
        "PerRetryTimeout": {
          "$ref": "#/$defs/AWS::AppMesh::Route.Duration"
        },
        "TcpRetryEvents": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "MaxRetries",
        "PerRetryTimeout"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.GrpcRoute": {
      "type": "object",
      "properties": {
        "Action": {
          "$ref": "#/$defs/AWS::AppMesh::Route.GrpcRouteAction"
        },
        "Match": {
          "$ref": "#/$defs/AWS::AppMesh::Route.GrpcRouteMatch"
        },
        "RetryPolicy": {
          "$ref": "#/$defs/AWS::AppMesh::Route.GrpcRetryPolicy"
        },
        "Timeout": {
          "$ref": "#/$defs/AWS::AppMesh::Route.GrpcTimeout"
        }
      },
      "required": [
        "Action",
        "Match"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.GrpcRouteAction": {
      "type": "object",
      "properties": {
        "WeightedTargets": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::Route.WeightedTarget"
          },
          "type": "array"
        }
      },
      "required": [
        "WeightedTargets"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.GrpcRouteMatch": {
      "type": "object",
      "properties": {
        "Metadata": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::Route.GrpcRouteMetadata"
          },
          "type": "array"
        },
        "MethodName": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "ServiceName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.GrpcRouteMetadata": {
      "type": "object",
      "properties": {
        "Invert": {
          "type": "boolean"
        },
        "Match": {
          "$ref": "#/$defs/AWS::AppMesh::Route.GrpcRouteMetadataMatchMethod"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.GrpcRouteMetadataMatchMethod": {
      "type": "object",
      "properties": {
        "Exact": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "Range": {
          "$ref": "#/$defs/AWS::AppMesh::Route.MatchRange"
        },
        "Regex": {
          "type": "string"
        },
        "Suffix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.GrpcTimeout": {
      "type": "object",
      "properties": {
        "Idle": {
          "$ref": "#/$defs/AWS::AppMesh::Route.Duration"
        },
        "PerRequest": {
          "$ref": "#/$defs/AWS::AppMesh::Route.Duration"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.HeaderMatchMethod": {
      "type": "object",
      "properties": {
        "Exact": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "Range": {
          "$ref": "#/$defs/AWS::AppMesh::Route.MatchRange"
        },
        "Regex": {
          "type": "string"
        },
        "Suffix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.HttpPathMatch": {
      "type": "object",
      "properties": {
        "Exact": {
          "type": "string"
        },
        "Regex": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.HttpQueryParameterMatch": {
      "type": "object",
      "properties": {
        "Exact": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.HttpRetryPolicy": {
      "type": "object",
      "properties": {
        "HttpRetryEvents": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MaxRetries": {
          "type": "number"
        },
        "PerRetryTimeout": {
          "$ref": "#/$defs/AWS::AppMesh::Route.Duration"
        },
        "TcpRetryEvents": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "MaxRetries",
        "PerRetryTimeout"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.HttpRoute": {
      "type": "object",
      "properties": {
        "Action": {
          "$ref": "#/$defs/AWS::AppMesh::Route.HttpRouteAction"
        },
        "Match": {
          "$ref": "#/$defs/AWS::AppMesh::Route.HttpRouteMatch"
        },
        "RetryPolicy": {
          "$ref": "#/$defs/AWS::AppMesh::Route.HttpRetryPolicy"
        },
        "Timeout": {
          "$ref": "#/$defs/AWS::AppMesh::Route.HttpTimeout"
        }
      },
      "required": [
        "Action",
        "Match"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.HttpRouteAction": {
      "type": "object",
      "properties": {
        "WeightedTargets": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::Route.WeightedTarget"
          },
          "type": "array"
        }
      },
      "required": [
        "WeightedTargets"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.HttpRouteHeader": {
      "type": "object",
      "properties": {
        "Invert": {
          "type": "boolean"
        },
        "Match": {
          "$ref": "#/$defs/AWS::AppMesh::Route.HeaderMatchMethod"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.HttpRouteMatch": {
      "type": "object",
      "properties": {
        "Headers": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::Route.HttpRouteHeader"
          },
          "type": "array"
        },
        "Method": {
          "type": "string"
        },
        "Path": {
          "$ref": "#/$defs/AWS::AppMesh::Route.HttpPathMatch"
        },
        "Port": {
          "type": "number"
        },
        "Prefix": {
          "type": "string"
        },
        "QueryParameters": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::Route.QueryParameter"
          },
          "type": "array"
        },
        "Scheme": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.HttpTimeout": {
      "type": "object",
      "properties": {
        "Idle": {
          "$ref": "#/$defs/AWS::AppMesh::Route.Duration"
        },
        "PerRequest": {
          "$ref": "#/$defs/AWS::AppMesh::Route.Duration"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.MatchRange": {
      "type": "object",
      "properties": {
        "End": {
          "type": "number"
        },
        "Start": {
          "type": "number"
        }
      },
      "required": [
        "End",
        "Start"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.QueryParameter": {
      "type": "object",
      "properties": {
        "Match": {
          "$ref": "#/$defs/AWS::AppMesh::Route.HttpQueryParameterMatch"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.RouteSpec": {
      "type": "object",
      "properties": {
        "GrpcRoute": {
          "$ref": "#/$defs/AWS::AppMesh::Route.GrpcRoute"
        },
        "Http2Route": {
          "$ref": "#/$defs/AWS::AppMesh::Route.HttpRoute"
        },
        "HttpRoute": {
          "$ref": "#/$defs/AWS::AppMesh::Route.HttpRoute"
        },
        "Priority": {
          "type": "number"
        },
        "TcpRoute": {
          "$ref": "#/$defs/AWS::AppMesh::Route.TcpRoute"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.TcpRoute": {
      "type": "object",
      "properties": {
        "Action": {
          "$ref": "#/$defs/AWS::AppMesh::Route.TcpRouteAction"
        },
        "Match": {
          "$ref": "#/$defs/AWS::AppMesh::Route.TcpRouteMatch"
        },
        "Timeout": {
          "$ref": "#/$defs/AWS::AppMesh::Route.TcpTimeout"
        }
      },
      "required": [
        "Action"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.TcpRouteAction": {
      "type": "object",
      "properties": {
        "WeightedTargets": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::Route.WeightedTarget"
          },
          "type": "array"
        }
      },
      "required": [
        "WeightedTargets"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.TcpRouteMatch": {
      "type": "object",
      "properties": {
        "Port": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.TcpTimeout": {
      "type": "object",
      "properties": {
        "Idle": {
          "$ref": "#/$defs/AWS::AppMesh::Route.Duration"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::Route.WeightedTarget": {
      "type": "object",
      "properties": {
        "Port": {
          "type": "number"
        },
        "VirtualNode": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "required": [
        "VirtualNode",
        "Weight"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MeshName": {
              "type": "string"
            },
            "MeshOwner": {
              "type": "string"
            },
            "Spec": {
              "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewaySpec"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VirtualGatewayName": {
              "type": "string"
            }
          },
          "required": [
            "MeshName",
            "Spec"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppMesh::VirtualGateway"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.JsonFormatRef": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.LoggingFormat": {
      "type": "object",
      "properties": {
        "Json": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.JsonFormatRef"
          },
          "type": "array"
        },
        "Text": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.SubjectAlternativeNameMatchers": {
      "type": "object",
      "properties": {
        "Exact": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.SubjectAlternativeNames": {
      "type": "object",
      "properties": {
        "Match": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.SubjectAlternativeNameMatchers"
        }
      },
      "required": [
        "Match"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayAccessLog": {
      "type": "object",
      "properties": {
        "File": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayFileAccessLog"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayBackendDefaults": {
      "type": "object",
      "properties": {
        "ClientPolicy": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayClientPolicy"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayClientPolicy": {
      "type": "object",
      "properties": {
        "TLS": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayClientPolicyTls"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayClientPolicyTls": {
      "type": "object",
      "properties": {
        "Certificate": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayClientTlsCertificate"
        },
        "Enforce": {
          "type": "boolean"
        },
        "Ports": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "Validation": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayTlsValidationContext"
        }
      },
      "required": [
        "Validation"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayClientTlsCertificate": {
      "type": "object",
      "properties": {
        "File": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTlsFileCertificate"
        },
        "SDS": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTlsSdsCertificate"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayConnectionPool": {
      "type": "object",
      "properties": {
        "GRPC": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayGrpcConnectionPool"
        },
        "HTTP": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayHttpConnectionPool"
        },
        "HTTP2": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayHttp2ConnectionPool"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayFileAccessLog": {
      "type": "object",
      "properties": {
        "Format": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.LoggingFormat"
        },
        "Path": {
          "type": "string"
        }
      },
      "required": [
        "Path"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayGrpcConnectionPool": {
      "type": "object",
      "properties": {
        "MaxRequests": {
          "type": "number"
        }
      },
      "required": [
        "MaxRequests"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayHealthCheckPolicy": {
      "type": "object",
      "properties": {
        "HealthyThreshold": {
          "type": "number"
        },
        "IntervalMillis": {
          "type": "number"
        },
        "Path": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "Protocol": {
          "type": "string"
        },
        "TimeoutMillis": {
          "type": "number"
        },
        "UnhealthyThreshold": {
          "type": "number"
        }
      },
      "required": [
        "HealthyThreshold",
        "IntervalMillis",
        "Protocol",
        "TimeoutMillis",
        "UnhealthyThreshold"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayHttp2ConnectionPool": {
      "type": "object",
      "properties": {
        "MaxRequests": {
          "type": "number"
        }
      },
      "required": [
        "MaxRequests"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayHttpConnectionPool": {
      "type": "object",
      "properties": {
        "MaxConnections": {
          "type": "number"
        },
        "MaxPendingRequests": {
          "type": "number"
        }
      },
      "required": [
        "MaxConnections"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayListener": {
      "type": "object",
      "properties": {
        "ConnectionPool": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayConnectionPool"
        },
        "HealthCheck": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayHealthCheckPolicy"
        },
        "PortMapping": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayPortMapping"
        },
        "TLS": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTls"
        }
      },
      "required": [
        "PortMapping"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTls": {
      "type": "object",
      "properties": {
        "Certificate": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTlsCertificate"
        },
        "Mode": {
          "type": "string"
        },
        "Validation": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTlsValidationContext"
        }
      },
      "required": [
        "Certificate",
        "Mode"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTlsAcmCertificate": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        }
      },
      "required": [
        "CertificateArn"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTlsCertificate": {
      "type": "object",
      "properties": {
        "ACM": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTlsAcmCertificate"
        },
        "File": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTlsFileCertificate"
        },
        "SDS": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTlsSdsCertificate"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTlsFileCertificate": {
      "type": "object",
      "properties": {
        "CertificateChain": {
          "type": "string"
        },
        "PrivateKey": {
          "type": "string"
        }
      },
      "required": [
        "CertificateChain",
        "PrivateKey"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTlsSdsCertificate": {
      "type": "object",
      "properties": {
        "SecretName": {
          "type": "string"
        }
      },
      "required": [
        "SecretName"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTlsValidationContext": {
      "type": "object",
      "properties": {
        "SubjectAlternativeNames": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.SubjectAlternativeNames"
        },
        "Trust": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTlsValidationContextTrust"
        }
      },
      "required": [
        "Trust"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayListenerTlsValidationContextTrust": {
      "type": "object",
      "properties": {
        "File": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayTlsValidationContextFileTrust"
        },
        "SDS": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayTlsValidationContextSdsTrust"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayLogging": {
      "type": "object",
      "properties": {
        "AccessLog": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayAccessLog"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayPortMapping": {
      "type": "object",
      "properties": {
        "Port": {
          "type": "number"
        },
        "Protocol": {
          "type": "string"
        }
      },
      "required": [
        "Port",
        "Protocol"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewaySpec": {
      "type": "object",
      "properties": {
        "BackendDefaults": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayBackendDefaults"
        },
        "Listeners": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayListener"
          },
          "type": "array"
        },
        "Logging": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayLogging"
        }
      },
      "required": [
        "Listeners"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayTlsValidationContext": {
      "type": "object",
      "properties": {
        "SubjectAlternativeNames": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.SubjectAlternativeNames"
        },
        "Trust": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayTlsValidationContextTrust"
        }
      },
      "required": [
        "Trust"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayTlsValidationContextAcmTrust": {
      "type": "object",
      "properties": {
        "CertificateAuthorityArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "CertificateAuthorityArns"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayTlsValidationContextFileTrust": {
      "type": "object",
      "properties": {
        "CertificateChain": {
          "type": "string"
        }
      },
      "required": [
        "CertificateChain"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayTlsValidationContextSdsTrust": {
      "type": "object",
      "properties": {
        "SecretName": {
          "type": "string"
        }
      },
      "required": [
        "SecretName"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualGateway.VirtualGatewayTlsValidationContextTrust": {
      "type": "object",
      "properties": {
        "ACM": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayTlsValidationContextAcmTrust"
        },
        "File": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayTlsValidationContextFileTrust"
        },
        "SDS": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualGateway.VirtualGatewayTlsValidationContextSdsTrust"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MeshName": {
              "type": "string"
            },
            "MeshOwner": {
              "type": "string"
            },
            "Spec": {
              "$ref": "#/$defs/AWS::AppMesh::VirtualNode.VirtualNodeSpec"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VirtualNodeName": {
              "type": "string"
            }
          },
          "required": [
            "MeshName",
            "Spec"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppMesh::VirtualNode"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.AccessLog": {
      "type": "object",
      "properties": {
        "File": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.FileAccessLog"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.AwsCloudMapInstanceAttribute": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.AwsCloudMapServiceDiscovery": {
      "type": "object",
      "properties": {
        "Attributes": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::VirtualNode.AwsCloudMapInstanceAttribute"
          },
          "type": "array"
        },
        "IpPreference": {
          "type": "string"
        },
        "NamespaceName": {
          "type": "string"
        },
        "ServiceName": {
          "type": "string"
        }
      },
      "required": [
        "NamespaceName",
        "ServiceName"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.Backend": {
      "type": "object",
      "properties": {
        "VirtualService": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.VirtualServiceBackend"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.BackendDefaults": {
      "type": "object",
      "properties": {
        "ClientPolicy": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.ClientPolicy"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.ClientPolicy": {
      "type": "object",
      "properties": {
        "TLS": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.ClientPolicyTls"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.ClientPolicyTls": {
      "type": "object",
      "properties": {
        "Certificate": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.ClientTlsCertificate"
        },
        "Enforce": {
          "type": "boolean"
        },
        "Ports": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "Validation": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.TlsValidationContext"
        }
      },
      "required": [
        "Validation"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.ClientTlsCertificate": {
      "type": "object",
      "properties": {
        "File": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.ListenerTlsFileCertificate"
        },
        "SDS": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.ListenerTlsSdsCertificate"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.DnsServiceDiscovery": {
      "type": "object",
      "properties": {
        "Hostname": {
          "type": "string"
        },
        "IpPreference": {
          "type": "string"
        },
        "ResponseType": {
          "type": "string"
        }
      },
      "required": [
        "Hostname"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.Duration": {
      "type": "object",
      "properties": {
        "Unit": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Unit",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.FileAccessLog": {
      "type": "object",
      "properties": {
        "Format": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.LoggingFormat"
        },
        "Path": {
          "type": "string"
        }
      },
      "required": [
        "Path"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.GrpcTimeout": {
      "type": "object",
      "properties": {
        "Idle": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.Duration"
        },
        "PerRequest": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.Duration"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.HealthCheck": {
      "type": "object",
      "properties": {
        "HealthyThreshold": {
          "type": "number"
        },
        "IntervalMillis": {
          "type": "number"
        },
        "Path": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "Protocol": {
          "type": "string"
        },
        "TimeoutMillis": {
          "type": "number"
        },
        "UnhealthyThreshold": {
          "type": "number"
        }
      },
      "required": [
        "HealthyThreshold",
        "IntervalMillis",
        "Protocol",
        "TimeoutMillis",
        "UnhealthyThreshold"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.HttpTimeout": {
      "type": "object",
      "properties": {
        "Idle": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.Duration"
        },
        "PerRequest": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.Duration"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.JsonFormatRef": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.Listener": {
      "type": "object",
      "properties": {
        "ConnectionPool": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.VirtualNodeConnectionPool"
        },
        "HealthCheck": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.HealthCheck"
        },
        "OutlierDetection": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.OutlierDetection"
        },
        "PortMapping": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.PortMapping"
        },
        "TLS": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.ListenerTls"
        },
        "Timeout": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.ListenerTimeout"
        }
      },
      "required": [
        "PortMapping"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.ListenerTimeout": {
      "type": "object",
      "properties": {
        "GRPC": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.GrpcTimeout"
        },
        "HTTP": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.HttpTimeout"
        },
        "HTTP2": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.HttpTimeout"
        },
        "TCP": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.TcpTimeout"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.ListenerTls": {
      "type": "object",
      "properties": {
        "Certificate": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.ListenerTlsCertificate"
        },
        "Mode": {
          "type": "string"
        },
        "Validation": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.ListenerTlsValidationContext"
        }
      },
      "required": [
        "Certificate",
        "Mode"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.ListenerTlsAcmCertificate": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        }
      },
      "required": [
        "CertificateArn"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.ListenerTlsCertificate": {
      "type": "object",
      "properties": {
        "ACM": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.ListenerTlsAcmCertificate"
        },
        "File": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.ListenerTlsFileCertificate"
        },
        "SDS": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.ListenerTlsSdsCertificate"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.ListenerTlsFileCertificate": {
      "type": "object",
      "properties": {
        "CertificateChain": {
          "type": "string"
        },
        "PrivateKey": {
          "type": "string"
        }
      },
      "required": [
        "CertificateChain",
        "PrivateKey"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.ListenerTlsSdsCertificate": {
      "type": "object",
      "properties": {
        "SecretName": {
          "type": "string"
        }
      },
      "required": [
        "SecretName"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.ListenerTlsValidationContext": {
      "type": "object",
      "properties": {
        "SubjectAlternativeNames": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.SubjectAlternativeNames"
        },
        "Trust": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.ListenerTlsValidationContextTrust"
        }
      },
      "required": [
        "Trust"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.ListenerTlsValidationContextTrust": {
      "type": "object",
      "properties": {
        "File": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.TlsValidationContextFileTrust"
        },
        "SDS": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.TlsValidationContextSdsTrust"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.Logging": {
      "type": "object",
      "properties": {
        "AccessLog": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.AccessLog"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.LoggingFormat": {
      "type": "object",
      "properties": {
        "Json": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::VirtualNode.JsonFormatRef"
          },
          "type": "array"
        },
        "Text": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.OutlierDetection": {
      "type": "object",
      "properties": {
        "BaseEjectionDuration": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.Duration"
        },
        "Interval": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.Duration"
        },
        "MaxEjectionPercent": {
          "type": "number"
        },
        "MaxServerErrors": {
          "type": "number"
        }
      },
      "required": [
        "BaseEjectionDuration",
        "Interval",
        "MaxEjectionPercent",
        "MaxServerErrors"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.PortMapping": {
      "type": "object",
      "properties": {
        "Port": {
          "type": "number"
        },
        "Protocol": {
          "type": "string"
        }
      },
      "required": [
        "Port",
        "Protocol"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.ServiceDiscovery": {
      "type": "object",
      "properties": {
        "AWSCloudMap": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.AwsCloudMapServiceDiscovery"
        },
        "DNS": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.DnsServiceDiscovery"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.SubjectAlternativeNameMatchers": {
      "type": "object",
      "properties": {
        "Exact": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.SubjectAlternativeNames": {
      "type": "object",
      "properties": {
        "Match": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.SubjectAlternativeNameMatchers"
        }
      },
      "required": [
        "Match"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.TcpTimeout": {
      "type": "object",
      "properties": {
        "Idle": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.Duration"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.TlsValidationContext": {
      "type": "object",
      "properties": {
        "SubjectAlternativeNames": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.SubjectAlternativeNames"
        },
        "Trust": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.TlsValidationContextTrust"
        }
      },
      "required": [
        "Trust"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.TlsValidationContextAcmTrust": {
      "type": "object",
      "properties": {
        "CertificateAuthorityArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "CertificateAuthorityArns"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.TlsValidationContextFileTrust": {
      "type": "object",
      "properties": {
        "CertificateChain": {
          "type": "string"
        }
      },
      "required": [
        "CertificateChain"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.TlsValidationContextSdsTrust": {
      "type": "object",
      "properties": {
        "SecretName": {
          "type": "string"
        }
      },
      "required": [
        "SecretName"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.TlsValidationContextTrust": {
      "type": "object",
      "properties": {
        "ACM": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.TlsValidationContextAcmTrust"
        },
        "File": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.TlsValidationContextFileTrust"
        },
        "SDS": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.TlsValidationContextSdsTrust"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.VirtualNodeConnectionPool": {
      "type": "object",
      "properties": {
        "GRPC": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.VirtualNodeGrpcConnectionPool"
        },
        "HTTP": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.VirtualNodeHttpConnectionPool"
        },
        "HTTP2": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.VirtualNodeHttp2ConnectionPool"
        },
        "TCP": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.VirtualNodeTcpConnectionPool"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.VirtualNodeGrpcConnectionPool": {
      "type": "object",
      "properties": {
        "MaxRequests": {
          "type": "number"
        }
      },
      "required": [
        "MaxRequests"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.VirtualNodeHttp2ConnectionPool": {
      "type": "object",
      "properties": {
        "MaxRequests": {
          "type": "number"
        }
      },
      "required": [
        "MaxRequests"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.VirtualNodeHttpConnectionPool": {
      "type": "object",
      "properties": {
        "MaxConnections": {
          "type": "number"
        },
        "MaxPendingRequests": {
          "type": "number"
        }
      },
      "required": [
        "MaxConnections"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.VirtualNodeSpec": {
      "type": "object",
      "properties": {
        "BackendDefaults": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.BackendDefaults"
        },
        "Backends": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::VirtualNode.Backend"
          },
          "type": "array"
        },
        "Listeners": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::VirtualNode.Listener"
          },
          "type": "array"
        },
        "Logging": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.Logging"
        },
        "ServiceDiscovery": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.ServiceDiscovery"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.VirtualNodeTcpConnectionPool": {
      "type": "object",
      "properties": {
        "MaxConnections": {
          "type": "number"
        }
      },
      "required": [
        "MaxConnections"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualNode.VirtualServiceBackend": {
      "type": "object",
      "properties": {
        "ClientPolicy": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualNode.ClientPolicy"
        },
        "VirtualServiceName": {
          "type": "string"
        }
      },
      "required": [
        "VirtualServiceName"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualRouter": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MeshName": {
              "type": "string"
            },
            "MeshOwner": {
              "type": "string"
            },
            "Spec": {
              "$ref": "#/$defs/AWS::AppMesh::VirtualRouter.VirtualRouterSpec"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VirtualRouterName": {
              "type": "string"
            }
          },
          "required": [
            "MeshName",
            "Spec"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppMesh::VirtualRouter"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualRouter.PortMapping": {
      "type": "object",
      "properties": {
        "Port": {
          "type": "number"
        },
        "Protocol": {
          "type": "string"
        }
      },
      "required": [
        "Port",
        "Protocol"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualRouter.VirtualRouterListener": {
      "type": "object",
      "properties": {
        "PortMapping": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualRouter.PortMapping"
        }
      },
      "required": [
        "PortMapping"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualRouter.VirtualRouterSpec": {
      "type": "object",
      "properties": {
        "Listeners": {
          "items": {
            "$ref": "#/$defs/AWS::AppMesh::VirtualRouter.VirtualRouterListener"
          },
          "type": "array"
        }
      },
      "required": [
        "Listeners"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualService": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MeshName": {
              "type": "string"
            },
            "MeshOwner": {
              "type": "string"
            },
            "Spec": {
              "$ref": "#/$defs/AWS::AppMesh::VirtualService.VirtualServiceSpec"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VirtualServiceName": {
              "type": "string"
            }
          },
          "required": [
            "MeshName",
            "Spec",
            "VirtualServiceName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppMesh::VirtualService"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualService.VirtualNodeServiceProvider": {
      "type": "object",
      "properties": {
        "VirtualNodeName": {
          "type": "string"
        }
      },
      "required": [
        "VirtualNodeName"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualService.VirtualRouterServiceProvider": {
      "type": "object",
      "properties": {
        "VirtualRouterName": {
          "type": "string"
        }
      },
      "required": [
        "VirtualRouterName"
      ],
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualService.VirtualServiceProvider": {
      "type": "object",
      "properties": {
        "VirtualNode": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualService.VirtualNodeServiceProvider"
        },
        "VirtualRouter": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualService.VirtualRouterServiceProvider"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppMesh::VirtualService.VirtualServiceSpec": {
      "type": "object",
      "properties": {
        "Provider": {
          "$ref": "#/$defs/AWS::AppMesh::VirtualService.VirtualServiceProvider"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppRunner::AutoScalingConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoScalingConfigurationName": {
              "type": "string"
            },
            "MaxConcurrency": {
              "type": "number"
            },
            "MaxSize": {
              "type": "number"
            },
            "MinSize": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppRunner::AutoScalingConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::AppRunner::ObservabilityConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ObservabilityConfigurationName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TraceConfiguration": {
              "$ref": "#/$defs/AWS::AppRunner::ObservabilityConfiguration.TraceConfiguration"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppRunner::ObservabilityConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::AppRunner::ObservabilityConfiguration.TraceConfiguration": {
      "type": "object",
      "properties": {
        "Vendor": {
          "type": "string"
        }
      },
      "required": [
        "Vendor"
      ],
      "additionalProperties": false
    },
    "AWS::AppRunner::Service": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoScalingConfigurationArn": {
              "type": "string"
            },
            "EncryptionConfiguration": {
              "$ref": "#/$defs/AWS::AppRunner::Service.EncryptionConfiguration"
            },
            "HealthCheckConfiguration": {
              "$ref": "#/$defs/AWS::AppRunner::Service.HealthCheckConfiguration"
            },
            "InstanceConfiguration": {
              "$ref": "#/$defs/AWS::AppRunner::Service.InstanceConfiguration"
            },
            "NetworkConfiguration": {
              "$ref": "#/$defs/AWS::AppRunner::Service.NetworkConfiguration"
            },
            "ObservabilityConfiguration": {
              "$ref": "#/$defs/AWS::AppRunner::Service.ServiceObservabilityConfiguration"
            },
            "ServiceName": {
              "type": "string"
            },
            "SourceConfiguration": {
              "$ref": "#/$defs/AWS::AppRunner::Service.SourceConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "SourceConfiguration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppRunner::Service"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.AuthenticationConfiguration": {
      "type": "object",
      "properties": {
        "AccessRoleArn": {
          "type": "string"
        },
        "ConnectionArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.CodeConfiguration": {
      "type": "object",
      "properties": {
        "CodeConfigurationValues": {
          "$ref": "#/$defs/AWS::AppRunner::Service.CodeConfigurationValues"
        },
        "ConfigurationSource": {
          "type": "string"
        }
      },
      "required": [
        "ConfigurationSource"
      ],
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.CodeConfigurationValues": {
      "type": "object",
      "properties": {
        "BuildCommand": {
          "type": "string"
        },
        "Port": {
          "type": "string"
        },
        "Runtime": {
          "type": "string"
        },
        "RuntimeEnvironmentSecrets": {
          "items": {
            "$ref": "#/$defs/AWS::AppRunner::Service.KeyValuePair"
          },
          "type": "array"
        },
        "RuntimeEnvironmentVariables": {
          "items": {
            "$ref": "#/$defs/AWS::AppRunner::Service.KeyValuePair"
          },
          "type": "array"
        },
        "StartCommand": {
          "type": "string"
        }
      },
      "required": [
        "Runtime"
      ],
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.CodeRepository": {
      "type": "object",
      "properties": {
        "CodeConfiguration": {
          "$ref": "#/$defs/AWS::AppRunner::Service.CodeConfiguration"
        },
        "RepositoryUrl": {
          "type": "string"
        },
        "SourceCodeVersion": {
          "$ref": "#/$defs/AWS::AppRunner::Service.SourceCodeVersion"
        },
        "SourceDirectory": {
          "type": "string"
        }
      },
      "required": [
        "RepositoryUrl",
        "SourceCodeVersion"
      ],
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.EgressConfiguration": {
      "type": "object",
      "properties": {
        "EgressType": {
          "type": "string"
        },
        "VpcConnectorArn": {
          "type": "string"
        }
      },
      "required": [
        "EgressType"
      ],
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.EncryptionConfiguration": {
      "type": "object",
      "properties": {
        "KmsKey": {
          "type": "string"
        }
      },
      "required": [
        "KmsKey"
      ],
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.HealthCheckConfiguration": {
      "type": "object",
      "properties": {
        "HealthyThreshold": {
          "type": "number"
        },
        "Interval": {
          "type": "number"
        },
        "Path": {
          "type": "string"
        },
        "Protocol": {
          "type": "string"
        },
        "Timeout": {
          "type": "number"
        },
        "UnhealthyThreshold": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.ImageConfiguration": {
      "type": "object",
      "properties": {
        "Port": {
          "type": "string"
        },
        "RuntimeEnvironmentSecrets": {
          "items": {
            "$ref": "#/$defs/AWS::AppRunner::Service.KeyValuePair"
          },
          "type": "array"
        },
        "RuntimeEnvironmentVariables": {
          "items": {
            "$ref": "#/$defs/AWS::AppRunner::Service.KeyValuePair"
          },
          "type": "array"
        },
        "StartCommand": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.ImageRepository": {
      "type": "object",
      "properties": {
        "ImageConfiguration": {
          "$ref": "#/$defs/AWS::AppRunner::Service.ImageConfiguration"
        },
        "ImageIdentifier": {
          "type": "string"
        },
        "ImageRepositoryType": {
          "type": "string"
        }
      },
      "required": [
        "ImageIdentifier",
        "ImageRepositoryType"
      ],
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.IngressConfiguration": {
      "type": "object",
      "properties": {
        "IsPubliclyAccessible": {
          "type": "boolean"
        }
      },
      "required": [
        "IsPubliclyAccessible"
      ],
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.InstanceConfiguration": {
      "type": "object",
      "properties": {
        "Cpu": {
          "type": "string"
        },
        "InstanceRoleArn": {
          "type": "string"
        },
        "Memory": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.KeyValuePair": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.NetworkConfiguration": {
      "type": "object",
      "properties": {
        "EgressConfiguration": {
          "$ref": "#/$defs/AWS::AppRunner::Service.EgressConfiguration"
        },
        "IngressConfiguration": {
          "$ref": "#/$defs/AWS::AppRunner::Service.IngressConfiguration"
        },
        "IpAddressType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.ServiceObservabilityConfiguration": {
      "type": "object",
      "properties": {
        "ObservabilityConfigurationArn": {
          "type": "string"
        },
        "ObservabilityEnabled": {
          "type": "boolean"
        }
      },
      "required": [
        "ObservabilityEnabled"
      ],
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.SourceCodeVersion": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::AppRunner::Service.SourceConfiguration": {
      "type": "object",
      "properties": {
        "AuthenticationConfiguration": {
          "$ref": "#/$defs/AWS::AppRunner::Service.AuthenticationConfiguration"
        },
        "AutoDeploymentsEnabled": {
          "type": "boolean"
        },
        "CodeRepository": {
          "$ref": "#/$defs/AWS::AppRunner::Service.CodeRepository"
        },
        "ImageRepository": {
          "$ref": "#/$defs/AWS::AppRunner::Service.ImageRepository"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppRunner::VpcConnector": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "SecurityGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Subnets": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcConnectorName": {
              "type": "string"
            }
          },
          "required": [
            "Subnets"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppRunner::VpcConnector"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppRunner::VpcIngressConnection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "IngressVpcConfiguration": {
              "$ref": "#/$defs/AWS::AppRunner::VpcIngressConnection.IngressVpcConfiguration"
            },
            "ServiceArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcIngressConnectionName": {
              "type": "string"
            }
          },
          "required": [
            "IngressVpcConfiguration",
            "ServiceArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppRunner::VpcIngressConnection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppRunner::VpcIngressConnection.IngressVpcConfiguration": {
      "type": "object",
      "properties": {
        "VpcEndpointId": {
          "type": "string"
        },
        "VpcId": {
          "type": "string"
        }
      },
      "required": [
        "VpcEndpointId",
        "VpcId"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::AppBlock": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "PackagingType": {
              "type": "string"
            },
            "PostSetupScriptDetails": {
              "$ref": "#/$defs/AWS::AppStream::AppBlock.ScriptDetails"
            },
            "SetupScriptDetails": {
              "$ref": "#/$defs/AWS::AppStream::AppBlock.ScriptDetails"
            },
            "SourceS3Location": {
              "$ref": "#/$defs/AWS::AppStream::AppBlock.S3Location"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "SourceS3Location"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppStream::AppBlock"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::AppBlock.S3Location": {
      "type": "object",
      "properties": {
        "S3Bucket": {
          "type": "string"
        },
        "S3Key": {
          "type": "string"
        }
      },
      "required": [
        "S3Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::AppBlock.ScriptDetails": {
      "type": "object",
      "properties": {
        "ExecutableParameters": {
          "type": "string"
        },
        "ExecutablePath": {
          "type": "string"
        },
        "ScriptS3Location": {
          "$ref": "#/$defs/AWS::AppStream::AppBlock.S3Location"
        },
        "TimeoutInSeconds": {
          "type": "number"
        }
      },
      "required": [
        "ExecutablePath",
        "ScriptS3Location",
        "TimeoutInSeconds"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::AppBlockBuilder": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessEndpoints": {
              "items": {
                "$ref": "#/$defs/AWS::AppStream::AppBlockBuilder.AccessEndpoint"
              },
              "type": "array"
            },
            "AppBlockArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "EnableDefaultInternetAccess": {
              "type": "boolean"
            },
            "IamRoleArn": {
              "type": "string"
            },
            "InstanceType": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Platform": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcConfig": {
              "$ref": "#/$defs/AWS::AppStream::AppBlockBuilder.VpcConfig"
            }
          },
          "required": [
            "InstanceType",
            "Name",
            "Platform",
            "VpcConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppStream::AppBlockBuilder"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::AppBlockBuilder.AccessEndpoint": {
      "type": "object",
      "properties": {
        "EndpointType": {
          "type": "string"
        },
        "VpceId": {
          "type": "string"
        }
      },
      "required": [
        "EndpointType",
        "VpceId"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::AppBlockBuilder.VpcConfig": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppStream::Application": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AppBlockArn": {
              "type": "string"
            },
            "AttributesToDelete": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "IconS3Location": {
              "$ref": "#/$defs/AWS::AppStream::Application.S3Location"
            },
            "InstanceFamilies": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "LaunchParameters": {
              "type": "string"
            },
            "LaunchPath": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Platforms": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "WorkingDirectory": {
              "type": "string"
            }
          },
          "required": [
            "AppBlockArn",
            "IconS3Location",
            "InstanceFamilies",
            "LaunchPath",
            "Name",
            "Platforms"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppStream::Application"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::Application.S3Location": {
      "type": "object",
      "properties": {
        "S3Bucket": {
          "type": "string"
        },
        "S3Key": {
          "type": "string"
        }
      },
      "required": [
        "S3Bucket",
        "S3Key"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::ApplicationEntitlementAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationIdentifier": {
              "type": "string"
            },
            "EntitlementName": {
              "type": "string"
            },
            "StackName": {
              "type": "string"
            }
          },
          "required": [
            "ApplicationIdentifier",
            "EntitlementName",
            "StackName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppStream::ApplicationEntitlementAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::ApplicationFleetAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationArn": {
              "type": "string"
            },
            "FleetName": {
              "type": "string"
            }
          },
          "required": [
            "ApplicationArn",
            "FleetName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppStream::ApplicationFleetAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::DirectoryConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CertificateBasedAuthProperties": {
              "$ref": "#/$defs/AWS::AppStream::DirectoryConfig.CertificateBasedAuthProperties"
            },
            "DirectoryName": {
              "type": "string"
            },
            "OrganizationalUnitDistinguishedNames": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ServiceAccountCredentials": {
              "$ref": "#/$defs/AWS::AppStream::DirectoryConfig.ServiceAccountCredentials"
            }
          },
          "required": [
            "DirectoryName",
            "OrganizationalUnitDistinguishedNames",
            "ServiceAccountCredentials"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppStream::DirectoryConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::DirectoryConfig.CertificateBasedAuthProperties": {
      "type": "object",
      "properties": {
        "CertificateAuthorityArn": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppStream::DirectoryConfig.ServiceAccountCredentials": {
      "type": "object",
      "properties": {
        "AccountName": {
          "type": "string"
        },
        "AccountPassword": {
          "type": "string"
        }
      },
      "required": [
        "AccountName",
        "AccountPassword"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::Entitlement": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AppVisibility": {
              "type": "string"
            },
            "Attributes": {
              "items": {
                "$ref": "#/$defs/AWS::AppStream::Entitlement.Attribute"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "StackName": {
              "type": "string"
            }
          },
          "required": [
            "AppVisibility",
            "Attributes",
            "Name",
            "StackName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppStream::Entitlement"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::Entitlement.Attribute": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::Fleet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ComputeCapacity": {
              "$ref": "#/$defs/AWS::AppStream::Fleet.ComputeCapacity"
            },
            "Description": {
              "type": "string"
            },
            "DisconnectTimeoutInSeconds": {
              "type": "number"
            },
            "DisplayName": {
              "type": "string"
            },
            "DomainJoinInfo": {
              "$ref": "#/$defs/AWS::AppStream::Fleet.DomainJoinInfo"
            },
            "EnableDefaultInternetAccess": {
              "type": "boolean"
            },
            "FleetType": {
              "type": "string"
            },
            "IamRoleArn": {
              "type": "string"
            },
            "IdleDisconnectTimeoutInSeconds": {
              "type": "number"
            },
            "ImageArn": {
              "type": "string"
            },
            "ImageName": {
              "type": "string"
            },
            "InstanceType": {
              "type": "string"
            },
            "MaxConcurrentSessions": {
              "type": "number"
            },
            "MaxSessionsPerInstance": {
              "type": "number"
            },
            "MaxUserDurationInSeconds": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "Platform": {
              "type": "string"
            },
            "SessionScriptS3Location": {
              "$ref": "#/$defs/AWS::AppStream::Fleet.S3Location"
            },
            "StreamView": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UsbDeviceFilterStrings": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "VpcConfig": {
              "$ref": "#/$defs/AWS::AppStream::Fleet.VpcConfig"
            }
          },
          "required": [
            "InstanceType",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppStream::Fleet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::Fleet.ComputeCapacity": {
      "type": "object",
      "properties": {
        "DesiredInstances": {
          "type": "number"
        },
        "DesiredSessions": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppStream::Fleet.DomainJoinInfo": {
      "type": "object",
      "properties": {
        "DirectoryName": {
          "type": "string"
        },
        "OrganizationalUnitDistinguishedName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppStream::Fleet.S3Location": {
      "type": "object",
      "properties": {
        "S3Bucket": {
          "type": "string"
        },
        "S3Key": {
          "type": "string"
        }
      },
      "required": [
        "S3Bucket",
        "S3Key"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::Fleet.VpcConfig": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppStream::ImageBuilder": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessEndpoints": {
              "items": {
                "$ref": "#/$defs/AWS::AppStream::ImageBuilder.AccessEndpoint"
              },
              "type": "array"
            },
            "AppstreamAgentVersion": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "DomainJoinInfo": {
              "$ref": "#/$defs/AWS::AppStream::ImageBuilder.DomainJoinInfo"
            },
            "EnableDefaultInternetAccess": {
              "type": "boolean"
            },
            "IamRoleArn": {
              "type": "string"
            },
            "ImageArn": {
              "type": "string"
            },
            "ImageName": {
              "type": "string"
            },
            "InstanceType": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcConfig": {
              "$ref": "#/$defs/AWS::AppStream::ImageBuilder.VpcConfig"
            }
          },
          "required": [
            "InstanceType",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppStream::ImageBuilder"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::ImageBuilder.AccessEndpoint": {
      "type": "object",
      "properties": {
        "EndpointType": {
          "type": "string"
        },
        "VpceId": {
          "type": "string"
        }
      },
      "required": [
        "EndpointType",
        "VpceId"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::ImageBuilder.DomainJoinInfo": {
      "type": "object",
      "properties": {
        "DirectoryName": {
          "type": "string"
        },
        "OrganizationalUnitDistinguishedName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppStream::ImageBuilder.VpcConfig": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppStream::Stack": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessEndpoints": {
              "items": {
                "$ref": "#/$defs/AWS::AppStream::Stack.AccessEndpoint"
              },
              "type": "array"
            },
            "ApplicationSettings": {
              "$ref": "#/$defs/AWS::AppStream::Stack.ApplicationSettings"
            },
            "AttributesToDelete": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "DeleteStorageConnectors": {
              "type": "boolean"
            },
            "Description": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "EmbedHostDomains": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "FeedbackURL": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RedirectURL": {
              "type": "string"
            },
            "StorageConnectors": {
              "items": {
                "$ref": "#/$defs/AWS::AppStream::Stack.StorageConnector"
              },
              "type": "array"
            },
            "StreamingExperienceSettings": {
              "$ref": "#/$defs/AWS::AppStream::Stack.StreamingExperienceSettings"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UserSettings": {
              "items": {
                "$ref": "#/$defs/AWS::AppStream::Stack.UserSetting"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppStream::Stack"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::Stack.AccessEndpoint": {
      "type": "object",
      "properties": {
        "EndpointType": {
          "type": "string"
        },
        "VpceId": {
          "type": "string"
        }
      },
      "required": [
        "EndpointType",
        "VpceId"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::Stack.ApplicationSettings": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "SettingsGroup": {
          "type": "string"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::Stack.StorageConnector": {
      "type": "object",
      "properties": {
        "ConnectorType": {
          "type": "string"
        },
        "Domains": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ResourceIdentifier": {
          "type": "string"
        }
      },
      "required": [
        "ConnectorType"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::Stack.StreamingExperienceSettings": {
      "type": "object",
      "properties": {
        "PreferredProtocol": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppStream::Stack.UserSetting": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "MaximumLength": {
          "type": "number"
        },
        "Permission": {
          "type": "string"
        }
      },
      "required": [
        "Action",
        "Permission"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::StackFleetAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FleetName": {
              "type": "string"
            },
            "StackName": {
              "type": "string"
            }
          },
          "required": [
            "FleetName",
            "StackName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppStream::StackFleetAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::StackUserAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthenticationType": {
              "type": "string"
            },
            "SendEmailNotification": {
              "type": "boolean"
            },
            "StackName": {
              "type": "string"
            },
            "UserName": {
              "type": "string"
            }
          },
          "required": [
            "AuthenticationType",
            "StackName",
            "UserName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppStream::StackUserAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppStream::User": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthenticationType": {
              "type": "string"
            },
            "FirstName": {
              "type": "string"
            },
            "LastName": {
              "type": "string"
            },
            "MessageAction": {
              "type": "string"
            },
            "UserName": {
              "type": "string"
            }
          },
          "required": [
            "AuthenticationType",
            "UserName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppStream::User"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::ApiCache": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiCachingBehavior": {
              "type": "string"
            },
            "ApiId": {
              "type": "string"
            },
            "AtRestEncryptionEnabled": {
              "type": "boolean"
            },
            "HealthMetricsConfig": {
              "type": "string"
            },
            "TransitEncryptionEnabled": {
              "type": "boolean"
            },
            "Ttl": {
              "type": "number"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "ApiCachingBehavior",
            "ApiId",
            "Ttl",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppSync::ApiCache"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::ApiKey": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiId": {
              "type": "string"
            },
            "ApiKeyId": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Expires": {
              "type": "number"
            }
          },
          "required": [
            "ApiId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppSync::ApiKey"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::DataSource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiId": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DynamoDBConfig": {
              "$ref": "#/$defs/AWS::AppSync::DataSource.DynamoDBConfig"
            },
            "ElasticsearchConfig": {
              "$ref": "#/$defs/AWS::AppSync::DataSource.ElasticsearchConfig"
            },
            "EventBridgeConfig": {
              "$ref": "#/$defs/AWS::AppSync::DataSource.EventBridgeConfig"
            },
            "HttpConfig": {
              "$ref": "#/$defs/AWS::AppSync::DataSource.HttpConfig"
            },
            "LambdaConfig": {
              "$ref": "#/$defs/AWS::AppSync::DataSource.LambdaConfig"
            },
            "MetricsConfig": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "OpenSearchServiceConfig": {
              "$ref": "#/$defs/AWS::AppSync::DataSource.OpenSearchServiceConfig"
            },
            "RelationalDatabaseConfig": {
              "$ref": "#/$defs/AWS::AppSync::DataSource.RelationalDatabaseConfig"
            },
            "ServiceRoleArn": {
              "type": "string"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "ApiId",
            "Name",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppSync::DataSource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::DataSource.AuthorizationConfig": {
      "type": "object",
      "properties": {
        "AuthorizationType": {
          "type": "string"
        },
        "AwsIamConfig": {
          "$ref": "#/$defs/AWS::AppSync::DataSource.AwsIamConfig"
        }
      },
      "required": [
        "AuthorizationType"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::DataSource.AwsIamConfig": {
      "type": "object",
      "properties": {
        "SigningRegion": {
          "type": "string"
        },
        "SigningServiceName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppSync::DataSource.DeltaSyncConfig": {
      "type": "object",
      "properties": {
        "BaseTableTTL": {
          "type": "string"
        },
        "DeltaSyncTableName": {
          "type": "string"
        },
        "DeltaSyncTableTTL": {
          "type": "string"
        }
      },
      "required": [
        "BaseTableTTL",
        "DeltaSyncTableName",
        "DeltaSyncTableTTL"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::DataSource.DynamoDBConfig": {
      "type": "object",
      "properties": {
        "AwsRegion": {
          "type": "string"
        },
        "DeltaSyncConfig": {
          "$ref": "#/$defs/AWS::AppSync::DataSource.DeltaSyncConfig"
        },
        "TableName": {
          "type": "string"
        },
        "UseCallerCredentials": {
          "type": "boolean"
        },
        "Versioned": {
          "type": "boolean"
        }
      },
      "required": [
        "AwsRegion",
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::DataSource.ElasticsearchConfig": {
      "type": "object",
      "properties": {
        "AwsRegion": {
          "type": "string"
        },
        "Endpoint": {
          "type": "string"
        }
      },
      "required": [
        "AwsRegion",
        "Endpoint"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::DataSource.EventBridgeConfig": {
      "type": "object",
      "properties": {
        "EventBusArn": {
          "type": "string"
        }
      },
      "required": [
        "EventBusArn"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::DataSource.HttpConfig": {
      "type": "object",
      "properties": {
        "AuthorizationConfig": {
          "$ref": "#/$defs/AWS::AppSync::DataSource.AuthorizationConfig"
        },
        "Endpoint": {
          "type": "string"
        }
      },
      "required": [
        "Endpoint"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::DataSource.LambdaConfig": {
      "type": "object",
      "properties": {
        "LambdaFunctionArn": {
          "type": "string"
        }
      },
      "required": [
        "LambdaFunctionArn"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::DataSource.OpenSearchServiceConfig": {
      "type": "object",
      "properties": {
        "AwsRegion": {
          "type": "string"
        },
        "Endpoint": {
          "type": "string"
        }
      },
      "required": [
        "AwsRegion",
        "Endpoint"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::DataSource.RdsHttpEndpointConfig": {
      "type": "object",
      "properties": {
        "AwsRegion": {
          "type": "string"
        },
        "AwsSecretStoreArn": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "DbClusterIdentifier": {
          "type": "string"
        },
        "Schema": {
          "type": "string"
        }
      },
      "required": [
        "AwsRegion",
        "AwsSecretStoreArn",
        "DbClusterIdentifier"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::DataSource.RelationalDatabaseConfig": {
      "type": "object",
      "properties": {
        "RdsHttpEndpointConfig": {
          "$ref": "#/$defs/AWS::AppSync::DataSource.RdsHttpEndpointConfig"
        },
        "RelationalDatabaseSourceType": {
          "type": "string"
        }
      },
      "required": [
        "RelationalDatabaseSourceType"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::DomainName": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CertificateArn": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DomainName": {
              "type": "string"
            }
          },
          "required": [
            "CertificateArn",
            "DomainName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppSync::DomainName"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::DomainNameApiAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiId": {
              "type": "string"
            },
            "DomainName": {
              "type": "string"
            }
          },
          "required": [
            "ApiId",
            "DomainName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppSync::DomainNameApiAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::FunctionConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiId": {
              "type": "string"
            },
            "Code": {
              "type": "string"
            },
            "CodeS3Location": {
              "type": "string"
            },
            "DataSourceName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "FunctionVersion": {
              "type": "string"
            },
            "MaxBatchSize": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "RequestMappingTemplate": {
              "type": "string"
            },
            "RequestMappingTemplateS3Location": {
              "type": "string"
            },
            "ResponseMappingTemplate": {
              "type": "string"
            },
            "ResponseMappingTemplateS3Location": {
              "type": "string"
            },
            "Runtime": {
              "$ref": "#/$defs/AWS::AppSync::FunctionConfiguration.AppSyncRuntime"
            },
            "SyncConfig": {
              "$ref": "#/$defs/AWS::AppSync::FunctionConfiguration.SyncConfig"
            }
          },
          "required": [
            "ApiId",
            "DataSourceName",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppSync::FunctionConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::FunctionConfiguration.AppSyncRuntime": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "RuntimeVersion": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "RuntimeVersion"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::FunctionConfiguration.LambdaConflictHandlerConfig": {
      "type": "object",
      "properties": {
        "LambdaConflictHandlerArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppSync::FunctionConfiguration.SyncConfig": {
      "type": "object",
      "properties": {
        "ConflictDetection": {
          "type": "string"
        },
        "ConflictHandler": {
          "type": "string"
        },
        "LambdaConflictHandlerConfig": {
          "$ref": "#/$defs/AWS::AppSync::FunctionConfiguration.LambdaConflictHandlerConfig"
        }
      },
      "required": [
        "ConflictDetection"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::GraphQLApi": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdditionalAuthenticationProviders": {
              "items": {
                "$ref": "#/$defs/AWS::AppSync::GraphQLApi.AdditionalAuthenticationProvider"
              },
              "type": "array"
            },
            "ApiType": {
              "type": "string"
            },
            "AuthenticationType": {
              "type": "string"
            },
            "EnhancedMetricsConfig": {
              "$ref": "#/$defs/AWS::AppSync::GraphQLApi.EnhancedMetricsConfig"
            },
            "EnvironmentVariables": {
              "type": "object"
            },
            "IntrospectionConfig": {
              "type": "string"
            },
            "LambdaAuthorizerConfig": {
              "$ref": "#/$defs/AWS::AppSync::GraphQLApi.LambdaAuthorizerConfig"
            },
            "LogConfig": {
              "$ref": "#/$defs/AWS::AppSync::GraphQLApi.LogConfig"
            },
            "MergedApiExecutionRoleArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "OpenIDConnectConfig": {
              "$ref": "#/$defs/AWS::AppSync::GraphQLApi.OpenIDConnectConfig"
            },
            "OwnerContact": {
              "type": "string"
            },
            "QueryDepthLimit": {
              "type": "number"
            },
            "ResolverCountLimit": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UserPoolConfig": {
              "$ref": "#/$defs/AWS::AppSync::GraphQLApi.UserPoolConfig"
            },
            "Visibility": {
              "type": "string"
            },
            "XrayEnabled": {
              "type": "boolean"
            }
          },
          "required": [
            "AuthenticationType",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppSync::GraphQLApi"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::GraphQLApi.AdditionalAuthenticationProvider": {
      "type": "object",
      "properties": {
        "AuthenticationType": {
          "type": "string"
        },
        "LambdaAuthorizerConfig": {
          "$ref": "#/$defs/AWS::AppSync::GraphQLApi.LambdaAuthorizerConfig"
        },
        "OpenIDConnectConfig": {
          "$ref": "#/$defs/AWS::AppSync::GraphQLApi.OpenIDConnectConfig"
        },
        "UserPoolConfig": {
          "$ref": "#/$defs/AWS::AppSync::GraphQLApi.CognitoUserPoolConfig"
        }
      },
      "required": [
        "AuthenticationType"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::GraphQLApi.CognitoUserPoolConfig": {
      "type": "object",
      "properties": {
        "AppIdClientRegex": {
          "type": "string"
        },
        "AwsRegion": {
          "type": "string"
        },
        "UserPoolId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppSync::GraphQLApi.EnhancedMetricsConfig": {
      "type": "object",
      "properties": {
        "DataSourceLevelMetricsBehavior": {
          "type": "string"
        },
        "OperationLevelMetricsConfig": {
          "type": "string"
        },
        "ResolverLevelMetricsBehavior": {
          "type": "string"
        }
      },
      "required": [
        "DataSourceLevelMetricsBehavior",
        "OperationLevelMetricsConfig",
        "ResolverLevelMetricsBehavior"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::GraphQLApi.LambdaAuthorizerConfig": {
      "type": "object",
      "properties": {
        "AuthorizerResultTtlInSeconds": {
          "type": "number"
        },
        "AuthorizerUri": {
          "type": "string"
        },
        "IdentityValidationExpression": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppSync::GraphQLApi.LogConfig": {
      "type": "object",
      "properties": {
        "CloudWatchLogsRoleArn": {
          "type": "string"
        },
        "ExcludeVerboseContent": {
          "type": "boolean"
        },
        "FieldLogLevel": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppSync::GraphQLApi.OpenIDConnectConfig": {
      "type": "object",
      "properties": {
        "AuthTTL": {
          "type": "number"
        },
        "ClientId": {
          "type": "string"
        },
        "IatTTL": {
          "type": "number"
        },
        "Issuer": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppSync::GraphQLApi.UserPoolConfig": {
      "type": "object",
      "properties": {
        "AppIdClientRegex": {
          "type": "string"
        },
        "AwsRegion": {
          "type": "string"
        },
        "DefaultAction": {
          "type": "string"
        },
        "UserPoolId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppSync::GraphQLSchema": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiId": {
              "type": "string"
            },
            "Definition": {
              "type": "string"
            },
            "DefinitionS3Location": {
              "type": "string"
            }
          },
          "required": [
            "ApiId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppSync::GraphQLSchema"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::Resolver": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiId": {
              "type": "string"
            },
            "CachingConfig": {
              "$ref": "#/$defs/AWS::AppSync::Resolver.CachingConfig"
            },
            "Code": {
              "type": "string"
            },
            "CodeS3Location": {
              "type": "string"
            },
            "DataSourceName": {
              "type": "string"
            },
            "FieldName": {
              "type": "string"
            },
            "Kind": {
              "type": "string"
            },
            "MaxBatchSize": {
              "type": "number"
            },
            "MetricsConfig": {
              "type": "string"
            },
            "PipelineConfig": {
              "$ref": "#/$defs/AWS::AppSync::Resolver.PipelineConfig"
            },
            "RequestMappingTemplate": {
              "type": "string"
            },
            "RequestMappingTemplateS3Location": {
              "type": "string"
            },
            "ResponseMappingTemplate": {
              "type": "string"
            },
            "ResponseMappingTemplateS3Location": {
              "type": "string"
            },
            "Runtime": {
              "$ref": "#/$defs/AWS::AppSync::Resolver.AppSyncRuntime"
            },
            "SyncConfig": {
              "$ref": "#/$defs/AWS::AppSync::Resolver.SyncConfig"
            },
            "TypeName": {
              "type": "string"
            }
          },
          "required": [
            "ApiId",
            "FieldName",
            "TypeName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppSync::Resolver"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::Resolver.AppSyncRuntime": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "RuntimeVersion": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "RuntimeVersion"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::Resolver.CachingConfig": {
      "type": "object",
      "properties": {
        "CachingKeys": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Ttl": {
          "type": "number"
        }
      },
      "required": [
        "Ttl"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::Resolver.LambdaConflictHandlerConfig": {
      "type": "object",
      "properties": {
        "LambdaConflictHandlerArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppSync::Resolver.PipelineConfig": {
      "type": "object",
      "properties": {
        "Functions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::AppSync::Resolver.SyncConfig": {
      "type": "object",
      "properties": {
        "ConflictDetection": {
          "type": "string"
        },
        "ConflictHandler": {
          "type": "string"
        },
        "LambdaConflictHandlerConfig": {
          "$ref": "#/$defs/AWS::AppSync::Resolver.LambdaConflictHandlerConfig"
        }
      },
      "required": [
        "ConflictDetection"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::SourceApiAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "MergedApiIdentifier": {
              "type": "string"
            },
            "SourceApiAssociationConfig": {
              "$ref": "#/$defs/AWS::AppSync::SourceApiAssociation.SourceApiAssociationConfig"
            },
            "SourceApiIdentifier": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AppSync::SourceApiAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::AppSync::SourceApiAssociation.SourceApiAssociationConfig": {
      "type": "object",
      "properties": {
        "MergeType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApplicationAutoScaling::ScalableTarget": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MaxCapacity": {
              "type": "number"
            },
            "MinCapacity": {
              "type": "number"
            },
            "ResourceId": {
              "type": "string"
            },
            "RoleARN": {
              "type": "string"
            },
            "ScalableDimension": {
              "type": "string"
            },
            "ScheduledActions": {
              "items": {
                "$ref": "#/$defs/AWS::ApplicationAutoScaling::ScalableTarget.ScheduledAction"
              },
              "type": "array"
            },
            "ServiceNamespace": {
              "type": "string"
            },
            "SuspendedState": {
              "$ref": "#/$defs/AWS::ApplicationAutoScaling::ScalableTarget.SuspendedState"
            }
          },
          "required": [
            "MaxCapacity",
            "MinCapacity",
            "ResourceId",
            "ScalableDimension",
            "ServiceNamespace"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApplicationAutoScaling::ScalableTarget"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationAutoScaling::ScalableTarget.ScalableTargetAction": {
      "type": "object",
      "properties": {
        "MaxCapacity": {
          "type": "number"
        },
        "MinCapacity": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApplicationAutoScaling::ScalableTarget.ScheduledAction": {
      "type": "object",
      "properties": {
        "EndTime": {
          "type": "string"
        },
        "ScalableTargetAction": {
          "$ref": "#/$defs/AWS::ApplicationAutoScaling::ScalableTarget.ScalableTargetAction"
        },
        "Schedule": {
          "type": "string"
        },
        "ScheduledActionName": {
          "type": "string"
        },
        "StartTime": {
          "type": "string"
        },
        "Timezone": {
          "type": "string"
        }
      },
      "required": [
        "Schedule",
        "ScheduledActionName"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationAutoScaling::ScalableTarget.SuspendedState": {
      "type": "object",
      "properties": {
        "DynamicScalingInSuspended": {
          "type": "boolean"
        },
        "DynamicScalingOutSuspended": {
          "type": "boolean"
        },
        "ScheduledScalingSuspended": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApplicationAutoScaling::ScalingPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PolicyName": {
              "type": "string"
            },
            "PolicyType": {
              "type": "string"
            },
            "ResourceId": {
              "type": "string"
            },
            "ScalableDimension": {
              "type": "string"
            },
            "ScalingTargetId": {
              "type": "string"
            },
            "ServiceNamespace": {
              "type": "string"
            },
            "StepScalingPolicyConfiguration": {
              "$ref": "#/$defs/AWS::ApplicationAutoScaling::ScalingPolicy.StepScalingPolicyConfiguration"
            },
            "TargetTrackingScalingPolicyConfiguration": {
              "$ref": "#/$defs/AWS::ApplicationAutoScaling::ScalingPolicy.TargetTrackingScalingPolicyConfiguration"
            }
          },
          "required": [
            "PolicyName",
            "PolicyType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApplicationAutoScaling::ScalingPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationAutoScaling::ScalingPolicy.CustomizedMetricSpecification": {
      "type": "object",
      "properties": {
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationAutoScaling::ScalingPolicy.MetricDimension"
          },
          "type": "array"
        },
        "MetricName": {
          "type": "string"
        },
        "Metrics": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationAutoScaling::ScalingPolicy.TargetTrackingMetricDataQuery"
          },
          "type": "array"
        },
        "Namespace": {
          "type": "string"
        },
        "Statistic": {
          "type": "string"
        },
        "Unit": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApplicationAutoScaling::ScalingPolicy.MetricDimension": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationAutoScaling::ScalingPolicy.PredefinedMetricSpecification": {
      "type": "object",
      "properties": {
        "PredefinedMetricType": {
          "type": "string"
        },
        "ResourceLabel": {
          "type": "string"
        }
      },
      "required": [
        "PredefinedMetricType"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationAutoScaling::ScalingPolicy.StepAdjustment": {
      "type": "object",
      "properties": {
        "MetricIntervalLowerBound": {
          "type": "number"
        },
        "MetricIntervalUpperBound": {
          "type": "number"
        },
        "ScalingAdjustment": {
          "type": "number"
        }
      },
      "required": [
        "ScalingAdjustment"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationAutoScaling::ScalingPolicy.StepScalingPolicyConfiguration": {
      "type": "object",
      "properties": {
        "AdjustmentType": {
          "type": "string"
        },
        "Cooldown": {
          "type": "number"
        },
        "MetricAggregationType": {
          "type": "string"
        },
        "MinAdjustmentMagnitude": {
          "type": "number"
        },
        "StepAdjustments": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationAutoScaling::ScalingPolicy.StepAdjustment"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApplicationAutoScaling::ScalingPolicy.TargetTrackingMetric": {
      "type": "object",
      "properties": {
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationAutoScaling::ScalingPolicy.TargetTrackingMetricDimension"
          },
          "type": "array"
        },
        "MetricName": {
          "type": "string"
        },
        "Namespace": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApplicationAutoScaling::ScalingPolicy.TargetTrackingMetricDataQuery": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "Label": {
          "type": "string"
        },
        "MetricStat": {
          "$ref": "#/$defs/AWS::ApplicationAutoScaling::ScalingPolicy.TargetTrackingMetricStat"
        },
        "ReturnData": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApplicationAutoScaling::ScalingPolicy.TargetTrackingMetricDimension": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApplicationAutoScaling::ScalingPolicy.TargetTrackingMetricStat": {
      "type": "object",
      "properties": {
        "Metric": {
          "$ref": "#/$defs/AWS::ApplicationAutoScaling::ScalingPolicy.TargetTrackingMetric"
        },
        "Stat": {
          "type": "string"
        },
        "Unit": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApplicationAutoScaling::ScalingPolicy.TargetTrackingScalingPolicyConfiguration": {
      "type": "object",
      "properties": {
        "CustomizedMetricSpecification": {
          "$ref": "#/$defs/AWS::ApplicationAutoScaling::ScalingPolicy.CustomizedMetricSpecification"
        },
        "DisableScaleIn": {
          "type": "boolean"
        },
        "PredefinedMetricSpecification": {
          "$ref": "#/$defs/AWS::ApplicationAutoScaling::ScalingPolicy.PredefinedMetricSpecification"
        },
        "ScaleInCooldown": {
          "type": "number"
        },
        "ScaleOutCooldown": {
          "type": "number"
        },
        "TargetValue": {
          "type": "number"
        }
      },
      "required": [
        "TargetValue"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AttachMissingPermission": {
              "type": "boolean"
            },
            "AutoConfigurationEnabled": {
              "type": "boolean"
            },
            "CWEMonitorEnabled": {
              "type": "boolean"
            },
            "ComponentMonitoringSettings": {
              "items": {
                "$ref": "#/$defs/AWS::ApplicationInsights::Application.ComponentMonitoringSetting"
              },
              "type": "array"
            },
            "CustomComponents": {
              "items": {
                "$ref": "#/$defs/AWS::ApplicationInsights::Application.CustomComponent"
              },
              "type": "array"
            },
            "GroupingType": {
              "type": "string"
            },
            "LogPatternSets": {
              "items": {
                "$ref": "#/$defs/AWS::ApplicationInsights::Application.LogPatternSet"
              },
              "type": "array"
            },
            "OpsCenterEnabled": {
              "type": "boolean"
            },
            "OpsItemSNSTopicArn": {
              "type": "string"
            },
            "ResourceGroupName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ResourceGroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ApplicationInsights::Application"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.Alarm": {
      "type": "object",
      "properties": {
        "AlarmName": {
          "type": "string"
        },
        "Severity": {
          "type": "string"
        }
      },
      "required": [
        "AlarmName"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.AlarmMetric": {
      "type": "object",
      "properties": {
        "AlarmMetricName": {
          "type": "string"
        }
      },
      "required": [
        "AlarmMetricName"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.ComponentConfiguration": {
      "type": "object",
      "properties": {
        "ConfigurationDetails": {
          "$ref": "#/$defs/AWS::ApplicationInsights::Application.ConfigurationDetails"
        },
        "SubComponentTypeConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationInsights::Application.SubComponentTypeConfiguration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.ComponentMonitoringSetting": {
      "type": "object",
      "properties": {
        "ComponentARN": {
          "type": "string"
        },
        "ComponentConfigurationMode": {
          "type": "string"
        },
        "ComponentName": {
          "type": "string"
        },
        "CustomComponentConfiguration": {
          "$ref": "#/$defs/AWS::ApplicationInsights::Application.ComponentConfiguration"
        },
        "DefaultOverwriteComponentConfiguration": {
          "$ref": "#/$defs/AWS::ApplicationInsights::Application.ComponentConfiguration"
        },
        "Tier": {
          "type": "string"
        }
      },
      "required": [
        "ComponentConfigurationMode",
        "Tier"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.ConfigurationDetails": {
      "type": "object",
      "properties": {
        "AlarmMetrics": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationInsights::Application.AlarmMetric"
          },
          "type": "array"
        },
        "Alarms": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationInsights::Application.Alarm"
          },
          "type": "array"
        },
        "HAClusterPrometheusExporter": {
          "$ref": "#/$defs/AWS::ApplicationInsights::Application.HAClusterPrometheusExporter"
        },
        "HANAPrometheusExporter": {
          "$ref": "#/$defs/AWS::ApplicationInsights::Application.HANAPrometheusExporter"
        },
        "JMXPrometheusExporter": {
          "$ref": "#/$defs/AWS::ApplicationInsights::Application.JMXPrometheusExporter"
        },
        "Logs": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationInsights::Application.Log"
          },
          "type": "array"
        },
        "NetWeaverPrometheusExporter": {
          "$ref": "#/$defs/AWS::ApplicationInsights::Application.NetWeaverPrometheusExporter"
        },
        "Processes": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationInsights::Application.Process"
          },
          "type": "array"
        },
        "SQLServerPrometheusExporter": {
          "$ref": "#/$defs/AWS::ApplicationInsights::Application.SQLServerPrometheusExporter"
        },
        "WindowsEvents": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationInsights::Application.WindowsEvent"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.CustomComponent": {
      "type": "object",
      "properties": {
        "ComponentName": {
          "type": "string"
        },
        "ResourceList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "ComponentName",
        "ResourceList"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.HAClusterPrometheusExporter": {
      "type": "object",
      "properties": {
        "PrometheusPort": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.HANAPrometheusExporter": {
      "type": "object",
      "properties": {
        "AgreeToInstallHANADBClient": {
          "type": "boolean"
        },
        "HANAPort": {
          "type": "string"
        },
        "HANASID": {
          "type": "string"
        },
        "HANASecretName": {
          "type": "string"
        },
        "PrometheusPort": {
          "type": "string"
        }
      },
      "required": [
        "AgreeToInstallHANADBClient",
        "HANAPort",
        "HANASID",
        "HANASecretName"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.JMXPrometheusExporter": {
      "type": "object",
      "properties": {
        "HostPort": {
          "type": "string"
        },
        "JMXURL": {
          "type": "string"
        },
        "PrometheusPort": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.Log": {
      "type": "object",
      "properties": {
        "Encoding": {
          "type": "string"
        },
        "LogGroupName": {
          "type": "string"
        },
        "LogPath": {
          "type": "string"
        },
        "LogType": {
          "type": "string"
        },
        "PatternSet": {
          "type": "string"
        }
      },
      "required": [
        "LogType"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.LogPattern": {
      "type": "object",
      "properties": {
        "Pattern": {
          "type": "string"
        },
        "PatternName": {
          "type": "string"
        },
        "Rank": {
          "type": "number"
        }
      },
      "required": [
        "Pattern",
        "PatternName",
        "Rank"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.LogPatternSet": {
      "type": "object",
      "properties": {
        "LogPatterns": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationInsights::Application.LogPattern"
          },
          "type": "array"
        },
        "PatternSetName": {
          "type": "string"
        }
      },
      "required": [
        "LogPatterns",
        "PatternSetName"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.NetWeaverPrometheusExporter": {
      "type": "object",
      "properties": {
        "InstanceNumbers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PrometheusPort": {
          "type": "string"
        },
        "SAPSID": {
          "type": "string"
        }
      },
      "required": [
        "InstanceNumbers",
        "SAPSID"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.Process": {
      "type": "object",
      "properties": {
        "AlarmMetrics": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationInsights::Application.AlarmMetric"
          },
          "type": "array"
        },
        "ProcessName": {
          "type": "string"
        }
      },
      "required": [
        "AlarmMetrics",
        "ProcessName"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.SQLServerPrometheusExporter": {
      "type": "object",
      "properties": {
        "PrometheusPort": {
          "type": "string"
        },
        "SQLSecretName": {
          "type": "string"
        }
      },
      "required": [
        "PrometheusPort",
        "SQLSecretName"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.SubComponentConfigurationDetails": {
      "type": "object",
      "properties": {
        "AlarmMetrics": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationInsights::Application.AlarmMetric"
          },
          "type": "array"
        },
        "Logs": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationInsights::Application.Log"
          },
          "type": "array"
        },
        "Processes": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationInsights::Application.Process"
          },
          "type": "array"
        },
        "WindowsEvents": {
          "items": {
            "$ref": "#/$defs/AWS::ApplicationInsights::Application.WindowsEvent"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.SubComponentTypeConfiguration": {
      "type": "object",
      "properties": {
        "SubComponentConfigurationDetails": {
          "$ref": "#/$defs/AWS::ApplicationInsights::Application.SubComponentConfigurationDetails"
        },
        "SubComponentType": {
          "type": "string"
        }
      },
      "required": [
        "SubComponentConfigurationDetails",
        "SubComponentType"
      ],
      "additionalProperties": false
    },
    "AWS::ApplicationInsights::Application.WindowsEvent": {
      "type": "object",
      "properties": {
        "EventLevels": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "EventName": {
          "type": "string"
        },
        "LogGroupName": {
          "type": "string"
        },
        "PatternSet": {
          "type": "string"
        }
      },
      "required": [
        "EventLevels",
        "EventName",
        "LogGroupName"
      ],
      "additionalProperties": false
    },
    "AWS::Athena::CapacityReservation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CapacityAssignmentConfiguration": {
              "$ref": "#/$defs/AWS::Athena::CapacityReservation.CapacityAssignmentConfiguration"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetDpus": {
              "type": "number"
            }
          },
          "required": [
            "Name",
            "TargetDpus"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Athena::CapacityReservation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Athena::CapacityReservation.CapacityAssignment": {
      "type": "object",
      "properties": {
        "WorkgroupNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "WorkgroupNames"
      ],
      "additionalProperties": false
    },
    "AWS::Athena::CapacityReservation.CapacityAssignmentConfiguration": {
      "type": "object",
      "properties": {
        "CapacityAssignments": {
          "items": {
            "$ref": "#/$defs/AWS::Athena::CapacityReservation.CapacityAssignment"
          },
          "type": "array"
        }
      },
      "required": [
        "CapacityAssignments"
      ],
      "additionalProperties": false
    },
    "AWS::Athena::DataCatalog": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Parameters": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Athena::DataCatalog"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Athena::NamedQuery": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Database": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "QueryString": {
              "type": "string"
            },
            "WorkGroup": {
              "type": "string"
            }
          },
          "required": [
            "Database",
            "QueryString"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Athena::NamedQuery"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Athena::PreparedStatement": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "QueryStatement": {
              "type": "string"
            },
            "StatementName": {
              "type": "string"
            },
            "WorkGroup": {
              "type": "string"
            }
          },
          "required": [
            "QueryStatement",
            "StatementName",
            "WorkGroup"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Athena::PreparedStatement"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Athena::WorkGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RecursiveDeleteOption": {
              "type": "boolean"
            },
            "State": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "WorkGroupConfiguration": {
              "$ref": "#/$defs/AWS::Athena::WorkGroup.WorkGroupConfiguration"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Athena::WorkGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Athena::WorkGroup.AclConfiguration": {
      "type": "object",
      "properties": {
        "S3AclOption": {
          "type": "string"
        }
      },
      "required": [
        "S3AclOption"
      ],
      "additionalProperties": false
    },
    "AWS::Athena::WorkGroup.CustomerContentEncryptionConfiguration": {
      "type": "object",
      "properties": {
        "KmsKey": {
          "type": "string"
        }
      },
      "required": [
        "KmsKey"
      ],
      "additionalProperties": false
    },
    "AWS::Athena::WorkGroup.EncryptionConfiguration": {
      "type": "object",
      "properties": {
        "EncryptionOption": {
          "type": "string"
        },
        "KmsKey": {
          "type": "string"
        }
      },
      "required": [
        "EncryptionOption"
      ],
      "additionalProperties": false
    },
    "AWS::Athena::WorkGroup.EngineVersion": {
      "type": "object",
      "properties": {
        "EffectiveEngineVersion": {
          "type": "string"
        },
        "SelectedEngineVersion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Athena::WorkGroup.ResultConfiguration": {
      "type": "object",
      "properties": {
        "AclConfiguration": {
          "$ref": "#/$defs/AWS::Athena::WorkGroup.AclConfiguration"
        },
        "EncryptionConfiguration": {
          "$ref": "#/$defs/AWS::Athena::WorkGroup.EncryptionConfiguration"
        },
        "ExpectedBucketOwner": {
          "type": "string"
        },
        "OutputLocation": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Athena::WorkGroup.WorkGroupConfiguration": {
      "type": "object",
      "properties": {
        "AdditionalConfiguration": {
          "type": "string"
        },
        "BytesScannedCutoffPerQuery": {
          "type": "number"
        },
        "CustomerContentEncryptionConfiguration": {
          "$ref": "#/$defs/AWS::Athena::WorkGroup.CustomerContentEncryptionConfiguration"
        },
        "EnforceWorkGroupConfiguration": {
          "type": "boolean"
        },
        "EngineVersion": {
          "$ref": "#/$defs/AWS::Athena::WorkGroup.EngineVersion"
        },
        "ExecutionRole": {
          "type": "string"
        },
        "PublishCloudWatchMetricsEnabled": {
          "type": "boolean"
        },
        "RequesterPaysEnabled": {
          "type": "boolean"
        },
        "ResultConfiguration": {
          "$ref": "#/$defs/AWS::Athena::WorkGroup.ResultConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::AuditManager::Assessment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssessmentReportsDestination": {
              "$ref": "#/$defs/AWS::AuditManager::Assessment.AssessmentReportsDestination"
            },
            "AwsAccount": {
              "$ref": "#/$defs/AWS::AuditManager::Assessment.AWSAccount"
            },
            "Delegations": {
              "items": {
                "$ref": "#/$defs/AWS::AuditManager::Assessment.Delegation"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "FrameworkId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Roles": {
              "items": {
                "$ref": "#/$defs/AWS::AuditManager::Assessment.Role"
              },
              "type": "array"
            },
            "Scope": {
              "$ref": "#/$defs/AWS::AuditManager::Assessment.Scope"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AuditManager::Assessment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::AuditManager::Assessment.AWSAccount": {
      "type": "object",
      "properties": {
        "EmailAddress": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AuditManager::Assessment.AWSService": {
      "type": "object",
      "properties": {
        "ServiceName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AuditManager::Assessment.AssessmentReportsDestination": {
      "type": "object",
      "properties": {
        "Destination": {
          "type": "string"
        },
        "DestinationType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AuditManager::Assessment.Delegation": {
      "type": "object",
      "properties": {
        "AssessmentId": {
          "type": "string"
        },
        "AssessmentName": {
          "type": "string"
        },
        "Comment": {
          "type": "string"
        },
        "ControlSetId": {
          "type": "string"
        },
        "CreatedBy": {
          "type": "string"
        },
        "CreationTime": {
          "type": "number"
        },
        "Id": {
          "type": "string"
        },
        "LastUpdated": {
          "type": "number"
        },
        "RoleArn": {
          "type": "string"
        },
        "RoleType": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AuditManager::Assessment.Role": {
      "type": "object",
      "properties": {
        "RoleArn": {
          "type": "string"
        },
        "RoleType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AuditManager::Assessment.Scope": {
      "type": "object",
      "properties": {
        "AwsAccounts": {
          "items": {
            "$ref": "#/$defs/AWS::AuditManager::Assessment.AWSAccount"
          },
          "type": "array"
        },
        "AwsServices": {
          "items": {
            "$ref": "#/$defs/AWS::AuditManager::Assessment.AWSService"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "CreationPolicy": {
          "type": "object"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoScalingGroupName": {
              "type": "string"
            },
            "AvailabilityZones": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "CapacityRebalance": {
              "type": "boolean"
            },
            "Context": {
              "type": "string"
            },
            "Cooldown": {
              "type": "string"
            },
            "DefaultInstanceWarmup": {
              "type": "number"
            },
            "DesiredCapacity": {
              "type": "string"
            },
            "DesiredCapacityType": {
              "type": "string"
            },
            "HealthCheckGracePeriod": {
              "type": "number"
            },
            "HealthCheckType": {
              "type": "string"
            },
            "InstanceId": {
              "type": "string"
            },
            "InstanceMaintenancePolicy": {
              "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.InstanceMaintenancePolicy"
            },
            "LaunchConfigurationName": {
              "type": "string"
            },
            "LaunchTemplate": {
              "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.LaunchTemplateSpecification"
            },
            "LifecycleHookSpecificationList": {
              "items": {
                "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.LifecycleHookSpecification"
              },
              "type": "array"
            },
            "LoadBalancerNames": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "MaxInstanceLifetime": {
              "type": "number"
            },
            "MaxSize": {
              "type": "string"
            },
            "MetricsCollection": {
              "items": {
                "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.MetricsCollection"
              },
              "type": "array"
            },
            "MinSize": {
              "type": "string"
            },
            "MixedInstancesPolicy": {
              "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.MixedInstancesPolicy"
            },
            "NewInstancesProtectedFromScaleIn": {
              "type": "boolean"
            },
            "NotificationConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.NotificationConfiguration"
              },
              "type": "array"
            },
            "PlacementGroup": {
              "type": "string"
            },
            "ServiceLinkedRoleARN": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.TagProperty"
              },
              "type": "array"
            },
            "TargetGroupARNs": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "TerminationPolicies": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "VPCZoneIdentifier": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "MaxSize",
            "MinSize"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AutoScaling::AutoScalingGroup"
          ],
          "type": "string"
        },
        "UpdatePolicy": {
          "type": "object"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.AcceleratorCountRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.AcceleratorTotalMemoryMiBRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.BaselineEbsBandwidthMbpsRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.InstanceMaintenancePolicy": {
      "type": "object",
      "properties": {
        "MaxHealthyPercentage": {
          "type": "number"
        },
        "MinHealthyPercentage": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.InstanceRequirements": {
      "type": "object",
      "properties": {
        "AcceleratorCount": {
          "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.AcceleratorCountRequest"
        },
        "AcceleratorManufacturers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AcceleratorNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AcceleratorTotalMemoryMiB": {
          "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.AcceleratorTotalMemoryMiBRequest"
        },
        "AcceleratorTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllowedInstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "BareMetal": {
          "type": "string"
        },
        "BaselineEbsBandwidthMbps": {
          "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.BaselineEbsBandwidthMbpsRequest"
        },
        "BurstablePerformance": {
          "type": "string"
        },
        "CpuManufacturers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ExcludedInstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "InstanceGenerations": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "LocalStorage": {
          "type": "string"
        },
        "LocalStorageTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": {
          "type": "number"
        },
        "MemoryGiBPerVCpu": {
          "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.MemoryGiBPerVCpuRequest"
        },
        "MemoryMiB": {
          "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.MemoryMiBRequest"
        },
        "NetworkBandwidthGbps": {
          "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.NetworkBandwidthGbpsRequest"
        },
        "NetworkInterfaceCount": {
          "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.NetworkInterfaceCountRequest"
        },
        "OnDemandMaxPricePercentageOverLowestPrice": {
          "type": "number"
        },
        "RequireHibernateSupport": {
          "type": "boolean"
        },
        "SpotMaxPricePercentageOverLowestPrice": {
          "type": "number"
        },
        "TotalLocalStorageGB": {
          "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.TotalLocalStorageGBRequest"
        },
        "VCpuCount": {
          "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.VCpuCountRequest"
        }
      },
      "required": [
        "MemoryMiB",
        "VCpuCount"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.InstancesDistribution": {
      "type": "object",
      "properties": {
        "OnDemandAllocationStrategy": {
          "type": "string"
        },
        "OnDemandBaseCapacity": {
          "type": "number"
        },
        "OnDemandPercentageAboveBaseCapacity": {
          "type": "number"
        },
        "SpotAllocationStrategy": {
          "type": "string"
        },
        "SpotInstancePools": {
          "type": "number"
        },
        "SpotMaxPrice": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.LaunchTemplate": {
      "type": "object",
      "properties": {
        "LaunchTemplateSpecification": {
          "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.LaunchTemplateSpecification"
        },
        "Overrides": {
          "items": {
            "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.LaunchTemplateOverrides"
          },
          "type": "array"
        }
      },
      "required": [
        "LaunchTemplateSpecification"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.LaunchTemplateOverrides": {
      "type": "object",
      "properties": {
        "InstanceRequirements": {
          "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.InstanceRequirements"
        },
        "InstanceType": {
          "type": "string"
        },
        "LaunchTemplateSpecification": {
          "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.LaunchTemplateSpecification"
        },
        "WeightedCapacity": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.LaunchTemplateSpecification": {
      "type": "object",
      "properties": {
        "LaunchTemplateId": {
          "type": "string"
        },
        "LaunchTemplateName": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "required": [
        "Version"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.LifecycleHookSpecification": {
      "type": "object",
      "properties": {
        "DefaultResult": {
          "type": "string"
        },
        "HeartbeatTimeout": {
          "type": "number"
        },
        "LifecycleHookName": {
          "type": "string"
        },
        "LifecycleTransition": {
          "type": "string"
        },
        "NotificationMetadata": {
          "type": "string"
        },
        "NotificationTargetARN": {
          "type": "string"
        },
        "RoleARN": {
          "type": "string"
        }
      },
      "required": [
        "LifecycleHookName",
        "LifecycleTransition"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.MemoryGiBPerVCpuRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.MemoryMiBRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.MetricsCollection": {
      "type": "object",
      "properties": {
        "Granularity": {
          "type": "string"
        },
        "Metrics": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Granularity"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.MixedInstancesPolicy": {
      "type": "object",
      "properties": {
        "InstancesDistribution": {
          "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.InstancesDistribution"
        },
        "LaunchTemplate": {
          "$ref": "#/$defs/AWS::AutoScaling::AutoScalingGroup.LaunchTemplate"
        }
      },
      "required": [
        "LaunchTemplate"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.NetworkBandwidthGbpsRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.NetworkInterfaceCountRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.NotificationConfiguration": {
      "type": "object",
      "properties": {
        "NotificationTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TopicARN": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "TopicARN"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.TagProperty": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "PropagateAtLaunch": {
          "type": "boolean"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "PropagateAtLaunch",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.TotalLocalStorageGBRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScaling::AutoScalingGroup.VCpuCountRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScaling::LaunchConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssociatePublicIpAddress": {
              "type": "boolean"
            },
            "BlockDeviceMappings": {
              "items": {
                "$ref": "#/$defs/AWS::AutoScaling::LaunchConfiguration.BlockDeviceMapping"
              },
              "type": "array"
            },
            "ClassicLinkVPCId": {
              "type": "string"
            },
            "ClassicLinkVPCSecurityGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "EbsOptimized": {
              "type": "boolean"
            },
            "IamInstanceProfile": {
              "type": "string"
            },
            "ImageId": {
              "type": "string"
            },
            "InstanceId": {
              "type": "string"
            },
            "InstanceMonitoring": {
              "type": "boolean"
            },
            "InstanceType": {
              "type": "string"
            },
            "KernelId": {
              "type": "string"
            },
            "KeyName": {
              "type": "string"
            },
            "LaunchConfigurationName": {
              "type": "string"
            },
            "MetadataOptions": {
              "$ref": "#/$defs/AWS::AutoScaling::LaunchConfiguration.MetadataOptions"
            },
            "PlacementTenancy": {
              "type": "string"
            },
            "RamDiskId": {
              "type": "string"
            },
            "SecurityGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SpotPrice": {
              "type": "string"
            },
            "UserData": {
              "type": "string"
            }
          },
          "required": [
            "ImageId",
            "InstanceType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AutoScaling::LaunchConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::LaunchConfiguration.BlockDevice": {
      "type": "object",
      "properties": {
        "DeleteOnTermination": {
          "type": "boolean"
        },
        "Encrypted": {
          "type": "boolean"
        },
        "Iops": {
          "type": "number"
        },
        "SnapshotId": {
          "type": "string"
        },
        "Throughput": {
          "type": "number"
        },
        "VolumeSize": {
          "type": "number"
        },
        "VolumeType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScaling::LaunchConfiguration.BlockDeviceMapping": {
      "type": "object",
      "properties": {
        "DeviceName": {
          "type": "string"
        },
        "Ebs": {
          "$ref": "#/$defs/AWS::AutoScaling::LaunchConfiguration.BlockDevice"
        },
        "NoDevice": {
          "type": "boolean"
        },
        "VirtualName": {
          "type": "string"
        }
      },
      "required": [
        "DeviceName"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::LaunchConfiguration.MetadataOptions": {
      "type": "object",
      "properties": {
        "HttpEndpoint": {
          "type": "string"
        },
        "HttpPutResponseHopLimit": {
          "type": "number"
        },
        "HttpTokens": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScaling::LifecycleHook": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoScalingGroupName": {
              "type": "string"
            },
            "DefaultResult": {
              "type": "string"
            },
            "HeartbeatTimeout": {
              "type": "number"
            },
            "LifecycleHookName": {
              "type": "string"
            },
            "LifecycleTransition": {
              "type": "string"
            },
            "NotificationMetadata": {
              "type": "string"
            },
            "NotificationTargetARN": {
              "type": "string"
            },
            "RoleARN": {
              "type": "string"
            }
          },
          "required": [
            "AutoScalingGroupName",
            "LifecycleTransition"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AutoScaling::LifecycleHook"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdjustmentType": {
              "type": "string"
            },
            "AutoScalingGroupName": {
              "type": "string"
            },
            "Cooldown": {
              "type": "string"
            },
            "EstimatedInstanceWarmup": {
              "type": "number"
            },
            "MetricAggregationType": {
              "type": "string"
            },
            "MinAdjustmentMagnitude": {
              "type": "number"
            },
            "PolicyType": {
              "type": "string"
            },
            "PredictiveScalingConfiguration": {
              "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.PredictiveScalingConfiguration"
            },
            "ScalingAdjustment": {
              "type": "number"
            },
            "StepAdjustments": {
              "items": {
                "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.StepAdjustment"
              },
              "type": "array"
            },
            "TargetTrackingConfiguration": {
              "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.TargetTrackingConfiguration"
            }
          },
          "required": [
            "AutoScalingGroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AutoScaling::ScalingPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.CustomizedMetricSpecification": {
      "type": "object",
      "properties": {
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.MetricDimension"
          },
          "type": "array"
        },
        "MetricName": {
          "type": "string"
        },
        "Namespace": {
          "type": "string"
        },
        "Statistic": {
          "type": "string"
        },
        "Unit": {
          "type": "string"
        }
      },
      "required": [
        "MetricName",
        "Namespace",
        "Statistic"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.Metric": {
      "type": "object",
      "properties": {
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.MetricDimension"
          },
          "type": "array"
        },
        "MetricName": {
          "type": "string"
        },
        "Namespace": {
          "type": "string"
        }
      },
      "required": [
        "MetricName",
        "Namespace"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.MetricDataQuery": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "Label": {
          "type": "string"
        },
        "MetricStat": {
          "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.MetricStat"
        },
        "ReturnData": {
          "type": "boolean"
        }
      },
      "required": [
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.MetricDimension": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.MetricStat": {
      "type": "object",
      "properties": {
        "Metric": {
          "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.Metric"
        },
        "Stat": {
          "type": "string"
        },
        "Unit": {
          "type": "string"
        }
      },
      "required": [
        "Metric",
        "Stat"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.PredefinedMetricSpecification": {
      "type": "object",
      "properties": {
        "PredefinedMetricType": {
          "type": "string"
        },
        "ResourceLabel": {
          "type": "string"
        }
      },
      "required": [
        "PredefinedMetricType"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.PredictiveScalingConfiguration": {
      "type": "object",
      "properties": {
        "MaxCapacityBreachBehavior": {
          "type": "string"
        },
        "MaxCapacityBuffer": {
          "type": "number"
        },
        "MetricSpecifications": {
          "items": {
            "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.PredictiveScalingMetricSpecification"
          },
          "type": "array"
        },
        "Mode": {
          "type": "string"
        },
        "SchedulingBufferTime": {
          "type": "number"
        }
      },
      "required": [
        "MetricSpecifications"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.PredictiveScalingCustomizedCapacityMetric": {
      "type": "object",
      "properties": {
        "MetricDataQueries": {
          "items": {
            "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.MetricDataQuery"
          },
          "type": "array"
        }
      },
      "required": [
        "MetricDataQueries"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.PredictiveScalingCustomizedLoadMetric": {
      "type": "object",
      "properties": {
        "MetricDataQueries": {
          "items": {
            "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.MetricDataQuery"
          },
          "type": "array"
        }
      },
      "required": [
        "MetricDataQueries"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.PredictiveScalingCustomizedScalingMetric": {
      "type": "object",
      "properties": {
        "MetricDataQueries": {
          "items": {
            "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.MetricDataQuery"
          },
          "type": "array"
        }
      },
      "required": [
        "MetricDataQueries"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.PredictiveScalingMetricSpecification": {
      "type": "object",
      "properties": {
        "CustomizedCapacityMetricSpecification": {
          "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.PredictiveScalingCustomizedCapacityMetric"
        },
        "CustomizedLoadMetricSpecification": {
          "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.PredictiveScalingCustomizedLoadMetric"
        },
        "CustomizedScalingMetricSpecification": {
          "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.PredictiveScalingCustomizedScalingMetric"
        },
        "PredefinedLoadMetricSpecification": {
          "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.PredictiveScalingPredefinedLoadMetric"
        },
        "PredefinedMetricPairSpecification": {
          "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.PredictiveScalingPredefinedMetricPair"
        },
        "PredefinedScalingMetricSpecification": {
          "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.PredictiveScalingPredefinedScalingMetric"
        },
        "TargetValue": {
          "type": "number"
        }
      },
      "required": [
        "TargetValue"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.PredictiveScalingPredefinedLoadMetric": {
      "type": "object",
      "properties": {
        "PredefinedMetricType": {
          "type": "string"
        },
        "ResourceLabel": {
          "type": "string"
        }
      },
      "required": [
        "PredefinedMetricType"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.PredictiveScalingPredefinedMetricPair": {
      "type": "object",
      "properties": {
        "PredefinedMetricType": {
          "type": "string"
        },
        "ResourceLabel": {
          "type": "string"
        }
      },
      "required": [
        "PredefinedMetricType"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.PredictiveScalingPredefinedScalingMetric": {
      "type": "object",
      "properties": {
        "PredefinedMetricType": {
          "type": "string"
        },
        "ResourceLabel": {
          "type": "string"
        }
      },
      "required": [
        "PredefinedMetricType"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.StepAdjustment": {
      "type": "object",
      "properties": {
        "MetricIntervalLowerBound": {
          "type": "number"
        },
        "MetricIntervalUpperBound": {
          "type": "number"
        },
        "ScalingAdjustment": {
          "type": "number"
        }
      },
      "required": [
        "ScalingAdjustment"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScalingPolicy.TargetTrackingConfiguration": {
      "type": "object",
      "properties": {
        "CustomizedMetricSpecification": {
          "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.CustomizedMetricSpecification"
        },
        "DisableScaleIn": {
          "type": "boolean"
        },
        "PredefinedMetricSpecification": {
          "$ref": "#/$defs/AWS::AutoScaling::ScalingPolicy.PredefinedMetricSpecification"
        },
        "TargetValue": {
          "type": "number"
        }
      },
      "required": [
        "TargetValue"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::ScheduledAction": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoScalingGroupName": {
              "type": "string"
            },
            "DesiredCapacity": {
              "type": "number"
            },
            "EndTime": {
              "type": "string"
            },
            "MaxSize": {
              "type": "number"
            },
            "MinSize": {
              "type": "number"
            },
            "Recurrence": {
              "type": "string"
            },
            "StartTime": {
              "type": "string"
            },
            "TimeZone": {
              "type": "string"
            }
          },
          "required": [
            "AutoScalingGroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AutoScaling::ScheduledAction"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::WarmPool": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoScalingGroupName": {
              "type": "string"
            },
            "InstanceReusePolicy": {
              "$ref": "#/$defs/AWS::AutoScaling::WarmPool.InstanceReusePolicy"
            },
            "MaxGroupPreparedCapacity": {
              "type": "number"
            },
            "MinSize": {
              "type": "number"
            },
            "PoolState": {
              "type": "string"
            }
          },
          "required": [
            "AutoScalingGroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AutoScaling::WarmPool"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScaling::WarmPool.InstanceReusePolicy": {
      "type": "object",
      "properties": {
        "ReuseOnScaleIn": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScalingPlans::ScalingPlan": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationSource": {
              "$ref": "#/$defs/AWS::AutoScalingPlans::ScalingPlan.ApplicationSource"
            },
            "ScalingInstructions": {
              "items": {
                "$ref": "#/$defs/AWS::AutoScalingPlans::ScalingPlan.ScalingInstruction"
              },
              "type": "array"
            }
          },
          "required": [
            "ApplicationSource",
            "ScalingInstructions"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::AutoScalingPlans::ScalingPlan"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScalingPlans::ScalingPlan.ApplicationSource": {
      "type": "object",
      "properties": {
        "CloudFormationStackARN": {
          "type": "string"
        },
        "TagFilters": {
          "items": {
            "$ref": "#/$defs/AWS::AutoScalingPlans::ScalingPlan.TagFilter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::AutoScalingPlans::ScalingPlan.CustomizedLoadMetricSpecification": {
      "type": "object",
      "properties": {
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::AutoScalingPlans::ScalingPlan.MetricDimension"
          },
          "type": "array"
        },
        "MetricName": {
          "type": "string"
        },
        "Namespace": {
          "type": "string"
        },
        "Statistic": {
          "type": "string"
        },
        "Unit": {
          "type": "string"
        }
      },
      "required": [
        "MetricName",
        "Namespace",
        "Statistic"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScalingPlans::ScalingPlan.CustomizedScalingMetricSpecification": {
      "type": "object",
      "properties": {
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::AutoScalingPlans::ScalingPlan.MetricDimension"
          },
          "type": "array"
        },
        "MetricName": {
          "type": "string"
        },
        "Namespace": {
          "type": "string"
        },
        "Statistic": {
          "type": "string"
        },
        "Unit": {
          "type": "string"
        }
      },
      "required": [
        "MetricName",
        "Namespace",
        "Statistic"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScalingPlans::ScalingPlan.MetricDimension": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScalingPlans::ScalingPlan.PredefinedLoadMetricSpecification": {
      "type": "object",
      "properties": {
        "PredefinedLoadMetricType": {
          "type": "string"
        },
        "ResourceLabel": {
          "type": "string"
        }
      },
      "required": [
        "PredefinedLoadMetricType"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScalingPlans::ScalingPlan.PredefinedScalingMetricSpecification": {
      "type": "object",
      "properties": {
        "PredefinedScalingMetricType": {
          "type": "string"
        },
        "ResourceLabel": {
          "type": "string"
        }
      },
      "required": [
        "PredefinedScalingMetricType"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScalingPlans::ScalingPlan.ScalingInstruction": {
      "type": "object",
      "properties": {
        "CustomizedLoadMetricSpecification": {
          "$ref": "#/$defs/AWS::AutoScalingPlans::ScalingPlan.CustomizedLoadMetricSpecification"
        },
        "DisableDynamicScaling": {
          "type": "boolean"
        },
        "MaxCapacity": {
          "type": "number"
        },
        "MinCapacity": {
          "type": "number"
        },
        "PredefinedLoadMetricSpecification": {
          "$ref": "#/$defs/AWS::AutoScalingPlans::ScalingPlan.PredefinedLoadMetricSpecification"
        },
        "PredictiveScalingMaxCapacityBehavior": {
          "type": "string"
        },
        "PredictiveScalingMaxCapacityBuffer": {
          "type": "number"
        },
        "PredictiveScalingMode": {
          "type": "string"
        },
        "ResourceId": {
          "type": "string"
        },
        "ScalableDimension": {
          "type": "string"
        },
        "ScalingPolicyUpdateBehavior": {
          "type": "string"
        },
        "ScheduledActionBufferTime": {
          "type": "number"
        },
        "ServiceNamespace": {
          "type": "string"
        },
        "TargetTrackingConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::AutoScalingPlans::ScalingPlan.TargetTrackingConfiguration"
          },
          "type": "array"
        }
      },
      "required": [
        "MaxCapacity",
        "MinCapacity",
        "ResourceId",
        "ScalableDimension",
        "ServiceNamespace",
        "TargetTrackingConfigurations"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScalingPlans::ScalingPlan.TagFilter": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Key"
      ],
      "additionalProperties": false
    },
    "AWS::AutoScalingPlans::ScalingPlan.TargetTrackingConfiguration": {
      "type": "object",
      "properties": {
        "CustomizedScalingMetricSpecification": {
          "$ref": "#/$defs/AWS::AutoScalingPlans::ScalingPlan.CustomizedScalingMetricSpecification"
        },
        "DisableScaleIn": {
          "type": "boolean"
        },
        "EstimatedInstanceWarmup": {
          "type": "number"
        },
        "PredefinedScalingMetricSpecification": {
          "$ref": "#/$defs/AWS::AutoScalingPlans::ScalingPlan.PredefinedScalingMetricSpecification"
        },
        "ScaleInCooldown": {
          "type": "number"
        },
        "ScaleOutCooldown": {
          "type": "number"
        },
        "TargetValue": {
          "type": "number"
        }
      },
      "required": [
        "TargetValue"
      ],
      "additionalProperties": false
    },
    "AWS::B2BI::Capability": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Configuration": {
              "$ref": "#/$defs/AWS::B2BI::Capability.CapabilityConfiguration"
            },
            "InstructionsDocuments": {
              "items": {
                "$ref": "#/$defs/AWS::B2BI::Capability.S3Location"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Configuration",
            "Name",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::B2BI::Capability"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::B2BI::Capability.CapabilityConfiguration": {
      "type": "object",
      "properties": {
        "Edi": {
          "$ref": "#/$defs/AWS::B2BI::Capability.EdiConfiguration"
        }
      },
      "required": [
        "Edi"
      ],
      "additionalProperties": false
    },
    "AWS::B2BI::Capability.EdiConfiguration": {
      "type": "object",
      "properties": {
        "InputLocation": {
          "$ref": "#/$defs/AWS::B2BI::Capability.S3Location"
        },
        "OutputLocation": {
          "$ref": "#/$defs/AWS::B2BI::Capability.S3Location"
        },
        "TransformerId": {
          "type": "string"
        },
        "Type": {
          "$ref": "#/$defs/AWS::B2BI::Capability.EdiType"
        }
      },
      "required": [
        "InputLocation",
        "OutputLocation",
        "TransformerId",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::B2BI::Capability.EdiType": {
      "type": "object",
      "properties": {
        "X12Details": {
          "$ref": "#/$defs/AWS::B2BI::Capability.X12Details"
        }
      },
      "required": [
        "X12Details"
      ],
      "additionalProperties": false
    },
    "AWS::B2BI::Capability.S3Location": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::B2BI::Capability.X12Details": {
      "type": "object",
      "properties": {
        "TransactionSet": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::B2BI::Partnership": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Capabilities": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Email": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Phone": {
              "type": "string"
            },
            "ProfileId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Email",
            "Name",
            "ProfileId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::B2BI::Partnership"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::B2BI::Profile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BusinessName": {
              "type": "string"
            },
            "Email": {
              "type": "string"
            },
            "Logging": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Phone": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "BusinessName",
            "Logging",
            "Name",
            "Phone"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::B2BI::Profile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::B2BI::Transformer": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EdiType": {
              "$ref": "#/$defs/AWS::B2BI::Transformer.EdiType"
            },
            "FileFormat": {
              "type": "string"
            },
            "MappingTemplate": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "SampleDocument": {
              "type": "string"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "EdiType",
            "FileFormat",
            "MappingTemplate",
            "Name",
            "Status"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::B2BI::Transformer"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::B2BI::Transformer.EdiType": {
      "type": "object",
      "properties": {
        "X12Details": {
          "$ref": "#/$defs/AWS::B2BI::Transformer.X12Details"
        }
      },
      "required": [
        "X12Details"
      ],
      "additionalProperties": false
    },
    "AWS::B2BI::Transformer.X12Details": {
      "type": "object",
      "properties": {
        "TransactionSet": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::BCMDataExports::Export": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Export": {
              "$ref": "#/$defs/AWS::BCMDataExports::Export.Export"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::BCMDataExports::Export.ResourceTag"
              },
              "type": "array"
            }
          },
          "required": [
            "Export"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::BCMDataExports::Export"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::BCMDataExports::Export.DataQuery": {
      "type": "object",
      "properties": {
        "QueryStatement": {
          "type": "string"
        },
        "TableConfigurations": {
          "type": "object"
        }
      },
      "required": [
        "QueryStatement"
      ],
      "additionalProperties": false
    },
    "AWS::BCMDataExports::Export.DestinationConfigurations": {
      "type": "object",
      "properties": {
        "S3Destination": {
          "$ref": "#/$defs/AWS::BCMDataExports::Export.S3Destination"
        }
      },
      "required": [
        "S3Destination"
      ],
      "additionalProperties": false
    },
    "AWS::BCMDataExports::Export.Export": {
      "type": "object",
      "properties": {
        "DataQuery": {
          "$ref": "#/$defs/AWS::BCMDataExports::Export.DataQuery"
        },
        "Description": {
          "type": "string"
        },
        "DestinationConfigurations": {
          "$ref": "#/$defs/AWS::BCMDataExports::Export.DestinationConfigurations"
        },
        "ExportArn": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "RefreshCadence": {
          "$ref": "#/$defs/AWS::BCMDataExports::Export.RefreshCadence"
        }
      },
      "required": [
        "DataQuery",
        "DestinationConfigurations",
        "Name",
        "RefreshCadence"
      ],
      "additionalProperties": false
    },
    "AWS::BCMDataExports::Export.RefreshCadence": {
      "type": "object",
      "properties": {
        "Frequency": {
          "type": "string"
        }
      },
      "required": [
        "Frequency"
      ],
      "additionalProperties": false
    },
    "AWS::BCMDataExports::Export.ResourceTag": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::BCMDataExports::Export.S3Destination": {
      "type": "object",
      "properties": {
        "S3Bucket": {
          "type": "string"
        },
        "S3OutputConfigurations": {
          "$ref": "#/$defs/AWS::BCMDataExports::Export.S3OutputConfigurations"
        },
        "S3Prefix": {
          "type": "string"
        },
        "S3Region": {
          "type": "string"
        }
      },
      "required": [
        "S3Bucket",
        "S3OutputConfigurations",
        "S3Prefix",
        "S3Region"
      ],
      "additionalProperties": false
    },
    "AWS::BCMDataExports::Export.S3OutputConfigurations": {
      "type": "object",
      "properties": {
        "Compression": {
          "type": "string"
        },
        "Format": {
          "type": "string"
        },
        "OutputType": {
          "type": "string"
        },
        "Overwrite": {
          "type": "string"
        }
      },
      "required": [
        "Compression",
        "Format",
        "OutputType",
        "Overwrite"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::BackupPlan": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BackupPlan": {
              "$ref": "#/$defs/AWS::Backup::BackupPlan.BackupPlanResourceType"
            },
            "BackupPlanTags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "BackupPlan"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Backup::BackupPlan"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::BackupPlan.AdvancedBackupSettingResourceType": {
      "type": "object",
      "properties": {
        "BackupOptions": {
          "type": "object"
        },
        "ResourceType": {
          "type": "string"
        }
      },
      "required": [
        "BackupOptions",
        "ResourceType"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::BackupPlan.BackupPlanResourceType": {
      "type": "object",
      "properties": {
        "AdvancedBackupSettings": {
          "items": {
            "$ref": "#/$defs/AWS::Backup::BackupPlan.AdvancedBackupSettingResourceType"
          },
          "type": "array"
        },
        "BackupPlanName": {
          "type": "string"
        },
        "BackupPlanRule": {
          "items": {
            "$ref": "#/$defs/AWS::Backup::BackupPlan.BackupRuleResourceType"
          },
          "type": "array"
        }
      },
      "required": [
        "BackupPlanName",
        "BackupPlanRule"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::BackupPlan.BackupRuleResourceType": {
      "type": "object",
      "properties": {
        "CompletionWindowMinutes": {
          "type": "number"
        },
        "CopyActions": {
          "items": {
            "$ref": "#/$defs/AWS::Backup::BackupPlan.CopyActionResourceType"
          },
          "type": "array"
        },
        "EnableContinuousBackup": {
          "type": "boolean"
        },
        "Lifecycle": {
          "$ref": "#/$defs/AWS::Backup::BackupPlan.LifecycleResourceType"
        },
        "RecoveryPointTags": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "RuleName": {
          "type": "string"
        },
        "ScheduleExpression": {
          "type": "string"
        },
        "ScheduleExpressionTimezone": {
          "type": "string"
        },
        "StartWindowMinutes": {
          "type": "number"
        },
        "TargetBackupVault": {
          "type": "string"
        }
      },
      "required": [
        "RuleName",
        "TargetBackupVault"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::BackupPlan.CopyActionResourceType": {
      "type": "object",
      "properties": {
        "DestinationBackupVaultArn": {
          "type": "string"
        },
        "Lifecycle": {
          "$ref": "#/$defs/AWS::Backup::BackupPlan.LifecycleResourceType"
        }
      },
      "required": [
        "DestinationBackupVaultArn"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::BackupPlan.LifecycleResourceType": {
      "type": "object",
      "properties": {
        "DeleteAfterDays": {
          "type": "number"
        },
        "MoveToColdStorageAfterDays": {
          "type": "number"
        },
        "OptInToArchiveForSupportedResources": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Backup::BackupSelection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BackupPlanId": {
              "type": "string"
            },
            "BackupSelection": {
              "$ref": "#/$defs/AWS::Backup::BackupSelection.BackupSelectionResourceType"
            }
          },
          "required": [
            "BackupPlanId",
            "BackupSelection"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Backup::BackupSelection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::BackupSelection.BackupSelectionResourceType": {
      "type": "object",
      "properties": {
        "Conditions": {
          "$ref": "#/$defs/AWS::Backup::BackupSelection.Conditions"
        },
        "IamRoleArn": {
          "type": "string"
        },
        "ListOfTags": {
          "items": {
            "$ref": "#/$defs/AWS::Backup::BackupSelection.ConditionResourceType"
          },
          "type": "array"
        },
        "NotResources": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Resources": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SelectionName": {
          "type": "string"
        }
      },
      "required": [
        "IamRoleArn",
        "SelectionName"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::BackupSelection.ConditionParameter": {
      "type": "object",
      "properties": {
        "ConditionKey": {
          "type": "string"
        },
        "ConditionValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Backup::BackupSelection.ConditionResourceType": {
      "type": "object",
      "properties": {
        "ConditionKey": {
          "type": "string"
        },
        "ConditionType": {
          "type": "string"
        },
        "ConditionValue": {
          "type": "string"
        }
      },
      "required": [
        "ConditionKey",
        "ConditionType",
        "ConditionValue"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::BackupSelection.Conditions": {
      "type": "object",
      "properties": {
        "StringEquals": {
          "items": {
            "$ref": "#/$defs/AWS::Backup::BackupSelection.ConditionParameter"
          },
          "type": "array"
        },
        "StringLike": {
          "items": {
            "$ref": "#/$defs/AWS::Backup::BackupSelection.ConditionParameter"
          },
          "type": "array"
        },
        "StringNotEquals": {
          "items": {
            "$ref": "#/$defs/AWS::Backup::BackupSelection.ConditionParameter"
          },
          "type": "array"
        },
        "StringNotLike": {
          "items": {
            "$ref": "#/$defs/AWS::Backup::BackupSelection.ConditionParameter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Backup::BackupVault": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessPolicy": {
              "type": "object"
            },
            "BackupVaultName": {
              "type": "string"
            },
            "BackupVaultTags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "EncryptionKeyArn": {
              "type": "string"
            },
            "LockConfiguration": {
              "$ref": "#/$defs/AWS::Backup::BackupVault.LockConfigurationType"
            },
            "Notifications": {
              "$ref": "#/$defs/AWS::Backup::BackupVault.NotificationObjectType"
            }
          },
          "required": [
            "BackupVaultName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Backup::BackupVault"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::BackupVault.LockConfigurationType": {
      "type": "object",
      "properties": {
        "ChangeableForDays": {
          "type": "number"
        },
        "MaxRetentionDays": {
          "type": "number"
        },
        "MinRetentionDays": {
          "type": "number"
        }
      },
      "required": [
        "MinRetentionDays"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::BackupVault.NotificationObjectType": {
      "type": "object",
      "properties": {
        "BackupVaultEvents": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SNSTopicArn": {
          "type": "string"
        }
      },
      "required": [
        "BackupVaultEvents",
        "SNSTopicArn"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::Framework": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FrameworkControls": {
              "items": {
                "$ref": "#/$defs/AWS::Backup::Framework.FrameworkControl"
              },
              "type": "array"
            },
            "FrameworkDescription": {
              "type": "string"
            },
            "FrameworkName": {
              "type": "string"
            },
            "FrameworkTags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "FrameworkControls"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Backup::Framework"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::Framework.ControlInputParameter": {
      "type": "object",
      "properties": {
        "ParameterName": {
          "type": "string"
        },
        "ParameterValue": {
          "type": "string"
        }
      },
      "required": [
        "ParameterName",
        "ParameterValue"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::Framework.ControlScope": {
      "type": "object",
      "properties": {
        "ComplianceResourceIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ComplianceResourceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Backup::Framework.FrameworkControl": {
      "type": "object",
      "properties": {
        "ControlInputParameters": {
          "items": {
            "$ref": "#/$defs/AWS::Backup::Framework.ControlInputParameter"
          },
          "type": "array"
        },
        "ControlName": {
          "type": "string"
        },
        "ControlScope": {
          "$ref": "#/$defs/AWS::Backup::Framework.ControlScope"
        }
      },
      "required": [
        "ControlName"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::ReportPlan": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ReportDeliveryChannel": {
              "$ref": "#/$defs/AWS::Backup::ReportPlan.ReportDeliveryChannel"
            },
            "ReportPlanDescription": {
              "type": "string"
            },
            "ReportPlanName": {
              "type": "string"
            },
            "ReportPlanTags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "ReportSetting": {
              "$ref": "#/$defs/AWS::Backup::ReportPlan.ReportSetting"
            }
          },
          "required": [
            "ReportDeliveryChannel",
            "ReportSetting"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Backup::ReportPlan"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::ReportPlan.ReportDeliveryChannel": {
      "type": "object",
      "properties": {
        "Formats": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "S3BucketName": {
          "type": "string"
        },
        "S3KeyPrefix": {
          "type": "string"
        }
      },
      "required": [
        "S3BucketName"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::ReportPlan.ReportSetting": {
      "type": "object",
      "properties": {
        "Accounts": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "FrameworkArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "OrganizationUnits": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Regions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ReportTemplate": {
          "type": "string"
        }
      },
      "required": [
        "ReportTemplate"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::RestoreTestingPlan": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "RecoveryPointSelection": {
              "$ref": "#/$defs/AWS::Backup::RestoreTestingPlan.RestoreTestingRecoveryPointSelection"
            },
            "RestoreTestingPlanName": {
              "type": "string"
            },
            "ScheduleExpression": {
              "type": "string"
            },
            "ScheduleExpressionTimezone": {
              "type": "string"
            },
            "StartWindowHours": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "RecoveryPointSelection",
            "RestoreTestingPlanName",
            "ScheduleExpression"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Backup::RestoreTestingPlan"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::RestoreTestingPlan.RestoreTestingRecoveryPointSelection": {
      "type": "object",
      "properties": {
        "Algorithm": {
          "type": "string"
        },
        "ExcludeVaults": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "IncludeVaults": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RecoveryPointTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SelectionWindowDays": {
          "type": "number"
        }
      },
      "required": [
        "Algorithm",
        "IncludeVaults",
        "RecoveryPointTypes"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::RestoreTestingSelection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "IamRoleArn": {
              "type": "string"
            },
            "ProtectedResourceArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ProtectedResourceConditions": {
              "$ref": "#/$defs/AWS::Backup::RestoreTestingSelection.ProtectedResourceConditions"
            },
            "ProtectedResourceType": {
              "type": "string"
            },
            "RestoreMetadataOverrides": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "RestoreTestingPlanName": {
              "type": "string"
            },
            "RestoreTestingSelectionName": {
              "type": "string"
            },
            "ValidationWindowHours": {
              "type": "number"
            }
          },
          "required": [
            "IamRoleArn",
            "ProtectedResourceType",
            "RestoreTestingPlanName",
            "RestoreTestingSelectionName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Backup::RestoreTestingSelection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::RestoreTestingSelection.KeyValue": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Backup::RestoreTestingSelection.ProtectedResourceConditions": {
      "type": "object",
      "properties": {
        "StringEquals": {
          "items": {
            "$ref": "#/$defs/AWS::Backup::RestoreTestingSelection.KeyValue"
          },
          "type": "array"
        },
        "StringNotEquals": {
          "items": {
            "$ref": "#/$defs/AWS::Backup::RestoreTestingSelection.KeyValue"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::BackupGateway::Hypervisor": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Host": {
              "type": "string"
            },
            "KmsKeyArn": {
              "type": "string"
            },
            "LogGroupArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Password": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Username": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::BackupGateway::Hypervisor"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::ComputeEnvironment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ComputeEnvironmentName": {
              "type": "string"
            },
            "ComputeResources": {
              "$ref": "#/$defs/AWS::Batch::ComputeEnvironment.ComputeResources"
            },
            "EksConfiguration": {
              "$ref": "#/$defs/AWS::Batch::ComputeEnvironment.EksConfiguration"
            },
            "ReplaceComputeEnvironment": {
              "type": "boolean"
            },
            "ServiceRole": {
              "type": "string"
            },
            "State": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Type": {
              "type": "string"
            },
            "UnmanagedvCpus": {
              "type": "number"
            },
            "UpdatePolicy": {
              "$ref": "#/$defs/AWS::Batch::ComputeEnvironment.UpdatePolicy"
            }
          },
          "required": [
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Batch::ComputeEnvironment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::ComputeEnvironment.ComputeResources": {
      "type": "object",
      "properties": {
        "AllocationStrategy": {
          "type": "string"
        },
        "BidPercentage": {
          "type": "number"
        },
        "DesiredvCpus": {
          "type": "number"
        },
        "Ec2Configuration": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::ComputeEnvironment.Ec2ConfigurationObject"
          },
          "type": "array"
        },
        "Ec2KeyPair": {
          "type": "string"
        },
        "ImageId": {
          "type": "string"
        },
        "InstanceRole": {
          "type": "string"
        },
        "InstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "LaunchTemplate": {
          "$ref": "#/$defs/AWS::Batch::ComputeEnvironment.LaunchTemplateSpecification"
        },
        "MaxvCpus": {
          "type": "number"
        },
        "MinvCpus": {
          "type": "number"
        },
        "PlacementGroup": {
          "type": "string"
        },
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SpotIamFleetRole": {
          "type": "string"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Tags": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Type": {
          "type": "string"
        },
        "UpdateToLatestImageVersion": {
          "type": "boolean"
        }
      },
      "required": [
        "MaxvCpus",
        "Subnets",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::ComputeEnvironment.Ec2ConfigurationObject": {
      "type": "object",
      "properties": {
        "ImageIdOverride": {
          "type": "string"
        },
        "ImageKubernetesVersion": {
          "type": "string"
        },
        "ImageType": {
          "type": "string"
        }
      },
      "required": [
        "ImageType"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::ComputeEnvironment.EksConfiguration": {
      "type": "object",
      "properties": {
        "EksClusterArn": {
          "type": "string"
        },
        "KubernetesNamespace": {
          "type": "string"
        }
      },
      "required": [
        "EksClusterArn",
        "KubernetesNamespace"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::ComputeEnvironment.LaunchTemplateSpecification": {
      "type": "object",
      "properties": {
        "LaunchTemplateId": {
          "type": "string"
        },
        "LaunchTemplateName": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::ComputeEnvironment.UpdatePolicy": {
      "type": "object",
      "properties": {
        "JobExecutionTimeoutMinutes": {
          "type": "number"
        },
        "TerminateJobsOnUpdate": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContainerProperties": {
              "$ref": "#/$defs/AWS::Batch::JobDefinition.ContainerProperties"
            },
            "EcsProperties": {
              "$ref": "#/$defs/AWS::Batch::JobDefinition.EcsProperties"
            },
            "EksProperties": {
              "$ref": "#/$defs/AWS::Batch::JobDefinition.EksProperties"
            },
            "JobDefinitionName": {
              "type": "string"
            },
            "NodeProperties": {
              "$ref": "#/$defs/AWS::Batch::JobDefinition.NodeProperties"
            },
            "Parameters": {
              "type": "object"
            },
            "PlatformCapabilities": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PropagateTags": {
              "type": "boolean"
            },
            "RetryStrategy": {
              "$ref": "#/$defs/AWS::Batch::JobDefinition.RetryStrategy"
            },
            "SchedulingPriority": {
              "type": "number"
            },
            "Tags": {
              "type": "object"
            },
            "Timeout": {
              "$ref": "#/$defs/AWS::Batch::JobDefinition.Timeout"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Batch::JobDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.AuthorizationConfig": {
      "type": "object",
      "properties": {
        "AccessPointId": {
          "type": "string"
        },
        "Iam": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.ContainerProperties": {
      "type": "object",
      "properties": {
        "Command": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Environment": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.Environment"
          },
          "type": "array"
        },
        "EphemeralStorage": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.EphemeralStorage"
        },
        "ExecutionRoleArn": {
          "type": "string"
        },
        "FargatePlatformConfiguration": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.FargatePlatformConfiguration"
        },
        "Image": {
          "type": "string"
        },
        "InstanceType": {
          "type": "string"
        },
        "JobRoleArn": {
          "type": "string"
        },
        "LinuxParameters": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.LinuxParameters"
        },
        "LogConfiguration": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.LogConfiguration"
        },
        "Memory": {
          "type": "number"
        },
        "MountPoints": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.MountPoints"
          },
          "type": "array"
        },
        "NetworkConfiguration": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.NetworkConfiguration"
        },
        "Privileged": {
          "type": "boolean"
        },
        "ReadonlyRootFilesystem": {
          "type": "boolean"
        },
        "RepositoryCredentials": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.RepositoryCredentials"
        },
        "ResourceRequirements": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.ResourceRequirement"
          },
          "type": "array"
        },
        "RuntimePlatform": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.RuntimePlatform"
        },
        "Secrets": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.Secret"
          },
          "type": "array"
        },
        "Ulimits": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.Ulimit"
          },
          "type": "array"
        },
        "User": {
          "type": "string"
        },
        "Vcpus": {
          "type": "number"
        },
        "Volumes": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.Volumes"
          },
          "type": "array"
        }
      },
      "required": [
        "Image"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.Device": {
      "type": "object",
      "properties": {
        "ContainerPath": {
          "type": "string"
        },
        "HostPath": {
          "type": "string"
        },
        "Permissions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.EcsProperties": {
      "type": "object",
      "properties": {
        "TaskProperties": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.EcsTaskProperties"
          },
          "type": "array"
        }
      },
      "required": [
        "TaskProperties"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.EcsTaskProperties": {
      "type": "object",
      "properties": {
        "Containers": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.TaskContainerProperties"
          },
          "type": "array"
        },
        "EphemeralStorage": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.EphemeralStorage"
        },
        "ExecutionRoleArn": {
          "type": "string"
        },
        "IpcMode": {
          "type": "string"
        },
        "NetworkConfiguration": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.NetworkConfiguration"
        },
        "PidMode": {
          "type": "string"
        },
        "PlatformVersion": {
          "type": "string"
        },
        "RuntimePlatform": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.RuntimePlatform"
        },
        "TaskRoleArn": {
          "type": "string"
        },
        "Volumes": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.Volumes"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.EfsVolumeConfiguration": {
      "type": "object",
      "properties": {
        "AuthorizationConfig": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.AuthorizationConfig"
        },
        "FileSystemId": {
          "type": "string"
        },
        "RootDirectory": {
          "type": "string"
        },
        "TransitEncryption": {
          "type": "string"
        },
        "TransitEncryptionPort": {
          "type": "number"
        }
      },
      "required": [
        "FileSystemId"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.EksContainer": {
      "type": "object",
      "properties": {
        "Args": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Command": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Env": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.EksContainerEnvironmentVariable"
          },
          "type": "array"
        },
        "Image": {
          "type": "string"
        },
        "ImagePullPolicy": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Resources": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.EksContainerResourceRequirements"
        },
        "SecurityContext": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.EksContainerSecurityContext"
        },
        "VolumeMounts": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.EksContainerVolumeMount"
          },
          "type": "array"
        }
      },
      "required": [
        "Image"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.EksContainerEnvironmentVariable": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.EksContainerResourceRequirements": {
      "type": "object",
      "properties": {
        "Limits": {
          "type": "object"
        },
        "Requests": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.EksContainerSecurityContext": {
      "type": "object",
      "properties": {
        "AllowPrivilegeEscalation": {
          "type": "boolean"
        },
        "Privileged": {
          "type": "boolean"
        },
        "ReadOnlyRootFilesystem": {
          "type": "boolean"
        },
        "RunAsGroup": {
          "type": "number"
        },
        "RunAsNonRoot": {
          "type": "boolean"
        },
        "RunAsUser": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.EksContainerVolumeMount": {
      "type": "object",
      "properties": {
        "MountPath": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "ReadOnly": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.EksEmptyDir": {
      "type": "object",
      "properties": {
        "Medium": {
          "type": "string"
        },
        "SizeLimit": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.EksHostPath": {
      "type": "object",
      "properties": {
        "Path": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.EksProperties": {
      "type": "object",
      "properties": {
        "PodProperties": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.PodProperties"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.EksSecret": {
      "type": "object",
      "properties": {
        "Optional": {
          "type": "boolean"
        },
        "SecretName": {
          "type": "string"
        }
      },
      "required": [
        "SecretName"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.EksVolume": {
      "type": "object",
      "properties": {
        "EmptyDir": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.EksEmptyDir"
        },
        "HostPath": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.EksHostPath"
        },
        "Name": {
          "type": "string"
        },
        "Secret": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.EksSecret"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.Environment": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.EphemeralStorage": {
      "type": "object",
      "properties": {
        "SizeInGiB": {
          "type": "number"
        }
      },
      "required": [
        "SizeInGiB"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.EvaluateOnExit": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "OnExitCode": {
          "type": "string"
        },
        "OnReason": {
          "type": "string"
        },
        "OnStatusReason": {
          "type": "string"
        }
      },
      "required": [
        "Action"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.FargatePlatformConfiguration": {
      "type": "object",
      "properties": {
        "PlatformVersion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.ImagePullSecret": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.LinuxParameters": {
      "type": "object",
      "properties": {
        "Devices": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.Device"
          },
          "type": "array"
        },
        "InitProcessEnabled": {
          "type": "boolean"
        },
        "MaxSwap": {
          "type": "number"
        },
        "SharedMemorySize": {
          "type": "number"
        },
        "Swappiness": {
          "type": "number"
        },
        "Tmpfs": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.Tmpfs"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.LogConfiguration": {
      "type": "object",
      "properties": {
        "LogDriver": {
          "type": "string"
        },
        "Options": {
          "type": "object"
        },
        "SecretOptions": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.Secret"
          },
          "type": "array"
        }
      },
      "required": [
        "LogDriver"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.Metadata": {
      "type": "object",
      "properties": {
        "Labels": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.MountPoints": {
      "type": "object",
      "properties": {
        "ContainerPath": {
          "type": "string"
        },
        "ReadOnly": {
          "type": "boolean"
        },
        "SourceVolume": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.NetworkConfiguration": {
      "type": "object",
      "properties": {
        "AssignPublicIp": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.NodeProperties": {
      "type": "object",
      "properties": {
        "MainNode": {
          "type": "number"
        },
        "NodeRangeProperties": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.NodeRangeProperty"
          },
          "type": "array"
        },
        "NumNodes": {
          "type": "number"
        }
      },
      "required": [
        "MainNode",
        "NodeRangeProperties",
        "NumNodes"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.NodeRangeProperty": {
      "type": "object",
      "properties": {
        "Container": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.ContainerProperties"
        },
        "EcsProperties": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.EcsProperties"
        },
        "InstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TargetNodes": {
          "type": "string"
        }
      },
      "required": [
        "TargetNodes"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.PodProperties": {
      "type": "object",
      "properties": {
        "Containers": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.EksContainer"
          },
          "type": "array"
        },
        "DnsPolicy": {
          "type": "string"
        },
        "HostNetwork": {
          "type": "boolean"
        },
        "ImagePullSecrets": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.ImagePullSecret"
          },
          "type": "array"
        },
        "InitContainers": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.EksContainer"
          },
          "type": "array"
        },
        "Metadata": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.Metadata"
        },
        "ServiceAccountName": {
          "type": "string"
        },
        "ShareProcessNamespace": {
          "type": "boolean"
        },
        "Volumes": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.EksVolume"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.RepositoryCredentials": {
      "type": "object",
      "properties": {
        "CredentialsParameter": {
          "type": "string"
        }
      },
      "required": [
        "CredentialsParameter"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.ResourceRequirement": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.RetryStrategy": {
      "type": "object",
      "properties": {
        "Attempts": {
          "type": "number"
        },
        "EvaluateOnExit": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.EvaluateOnExit"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.RuntimePlatform": {
      "type": "object",
      "properties": {
        "CpuArchitecture": {
          "type": "string"
        },
        "OperatingSystemFamily": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.Secret": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "ValueFrom": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "ValueFrom"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.TaskContainerDependency": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "ContainerName": {
          "type": "string"
        }
      },
      "required": [
        "Condition",
        "ContainerName"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.TaskContainerProperties": {
      "type": "object",
      "properties": {
        "Command": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DependsOn": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.TaskContainerDependency"
          },
          "type": "array"
        },
        "Environment": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.Environment"
          },
          "type": "array"
        },
        "Essential": {
          "type": "boolean"
        },
        "Image": {
          "type": "string"
        },
        "LinuxParameters": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.LinuxParameters"
        },
        "LogConfiguration": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.LogConfiguration"
        },
        "MountPoints": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.MountPoints"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "Privileged": {
          "type": "boolean"
        },
        "ReadonlyRootFilesystem": {
          "type": "boolean"
        },
        "RepositoryCredentials": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.RepositoryCredentials"
        },
        "ResourceRequirements": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.ResourceRequirement"
          },
          "type": "array"
        },
        "Secrets": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.Secret"
          },
          "type": "array"
        },
        "Ulimits": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::JobDefinition.Ulimit"
          },
          "type": "array"
        },
        "User": {
          "type": "string"
        }
      },
      "required": [
        "Image"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.Timeout": {
      "type": "object",
      "properties": {
        "AttemptDurationSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.Tmpfs": {
      "type": "object",
      "properties": {
        "ContainerPath": {
          "type": "string"
        },
        "MountOptions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Size": {
          "type": "number"
        }
      },
      "required": [
        "ContainerPath",
        "Size"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.Ulimit": {
      "type": "object",
      "properties": {
        "HardLimit": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        },
        "SoftLimit": {
          "type": "number"
        }
      },
      "required": [
        "HardLimit",
        "Name",
        "SoftLimit"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.Volumes": {
      "type": "object",
      "properties": {
        "EfsVolumeConfiguration": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.EfsVolumeConfiguration"
        },
        "Host": {
          "$ref": "#/$defs/AWS::Batch::JobDefinition.VolumesHost"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobDefinition.VolumesHost": {
      "type": "object",
      "properties": {
        "SourcePath": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::JobQueue": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ComputeEnvironmentOrder": {
              "items": {
                "$ref": "#/$defs/AWS::Batch::JobQueue.ComputeEnvironmentOrder"
              },
              "type": "array"
            },
            "JobQueueName": {
              "type": "string"
            },
            "JobStateTimeLimitActions": {
              "items": {
                "$ref": "#/$defs/AWS::Batch::JobQueue.JobStateTimeLimitAction"
              },
              "type": "array"
            },
            "Priority": {
              "type": "number"
            },
            "SchedulingPolicyArn": {
              "type": "string"
            },
            "State": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "ComputeEnvironmentOrder",
            "Priority"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Batch::JobQueue"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobQueue.ComputeEnvironmentOrder": {
      "type": "object",
      "properties": {
        "ComputeEnvironment": {
          "type": "string"
        },
        "Order": {
          "type": "number"
        }
      },
      "required": [
        "ComputeEnvironment",
        "Order"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::JobQueue.JobStateTimeLimitAction": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "MaxTimeSeconds": {
          "type": "number"
        },
        "Reason": {
          "type": "string"
        },
        "State": {
          "type": "string"
        }
      },
      "required": [
        "Action",
        "MaxTimeSeconds",
        "Reason",
        "State"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::SchedulingPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FairsharePolicy": {
              "$ref": "#/$defs/AWS::Batch::SchedulingPolicy.FairsharePolicy"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Batch::SchedulingPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Batch::SchedulingPolicy.FairsharePolicy": {
      "type": "object",
      "properties": {
        "ComputeReservation": {
          "type": "number"
        },
        "ShareDecaySeconds": {
          "type": "number"
        },
        "ShareDistribution": {
          "items": {
            "$ref": "#/$defs/AWS::Batch::SchedulingPolicy.ShareAttributes"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Batch::SchedulingPolicy.ShareAttributes": {
      "type": "object",
      "properties": {
        "ShareIdentifier": {
          "type": "string"
        },
        "WeightFactor": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Bedrock::Agent": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ActionGroups": {
              "items": {
                "$ref": "#/$defs/AWS::Bedrock::Agent.AgentActionGroup"
              },
              "type": "array"
            },
            "AgentName": {
              "type": "string"
            },
            "AgentResourceRoleArn": {
              "type": "string"
            },
            "AutoPrepare": {
              "type": "boolean"
            },
            "CustomerEncryptionKeyArn": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "FoundationModel": {
              "type": "string"
            },
            "IdleSessionTTLInSeconds": {
              "type": "number"
            },
            "Instruction": {
              "type": "string"
            },
            "KnowledgeBases": {
              "items": {
                "$ref": "#/$defs/AWS::Bedrock::Agent.AgentKnowledgeBase"
              },
              "type": "array"
            },
            "PromptOverrideConfiguration": {
              "$ref": "#/$defs/AWS::Bedrock::Agent.PromptOverrideConfiguration"
            },
            "SkipResourceInUseCheckOnDelete": {
              "type": "boolean"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "TestAliasTags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "AgentName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Bedrock::Agent"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::Agent.APISchema": {
      "type": "object",
      "properties": {
        "Payload": {
          "type": "string"
        },
        "S3": {
          "$ref": "#/$defs/AWS::Bedrock::Agent.S3Identifier"
        }
      },
      "additionalProperties": false
    },
    "AWS::Bedrock::Agent.ActionGroupExecutor": {
      "type": "object",
      "properties": {
        "Lambda": {
          "type": "string"
        }
      },
      "required": [
        "Lambda"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::Agent.AgentActionGroup": {
      "type": "object",
      "properties": {
        "ActionGroupExecutor": {
          "$ref": "#/$defs/AWS::Bedrock::Agent.ActionGroupExecutor"
        },
        "ActionGroupName": {
          "type": "string"
        },
        "ActionGroupState": {
          "type": "string"
        },
        "ApiSchema": {
          "$ref": "#/$defs/AWS::Bedrock::Agent.APISchema"
        },
        "Description": {
          "type": "string"
        },
        "ParentActionGroupSignature": {
          "type": "string"
        },
        "SkipResourceInUseCheckOnDelete": {
          "type": "boolean"
        }
      },
      "required": [
        "ActionGroupName"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::Agent.AgentKnowledgeBase": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "KnowledgeBaseId": {
          "type": "string"
        },
        "KnowledgeBaseState": {
          "type": "string"
        }
      },
      "required": [
        "Description",
        "KnowledgeBaseId"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::Agent.InferenceConfiguration": {
      "type": "object",
      "properties": {
        "MaximumLength": {
          "type": "number"
        },
        "StopSequences": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Temperature": {
          "type": "number"
        },
        "TopK": {
          "type": "number"
        },
        "TopP": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Bedrock::Agent.PromptConfiguration": {
      "type": "object",
      "properties": {
        "BasePromptTemplate": {
          "type": "string"
        },
        "InferenceConfiguration": {
          "$ref": "#/$defs/AWS::Bedrock::Agent.InferenceConfiguration"
        },
        "ParserMode": {
          "type": "string"
        },
        "PromptCreationMode": {
          "type": "string"
        },
        "PromptState": {
          "type": "string"
        },
        "PromptType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Bedrock::Agent.PromptOverrideConfiguration": {
      "type": "object",
      "properties": {
        "OverrideLambda": {
          "type": "string"
        },
        "PromptConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::Bedrock::Agent.PromptConfiguration"
          },
          "type": "array"
        }
      },
      "required": [
        "PromptConfigurations"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::Agent.S3Identifier": {
      "type": "object",
      "properties": {
        "S3BucketName": {
          "type": "string"
        },
        "S3ObjectKey": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Bedrock::AgentAlias": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AgentAliasName": {
              "type": "string"
            },
            "AgentId": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "RoutingConfiguration": {
              "items": {
                "$ref": "#/$defs/AWS::Bedrock::AgentAlias.AgentAliasRoutingConfigurationListItem"
              },
              "type": "array"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "AgentAliasName",
            "AgentId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Bedrock::AgentAlias"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::AgentAlias.AgentAliasHistoryEvent": {
      "type": "object",
      "properties": {
        "EndDate": {
          "type": "string"
        },
        "RoutingConfiguration": {
          "items": {
            "$ref": "#/$defs/AWS::Bedrock::AgentAlias.AgentAliasRoutingConfigurationListItem"
          },
          "type": "array"
        },
        "StartDate": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Bedrock::AgentAlias.AgentAliasRoutingConfigurationListItem": {
      "type": "object",
      "properties": {
        "AgentVersion": {
          "type": "string"
        }
      },
      "required": [
        "AgentVersion"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::DataSource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataSourceConfiguration": {
              "$ref": "#/$defs/AWS::Bedrock::DataSource.DataSourceConfiguration"
            },
            "Description": {
              "type": "string"
            },
            "KnowledgeBaseId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ServerSideEncryptionConfiguration": {
              "$ref": "#/$defs/AWS::Bedrock::DataSource.ServerSideEncryptionConfiguration"
            },
            "VectorIngestionConfiguration": {
              "$ref": "#/$defs/AWS::Bedrock::DataSource.VectorIngestionConfiguration"
            }
          },
          "required": [
            "DataSourceConfiguration",
            "KnowledgeBaseId",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Bedrock::DataSource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::DataSource.ChunkingConfiguration": {
      "type": "object",
      "properties": {
        "ChunkingStrategy": {
          "type": "string"
        },
        "FixedSizeChunkingConfiguration": {
          "$ref": "#/$defs/AWS::Bedrock::DataSource.FixedSizeChunkingConfiguration"
        }
      },
      "required": [
        "ChunkingStrategy"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::DataSource.DataSourceConfiguration": {
      "type": "object",
      "properties": {
        "S3Configuration": {
          "$ref": "#/$defs/AWS::Bedrock::DataSource.S3DataSourceConfiguration"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "S3Configuration",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::DataSource.FixedSizeChunkingConfiguration": {
      "type": "object",
      "properties": {
        "MaxTokens": {
          "type": "number"
        },
        "OverlapPercentage": {
          "type": "number"
        }
      },
      "required": [
        "MaxTokens",
        "OverlapPercentage"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::DataSource.S3DataSourceConfiguration": {
      "type": "object",
      "properties": {
        "BucketArn": {
          "type": "string"
        },
        "InclusionPrefixes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "BucketArn"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::DataSource.ServerSideEncryptionConfiguration": {
      "type": "object",
      "properties": {
        "KmsKeyArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Bedrock::DataSource.VectorIngestionConfiguration": {
      "type": "object",
      "properties": {
        "ChunkingConfiguration": {
          "$ref": "#/$defs/AWS::Bedrock::DataSource.ChunkingConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::Bedrock::Guardrail": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BlockedInputMessaging": {
              "type": "string"
            },
            "BlockedOutputsMessaging": {
              "type": "string"
            },
            "ContentPolicyConfig": {
              "$ref": "#/$defs/AWS::Bedrock::Guardrail.ContentPolicyConfig"
            },
            "Description": {
              "type": "string"
            },
            "KmsKeyArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "SensitiveInformationPolicyConfig": {
              "$ref": "#/$defs/AWS::Bedrock::Guardrail.SensitiveInformationPolicyConfig"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TopicPolicyConfig": {
              "$ref": "#/$defs/AWS::Bedrock::Guardrail.TopicPolicyConfig"
            },
            "WordPolicyConfig": {
              "$ref": "#/$defs/AWS::Bedrock::Guardrail.WordPolicyConfig"
            }
          },
          "required": [
            "BlockedInputMessaging",
            "BlockedOutputsMessaging",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Bedrock::Guardrail"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::Guardrail.ContentFilterConfig": {
      "type": "object",
      "properties": {
        "InputStrength": {
          "type": "string"
        },
        "OutputStrength": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "InputStrength",
        "OutputStrength",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::Guardrail.ContentPolicyConfig": {
      "type": "object",
      "properties": {
        "FiltersConfig": {
          "items": {
            "$ref": "#/$defs/AWS::Bedrock::Guardrail.ContentFilterConfig"
          },
          "type": "array"
        }
      },
      "required": [
        "FiltersConfig"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::Guardrail.ManagedWordsConfig": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::Guardrail.PiiEntityConfig": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Action",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::Guardrail.RegexConfig": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Pattern": {
          "type": "string"
        }
      },
      "required": [
        "Action",
        "Name",
        "Pattern"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::Guardrail.SensitiveInformationPolicyConfig": {
      "type": "object",
      "properties": {
        "PiiEntitiesConfig": {
          "items": {
            "$ref": "#/$defs/AWS::Bedrock::Guardrail.PiiEntityConfig"
          },
          "type": "array"
        },
        "RegexesConfig": {
          "items": {
            "$ref": "#/$defs/AWS::Bedrock::Guardrail.RegexConfig"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Bedrock::Guardrail.TopicConfig": {
      "type": "object",
      "properties": {
        "Definition": {
          "type": "string"
        },
        "Examples": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Definition",
        "Name",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::Guardrail.TopicPolicyConfig": {
      "type": "object",
      "properties": {
        "TopicsConfig": {
          "items": {
            "$ref": "#/$defs/AWS::Bedrock::Guardrail.TopicConfig"
          },
          "type": "array"
        }
      },
      "required": [
        "TopicsConfig"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::Guardrail.WordConfig": {
      "type": "object",
      "properties": {
        "Text": {
          "type": "string"
        }
      },
      "required": [
        "Text"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::Guardrail.WordPolicyConfig": {
      "type": "object",
      "properties": {
        "ManagedWordListsConfig": {
          "items": {
            "$ref": "#/$defs/AWS::Bedrock::Guardrail.ManagedWordsConfig"
          },
          "type": "array"
        },
        "WordsConfig": {
          "items": {
            "$ref": "#/$defs/AWS::Bedrock::Guardrail.WordConfig"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Bedrock::KnowledgeBase": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "KnowledgeBaseConfiguration": {
              "$ref": "#/$defs/AWS::Bedrock::KnowledgeBase.KnowledgeBaseConfiguration"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "StorageConfiguration": {
              "$ref": "#/$defs/AWS::Bedrock::KnowledgeBase.StorageConfiguration"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "KnowledgeBaseConfiguration",
            "Name",
            "RoleArn",
            "StorageConfiguration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Bedrock::KnowledgeBase"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::KnowledgeBase.KnowledgeBaseConfiguration": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "VectorKnowledgeBaseConfiguration": {
          "$ref": "#/$defs/AWS::Bedrock::KnowledgeBase.VectorKnowledgeBaseConfiguration"
        }
      },
      "required": [
        "Type",
        "VectorKnowledgeBaseConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::KnowledgeBase.OpenSearchServerlessConfiguration": {
      "type": "object",
      "properties": {
        "CollectionArn": {
          "type": "string"
        },
        "FieldMapping": {
          "$ref": "#/$defs/AWS::Bedrock::KnowledgeBase.OpenSearchServerlessFieldMapping"
        },
        "VectorIndexName": {
          "type": "string"
        }
      },
      "required": [
        "CollectionArn",
        "FieldMapping",
        "VectorIndexName"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::KnowledgeBase.OpenSearchServerlessFieldMapping": {
      "type": "object",
      "properties": {
        "MetadataField": {
          "type": "string"
        },
        "TextField": {
          "type": "string"
        },
        "VectorField": {
          "type": "string"
        }
      },
      "required": [
        "MetadataField",
        "TextField",
        "VectorField"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::KnowledgeBase.PineconeConfiguration": {
      "type": "object",
      "properties": {
        "ConnectionString": {
          "type": "string"
        },
        "CredentialsSecretArn": {
          "type": "string"
        },
        "FieldMapping": {
          "$ref": "#/$defs/AWS::Bedrock::KnowledgeBase.PineconeFieldMapping"
        },
        "Namespace": {
          "type": "string"
        }
      },
      "required": [
        "ConnectionString",
        "CredentialsSecretArn",
        "FieldMapping"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::KnowledgeBase.PineconeFieldMapping": {
      "type": "object",
      "properties": {
        "MetadataField": {
          "type": "string"
        },
        "TextField": {
          "type": "string"
        }
      },
      "required": [
        "MetadataField",
        "TextField"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::KnowledgeBase.RdsConfiguration": {
      "type": "object",
      "properties": {
        "CredentialsSecretArn": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "FieldMapping": {
          "$ref": "#/$defs/AWS::Bedrock::KnowledgeBase.RdsFieldMapping"
        },
        "ResourceArn": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "CredentialsSecretArn",
        "DatabaseName",
        "FieldMapping",
        "ResourceArn",
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::KnowledgeBase.RdsFieldMapping": {
      "type": "object",
      "properties": {
        "MetadataField": {
          "type": "string"
        },
        "PrimaryKeyField": {
          "type": "string"
        },
        "TextField": {
          "type": "string"
        },
        "VectorField": {
          "type": "string"
        }
      },
      "required": [
        "MetadataField",
        "PrimaryKeyField",
        "TextField",
        "VectorField"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::KnowledgeBase.StorageConfiguration": {
      "type": "object",
      "properties": {
        "OpensearchServerlessConfiguration": {
          "$ref": "#/$defs/AWS::Bedrock::KnowledgeBase.OpenSearchServerlessConfiguration"
        },
        "PineconeConfiguration": {
          "$ref": "#/$defs/AWS::Bedrock::KnowledgeBase.PineconeConfiguration"
        },
        "RdsConfiguration": {
          "$ref": "#/$defs/AWS::Bedrock::KnowledgeBase.RdsConfiguration"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Bedrock::KnowledgeBase.VectorKnowledgeBaseConfiguration": {
      "type": "object",
      "properties": {
        "EmbeddingModelArn": {
          "type": "string"
        }
      },
      "required": [
        "EmbeddingModelArn"
      ],
      "additionalProperties": false
    },
    "AWS::BillingConductor::BillingGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccountGrouping": {
              "$ref": "#/$defs/AWS::BillingConductor::BillingGroup.AccountGrouping"
            },
            "ComputationPreference": {
              "$ref": "#/$defs/AWS::BillingConductor::BillingGroup.ComputationPreference"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "PrimaryAccountId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AccountGrouping",
            "ComputationPreference",
            "Name",
            "PrimaryAccountId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::BillingConductor::BillingGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::BillingConductor::BillingGroup.AccountGrouping": {
      "type": "object",
      "properties": {
        "AutoAssociate": {
          "type": "boolean"
        },
        "LinkedAccountIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "LinkedAccountIds"
      ],
      "additionalProperties": false
    },
    "AWS::BillingConductor::BillingGroup.ComputationPreference": {
      "type": "object",
      "properties": {
        "PricingPlanArn": {
          "type": "string"
        }
      },
      "required": [
        "PricingPlanArn"
      ],
      "additionalProperties": false
    },
    "AWS::BillingConductor::CustomLineItem": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccountId": {
              "type": "string"
            },
            "BillingGroupArn": {
              "type": "string"
            },
            "BillingPeriodRange": {
              "$ref": "#/$defs/AWS::BillingConductor::CustomLineItem.BillingPeriodRange"
            },
            "CustomLineItemChargeDetails": {
              "$ref": "#/$defs/AWS::BillingConductor::CustomLineItem.CustomLineItemChargeDetails"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "BillingGroupArn",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::BillingConductor::CustomLineItem"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::BillingConductor::CustomLineItem.BillingPeriodRange": {
      "type": "object",
      "properties": {
        "ExclusiveEndBillingPeriod": {
          "type": "string"
        },
        "InclusiveStartBillingPeriod": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::BillingConductor::CustomLineItem.CustomLineItemChargeDetails": {
      "type": "object",
      "properties": {
        "Flat": {
          "$ref": "#/$defs/AWS::BillingConductor::CustomLineItem.CustomLineItemFlatChargeDetails"
        },
        "LineItemFilters": {
          "items": {
            "$ref": "#/$defs/AWS::BillingConductor::CustomLineItem.LineItemFilter"
          },
          "type": "array"
        },
        "Percentage": {
          "$ref": "#/$defs/AWS::BillingConductor::CustomLineItem.CustomLineItemPercentageChargeDetails"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::BillingConductor::CustomLineItem.CustomLineItemFlatChargeDetails": {
      "type": "object",
      "properties": {
        "ChargeValue": {
          "type": "number"
        }
      },
      "required": [
        "ChargeValue"
      ],
      "additionalProperties": false
    },
    "AWS::BillingConductor::CustomLineItem.CustomLineItemPercentageChargeDetails": {
      "type": "object",
      "properties": {
        "ChildAssociatedResources": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PercentageValue": {
          "type": "number"
        }
      },
      "required": [
        "PercentageValue"
      ],
      "additionalProperties": false
    },
    "AWS::BillingConductor::CustomLineItem.LineItemFilter": {
      "type": "object",
      "properties": {
        "Attribute": {
          "type": "string"
        },
        "MatchOption": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Attribute",
        "MatchOption",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::BillingConductor::PricingPlan": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "PricingRuleArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::BillingConductor::PricingPlan"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::BillingConductor::PricingRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BillingEntity": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "ModifierPercentage": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "Operation": {
              "type": "string"
            },
            "Scope": {
              "type": "string"
            },
            "Service": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Tiering": {
              "$ref": "#/$defs/AWS::BillingConductor::PricingRule.Tiering"
            },
            "Type": {
              "type": "string"
            },
            "UsageType": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "Scope",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::BillingConductor::PricingRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::BillingConductor::PricingRule.FreeTier": {
      "type": "object",
      "properties": {
        "Activated": {
          "type": "boolean"
        }
      },
      "required": [
        "Activated"
      ],
      "additionalProperties": false
    },
    "AWS::BillingConductor::PricingRule.Tiering": {
      "type": "object",
      "properties": {
        "FreeTier": {
          "$ref": "#/$defs/AWS::BillingConductor::PricingRule.FreeTier"
        }
      },
      "additionalProperties": false
    },
    "AWS::Budgets::Budget": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Budget": {
              "$ref": "#/$defs/AWS::Budgets::Budget.BudgetData"
            },
            "NotificationsWithSubscribers": {
              "items": {
                "$ref": "#/$defs/AWS::Budgets::Budget.NotificationWithSubscribers"
              },
              "type": "array"
            }
          },
          "required": [
            "Budget"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Budgets::Budget"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Budgets::Budget.AutoAdjustData": {
      "type": "object",
      "properties": {
        "AutoAdjustType": {
          "type": "string"
        },
        "HistoricalOptions": {
          "$ref": "#/$defs/AWS::Budgets::Budget.HistoricalOptions"
        }
      },
      "required": [
        "AutoAdjustType"
      ],
      "additionalProperties": false
    },
    "AWS::Budgets::Budget.BudgetData": {
      "type": "object",
      "properties": {
        "AutoAdjustData": {
          "$ref": "#/$defs/AWS::Budgets::Budget.AutoAdjustData"
        },
        "BudgetLimit": {
          "$ref": "#/$defs/AWS::Budgets::Budget.Spend"
        },
        "BudgetName": {
          "type": "string"
        },
        "BudgetType": {
          "type": "string"
        },
        "CostFilters": {
          "type": "object"
        },
        "CostTypes": {
          "$ref": "#/$defs/AWS::Budgets::Budget.CostTypes"
        },
        "PlannedBudgetLimits": {
          "type": "object"
        },
        "TimePeriod": {
          "$ref": "#/$defs/AWS::Budgets::Budget.TimePeriod"
        },
        "TimeUnit": {
          "type": "string"
        }
      },
      "required": [
        "BudgetType",
        "TimeUnit"
      ],
      "additionalProperties": false
    },
    "AWS::Budgets::Budget.CostTypes": {
      "type": "object",
      "properties": {
        "IncludeCredit": {
          "type": "boolean"
        },
        "IncludeDiscount": {
          "type": "boolean"
        },
        "IncludeOtherSubscription": {
          "type": "boolean"
        },
        "IncludeRecurring": {
          "type": "boolean"
        },
        "IncludeRefund": {
          "type": "boolean"
        },
        "IncludeSubscription": {
          "type": "boolean"
        },
        "IncludeSupport": {
          "type": "boolean"
        },
        "IncludeTax": {
          "type": "boolean"
        },
        "IncludeUpfront": {
          "type": "boolean"
        },
        "UseAmortized": {
          "type": "boolean"
        },
        "UseBlended": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Budgets::Budget.HistoricalOptions": {
      "type": "object",
      "properties": {
        "BudgetAdjustmentPeriod": {
          "type": "number"
        }
      },
      "required": [
        "BudgetAdjustmentPeriod"
      ],
      "additionalProperties": false
    },
    "AWS::Budgets::Budget.Notification": {
      "type": "object",
      "properties": {
        "ComparisonOperator": {
          "type": "string"
        },
        "NotificationType": {
          "type": "string"
        },
        "Threshold": {
          "type": "number"
        },
        "ThresholdType": {
          "type": "string"
        }
      },
      "required": [
        "ComparisonOperator",
        "NotificationType",
        "Threshold"
      ],
      "additionalProperties": false
    },
    "AWS::Budgets::Budget.NotificationWithSubscribers": {
      "type": "object",
      "properties": {
        "Notification": {
          "$ref": "#/$defs/AWS::Budgets::Budget.Notification"
        },
        "Subscribers": {
          "items": {
            "$ref": "#/$defs/AWS::Budgets::Budget.Subscriber"
          },
          "type": "array"
        }
      },
      "required": [
        "Notification",
        "Subscribers"
      ],
      "additionalProperties": false
    },
    "AWS::Budgets::Budget.Spend": {
      "type": "object",
      "properties": {
        "Amount": {
          "type": "number"
        },
        "Unit": {
          "type": "string"
        }
      },
      "required": [
        "Amount",
        "Unit"
      ],
      "additionalProperties": false
    },
    "AWS::Budgets::Budget.Subscriber": {
      "type": "object",
      "properties": {
        "Address": {
          "type": "string"
        },
        "SubscriptionType": {
          "type": "string"
        }
      },
      "required": [
        "Address",
        "SubscriptionType"
      ],
      "additionalProperties": false
    },
    "AWS::Budgets::Budget.TimePeriod": {
      "type": "object",
      "properties": {
        "End": {
          "type": "string"
        },
        "Start": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Budgets::BudgetsAction": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ActionThreshold": {
              "$ref": "#/$defs/AWS::Budgets::BudgetsAction.ActionThreshold"
            },
            "ActionType": {
              "type": "string"
            },
            "ApprovalModel": {
              "type": "string"
            },
            "BudgetName": {
              "type": "string"
            },
            "Definition": {
              "$ref": "#/$defs/AWS::Budgets::BudgetsAction.Definition"
            },
            "ExecutionRoleArn": {
              "type": "string"
            },
            "NotificationType": {
              "type": "string"
            },
            "Subscribers": {
              "items": {
                "$ref": "#/$defs/AWS::Budgets::BudgetsAction.Subscriber"
              },
              "type": "array"
            }
          },
          "required": [
            "ActionThreshold",
            "ActionType",
            "BudgetName",
            "Definition",
            "ExecutionRoleArn",
            "NotificationType",
            "Subscribers"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Budgets::BudgetsAction"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Budgets::BudgetsAction.ActionThreshold": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Budgets::BudgetsAction.Definition": {
      "type": "object",
      "properties": {
        "IamActionDefinition": {
          "$ref": "#/$defs/AWS::Budgets::BudgetsAction.IamActionDefinition"
        },
        "ScpActionDefinition": {
          "$ref": "#/$defs/AWS::Budgets::BudgetsAction.ScpActionDefinition"
        },
        "SsmActionDefinition": {
          "$ref": "#/$defs/AWS::Budgets::BudgetsAction.SsmActionDefinition"
        }
      },
      "additionalProperties": false
    },
    "AWS::Budgets::BudgetsAction.IamActionDefinition": {
      "type": "object",
      "properties": {
        "Groups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PolicyArn": {
          "type": "string"
        },
        "Roles": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Users": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "PolicyArn"
      ],
      "additionalProperties": false
    },
    "AWS::Budgets::BudgetsAction.ScpActionDefinition": {
      "type": "object",
      "properties": {
        "PolicyId": {
          "type": "string"
        },
        "TargetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "PolicyId",
        "TargetIds"
      ],
      "additionalProperties": false
    },
    "AWS::Budgets::BudgetsAction.SsmActionDefinition": {
      "type": "object",
      "properties": {
        "InstanceIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Region": {
          "type": "string"
        },
        "Subtype": {
          "type": "string"
        }
      },
      "required": [
        "InstanceIds",
        "Region",
        "Subtype"
      ],
      "additionalProperties": false
    },
    "AWS::Budgets::BudgetsAction.Subscriber": {
      "type": "object",
      "properties": {
        "Address": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Address",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CE::AnomalyMonitor": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MonitorDimension": {
              "type": "string"
            },
            "MonitorName": {
              "type": "string"
            },
            "MonitorSpecification": {
              "type": "string"
            },
            "MonitorType": {
              "type": "string"
            },
            "ResourceTags": {
              "items": {
                "$ref": "#/$defs/AWS::CE::AnomalyMonitor.ResourceTag"
              },
              "type": "array"
            }
          },
          "required": [
            "MonitorName",
            "MonitorType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CE::AnomalyMonitor"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CE::AnomalyMonitor.ResourceTag": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::CE::AnomalySubscription": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Frequency": {
              "type": "string"
            },
            "MonitorArnList": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ResourceTags": {
              "items": {
                "$ref": "#/$defs/AWS::CE::AnomalySubscription.ResourceTag"
              },
              "type": "array"
            },
            "Subscribers": {
              "items": {
                "$ref": "#/$defs/AWS::CE::AnomalySubscription.Subscriber"
              },
              "type": "array"
            },
            "SubscriptionName": {
              "type": "string"
            },
            "Threshold": {
              "type": "number"
            },
            "ThresholdExpression": {
              "type": "string"
            }
          },
          "required": [
            "Frequency",
            "MonitorArnList",
            "Subscribers",
            "SubscriptionName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CE::AnomalySubscription"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CE::AnomalySubscription.ResourceTag": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::CE::AnomalySubscription.Subscriber": {
      "type": "object",
      "properties": {
        "Address": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Address",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CE::CostCategory": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DefaultValue": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RuleVersion": {
              "type": "string"
            },
            "Rules": {
              "type": "string"
            },
            "SplitChargeRules": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "RuleVersion",
            "Rules"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CE::CostCategory"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CUR::ReportDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdditionalArtifacts": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AdditionalSchemaElements": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "BillingViewArn": {
              "type": "string"
            },
            "Compression": {
              "type": "string"
            },
            "Format": {
              "type": "string"
            },
            "RefreshClosedReports": {
              "type": "boolean"
            },
            "ReportName": {
              "type": "string"
            },
            "ReportVersioning": {
              "type": "string"
            },
            "S3Bucket": {
              "type": "string"
            },
            "S3Prefix": {
              "type": "string"
            },
            "S3Region": {
              "type": "string"
            },
            "TimeUnit": {
              "type": "string"
            }
          },
          "required": [
            "Compression",
            "Format",
            "RefreshClosedReports",
            "ReportName",
            "ReportVersioning",
            "S3Bucket",
            "S3Prefix",
            "S3Region",
            "TimeUnit"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CUR::ReportDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Cassandra::Keyspace": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "KeyspaceName": {
              "type": "string"
            },
            "ReplicationSpecification": {
              "$ref": "#/$defs/AWS::Cassandra::Keyspace.ReplicationSpecification"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cassandra::Keyspace"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Cassandra::Keyspace.ReplicationSpecification": {
      "type": "object",
      "properties": {
        "RegionList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ReplicationStrategy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cassandra::Table": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoScalingSpecifications": {
              "$ref": "#/$defs/AWS::Cassandra::Table.AutoScalingSpecification"
            },
            "BillingMode": {
              "$ref": "#/$defs/AWS::Cassandra::Table.BillingMode"
            },
            "ClientSideTimestampsEnabled": {
              "type": "boolean"
            },
            "ClusteringKeyColumns": {
              "items": {
                "$ref": "#/$defs/AWS::Cassandra::Table.ClusteringKeyColumn"
              },
              "type": "array"
            },
            "DefaultTimeToLive": {
              "type": "number"
            },
            "EncryptionSpecification": {
              "$ref": "#/$defs/AWS::Cassandra::Table.EncryptionSpecification"
            },
            "KeyspaceName": {
              "type": "string"
            },
            "PartitionKeyColumns": {
              "items": {
                "$ref": "#/$defs/AWS::Cassandra::Table.Column"
              },
              "type": "array"
            },
            "PointInTimeRecoveryEnabled": {
              "type": "boolean"
            },
            "RegularColumns": {
              "items": {
                "$ref": "#/$defs/AWS::Cassandra::Table.Column"
              },
              "type": "array"
            },
            "ReplicaSpecifications": {
              "items": {
                "$ref": "#/$defs/AWS::Cassandra::Table.ReplicaSpecification"
              },
              "type": "array"
            },
            "TableName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "KeyspaceName",
            "PartitionKeyColumns"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cassandra::Table"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Cassandra::Table.AutoScalingSetting": {
      "type": "object",
      "properties": {
        "AutoScalingDisabled": {
          "type": "boolean"
        },
        "MaximumUnits": {
          "type": "number"
        },
        "MinimumUnits": {
          "type": "number"
        },
        "ScalingPolicy": {
          "$ref": "#/$defs/AWS::Cassandra::Table.ScalingPolicy"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cassandra::Table.AutoScalingSpecification": {
      "type": "object",
      "properties": {
        "ReadCapacityAutoScaling": {
          "$ref": "#/$defs/AWS::Cassandra::Table.AutoScalingSetting"
        },
        "WriteCapacityAutoScaling": {
          "$ref": "#/$defs/AWS::Cassandra::Table.AutoScalingSetting"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cassandra::Table.BillingMode": {
      "type": "object",
      "properties": {
        "Mode": {
          "type": "string"
        },
        "ProvisionedThroughput": {
          "$ref": "#/$defs/AWS::Cassandra::Table.ProvisionedThroughput"
        }
      },
      "required": [
        "Mode"
      ],
      "additionalProperties": false
    },
    "AWS::Cassandra::Table.ClusteringKeyColumn": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::Cassandra::Table.Column"
        },
        "OrderBy": {
          "type": "string"
        }
      },
      "required": [
        "Column"
      ],
      "additionalProperties": false
    },
    "AWS::Cassandra::Table.Column": {
      "type": "object",
      "properties": {
        "ColumnName": {
          "type": "string"
        },
        "ColumnType": {
          "type": "string"
        }
      },
      "required": [
        "ColumnName",
        "ColumnType"
      ],
      "additionalProperties": false
    },
    "AWS::Cassandra::Table.EncryptionSpecification": {
      "type": "object",
      "properties": {
        "EncryptionType": {
          "type": "string"
        },
        "KmsKeyIdentifier": {
          "type": "string"
        }
      },
      "required": [
        "EncryptionType"
      ],
      "additionalProperties": false
    },
    "AWS::Cassandra::Table.ProvisionedThroughput": {
      "type": "object",
      "properties": {
        "ReadCapacityUnits": {
          "type": "number"
        },
        "WriteCapacityUnits": {
          "type": "number"
        }
      },
      "required": [
        "ReadCapacityUnits",
        "WriteCapacityUnits"
      ],
      "additionalProperties": false
    },
    "AWS::Cassandra::Table.ReplicaSpecification": {
      "type": "object",
      "properties": {
        "ReadCapacityAutoScaling": {
          "$ref": "#/$defs/AWS::Cassandra::Table.AutoScalingSetting"
        },
        "ReadCapacityUnits": {
          "type": "number"
        },
        "Region": {
          "type": "string"
        }
      },
      "required": [
        "Region"
      ],
      "additionalProperties": false
    },
    "AWS::Cassandra::Table.ScalingPolicy": {
      "type": "object",
      "properties": {
        "TargetTrackingScalingPolicyConfiguration": {
          "$ref": "#/$defs/AWS::Cassandra::Table.TargetTrackingScalingPolicyConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cassandra::Table.TargetTrackingScalingPolicyConfiguration": {
      "type": "object",
      "properties": {
        "DisableScaleIn": {
          "type": "boolean"
        },
        "ScaleInCooldown": {
          "type": "number"
        },
        "ScaleOutCooldown": {
          "type": "number"
        },
        "TargetValue": {
          "type": "number"
        }
      },
      "required": [
        "TargetValue"
      ],
      "additionalProperties": false
    },
    "AWS::CertificateManager::Account": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ExpiryEventsConfiguration": {
              "$ref": "#/$defs/AWS::CertificateManager::Account.ExpiryEventsConfiguration"
            }
          },
          "required": [
            "ExpiryEventsConfiguration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CertificateManager::Account"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CertificateManager::Account.ExpiryEventsConfiguration": {
      "type": "object",
      "properties": {
        "DaysBeforeExpiry": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::CertificateManager::Certificate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CertificateAuthorityArn": {
              "type": "string"
            },
            "CertificateTransparencyLoggingPreference": {
              "type": "string"
            },
            "DomainName": {
              "type": "string"
            },
            "DomainValidationOptions": {
              "items": {
                "$ref": "#/$defs/AWS::CertificateManager::Certificate.DomainValidationOption"
              },
              "type": "array"
            },
            "KeyAlgorithm": {
              "type": "string"
            },
            "SubjectAlternativeNames": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "ValidationMethod": {
              "type": "string"
            }
          },
          "required": [
            "DomainName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CertificateManager::Certificate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CertificateManager::Certificate.DomainValidationOption": {
      "type": "object",
      "properties": {
        "DomainName": {
          "type": "string"
        },
        "HostedZoneId": {
          "type": "string"
        },
        "ValidationDomain": {
          "type": "string"
        }
      },
      "required": [
        "DomainName"
      ],
      "additionalProperties": false
    },
    "AWS::Chatbot::MicrosoftTeamsChannelConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConfigurationName": {
              "type": "string"
            },
            "GuardrailPolicies": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "IamRoleArn": {
              "type": "string"
            },
            "LoggingLevel": {
              "type": "string"
            },
            "SnsTopicArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "TeamId": {
              "type": "string"
            },
            "TeamsChannelId": {
              "type": "string"
            },
            "TeamsTenantId": {
              "type": "string"
            },
            "UserRoleRequired": {
              "type": "boolean"
            }
          },
          "required": [
            "ConfigurationName",
            "IamRoleArn",
            "TeamId",
            "TeamsChannelId",
            "TeamsTenantId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Chatbot::MicrosoftTeamsChannelConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Chatbot::SlackChannelConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConfigurationName": {
              "type": "string"
            },
            "GuardrailPolicies": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "IamRoleArn": {
              "type": "string"
            },
            "LoggingLevel": {
              "type": "string"
            },
            "SlackChannelId": {
              "type": "string"
            },
            "SlackWorkspaceId": {
              "type": "string"
            },
            "SnsTopicArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "UserRoleRequired": {
              "type": "boolean"
            }
          },
          "required": [
            "ConfigurationName",
            "IamRoleArn",
            "SlackChannelId",
            "SlackWorkspaceId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Chatbot::SlackChannelConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::AnalysisTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AnalysisParameters": {
              "items": {
                "$ref": "#/$defs/AWS::CleanRooms::AnalysisTemplate.AnalysisParameter"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "Format": {
              "type": "string"
            },
            "MembershipIdentifier": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Source": {
              "$ref": "#/$defs/AWS::CleanRooms::AnalysisTemplate.AnalysisSource"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Format",
            "MembershipIdentifier",
            "Name",
            "Source"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CleanRooms::AnalysisTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::AnalysisTemplate.AnalysisParameter": {
      "type": "object",
      "properties": {
        "DefaultValue": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::AnalysisTemplate.AnalysisSchema": {
      "type": "object",
      "properties": {
        "ReferencedTables": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "ReferencedTables"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::AnalysisTemplate.AnalysisSource": {
      "type": "object",
      "properties": {
        "Text": {
          "type": "string"
        }
      },
      "required": [
        "Text"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::Collaboration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CreatorDisplayName": {
              "type": "string"
            },
            "CreatorMemberAbilities": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "CreatorPaymentConfiguration": {
              "$ref": "#/$defs/AWS::CleanRooms::Collaboration.PaymentConfiguration"
            },
            "DataEncryptionMetadata": {
              "$ref": "#/$defs/AWS::CleanRooms::Collaboration.DataEncryptionMetadata"
            },
            "Description": {
              "type": "string"
            },
            "Members": {
              "items": {
                "$ref": "#/$defs/AWS::CleanRooms::Collaboration.MemberSpecification"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "QueryLogStatus": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "CreatorDisplayName",
            "CreatorMemberAbilities",
            "Description",
            "Members",
            "Name",
            "QueryLogStatus"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CleanRooms::Collaboration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::Collaboration.DataEncryptionMetadata": {
      "type": "object",
      "properties": {
        "AllowCleartext": {
          "type": "boolean"
        },
        "AllowDuplicates": {
          "type": "boolean"
        },
        "AllowJoinsOnColumnsWithDifferentNames": {
          "type": "boolean"
        },
        "PreserveNulls": {
          "type": "boolean"
        }
      },
      "required": [
        "AllowCleartext",
        "AllowDuplicates",
        "AllowJoinsOnColumnsWithDifferentNames",
        "PreserveNulls"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::Collaboration.MemberSpecification": {
      "type": "object",
      "properties": {
        "AccountId": {
          "type": "string"
        },
        "DisplayName": {
          "type": "string"
        },
        "MemberAbilities": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PaymentConfiguration": {
          "$ref": "#/$defs/AWS::CleanRooms::Collaboration.PaymentConfiguration"
        }
      },
      "required": [
        "AccountId",
        "DisplayName",
        "MemberAbilities"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::Collaboration.PaymentConfiguration": {
      "type": "object",
      "properties": {
        "QueryCompute": {
          "$ref": "#/$defs/AWS::CleanRooms::Collaboration.QueryComputePaymentConfig"
        }
      },
      "required": [
        "QueryCompute"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::Collaboration.QueryComputePaymentConfig": {
      "type": "object",
      "properties": {
        "IsResponsible": {
          "type": "boolean"
        }
      },
      "required": [
        "IsResponsible"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::ConfiguredTable": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllowedColumns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AnalysisMethod": {
              "type": "string"
            },
            "AnalysisRules": {
              "items": {
                "$ref": "#/$defs/AWS::CleanRooms::ConfiguredTable.AnalysisRule"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "TableReference": {
              "$ref": "#/$defs/AWS::CleanRooms::ConfiguredTable.TableReference"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AllowedColumns",
            "AnalysisMethod",
            "Name",
            "TableReference"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CleanRooms::ConfiguredTable"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::ConfiguredTable.AggregateColumn": {
      "type": "object",
      "properties": {
        "ColumnNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Function": {
          "type": "string"
        }
      },
      "required": [
        "ColumnNames",
        "Function"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::ConfiguredTable.AggregationConstraint": {
      "type": "object",
      "properties": {
        "ColumnName": {
          "type": "string"
        },
        "Minimum": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "ColumnName",
        "Minimum",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::ConfiguredTable.AnalysisRule": {
      "type": "object",
      "properties": {
        "Policy": {
          "$ref": "#/$defs/AWS::CleanRooms::ConfiguredTable.ConfiguredTableAnalysisRulePolicy"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Policy",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::ConfiguredTable.AnalysisRuleAggregation": {
      "type": "object",
      "properties": {
        "AggregateColumns": {
          "items": {
            "$ref": "#/$defs/AWS::CleanRooms::ConfiguredTable.AggregateColumn"
          },
          "type": "array"
        },
        "AllowedJoinOperators": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DimensionColumns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "JoinColumns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "JoinRequired": {
          "type": "string"
        },
        "OutputConstraints": {
          "items": {
            "$ref": "#/$defs/AWS::CleanRooms::ConfiguredTable.AggregationConstraint"
          },
          "type": "array"
        },
        "ScalarFunctions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "AggregateColumns",
        "DimensionColumns",
        "JoinColumns",
        "OutputConstraints",
        "ScalarFunctions"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::ConfiguredTable.AnalysisRuleCustom": {
      "type": "object",
      "properties": {
        "AllowedAnalyses": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllowedAnalysisProviders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DifferentialPrivacy": {
          "$ref": "#/$defs/AWS::CleanRooms::ConfiguredTable.DifferentialPrivacy"
        }
      },
      "required": [
        "AllowedAnalyses"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::ConfiguredTable.AnalysisRuleList": {
      "type": "object",
      "properties": {
        "AllowedJoinOperators": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "JoinColumns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ListColumns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "JoinColumns",
        "ListColumns"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::ConfiguredTable.ConfiguredTableAnalysisRulePolicy": {
      "type": "object",
      "properties": {
        "V1": {
          "$ref": "#/$defs/AWS::CleanRooms::ConfiguredTable.ConfiguredTableAnalysisRulePolicyV1"
        }
      },
      "required": [
        "V1"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::ConfiguredTable.ConfiguredTableAnalysisRulePolicyV1": {
      "type": "object",
      "properties": {
        "Aggregation": {
          "$ref": "#/$defs/AWS::CleanRooms::ConfiguredTable.AnalysisRuleAggregation"
        },
        "Custom": {
          "$ref": "#/$defs/AWS::CleanRooms::ConfiguredTable.AnalysisRuleCustom"
        },
        "List": {
          "$ref": "#/$defs/AWS::CleanRooms::ConfiguredTable.AnalysisRuleList"
        }
      },
      "additionalProperties": false
    },
    "AWS::CleanRooms::ConfiguredTable.DifferentialPrivacy": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::CleanRooms::ConfiguredTable.DifferentialPrivacyColumn"
          },
          "type": "array"
        }
      },
      "required": [
        "Columns"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::ConfiguredTable.DifferentialPrivacyColumn": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::ConfiguredTable.GlueTableReference": {
      "type": "object",
      "properties": {
        "DatabaseName": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "DatabaseName",
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::ConfiguredTable.TableReference": {
      "type": "object",
      "properties": {
        "Glue": {
          "$ref": "#/$defs/AWS::CleanRooms::ConfiguredTable.GlueTableReference"
        }
      },
      "required": [
        "Glue"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::ConfiguredTableAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConfiguredTableIdentifier": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "MembershipIdentifier": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ConfiguredTableIdentifier",
            "MembershipIdentifier",
            "Name",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CleanRooms::ConfiguredTableAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::Membership": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CollaborationIdentifier": {
              "type": "string"
            },
            "DefaultResultConfiguration": {
              "$ref": "#/$defs/AWS::CleanRooms::Membership.MembershipProtectedQueryResultConfiguration"
            },
            "PaymentConfiguration": {
              "$ref": "#/$defs/AWS::CleanRooms::Membership.MembershipPaymentConfiguration"
            },
            "QueryLogStatus": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "CollaborationIdentifier",
            "QueryLogStatus"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CleanRooms::Membership"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::Membership.MembershipPaymentConfiguration": {
      "type": "object",
      "properties": {
        "QueryCompute": {
          "$ref": "#/$defs/AWS::CleanRooms::Membership.MembershipQueryComputePaymentConfig"
        }
      },
      "required": [
        "QueryCompute"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::Membership.MembershipProtectedQueryOutputConfiguration": {
      "type": "object",
      "properties": {
        "S3": {
          "$ref": "#/$defs/AWS::CleanRooms::Membership.ProtectedQueryS3OutputConfiguration"
        }
      },
      "required": [
        "S3"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::Membership.MembershipProtectedQueryResultConfiguration": {
      "type": "object",
      "properties": {
        "OutputConfiguration": {
          "$ref": "#/$defs/AWS::CleanRooms::Membership.MembershipProtectedQueryOutputConfiguration"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "OutputConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::Membership.MembershipQueryComputePaymentConfig": {
      "type": "object",
      "properties": {
        "IsResponsible": {
          "type": "boolean"
        }
      },
      "required": [
        "IsResponsible"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::Membership.ProtectedQueryS3OutputConfiguration": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "KeyPrefix": {
          "type": "string"
        },
        "ResultFormat": {
          "type": "string"
        }
      },
      "required": [
        "Bucket",
        "ResultFormat"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::PrivacyBudgetTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoRefresh": {
              "type": "string"
            },
            "MembershipIdentifier": {
              "type": "string"
            },
            "Parameters": {
              "$ref": "#/$defs/AWS::CleanRooms::PrivacyBudgetTemplate.Parameters"
            },
            "PrivacyBudgetType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AutoRefresh",
            "MembershipIdentifier",
            "Parameters",
            "PrivacyBudgetType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CleanRooms::PrivacyBudgetTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRooms::PrivacyBudgetTemplate.Parameters": {
      "type": "object",
      "properties": {
        "Epsilon": {
          "type": "number"
        },
        "UsersNoisePerQuery": {
          "type": "number"
        }
      },
      "required": [
        "Epsilon",
        "UsersNoisePerQuery"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRoomsML::TrainingDataset": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TrainingData": {
              "items": {
                "$ref": "#/$defs/AWS::CleanRoomsML::TrainingDataset.Dataset"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "RoleArn",
            "TrainingData"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CleanRoomsML::TrainingDataset"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRoomsML::TrainingDataset.ColumnSchema": {
      "type": "object",
      "properties": {
        "ColumnName": {
          "type": "string"
        },
        "ColumnTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "ColumnName",
        "ColumnTypes"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRoomsML::TrainingDataset.DataSource": {
      "type": "object",
      "properties": {
        "GlueDataSource": {
          "$ref": "#/$defs/AWS::CleanRoomsML::TrainingDataset.GlueDataSource"
        }
      },
      "required": [
        "GlueDataSource"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRoomsML::TrainingDataset.Dataset": {
      "type": "object",
      "properties": {
        "InputConfig": {
          "$ref": "#/$defs/AWS::CleanRoomsML::TrainingDataset.DatasetInputConfig"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "InputConfig",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRoomsML::TrainingDataset.DatasetInputConfig": {
      "type": "object",
      "properties": {
        "DataSource": {
          "$ref": "#/$defs/AWS::CleanRoomsML::TrainingDataset.DataSource"
        },
        "Schema": {
          "items": {
            "$ref": "#/$defs/AWS::CleanRoomsML::TrainingDataset.ColumnSchema"
          },
          "type": "array"
        }
      },
      "required": [
        "DataSource",
        "Schema"
      ],
      "additionalProperties": false
    },
    "AWS::CleanRoomsML::TrainingDataset.GlueDataSource": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "DatabaseName",
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::Cloud9::EnvironmentEC2": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutomaticStopTimeMinutes": {
              "type": "number"
            },
            "ConnectionType": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "ImageId": {
              "type": "string"
            },
            "InstanceType": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "OwnerArn": {
              "type": "string"
            },
            "Repositories": {
              "items": {
                "$ref": "#/$defs/AWS::Cloud9::EnvironmentEC2.Repository"
              },
              "type": "array"
            },
            "SubnetId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ImageId",
            "InstanceType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cloud9::EnvironmentEC2"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Cloud9::EnvironmentEC2.Repository": {
      "type": "object",
      "properties": {
        "PathComponent": {
          "type": "string"
        },
        "RepositoryUrl": {
          "type": "string"
        }
      },
      "required": [
        "PathComponent",
        "RepositoryUrl"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::CustomResource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ServiceToken": {
              "type": "string"
            }
          },
          "required": [
            "ServiceToken"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::CustomResource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::HookDefaultVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "TypeName": {
              "type": "string"
            },
            "TypeVersionArn": {
              "type": "string"
            },
            "VersionId": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::HookDefaultVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::HookTypeConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Configuration": {
              "type": "string"
            },
            "ConfigurationAlias": {
              "type": "string"
            },
            "TypeArn": {
              "type": "string"
            },
            "TypeName": {
              "type": "string"
            }
          },
          "required": [
            "Configuration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::HookTypeConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::HookVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ExecutionRoleArn": {
              "type": "string"
            },
            "LoggingConfig": {
              "$ref": "#/$defs/AWS::CloudFormation::HookVersion.LoggingConfig"
            },
            "SchemaHandlerPackage": {
              "type": "string"
            },
            "TypeName": {
              "type": "string"
            }
          },
          "required": [
            "SchemaHandlerPackage",
            "TypeName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::HookVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::HookVersion.LoggingConfig": {
      "type": "object",
      "properties": {
        "LogGroupName": {
          "type": "string"
        },
        "LogRoleArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudFormation::Macro": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "FunctionName": {
              "type": "string"
            },
            "LogGroupName": {
              "type": "string"
            },
            "LogRoleARN": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "FunctionName",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::Macro"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::ModuleDefaultVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Arn": {
              "type": "string"
            },
            "ModuleName": {
              "type": "string"
            },
            "VersionId": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::ModuleDefaultVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::ModuleVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ModuleName": {
              "type": "string"
            },
            "ModulePackage": {
              "type": "string"
            }
          },
          "required": [
            "ModuleName",
            "ModulePackage"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::ModuleVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::PublicTypeVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Arn": {
              "type": "string"
            },
            "LogDeliveryBucket": {
              "type": "string"
            },
            "PublicVersionNumber": {
              "type": "string"
            },
            "Type": {
              "type": "string"
            },
            "TypeName": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::PublicTypeVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::Publisher": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptTermsAndConditions": {
              "type": "boolean"
            },
            "ConnectionArn": {
              "type": "string"
            }
          },
          "required": [
            "AcceptTermsAndConditions"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::Publisher"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::ResourceDefaultVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "TypeName": {
              "type": "string"
            },
            "TypeVersionArn": {
              "type": "string"
            },
            "VersionId": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::ResourceDefaultVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::ResourceVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ExecutionRoleArn": {
              "type": "string"
            },
            "LoggingConfig": {
              "$ref": "#/$defs/AWS::CloudFormation::ResourceVersion.LoggingConfig"
            },
            "SchemaHandlerPackage": {
              "type": "string"
            },
            "TypeName": {
              "type": "string"
            }
          },
          "required": [
            "SchemaHandlerPackage",
            "TypeName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::ResourceVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::ResourceVersion.LoggingConfig": {
      "type": "object",
      "properties": {
        "LogGroupName": {
          "type": "string"
        },
        "LogRoleArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudFormation::Stack": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "NotificationARNs": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Parameters": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TemplateURL": {
              "type": "string"
            },
            "TimeoutInMinutes": {
              "type": "number"
            }
          },
          "required": [
            "TemplateURL"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::Stack"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::StackSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdministrationRoleARN": {
              "type": "string"
            },
            "AutoDeployment": {
              "$ref": "#/$defs/AWS::CloudFormation::StackSet.AutoDeployment"
            },
            "CallAs": {
              "type": "string"
            },
            "Capabilities": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "ExecutionRoleName": {
              "type": "string"
            },
            "ManagedExecution": {
              "$ref": "#/$defs/AWS::CloudFormation::StackSet.ManagedExecution"
            },
            "OperationPreferences": {
              "$ref": "#/$defs/AWS::CloudFormation::StackSet.OperationPreferences"
            },
            "Parameters": {
              "items": {
                "$ref": "#/$defs/AWS::CloudFormation::StackSet.Parameter"
              },
              "type": "array"
            },
            "PermissionModel": {
              "type": "string"
            },
            "StackInstancesGroup": {
              "items": {
                "$ref": "#/$defs/AWS::CloudFormation::StackSet.StackInstances"
              },
              "type": "array"
            },
            "StackSetName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TemplateBody": {
              "type": "string"
            },
            "TemplateURL": {
              "type": "string"
            }
          },
          "required": [
            "PermissionModel",
            "StackSetName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::StackSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::StackSet.AutoDeployment": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "RetainStacksOnAccountRemoval": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudFormation::StackSet.DeploymentTargets": {
      "type": "object",
      "properties": {
        "AccountFilterType": {
          "type": "string"
        },
        "Accounts": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AccountsUrl": {
          "type": "string"
        },
        "OrganizationalUnitIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudFormation::StackSet.ManagedExecution": {
      "type": "object",
      "properties": {
        "Active": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudFormation::StackSet.OperationPreferences": {
      "type": "object",
      "properties": {
        "FailureToleranceCount": {
          "type": "number"
        },
        "FailureTolerancePercentage": {
          "type": "number"
        },
        "MaxConcurrentCount": {
          "type": "number"
        },
        "MaxConcurrentPercentage": {
          "type": "number"
        },
        "RegionConcurrencyType": {
          "type": "string"
        },
        "RegionOrder": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudFormation::StackSet.Parameter": {
      "type": "object",
      "properties": {
        "ParameterKey": {
          "type": "string"
        },
        "ParameterValue": {
          "type": "string"
        }
      },
      "required": [
        "ParameterKey",
        "ParameterValue"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::StackSet.StackInstances": {
      "type": "object",
      "properties": {
        "DeploymentTargets": {
          "$ref": "#/$defs/AWS::CloudFormation::StackSet.DeploymentTargets"
        },
        "ParameterOverrides": {
          "items": {
            "$ref": "#/$defs/AWS::CloudFormation::StackSet.Parameter"
          },
          "type": "array"
        },
        "Regions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "DeploymentTargets",
        "Regions"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::TypeActivation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoUpdate": {
              "type": "boolean"
            },
            "ExecutionRoleArn": {
              "type": "string"
            },
            "LoggingConfig": {
              "$ref": "#/$defs/AWS::CloudFormation::TypeActivation.LoggingConfig"
            },
            "MajorVersion": {
              "type": "string"
            },
            "PublicTypeArn": {
              "type": "string"
            },
            "PublisherId": {
              "type": "string"
            },
            "Type": {
              "type": "string"
            },
            "TypeName": {
              "type": "string"
            },
            "TypeNameAlias": {
              "type": "string"
            },
            "VersionBump": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::TypeActivation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::TypeActivation.LoggingConfig": {
      "type": "object",
      "properties": {
        "LogGroupName": {
          "type": "string"
        },
        "LogRoleArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudFormation::WaitCondition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "CreationPolicy": {
          "type": "object"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Count": {
              "type": "number"
            },
            "Handle": {
              "type": "string"
            },
            "Timeout": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::WaitCondition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFormation::WaitConditionHandle": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {},
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFormation::WaitConditionHandle"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::CachePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CachePolicyConfig": {
              "$ref": "#/$defs/AWS::CloudFront::CachePolicy.CachePolicyConfig"
            }
          },
          "required": [
            "CachePolicyConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFront::CachePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::CachePolicy.CachePolicyConfig": {
      "type": "object",
      "properties": {
        "Comment": {
          "type": "string"
        },
        "DefaultTTL": {
          "type": "number"
        },
        "MaxTTL": {
          "type": "number"
        },
        "MinTTL": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        },
        "ParametersInCacheKeyAndForwardedToOrigin": {
          "$ref": "#/$defs/AWS::CloudFront::CachePolicy.ParametersInCacheKeyAndForwardedToOrigin"
        }
      },
      "required": [
        "DefaultTTL",
        "MaxTTL",
        "MinTTL",
        "Name",
        "ParametersInCacheKeyAndForwardedToOrigin"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::CachePolicy.CookiesConfig": {
      "type": "object",
      "properties": {
        "CookieBehavior": {
          "type": "string"
        },
        "Cookies": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "CookieBehavior"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::CachePolicy.HeadersConfig": {
      "type": "object",
      "properties": {
        "HeaderBehavior": {
          "type": "string"
        },
        "Headers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "HeaderBehavior"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::CachePolicy.ParametersInCacheKeyAndForwardedToOrigin": {
      "type": "object",
      "properties": {
        "CookiesConfig": {
          "$ref": "#/$defs/AWS::CloudFront::CachePolicy.CookiesConfig"
        },
        "EnableAcceptEncodingBrotli": {
          "type": "boolean"
        },
        "EnableAcceptEncodingGzip": {
          "type": "boolean"
        },
        "HeadersConfig": {
          "$ref": "#/$defs/AWS::CloudFront::CachePolicy.HeadersConfig"
        },
        "QueryStringsConfig": {
          "$ref": "#/$defs/AWS::CloudFront::CachePolicy.QueryStringsConfig"
        }
      },
      "required": [
        "CookiesConfig",
        "EnableAcceptEncodingGzip",
        "HeadersConfig",
        "QueryStringsConfig"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::CachePolicy.QueryStringsConfig": {
      "type": "object",
      "properties": {
        "QueryStringBehavior": {
          "type": "string"
        },
        "QueryStrings": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "QueryStringBehavior"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::CloudFrontOriginAccessIdentity": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CloudFrontOriginAccessIdentityConfig": {
              "$ref": "#/$defs/AWS::CloudFront::CloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfig"
            }
          },
          "required": [
            "CloudFrontOriginAccessIdentityConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFront::CloudFrontOriginAccessIdentity"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::CloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfig": {
      "type": "object",
      "properties": {
        "Comment": {
          "type": "string"
        }
      },
      "required": [
        "Comment"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ContinuousDeploymentPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContinuousDeploymentPolicyConfig": {
              "$ref": "#/$defs/AWS::CloudFront::ContinuousDeploymentPolicy.ContinuousDeploymentPolicyConfig"
            }
          },
          "required": [
            "ContinuousDeploymentPolicyConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFront::ContinuousDeploymentPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ContinuousDeploymentPolicy.ContinuousDeploymentPolicyConfig": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "SingleHeaderPolicyConfig": {
          "$ref": "#/$defs/AWS::CloudFront::ContinuousDeploymentPolicy.SingleHeaderPolicyConfig"
        },
        "SingleWeightPolicyConfig": {
          "$ref": "#/$defs/AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightPolicyConfig"
        },
        "StagingDistributionDnsNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TrafficConfig": {
          "$ref": "#/$defs/AWS::CloudFront::ContinuousDeploymentPolicy.TrafficConfig"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Enabled",
        "StagingDistributionDnsNames"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ContinuousDeploymentPolicy.SessionStickinessConfig": {
      "type": "object",
      "properties": {
        "IdleTTL": {
          "type": "number"
        },
        "MaximumTTL": {
          "type": "number"
        }
      },
      "required": [
        "IdleTTL",
        "MaximumTTL"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ContinuousDeploymentPolicy.SingleHeaderConfig": {
      "type": "object",
      "properties": {
        "Header": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Header",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ContinuousDeploymentPolicy.SingleHeaderPolicyConfig": {
      "type": "object",
      "properties": {
        "Header": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Header",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightConfig": {
      "type": "object",
      "properties": {
        "SessionStickinessConfig": {
          "$ref": "#/$defs/AWS::CloudFront::ContinuousDeploymentPolicy.SessionStickinessConfig"
        },
        "Weight": {
          "type": "number"
        }
      },
      "required": [
        "Weight"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightPolicyConfig": {
      "type": "object",
      "properties": {
        "SessionStickinessConfig": {
          "$ref": "#/$defs/AWS::CloudFront::ContinuousDeploymentPolicy.SessionStickinessConfig"
        },
        "Weight": {
          "type": "number"
        }
      },
      "required": [
        "Weight"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ContinuousDeploymentPolicy.TrafficConfig": {
      "type": "object",
      "properties": {
        "SingleHeaderConfig": {
          "$ref": "#/$defs/AWS::CloudFront::ContinuousDeploymentPolicy.SingleHeaderConfig"
        },
        "SingleWeightConfig": {
          "$ref": "#/$defs/AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightConfig"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DistributionConfig": {
              "$ref": "#/$defs/AWS::CloudFront::Distribution.DistributionConfig"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DistributionConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFront::Distribution"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.CacheBehavior": {
      "type": "object",
      "properties": {
        "AllowedMethods": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CachePolicyId": {
          "type": "string"
        },
        "CachedMethods": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Compress": {
          "type": "boolean"
        },
        "DefaultTTL": {
          "type": "number"
        },
        "FieldLevelEncryptionId": {
          "type": "string"
        },
        "ForwardedValues": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.ForwardedValues"
        },
        "FunctionAssociations": {
          "items": {
            "$ref": "#/$defs/AWS::CloudFront::Distribution.FunctionAssociation"
          },
          "type": "array"
        },
        "LambdaFunctionAssociations": {
          "items": {
            "$ref": "#/$defs/AWS::CloudFront::Distribution.LambdaFunctionAssociation"
          },
          "type": "array"
        },
        "MaxTTL": {
          "type": "number"
        },
        "MinTTL": {
          "type": "number"
        },
        "OriginRequestPolicyId": {
          "type": "string"
        },
        "PathPattern": {
          "type": "string"
        },
        "RealtimeLogConfigArn": {
          "type": "string"
        },
        "ResponseHeadersPolicyId": {
          "type": "string"
        },
        "SmoothStreaming": {
          "type": "boolean"
        },
        "TargetOriginId": {
          "type": "string"
        },
        "TrustedKeyGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TrustedSigners": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ViewerProtocolPolicy": {
          "type": "string"
        }
      },
      "required": [
        "PathPattern",
        "TargetOriginId",
        "ViewerProtocolPolicy"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.Cookies": {
      "type": "object",
      "properties": {
        "Forward": {
          "type": "string"
        },
        "WhitelistedNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Forward"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.CustomErrorResponse": {
      "type": "object",
      "properties": {
        "ErrorCachingMinTTL": {
          "type": "number"
        },
        "ErrorCode": {
          "type": "number"
        },
        "ResponseCode": {
          "type": "number"
        },
        "ResponsePagePath": {
          "type": "string"
        }
      },
      "required": [
        "ErrorCode"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.CustomOriginConfig": {
      "type": "object",
      "properties": {
        "HTTPPort": {
          "type": "number"
        },
        "HTTPSPort": {
          "type": "number"
        },
        "OriginKeepaliveTimeout": {
          "type": "number"
        },
        "OriginProtocolPolicy": {
          "type": "string"
        },
        "OriginReadTimeout": {
          "type": "number"
        },
        "OriginSSLProtocols": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "OriginProtocolPolicy"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.DefaultCacheBehavior": {
      "type": "object",
      "properties": {
        "AllowedMethods": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CachePolicyId": {
          "type": "string"
        },
        "CachedMethods": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Compress": {
          "type": "boolean"
        },
        "DefaultTTL": {
          "type": "number"
        },
        "FieldLevelEncryptionId": {
          "type": "string"
        },
        "ForwardedValues": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.ForwardedValues"
        },
        "FunctionAssociations": {
          "items": {
            "$ref": "#/$defs/AWS::CloudFront::Distribution.FunctionAssociation"
          },
          "type": "array"
        },
        "LambdaFunctionAssociations": {
          "items": {
            "$ref": "#/$defs/AWS::CloudFront::Distribution.LambdaFunctionAssociation"
          },
          "type": "array"
        },
        "MaxTTL": {
          "type": "number"
        },
        "MinTTL": {
          "type": "number"
        },
        "OriginRequestPolicyId": {
          "type": "string"
        },
        "RealtimeLogConfigArn": {
          "type": "string"
        },
        "ResponseHeadersPolicyId": {
          "type": "string"
        },
        "SmoothStreaming": {
          "type": "boolean"
        },
        "TargetOriginId": {
          "type": "string"
        },
        "TrustedKeyGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TrustedSigners": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ViewerProtocolPolicy": {
          "type": "string"
        }
      },
      "required": [
        "TargetOriginId",
        "ViewerProtocolPolicy"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.DistributionConfig": {
      "type": "object",
      "properties": {
        "Aliases": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CNAMEs": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CacheBehaviors": {
          "items": {
            "$ref": "#/$defs/AWS::CloudFront::Distribution.CacheBehavior"
          },
          "type": "array"
        },
        "Comment": {
          "type": "string"
        },
        "ContinuousDeploymentPolicyId": {
          "type": "string"
        },
        "CustomErrorResponses": {
          "items": {
            "$ref": "#/$defs/AWS::CloudFront::Distribution.CustomErrorResponse"
          },
          "type": "array"
        },
        "CustomOrigin": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.LegacyCustomOrigin"
        },
        "DefaultCacheBehavior": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.DefaultCacheBehavior"
        },
        "DefaultRootObject": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        },
        "HttpVersion": {
          "type": "string"
        },
        "IPV6Enabled": {
          "type": "boolean"
        },
        "Logging": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.Logging"
        },
        "OriginGroups": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.OriginGroups"
        },
        "Origins": {
          "items": {
            "$ref": "#/$defs/AWS::CloudFront::Distribution.Origin"
          },
          "type": "array"
        },
        "PriceClass": {
          "type": "string"
        },
        "Restrictions": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.Restrictions"
        },
        "S3Origin": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.LegacyS3Origin"
        },
        "Staging": {
          "type": "boolean"
        },
        "ViewerCertificate": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.ViewerCertificate"
        },
        "WebACLId": {
          "type": "string"
        }
      },
      "required": [
        "DefaultCacheBehavior",
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.ForwardedValues": {
      "type": "object",
      "properties": {
        "Cookies": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.Cookies"
        },
        "Headers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "QueryString": {
          "type": "boolean"
        },
        "QueryStringCacheKeys": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "QueryString"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.FunctionAssociation": {
      "type": "object",
      "properties": {
        "EventType": {
          "type": "string"
        },
        "FunctionARN": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.GeoRestriction": {
      "type": "object",
      "properties": {
        "Locations": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RestrictionType": {
          "type": "string"
        }
      },
      "required": [
        "RestrictionType"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.LambdaFunctionAssociation": {
      "type": "object",
      "properties": {
        "EventType": {
          "type": "string"
        },
        "IncludeBody": {
          "type": "boolean"
        },
        "LambdaFunctionARN": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.LegacyCustomOrigin": {
      "type": "object",
      "properties": {
        "DNSName": {
          "type": "string"
        },
        "HTTPPort": {
          "type": "number"
        },
        "HTTPSPort": {
          "type": "number"
        },
        "OriginProtocolPolicy": {
          "type": "string"
        },
        "OriginSSLProtocols": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "DNSName",
        "OriginProtocolPolicy",
        "OriginSSLProtocols"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.LegacyS3Origin": {
      "type": "object",
      "properties": {
        "DNSName": {
          "type": "string"
        },
        "OriginAccessIdentity": {
          "type": "string"
        }
      },
      "required": [
        "DNSName"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.Logging": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "IncludeCookies": {
          "type": "boolean"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "required": [
        "Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.Origin": {
      "type": "object",
      "properties": {
        "ConnectionAttempts": {
          "type": "number"
        },
        "ConnectionTimeout": {
          "type": "number"
        },
        "CustomOriginConfig": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.CustomOriginConfig"
        },
        "DomainName": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "OriginAccessControlId": {
          "type": "string"
        },
        "OriginCustomHeaders": {
          "items": {
            "$ref": "#/$defs/AWS::CloudFront::Distribution.OriginCustomHeader"
          },
          "type": "array"
        },
        "OriginPath": {
          "type": "string"
        },
        "OriginShield": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.OriginShield"
        },
        "S3OriginConfig": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.S3OriginConfig"
        }
      },
      "required": [
        "DomainName",
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.OriginCustomHeader": {
      "type": "object",
      "properties": {
        "HeaderName": {
          "type": "string"
        },
        "HeaderValue": {
          "type": "string"
        }
      },
      "required": [
        "HeaderName",
        "HeaderValue"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.OriginGroup": {
      "type": "object",
      "properties": {
        "FailoverCriteria": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.OriginGroupFailoverCriteria"
        },
        "Id": {
          "type": "string"
        },
        "Members": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.OriginGroupMembers"
        }
      },
      "required": [
        "FailoverCriteria",
        "Id",
        "Members"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.OriginGroupFailoverCriteria": {
      "type": "object",
      "properties": {
        "StatusCodes": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.StatusCodes"
        }
      },
      "required": [
        "StatusCodes"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.OriginGroupMember": {
      "type": "object",
      "properties": {
        "OriginId": {
          "type": "string"
        }
      },
      "required": [
        "OriginId"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.OriginGroupMembers": {
      "type": "object",
      "properties": {
        "Items": {
          "items": {
            "$ref": "#/$defs/AWS::CloudFront::Distribution.OriginGroupMember"
          },
          "type": "array"
        },
        "Quantity": {
          "type": "number"
        }
      },
      "required": [
        "Items",
        "Quantity"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.OriginGroups": {
      "type": "object",
      "properties": {
        "Items": {
          "items": {
            "$ref": "#/$defs/AWS::CloudFront::Distribution.OriginGroup"
          },
          "type": "array"
        },
        "Quantity": {
          "type": "number"
        }
      },
      "required": [
        "Quantity"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.OriginShield": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "OriginShieldRegion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.Restrictions": {
      "type": "object",
      "properties": {
        "GeoRestriction": {
          "$ref": "#/$defs/AWS::CloudFront::Distribution.GeoRestriction"
        }
      },
      "required": [
        "GeoRestriction"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.S3OriginConfig": {
      "type": "object",
      "properties": {
        "OriginAccessIdentity": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.StatusCodes": {
      "type": "object",
      "properties": {
        "Items": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "Quantity": {
          "type": "number"
        }
      },
      "required": [
        "Items",
        "Quantity"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Distribution.ViewerCertificate": {
      "type": "object",
      "properties": {
        "AcmCertificateArn": {
          "type": "string"
        },
        "CloudFrontDefaultCertificate": {
          "type": "boolean"
        },
        "IamCertificateId": {
          "type": "string"
        },
        "MinimumProtocolVersion": {
          "type": "string"
        },
        "SslSupportMethod": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudFront::Function": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoPublish": {
              "type": "boolean"
            },
            "FunctionCode": {
              "type": "string"
            },
            "FunctionConfig": {
              "$ref": "#/$defs/AWS::CloudFront::Function.FunctionConfig"
            },
            "FunctionMetadata": {
              "$ref": "#/$defs/AWS::CloudFront::Function.FunctionMetadata"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "FunctionCode",
            "FunctionConfig",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFront::Function"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Function.FunctionConfig": {
      "type": "object",
      "properties": {
        "Comment": {
          "type": "string"
        },
        "KeyValueStoreAssociations": {
          "items": {
            "$ref": "#/$defs/AWS::CloudFront::Function.KeyValueStoreAssociation"
          },
          "type": "array"
        },
        "Runtime": {
          "type": "string"
        }
      },
      "required": [
        "Comment",
        "Runtime"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::Function.FunctionMetadata": {
      "type": "object",
      "properties": {
        "FunctionARN": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudFront::Function.KeyValueStoreAssociation": {
      "type": "object",
      "properties": {
        "KeyValueStoreARN": {
          "type": "string"
        }
      },
      "required": [
        "KeyValueStoreARN"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::KeyGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "KeyGroupConfig": {
              "$ref": "#/$defs/AWS::CloudFront::KeyGroup.KeyGroupConfig"
            }
          },
          "required": [
            "KeyGroupConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFront::KeyGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::KeyGroup.KeyGroupConfig": {
      "type": "object",
      "properties": {
        "Comment": {
          "type": "string"
        },
        "Items": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Items",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::KeyValueStore": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Comment": {
              "type": "string"
            },
            "ImportSource": {
              "$ref": "#/$defs/AWS::CloudFront::KeyValueStore.ImportSource"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFront::KeyValueStore"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::KeyValueStore.ImportSource": {
      "type": "object",
      "properties": {
        "SourceArn": {
          "type": "string"
        },
        "SourceType": {
          "type": "string"
        }
      },
      "required": [
        "SourceArn",
        "SourceType"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::MonitoringSubscription": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DistributionId": {
              "type": "string"
            },
            "MonitoringSubscription": {
              "$ref": "#/$defs/AWS::CloudFront::MonitoringSubscription.MonitoringSubscription"
            }
          },
          "required": [
            "DistributionId",
            "MonitoringSubscription"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFront::MonitoringSubscription"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::MonitoringSubscription.MonitoringSubscription": {
      "type": "object",
      "properties": {
        "RealtimeMetricsSubscriptionConfig": {
          "$ref": "#/$defs/AWS::CloudFront::MonitoringSubscription.RealtimeMetricsSubscriptionConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudFront::MonitoringSubscription.RealtimeMetricsSubscriptionConfig": {
      "type": "object",
      "properties": {
        "RealtimeMetricsSubscriptionStatus": {
          "type": "string"
        }
      },
      "required": [
        "RealtimeMetricsSubscriptionStatus"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::OriginAccessControl": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "OriginAccessControlConfig": {
              "$ref": "#/$defs/AWS::CloudFront::OriginAccessControl.OriginAccessControlConfig"
            }
          },
          "required": [
            "OriginAccessControlConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFront::OriginAccessControl"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::OriginAccessControl.OriginAccessControlConfig": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "OriginAccessControlOriginType": {
          "type": "string"
        },
        "SigningBehavior": {
          "type": "string"
        },
        "SigningProtocol": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "OriginAccessControlOriginType",
        "SigningBehavior",
        "SigningProtocol"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::OriginRequestPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "OriginRequestPolicyConfig": {
              "$ref": "#/$defs/AWS::CloudFront::OriginRequestPolicy.OriginRequestPolicyConfig"
            }
          },
          "required": [
            "OriginRequestPolicyConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFront::OriginRequestPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::OriginRequestPolicy.CookiesConfig": {
      "type": "object",
      "properties": {
        "CookieBehavior": {
          "type": "string"
        },
        "Cookies": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "CookieBehavior"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::OriginRequestPolicy.HeadersConfig": {
      "type": "object",
      "properties": {
        "HeaderBehavior": {
          "type": "string"
        },
        "Headers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "HeaderBehavior"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::OriginRequestPolicy.OriginRequestPolicyConfig": {
      "type": "object",
      "properties": {
        "Comment": {
          "type": "string"
        },
        "CookiesConfig": {
          "$ref": "#/$defs/AWS::CloudFront::OriginRequestPolicy.CookiesConfig"
        },
        "HeadersConfig": {
          "$ref": "#/$defs/AWS::CloudFront::OriginRequestPolicy.HeadersConfig"
        },
        "Name": {
          "type": "string"
        },
        "QueryStringsConfig": {
          "$ref": "#/$defs/AWS::CloudFront::OriginRequestPolicy.QueryStringsConfig"
        }
      },
      "required": [
        "CookiesConfig",
        "HeadersConfig",
        "Name",
        "QueryStringsConfig"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::OriginRequestPolicy.QueryStringsConfig": {
      "type": "object",
      "properties": {
        "QueryStringBehavior": {
          "type": "string"
        },
        "QueryStrings": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "QueryStringBehavior"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::PublicKey": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PublicKeyConfig": {
              "$ref": "#/$defs/AWS::CloudFront::PublicKey.PublicKeyConfig"
            }
          },
          "required": [
            "PublicKeyConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFront::PublicKey"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::PublicKey.PublicKeyConfig": {
      "type": "object",
      "properties": {
        "CallerReference": {
          "type": "string"
        },
        "Comment": {
          "type": "string"
        },
        "EncodedKey": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "CallerReference",
        "EncodedKey",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::RealtimeLogConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EndPoints": {
              "items": {
                "$ref": "#/$defs/AWS::CloudFront::RealtimeLogConfig.EndPoint"
              },
              "type": "array"
            },
            "Fields": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "SamplingRate": {
              "type": "number"
            }
          },
          "required": [
            "EndPoints",
            "Fields",
            "Name",
            "SamplingRate"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFront::RealtimeLogConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::RealtimeLogConfig.EndPoint": {
      "type": "object",
      "properties": {
        "KinesisStreamConfig": {
          "$ref": "#/$defs/AWS::CloudFront::RealtimeLogConfig.KinesisStreamConfig"
        },
        "StreamType": {
          "type": "string"
        }
      },
      "required": [
        "KinesisStreamConfig",
        "StreamType"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::RealtimeLogConfig.KinesisStreamConfig": {
      "type": "object",
      "properties": {
        "RoleArn": {
          "type": "string"
        },
        "StreamArn": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn",
        "StreamArn"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ResponseHeadersPolicyConfig": {
              "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.ResponseHeadersPolicyConfig"
            }
          },
          "required": [
            "ResponseHeadersPolicyConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFront::ResponseHeadersPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.AccessControlAllowHeaders": {
      "type": "object",
      "properties": {
        "Items": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Items"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.AccessControlAllowMethods": {
      "type": "object",
      "properties": {
        "Items": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Items"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.AccessControlAllowOrigins": {
      "type": "object",
      "properties": {
        "Items": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Items"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.AccessControlExposeHeaders": {
      "type": "object",
      "properties": {
        "Items": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Items"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.ContentSecurityPolicy": {
      "type": "object",
      "properties": {
        "ContentSecurityPolicy": {
          "type": "string"
        },
        "Override": {
          "type": "boolean"
        }
      },
      "required": [
        "ContentSecurityPolicy",
        "Override"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.ContentTypeOptions": {
      "type": "object",
      "properties": {
        "Override": {
          "type": "boolean"
        }
      },
      "required": [
        "Override"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.CorsConfig": {
      "type": "object",
      "properties": {
        "AccessControlAllowCredentials": {
          "type": "boolean"
        },
        "AccessControlAllowHeaders": {
          "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.AccessControlAllowHeaders"
        },
        "AccessControlAllowMethods": {
          "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.AccessControlAllowMethods"
        },
        "AccessControlAllowOrigins": {
          "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.AccessControlAllowOrigins"
        },
        "AccessControlExposeHeaders": {
          "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.AccessControlExposeHeaders"
        },
        "AccessControlMaxAgeSec": {
          "type": "number"
        },
        "OriginOverride": {
          "type": "boolean"
        }
      },
      "required": [
        "AccessControlAllowCredentials",
        "AccessControlAllowHeaders",
        "AccessControlAllowMethods",
        "AccessControlAllowOrigins",
        "OriginOverride"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.CustomHeader": {
      "type": "object",
      "properties": {
        "Header": {
          "type": "string"
        },
        "Override": {
          "type": "boolean"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Header",
        "Override",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.CustomHeadersConfig": {
      "type": "object",
      "properties": {
        "Items": {
          "items": {
            "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.CustomHeader"
          },
          "type": "array"
        }
      },
      "required": [
        "Items"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.FrameOptions": {
      "type": "object",
      "properties": {
        "FrameOption": {
          "type": "string"
        },
        "Override": {
          "type": "boolean"
        }
      },
      "required": [
        "FrameOption",
        "Override"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.ReferrerPolicy": {
      "type": "object",
      "properties": {
        "Override": {
          "type": "boolean"
        },
        "ReferrerPolicy": {
          "type": "string"
        }
      },
      "required": [
        "Override",
        "ReferrerPolicy"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.RemoveHeader": {
      "type": "object",
      "properties": {
        "Header": {
          "type": "string"
        }
      },
      "required": [
        "Header"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.RemoveHeadersConfig": {
      "type": "object",
      "properties": {
        "Items": {
          "items": {
            "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.RemoveHeader"
          },
          "type": "array"
        }
      },
      "required": [
        "Items"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.ResponseHeadersPolicyConfig": {
      "type": "object",
      "properties": {
        "Comment": {
          "type": "string"
        },
        "CorsConfig": {
          "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.CorsConfig"
        },
        "CustomHeadersConfig": {
          "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.CustomHeadersConfig"
        },
        "Name": {
          "type": "string"
        },
        "RemoveHeadersConfig": {
          "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.RemoveHeadersConfig"
        },
        "SecurityHeadersConfig": {
          "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.SecurityHeadersConfig"
        },
        "ServerTimingHeadersConfig": {
          "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.ServerTimingHeadersConfig"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.SecurityHeadersConfig": {
      "type": "object",
      "properties": {
        "ContentSecurityPolicy": {
          "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.ContentSecurityPolicy"
        },
        "ContentTypeOptions": {
          "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.ContentTypeOptions"
        },
        "FrameOptions": {
          "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.FrameOptions"
        },
        "ReferrerPolicy": {
          "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.ReferrerPolicy"
        },
        "StrictTransportSecurity": {
          "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.StrictTransportSecurity"
        },
        "XSSProtection": {
          "$ref": "#/$defs/AWS::CloudFront::ResponseHeadersPolicy.XSSProtection"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.ServerTimingHeadersConfig": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "SamplingRate": {
          "type": "number"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.StrictTransportSecurity": {
      "type": "object",
      "properties": {
        "AccessControlMaxAgeSec": {
          "type": "number"
        },
        "IncludeSubdomains": {
          "type": "boolean"
        },
        "Override": {
          "type": "boolean"
        },
        "Preload": {
          "type": "boolean"
        }
      },
      "required": [
        "AccessControlMaxAgeSec",
        "Override"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::ResponseHeadersPolicy.XSSProtection": {
      "type": "object",
      "properties": {
        "ModeBlock": {
          "type": "boolean"
        },
        "Override": {
          "type": "boolean"
        },
        "Protection": {
          "type": "boolean"
        },
        "ReportUri": {
          "type": "string"
        }
      },
      "required": [
        "Override",
        "Protection"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::StreamingDistribution": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "StreamingDistributionConfig": {
              "$ref": "#/$defs/AWS::CloudFront::StreamingDistribution.StreamingDistributionConfig"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "StreamingDistributionConfig",
            "Tags"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudFront::StreamingDistribution"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::StreamingDistribution.Logging": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "required": [
        "Bucket",
        "Enabled",
        "Prefix"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::StreamingDistribution.S3Origin": {
      "type": "object",
      "properties": {
        "DomainName": {
          "type": "string"
        },
        "OriginAccessIdentity": {
          "type": "string"
        }
      },
      "required": [
        "DomainName",
        "OriginAccessIdentity"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::StreamingDistribution.StreamingDistributionConfig": {
      "type": "object",
      "properties": {
        "Aliases": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Comment": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        },
        "Logging": {
          "$ref": "#/$defs/AWS::CloudFront::StreamingDistribution.Logging"
        },
        "PriceClass": {
          "type": "string"
        },
        "S3Origin": {
          "$ref": "#/$defs/AWS::CloudFront::StreamingDistribution.S3Origin"
        },
        "TrustedSigners": {
          "$ref": "#/$defs/AWS::CloudFront::StreamingDistribution.TrustedSigners"
        }
      },
      "required": [
        "Comment",
        "Enabled",
        "S3Origin",
        "TrustedSigners"
      ],
      "additionalProperties": false
    },
    "AWS::CloudFront::StreamingDistribution.TrustedSigners": {
      "type": "object",
      "properties": {
        "AwsAccountNumbers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::CloudTrail::Channel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Destinations": {
              "items": {
                "$ref": "#/$defs/AWS::CloudTrail::Channel.Destination"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Source": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudTrail::Channel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CloudTrail::Channel.Destination": {
      "type": "object",
      "properties": {
        "Location": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Location",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CloudTrail::EventDataStore": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdvancedEventSelectors": {
              "items": {
                "$ref": "#/$defs/AWS::CloudTrail::EventDataStore.AdvancedEventSelector"
              },
              "type": "array"
            },
            "BillingMode": {
              "type": "string"
            },
            "FederationEnabled": {
              "type": "boolean"
            },
            "FederationRoleArn": {
              "type": "string"
            },
            "IngestionEnabled": {
              "type": "boolean"
            },
            "InsightSelectors": {
              "items": {
                "$ref": "#/$defs/AWS::CloudTrail::EventDataStore.InsightSelector"
              },
              "type": "array"
            },
            "InsightsDestination": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "MultiRegionEnabled": {
              "type": "boolean"
            },
            "Name": {
              "type": "string"
            },
            "OrganizationEnabled": {
              "type": "boolean"
            },
            "RetentionPeriod": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TerminationProtectionEnabled": {
              "type": "boolean"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudTrail::EventDataStore"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CloudTrail::EventDataStore.AdvancedEventSelector": {
      "type": "object",
      "properties": {
        "FieldSelectors": {
          "items": {
            "$ref": "#/$defs/AWS::CloudTrail::EventDataStore.AdvancedFieldSelector"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "FieldSelectors"
      ],
      "additionalProperties": false
    },
    "AWS::CloudTrail::EventDataStore.AdvancedFieldSelector": {
      "type": "object",
      "properties": {
        "EndsWith": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Equals": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Field": {
          "type": "string"
        },
        "NotEndsWith": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "NotEquals": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "NotStartsWith": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "StartsWith": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Field"
      ],
      "additionalProperties": false
    },
    "AWS::CloudTrail::EventDataStore.InsightSelector": {
      "type": "object",
      "properties": {
        "InsightType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudTrail::ResourcePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ResourceArn": {
              "type": "string"
            },
            "ResourcePolicy": {
              "type": "object"
            }
          },
          "required": [
            "ResourceArn",
            "ResourcePolicy"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudTrail::ResourcePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudTrail::Trail": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdvancedEventSelectors": {
              "items": {
                "$ref": "#/$defs/AWS::CloudTrail::Trail.AdvancedEventSelector"
              },
              "type": "array"
            },
            "CloudWatchLogsLogGroupArn": {
              "type": "string"
            },
            "CloudWatchLogsRoleArn": {
              "type": "string"
            },
            "EnableLogFileValidation": {
              "type": "boolean"
            },
            "EventSelectors": {
              "items": {
                "$ref": "#/$defs/AWS::CloudTrail::Trail.EventSelector"
              },
              "type": "array"
            },
            "IncludeGlobalServiceEvents": {
              "type": "boolean"
            },
            "InsightSelectors": {
              "items": {
                "$ref": "#/$defs/AWS::CloudTrail::Trail.InsightSelector"
              },
              "type": "array"
            },
            "IsLogging": {
              "type": "boolean"
            },
            "IsMultiRegionTrail": {
              "type": "boolean"
            },
            "IsOrganizationTrail": {
              "type": "boolean"
            },
            "KMSKeyId": {
              "type": "string"
            },
            "S3BucketName": {
              "type": "string"
            },
            "S3KeyPrefix": {
              "type": "string"
            },
            "SnsTopicName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TrailName": {
              "type": "string"
            }
          },
          "required": [
            "IsLogging",
            "S3BucketName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudTrail::Trail"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudTrail::Trail.AdvancedEventSelector": {
      "type": "object",
      "properties": {
        "FieldSelectors": {
          "items": {
            "$ref": "#/$defs/AWS::CloudTrail::Trail.AdvancedFieldSelector"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "FieldSelectors"
      ],
      "additionalProperties": false
    },
    "AWS::CloudTrail::Trail.AdvancedFieldSelector": {
      "type": "object",
      "properties": {
        "EndsWith": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Equals": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Field": {
          "type": "string"
        },
        "NotEndsWith": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "NotEquals": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "NotStartsWith": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "StartsWith": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Field"
      ],
      "additionalProperties": false
    },
    "AWS::CloudTrail::Trail.DataResource": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CloudTrail::Trail.EventSelector": {
      "type": "object",
      "properties": {
        "DataResources": {
          "items": {
            "$ref": "#/$defs/AWS::CloudTrail::Trail.DataResource"
          },
          "type": "array"
        },
        "ExcludeManagementEventSources": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "IncludeManagementEvents": {
          "type": "boolean"
        },
        "ReadWriteType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudTrail::Trail.InsightSelector": {
      "type": "object",
      "properties": {
        "InsightType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudWatch::Alarm": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ActionsEnabled": {
              "type": "boolean"
            },
            "AlarmActions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AlarmDescription": {
              "type": "string"
            },
            "AlarmName": {
              "type": "string"
            },
            "ComparisonOperator": {
              "type": "string"
            },
            "DatapointsToAlarm": {
              "type": "number"
            },
            "Dimensions": {
              "items": {
                "$ref": "#/$defs/AWS::CloudWatch::Alarm.Dimension"
              },
              "type": "array"
            },
            "EvaluateLowSampleCountPercentile": {
              "type": "string"
            },
            "EvaluationPeriods": {
              "type": "number"
            },
            "ExtendedStatistic": {
              "type": "string"
            },
            "InsufficientDataActions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "MetricName": {
              "type": "string"
            },
            "Metrics": {
              "items": {
                "$ref": "#/$defs/AWS::CloudWatch::Alarm.MetricDataQuery"
              },
              "type": "array"
            },
            "Namespace": {
              "type": "string"
            },
            "OKActions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Period": {
              "type": "number"
            },
            "Statistic": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Threshold": {
              "type": "number"
            },
            "ThresholdMetricId": {
              "type": "string"
            },
            "TreatMissingData": {
              "type": "string"
            },
            "Unit": {
              "type": "string"
            }
          },
          "required": [
            "ComparisonOperator",
            "EvaluationPeriods"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudWatch::Alarm"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::Alarm.Dimension": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::Alarm.Metric": {
      "type": "object",
      "properties": {
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::CloudWatch::Alarm.Dimension"
          },
          "type": "array"
        },
        "MetricName": {
          "type": "string"
        },
        "Namespace": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudWatch::Alarm.MetricDataQuery": {
      "type": "object",
      "properties": {
        "AccountId": {
          "type": "string"
        },
        "Expression": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "Label": {
          "type": "string"
        },
        "MetricStat": {
          "$ref": "#/$defs/AWS::CloudWatch::Alarm.MetricStat"
        },
        "Period": {
          "type": "number"
        },
        "ReturnData": {
          "type": "boolean"
        }
      },
      "required": [
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::Alarm.MetricStat": {
      "type": "object",
      "properties": {
        "Metric": {
          "$ref": "#/$defs/AWS::CloudWatch::Alarm.Metric"
        },
        "Period": {
          "type": "number"
        },
        "Stat": {
          "type": "string"
        },
        "Unit": {
          "type": "string"
        }
      },
      "required": [
        "Metric",
        "Period",
        "Stat"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::AnomalyDetector": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Configuration": {
              "$ref": "#/$defs/AWS::CloudWatch::AnomalyDetector.Configuration"
            },
            "Dimensions": {
              "items": {
                "$ref": "#/$defs/AWS::CloudWatch::AnomalyDetector.Dimension"
              },
              "type": "array"
            },
            "MetricCharacteristics": {
              "$ref": "#/$defs/AWS::CloudWatch::AnomalyDetector.MetricCharacteristics"
            },
            "MetricMathAnomalyDetector": {
              "$ref": "#/$defs/AWS::CloudWatch::AnomalyDetector.MetricMathAnomalyDetector"
            },
            "MetricName": {
              "type": "string"
            },
            "Namespace": {
              "type": "string"
            },
            "SingleMetricAnomalyDetector": {
              "$ref": "#/$defs/AWS::CloudWatch::AnomalyDetector.SingleMetricAnomalyDetector"
            },
            "Stat": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudWatch::AnomalyDetector"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::AnomalyDetector.Configuration": {
      "type": "object",
      "properties": {
        "ExcludedTimeRanges": {
          "items": {
            "$ref": "#/$defs/AWS::CloudWatch::AnomalyDetector.Range"
          },
          "type": "array"
        },
        "MetricTimeZone": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudWatch::AnomalyDetector.Dimension": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::AnomalyDetector.Metric": {
      "type": "object",
      "properties": {
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::CloudWatch::AnomalyDetector.Dimension"
          },
          "type": "array"
        },
        "MetricName": {
          "type": "string"
        },
        "Namespace": {
          "type": "string"
        }
      },
      "required": [
        "MetricName",
        "Namespace"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::AnomalyDetector.MetricCharacteristics": {
      "type": "object",
      "properties": {
        "PeriodicSpikes": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudWatch::AnomalyDetector.MetricDataQueries": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::CloudWatch::AnomalyDetector.MetricDataQuery": {
      "type": "object",
      "properties": {
        "AccountId": {
          "type": "string"
        },
        "Expression": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "Label": {
          "type": "string"
        },
        "MetricStat": {
          "$ref": "#/$defs/AWS::CloudWatch::AnomalyDetector.MetricStat"
        },
        "Period": {
          "type": "number"
        },
        "ReturnData": {
          "type": "boolean"
        }
      },
      "required": [
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::AnomalyDetector.MetricMathAnomalyDetector": {
      "type": "object",
      "properties": {
        "MetricDataQueries": {
          "items": {
            "$ref": "#/$defs/AWS::CloudWatch::AnomalyDetector.MetricDataQuery"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudWatch::AnomalyDetector.MetricStat": {
      "type": "object",
      "properties": {
        "Metric": {
          "$ref": "#/$defs/AWS::CloudWatch::AnomalyDetector.Metric"
        },
        "Period": {
          "type": "number"
        },
        "Stat": {
          "type": "string"
        },
        "Unit": {
          "type": "string"
        }
      },
      "required": [
        "Metric",
        "Period",
        "Stat"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::AnomalyDetector.Range": {
      "type": "object",
      "properties": {
        "EndTime": {
          "type": "string"
        },
        "StartTime": {
          "type": "string"
        }
      },
      "required": [
        "EndTime",
        "StartTime"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::AnomalyDetector.SingleMetricAnomalyDetector": {
      "type": "object",
      "properties": {
        "AccountId": {
          "type": "string"
        },
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::CloudWatch::AnomalyDetector.Dimension"
          },
          "type": "array"
        },
        "MetricName": {
          "type": "string"
        },
        "Namespace": {
          "type": "string"
        },
        "Stat": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CloudWatch::CompositeAlarm": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ActionsEnabled": {
              "type": "boolean"
            },
            "ActionsSuppressor": {
              "type": "string"
            },
            "ActionsSuppressorExtensionPeriod": {
              "type": "number"
            },
            "ActionsSuppressorWaitPeriod": {
              "type": "number"
            },
            "AlarmActions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AlarmDescription": {
              "type": "string"
            },
            "AlarmName": {
              "type": "string"
            },
            "AlarmRule": {
              "type": "string"
            },
            "InsufficientDataActions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "OKActions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AlarmRule"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudWatch::CompositeAlarm"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::Dashboard": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DashboardBody": {
              "type": "string"
            },
            "DashboardName": {
              "type": "string"
            }
          },
          "required": [
            "DashboardBody"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudWatch::Dashboard"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::InsightRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "RuleBody": {
              "type": "string"
            },
            "RuleName": {
              "type": "string"
            },
            "RuleState": {
              "type": "string"
            },
            "Tags": {
              "$ref": "#/$defs/AWS::CloudWatch::InsightRule.Tags"
            }
          },
          "required": [
            "RuleBody",
            "RuleName",
            "RuleState"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudWatch::InsightRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::InsightRule.Tags": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::CloudWatch::MetricStream": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ExcludeFilters": {
              "items": {
                "$ref": "#/$defs/AWS::CloudWatch::MetricStream.MetricStreamFilter"
              },
              "type": "array"
            },
            "FirehoseArn": {
              "type": "string"
            },
            "IncludeFilters": {
              "items": {
                "$ref": "#/$defs/AWS::CloudWatch::MetricStream.MetricStreamFilter"
              },
              "type": "array"
            },
            "IncludeLinkedAccountsMetrics": {
              "type": "boolean"
            },
            "Name": {
              "type": "string"
            },
            "OutputFormat": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "StatisticsConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::CloudWatch::MetricStream.MetricStreamStatisticsConfiguration"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "FirehoseArn",
            "OutputFormat",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CloudWatch::MetricStream"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::MetricStream.MetricStreamFilter": {
      "type": "object",
      "properties": {
        "MetricNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Namespace": {
          "type": "string"
        }
      },
      "required": [
        "Namespace"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::MetricStream.MetricStreamStatisticsConfiguration": {
      "type": "object",
      "properties": {
        "AdditionalStatistics": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "IncludeMetrics": {
          "items": {
            "$ref": "#/$defs/AWS::CloudWatch::MetricStream.MetricStreamStatisticsMetric"
          },
          "type": "array"
        }
      },
      "required": [
        "AdditionalStatistics",
        "IncludeMetrics"
      ],
      "additionalProperties": false
    },
    "AWS::CloudWatch::MetricStream.MetricStreamStatisticsMetric": {
      "type": "object",
      "properties": {
        "MetricName": {
          "type": "string"
        },
        "Namespace": {
          "type": "string"
        }
      },
      "required": [
        "MetricName",
        "Namespace"
      ],
      "additionalProperties": false
    },
    "AWS::CodeArtifact::Domain": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DomainName": {
              "type": "string"
            },
            "EncryptionKey": {
              "type": "string"
            },
            "PermissionsPolicyDocument": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DomainName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeArtifact::Domain"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodeArtifact::PackageGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContactInfo": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DomainName": {
              "type": "string"
            },
            "DomainOwner": {
              "type": "string"
            },
            "OriginConfiguration": {
              "$ref": "#/$defs/AWS::CodeArtifact::PackageGroup.OriginConfiguration"
            },
            "Pattern": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DomainName",
            "Pattern"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeArtifact::PackageGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodeArtifact::PackageGroup.OriginConfiguration": {
      "type": "object",
      "properties": {
        "Restrictions": {
          "$ref": "#/$defs/AWS::CodeArtifact::PackageGroup.Restrictions"
        }
      },
      "required": [
        "Restrictions"
      ],
      "additionalProperties": false
    },
    "AWS::CodeArtifact::PackageGroup.RestrictionType": {
      "type": "object",
      "properties": {
        "Repositories": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RestrictionMode": {
          "type": "string"
        }
      },
      "required": [
        "RestrictionMode"
      ],
      "additionalProperties": false
    },
    "AWS::CodeArtifact::PackageGroup.Restrictions": {
      "type": "object",
      "properties": {
        "ExternalUpstream": {
          "$ref": "#/$defs/AWS::CodeArtifact::PackageGroup.RestrictionType"
        },
        "InternalUpstream": {
          "$ref": "#/$defs/AWS::CodeArtifact::PackageGroup.RestrictionType"
        },
        "Publish": {
          "$ref": "#/$defs/AWS::CodeArtifact::PackageGroup.RestrictionType"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeArtifact::Repository": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DomainName": {
              "type": "string"
            },
            "DomainOwner": {
              "type": "string"
            },
            "ExternalConnections": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PermissionsPolicyDocument": {
              "type": "object"
            },
            "RepositoryName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Upstreams": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "DomainName",
            "RepositoryName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeArtifact::Repository"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::Fleet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BaseCapacity": {
              "type": "number"
            },
            "ComputeType": {
              "type": "string"
            },
            "EnvironmentType": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeBuild::Fleet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Artifacts": {
              "$ref": "#/$defs/AWS::CodeBuild::Project.Artifacts"
            },
            "BadgeEnabled": {
              "type": "boolean"
            },
            "BuildBatchConfig": {
              "$ref": "#/$defs/AWS::CodeBuild::Project.ProjectBuildBatchConfig"
            },
            "Cache": {
              "$ref": "#/$defs/AWS::CodeBuild::Project.ProjectCache"
            },
            "ConcurrentBuildLimit": {
              "type": "number"
            },
            "Description": {
              "type": "string"
            },
            "EncryptionKey": {
              "type": "string"
            },
            "Environment": {
              "$ref": "#/$defs/AWS::CodeBuild::Project.Environment"
            },
            "FileSystemLocations": {
              "items": {
                "$ref": "#/$defs/AWS::CodeBuild::Project.ProjectFileSystemLocation"
              },
              "type": "array"
            },
            "LogsConfig": {
              "$ref": "#/$defs/AWS::CodeBuild::Project.LogsConfig"
            },
            "Name": {
              "type": "string"
            },
            "QueuedTimeoutInMinutes": {
              "type": "number"
            },
            "ResourceAccessRole": {
              "type": "string"
            },
            "SecondaryArtifacts": {
              "items": {
                "$ref": "#/$defs/AWS::CodeBuild::Project.Artifacts"
              },
              "type": "array"
            },
            "SecondarySourceVersions": {
              "items": {
                "$ref": "#/$defs/AWS::CodeBuild::Project.ProjectSourceVersion"
              },
              "type": "array"
            },
            "SecondarySources": {
              "items": {
                "$ref": "#/$defs/AWS::CodeBuild::Project.Source"
              },
              "type": "array"
            },
            "ServiceRole": {
              "type": "string"
            },
            "Source": {
              "$ref": "#/$defs/AWS::CodeBuild::Project.Source"
            },
            "SourceVersion": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TimeoutInMinutes": {
              "type": "number"
            },
            "Triggers": {
              "$ref": "#/$defs/AWS::CodeBuild::Project.ProjectTriggers"
            },
            "Visibility": {
              "type": "string"
            },
            "VpcConfig": {
              "$ref": "#/$defs/AWS::CodeBuild::Project.VpcConfig"
            }
          },
          "required": [
            "Artifacts",
            "Environment",
            "ServiceRole",
            "Source"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeBuild::Project"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.Artifacts": {
      "type": "object",
      "properties": {
        "ArtifactIdentifier": {
          "type": "string"
        },
        "EncryptionDisabled": {
          "type": "boolean"
        },
        "Location": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "NamespaceType": {
          "type": "string"
        },
        "OverrideArtifactName": {
          "type": "boolean"
        },
        "Packaging": {
          "type": "string"
        },
        "Path": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.BatchRestrictions": {
      "type": "object",
      "properties": {
        "ComputeTypesAllowed": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MaximumBuildsAllowed": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.BuildStatusConfig": {
      "type": "object",
      "properties": {
        "Context": {
          "type": "string"
        },
        "TargetUrl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.CloudWatchLogsConfig": {
      "type": "object",
      "properties": {
        "GroupName": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        },
        "StreamName": {
          "type": "string"
        }
      },
      "required": [
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.Environment": {
      "type": "object",
      "properties": {
        "Certificate": {
          "type": "string"
        },
        "ComputeType": {
          "type": "string"
        },
        "EnvironmentVariables": {
          "items": {
            "$ref": "#/$defs/AWS::CodeBuild::Project.EnvironmentVariable"
          },
          "type": "array"
        },
        "Fleet": {
          "$ref": "#/$defs/AWS::CodeBuild::Project.ProjectFleet"
        },
        "Image": {
          "type": "string"
        },
        "ImagePullCredentialsType": {
          "type": "string"
        },
        "PrivilegedMode": {
          "type": "boolean"
        },
        "RegistryCredential": {
          "$ref": "#/$defs/AWS::CodeBuild::Project.RegistryCredential"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "ComputeType",
        "Image",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.EnvironmentVariable": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.FilterGroup": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.GitSubmodulesConfig": {
      "type": "object",
      "properties": {
        "FetchSubmodules": {
          "type": "boolean"
        }
      },
      "required": [
        "FetchSubmodules"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.LogsConfig": {
      "type": "object",
      "properties": {
        "CloudWatchLogs": {
          "$ref": "#/$defs/AWS::CodeBuild::Project.CloudWatchLogsConfig"
        },
        "S3Logs": {
          "$ref": "#/$defs/AWS::CodeBuild::Project.S3LogsConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.ProjectBuildBatchConfig": {
      "type": "object",
      "properties": {
        "BatchReportMode": {
          "type": "string"
        },
        "CombineArtifacts": {
          "type": "boolean"
        },
        "Restrictions": {
          "$ref": "#/$defs/AWS::CodeBuild::Project.BatchRestrictions"
        },
        "ServiceRole": {
          "type": "string"
        },
        "TimeoutInMins": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.ProjectCache": {
      "type": "object",
      "properties": {
        "Location": {
          "type": "string"
        },
        "Modes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.ProjectFileSystemLocation": {
      "type": "object",
      "properties": {
        "Identifier": {
          "type": "string"
        },
        "Location": {
          "type": "string"
        },
        "MountOptions": {
          "type": "string"
        },
        "MountPoint": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Identifier",
        "Location",
        "MountPoint",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.ProjectFleet": {
      "type": "object",
      "properties": {
        "FleetArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.ProjectSourceVersion": {
      "type": "object",
      "properties": {
        "SourceIdentifier": {
          "type": "string"
        },
        "SourceVersion": {
          "type": "string"
        }
      },
      "required": [
        "SourceIdentifier"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.ProjectTriggers": {
      "type": "object",
      "properties": {
        "BuildType": {
          "type": "string"
        },
        "FilterGroups": {
          "items": {
            "$ref": "#/$defs/AWS::CodeBuild::Project.FilterGroup"
          },
          "type": "array"
        },
        "Webhook": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.RegistryCredential": {
      "type": "object",
      "properties": {
        "Credential": {
          "type": "string"
        },
        "CredentialProvider": {
          "type": "string"
        }
      },
      "required": [
        "Credential",
        "CredentialProvider"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.S3LogsConfig": {
      "type": "object",
      "properties": {
        "EncryptionDisabled": {
          "type": "boolean"
        },
        "Location": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.Source": {
      "type": "object",
      "properties": {
        "Auth": {
          "$ref": "#/$defs/AWS::CodeBuild::Project.SourceAuth"
        },
        "BuildSpec": {
          "type": "string"
        },
        "BuildStatusConfig": {
          "$ref": "#/$defs/AWS::CodeBuild::Project.BuildStatusConfig"
        },
        "GitCloneDepth": {
          "type": "number"
        },
        "GitSubmodulesConfig": {
          "$ref": "#/$defs/AWS::CodeBuild::Project.GitSubmodulesConfig"
        },
        "InsecureSsl": {
          "type": "boolean"
        },
        "Location": {
          "type": "string"
        },
        "ReportBuildStatus": {
          "type": "boolean"
        },
        "SourceIdentifier": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.SourceAuth": {
      "type": "object",
      "properties": {
        "Resource": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.VpcConfig": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "VpcId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeBuild::Project.WebhookFilter": {
      "type": "object",
      "properties": {
        "ExcludeMatchedPattern": {
          "type": "boolean"
        },
        "Pattern": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Pattern",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::ReportGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeleteReports": {
              "type": "boolean"
            },
            "ExportConfig": {
              "$ref": "#/$defs/AWS::CodeBuild::ReportGroup.ReportExportConfig"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "ExportConfig",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeBuild::ReportGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::ReportGroup.ReportExportConfig": {
      "type": "object",
      "properties": {
        "ExportConfigType": {
          "type": "string"
        },
        "S3Destination": {
          "$ref": "#/$defs/AWS::CodeBuild::ReportGroup.S3ReportExportConfig"
        }
      },
      "required": [
        "ExportConfigType"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::ReportGroup.S3ReportExportConfig": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "BucketOwner": {
          "type": "string"
        },
        "EncryptionDisabled": {
          "type": "boolean"
        },
        "EncryptionKey": {
          "type": "string"
        },
        "Packaging": {
          "type": "string"
        },
        "Path": {
          "type": "string"
        }
      },
      "required": [
        "Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::CodeBuild::SourceCredential": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthType": {
              "type": "string"
            },
            "ServerType": {
              "type": "string"
            },
            "Token": {
              "type": "string"
            },
            "Username": {
              "type": "string"
            }
          },
          "required": [
            "AuthType",
            "ServerType",
            "Token"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeBuild::SourceCredential"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodeCommit::Repository": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Code": {
              "$ref": "#/$defs/AWS::CodeCommit::Repository.Code"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "RepositoryDescription": {
              "type": "string"
            },
            "RepositoryName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Triggers": {
              "items": {
                "$ref": "#/$defs/AWS::CodeCommit::Repository.RepositoryTrigger"
              },
              "type": "array"
            }
          },
          "required": [
            "RepositoryName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeCommit::Repository"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodeCommit::Repository.Code": {
      "type": "object",
      "properties": {
        "BranchName": {
          "type": "string"
        },
        "S3": {
          "$ref": "#/$defs/AWS::CodeCommit::Repository.S3"
        }
      },
      "required": [
        "S3"
      ],
      "additionalProperties": false
    },
    "AWS::CodeCommit::Repository.RepositoryTrigger": {
      "type": "object",
      "properties": {
        "Branches": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CustomData": {
          "type": "string"
        },
        "DestinationArn": {
          "type": "string"
        },
        "Events": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "DestinationArn",
        "Events",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::CodeCommit::Repository.S3": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        },
        "ObjectVersion": {
          "type": "string"
        }
      },
      "required": [
        "Bucket",
        "Key"
      ],
      "additionalProperties": false
    },
    "AWS::CodeConnections::Connection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConnectionName": {
              "type": "string"
            },
            "HostArn": {
              "type": "string"
            },
            "ProviderType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ConnectionName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeConnections::Connection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodeDeploy::Application": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationName": {
              "type": "string"
            },
            "ComputePlatform": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeDeploy::Application"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ComputePlatform": {
              "type": "string"
            },
            "DeploymentConfigName": {
              "type": "string"
            },
            "MinimumHealthyHosts": {
              "$ref": "#/$defs/AWS::CodeDeploy::DeploymentConfig.MinimumHealthyHosts"
            },
            "TrafficRoutingConfig": {
              "$ref": "#/$defs/AWS::CodeDeploy::DeploymentConfig.TrafficRoutingConfig"
            },
            "ZonalConfig": {
              "$ref": "#/$defs/AWS::CodeDeploy::DeploymentConfig.ZonalConfig"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeDeploy::DeploymentConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentConfig.MinimumHealthyHosts": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentConfig.MinimumHealthyHostsPerZone": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentConfig.TimeBasedCanary": {
      "type": "object",
      "properties": {
        "CanaryInterval": {
          "type": "number"
        },
        "CanaryPercentage": {
          "type": "number"
        }
      },
      "required": [
        "CanaryInterval",
        "CanaryPercentage"
      ],
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentConfig.TimeBasedLinear": {
      "type": "object",
      "properties": {
        "LinearInterval": {
          "type": "number"
        },
        "LinearPercentage": {
          "type": "number"
        }
      },
      "required": [
        "LinearInterval",
        "LinearPercentage"
      ],
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentConfig.TrafficRoutingConfig": {
      "type": "object",
      "properties": {
        "TimeBasedCanary": {
          "$ref": "#/$defs/AWS::CodeDeploy::DeploymentConfig.TimeBasedCanary"
        },
        "TimeBasedLinear": {
          "$ref": "#/$defs/AWS::CodeDeploy::DeploymentConfig.TimeBasedLinear"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentConfig.ZonalConfig": {
      "type": "object",
      "properties": {
        "FirstZoneMonitorDurationInSeconds": {
          "type": "number"
        },
        "MinimumHealthyHostsPerZone": {
          "$ref": "#/$defs/AWS::CodeDeploy::DeploymentConfig.MinimumHealthyHostsPerZone"
        },
        "MonitorDurationInSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AlarmConfiguration": {
              "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.AlarmConfiguration"
            },
            "ApplicationName": {
              "type": "string"
            },
            "AutoRollbackConfiguration": {
              "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.AutoRollbackConfiguration"
            },
            "AutoScalingGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "BlueGreenDeploymentConfiguration": {
              "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.BlueGreenDeploymentConfiguration"
            },
            "Deployment": {
              "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.Deployment"
            },
            "DeploymentConfigName": {
              "type": "string"
            },
            "DeploymentGroupName": {
              "type": "string"
            },
            "DeploymentStyle": {
              "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.DeploymentStyle"
            },
            "ECSServices": {
              "items": {
                "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.ECSService"
              },
              "type": "array"
            },
            "Ec2TagFilters": {
              "items": {
                "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.EC2TagFilter"
              },
              "type": "array"
            },
            "Ec2TagSet": {
              "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.EC2TagSet"
            },
            "LoadBalancerInfo": {
              "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.LoadBalancerInfo"
            },
            "OnPremisesInstanceTagFilters": {
              "items": {
                "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.TagFilter"
              },
              "type": "array"
            },
            "OnPremisesTagSet": {
              "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.OnPremisesTagSet"
            },
            "OutdatedInstancesStrategy": {
              "type": "string"
            },
            "ServiceRoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TerminationHookEnabled": {
              "type": "boolean"
            },
            "TriggerConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.TriggerConfig"
              },
              "type": "array"
            }
          },
          "required": [
            "ApplicationName",
            "ServiceRoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeDeploy::DeploymentGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.Alarm": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.AlarmConfiguration": {
      "type": "object",
      "properties": {
        "Alarms": {
          "items": {
            "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.Alarm"
          },
          "type": "array"
        },
        "Enabled": {
          "type": "boolean"
        },
        "IgnorePollAlarmFailure": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.AutoRollbackConfiguration": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "Events": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.BlueGreenDeploymentConfiguration": {
      "type": "object",
      "properties": {
        "DeploymentReadyOption": {
          "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.DeploymentReadyOption"
        },
        "GreenFleetProvisioningOption": {
          "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.GreenFleetProvisioningOption"
        },
        "TerminateBlueInstancesOnDeploymentSuccess": {
          "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.BlueInstanceTerminationOption"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.BlueInstanceTerminationOption": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "TerminationWaitTimeInMinutes": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.Deployment": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "IgnoreApplicationStopFailures": {
          "type": "boolean"
        },
        "Revision": {
          "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.RevisionLocation"
        }
      },
      "required": [
        "Revision"
      ],
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.DeploymentReadyOption": {
      "type": "object",
      "properties": {
        "ActionOnTimeout": {
          "type": "string"
        },
        "WaitTimeInMinutes": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.DeploymentStyle": {
      "type": "object",
      "properties": {
        "DeploymentOption": {
          "type": "string"
        },
        "DeploymentType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.EC2TagFilter": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.EC2TagSet": {
      "type": "object",
      "properties": {
        "Ec2TagSetList": {
          "items": {
            "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.EC2TagSetListObject"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.EC2TagSetListObject": {
      "type": "object",
      "properties": {
        "Ec2TagGroup": {
          "items": {
            "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.EC2TagFilter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.ECSService": {
      "type": "object",
      "properties": {
        "ClusterName": {
          "type": "string"
        },
        "ServiceName": {
          "type": "string"
        }
      },
      "required": [
        "ClusterName",
        "ServiceName"
      ],
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.ELBInfo": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.GitHubLocation": {
      "type": "object",
      "properties": {
        "CommitId": {
          "type": "string"
        },
        "Repository": {
          "type": "string"
        }
      },
      "required": [
        "CommitId",
        "Repository"
      ],
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.GreenFleetProvisioningOption": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.LoadBalancerInfo": {
      "type": "object",
      "properties": {
        "ElbInfoList": {
          "items": {
            "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.ELBInfo"
          },
          "type": "array"
        },
        "TargetGroupInfoList": {
          "items": {
            "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.TargetGroupInfo"
          },
          "type": "array"
        },
        "TargetGroupPairInfoList": {
          "items": {
            "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.TargetGroupPairInfo"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.OnPremisesTagSet": {
      "type": "object",
      "properties": {
        "OnPremisesTagSetList": {
          "items": {
            "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.OnPremisesTagSetListObject"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.OnPremisesTagSetListObject": {
      "type": "object",
      "properties": {
        "OnPremisesTagGroup": {
          "items": {
            "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.TagFilter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.RevisionLocation": {
      "type": "object",
      "properties": {
        "GitHubLocation": {
          "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.GitHubLocation"
        },
        "RevisionType": {
          "type": "string"
        },
        "S3Location": {
          "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.S3Location"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.S3Location": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "BundleType": {
          "type": "string"
        },
        "ETag": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "required": [
        "Bucket",
        "Key"
      ],
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.TagFilter": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.TargetGroupInfo": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.TargetGroupPairInfo": {
      "type": "object",
      "properties": {
        "ProdTrafficRoute": {
          "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.TrafficRoute"
        },
        "TargetGroups": {
          "items": {
            "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.TargetGroupInfo"
          },
          "type": "array"
        },
        "TestTrafficRoute": {
          "$ref": "#/$defs/AWS::CodeDeploy::DeploymentGroup.TrafficRoute"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.TrafficRoute": {
      "type": "object",
      "properties": {
        "ListenerArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeDeploy::DeploymentGroup.TriggerConfig": {
      "type": "object",
      "properties": {
        "TriggerEvents": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TriggerName": {
          "type": "string"
        },
        "TriggerTargetArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodeGuruProfiler::ProfilingGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AgentPermissions": {
              "$ref": "#/$defs/AWS::CodeGuruProfiler::ProfilingGroup.AgentPermissions"
            },
            "AnomalyDetectionNotificationConfiguration": {
              "items": {
                "$ref": "#/$defs/AWS::CodeGuruProfiler::ProfilingGroup.Channel"
              },
              "type": "array"
            },
            "ComputePlatform": {
              "type": "string"
            },
            "ProfilingGroupName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ProfilingGroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeGuruProfiler::ProfilingGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodeGuruProfiler::ProfilingGroup.AgentPermissions": {
      "type": "object",
      "properties": {
        "Principals": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Principals"
      ],
      "additionalProperties": false
    },
    "AWS::CodeGuruProfiler::ProfilingGroup.Channel": {
      "type": "object",
      "properties": {
        "channelId": {
          "type": "string"
        },
        "channelUri": {
          "type": "string"
        }
      },
      "required": [
        "channelUri"
      ],
      "additionalProperties": false
    },
    "AWS::CodeGuruReviewer::RepositoryAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BucketName": {
              "type": "string"
            },
            "ConnectionArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Owner": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeGuruReviewer::RepositoryAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::CustomActionType": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Category": {
              "type": "string"
            },
            "ConfigurationProperties": {
              "items": {
                "$ref": "#/$defs/AWS::CodePipeline::CustomActionType.ConfigurationProperties"
              },
              "type": "array"
            },
            "InputArtifactDetails": {
              "$ref": "#/$defs/AWS::CodePipeline::CustomActionType.ArtifactDetails"
            },
            "OutputArtifactDetails": {
              "$ref": "#/$defs/AWS::CodePipeline::CustomActionType.ArtifactDetails"
            },
            "Provider": {
              "type": "string"
            },
            "Settings": {
              "$ref": "#/$defs/AWS::CodePipeline::CustomActionType.Settings"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Version": {
              "type": "string"
            }
          },
          "required": [
            "Category",
            "InputArtifactDetails",
            "OutputArtifactDetails",
            "Provider",
            "Version"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodePipeline::CustomActionType"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::CustomActionType.ArtifactDetails": {
      "type": "object",
      "properties": {
        "MaximumCount": {
          "type": "number"
        },
        "MinimumCount": {
          "type": "number"
        }
      },
      "required": [
        "MaximumCount",
        "MinimumCount"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::CustomActionType.ConfigurationProperties": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "Key": {
          "type": "boolean"
        },
        "Name": {
          "type": "string"
        },
        "Queryable": {
          "type": "boolean"
        },
        "Required": {
          "type": "boolean"
        },
        "Secret": {
          "type": "boolean"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Name",
        "Required",
        "Secret"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::CustomActionType.Settings": {
      "type": "object",
      "properties": {
        "EntityUrlTemplate": {
          "type": "string"
        },
        "ExecutionUrlTemplate": {
          "type": "string"
        },
        "RevisionUrlTemplate": {
          "type": "string"
        },
        "ThirdPartyConfigurationUrl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ArtifactStore": {
              "$ref": "#/$defs/AWS::CodePipeline::Pipeline.ArtifactStore"
            },
            "ArtifactStores": {
              "items": {
                "$ref": "#/$defs/AWS::CodePipeline::Pipeline.ArtifactStoreMap"
              },
              "type": "array"
            },
            "DisableInboundStageTransitions": {
              "items": {
                "$ref": "#/$defs/AWS::CodePipeline::Pipeline.StageTransition"
              },
              "type": "array"
            },
            "ExecutionMode": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "PipelineType": {
              "type": "string"
            },
            "RestartExecutionOnUpdate": {
              "type": "boolean"
            },
            "RoleArn": {
              "type": "string"
            },
            "Stages": {
              "items": {
                "$ref": "#/$defs/AWS::CodePipeline::Pipeline.StageDeclaration"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Triggers": {
              "items": {
                "$ref": "#/$defs/AWS::CodePipeline::Pipeline.PipelineTriggerDeclaration"
              },
              "type": "array"
            },
            "Variables": {
              "items": {
                "$ref": "#/$defs/AWS::CodePipeline::Pipeline.VariableDeclaration"
              },
              "type": "array"
            }
          },
          "required": [
            "RoleArn",
            "Stages"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodePipeline::Pipeline"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.ActionDeclaration": {
      "type": "object",
      "properties": {
        "ActionTypeId": {
          "$ref": "#/$defs/AWS::CodePipeline::Pipeline.ActionTypeId"
        },
        "Configuration": {
          "type": "object"
        },
        "InputArtifacts": {
          "items": {
            "$ref": "#/$defs/AWS::CodePipeline::Pipeline.InputArtifact"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "Namespace": {
          "type": "string"
        },
        "OutputArtifacts": {
          "items": {
            "$ref": "#/$defs/AWS::CodePipeline::Pipeline.OutputArtifact"
          },
          "type": "array"
        },
        "Region": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "RunOrder": {
          "type": "number"
        },
        "TimeoutInMinutes": {
          "type": "number"
        }
      },
      "required": [
        "ActionTypeId",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.ActionTypeId": {
      "type": "object",
      "properties": {
        "Category": {
          "type": "string"
        },
        "Owner": {
          "type": "string"
        },
        "Provider": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "required": [
        "Category",
        "Owner",
        "Provider",
        "Version"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.ArtifactStore": {
      "type": "object",
      "properties": {
        "EncryptionKey": {
          "$ref": "#/$defs/AWS::CodePipeline::Pipeline.EncryptionKey"
        },
        "Location": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Location",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.ArtifactStoreMap": {
      "type": "object",
      "properties": {
        "ArtifactStore": {
          "$ref": "#/$defs/AWS::CodePipeline::Pipeline.ArtifactStore"
        },
        "Region": {
          "type": "string"
        }
      },
      "required": [
        "ArtifactStore",
        "Region"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.BlockerDeclaration": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.EncryptionKey": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Id",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.GitBranchFilterCriteria": {
      "type": "object",
      "properties": {
        "Excludes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Includes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.GitConfiguration": {
      "type": "object",
      "properties": {
        "PullRequest": {
          "items": {
            "$ref": "#/$defs/AWS::CodePipeline::Pipeline.GitPullRequestFilter"
          },
          "type": "array"
        },
        "Push": {
          "items": {
            "$ref": "#/$defs/AWS::CodePipeline::Pipeline.GitPushFilter"
          },
          "type": "array"
        },
        "SourceActionName": {
          "type": "string"
        }
      },
      "required": [
        "SourceActionName"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.GitFilePathFilterCriteria": {
      "type": "object",
      "properties": {
        "Excludes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Includes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.GitPullRequestFilter": {
      "type": "object",
      "properties": {
        "Branches": {
          "$ref": "#/$defs/AWS::CodePipeline::Pipeline.GitBranchFilterCriteria"
        },
        "Events": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "FilePaths": {
          "$ref": "#/$defs/AWS::CodePipeline::Pipeline.GitFilePathFilterCriteria"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.GitPushFilter": {
      "type": "object",
      "properties": {
        "Branches": {
          "$ref": "#/$defs/AWS::CodePipeline::Pipeline.GitBranchFilterCriteria"
        },
        "FilePaths": {
          "$ref": "#/$defs/AWS::CodePipeline::Pipeline.GitFilePathFilterCriteria"
        },
        "Tags": {
          "$ref": "#/$defs/AWS::CodePipeline::Pipeline.GitTagFilterCriteria"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.GitTagFilterCriteria": {
      "type": "object",
      "properties": {
        "Excludes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Includes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.InputArtifact": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.OutputArtifact": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.PipelineTriggerDeclaration": {
      "type": "object",
      "properties": {
        "GitConfiguration": {
          "$ref": "#/$defs/AWS::CodePipeline::Pipeline.GitConfiguration"
        },
        "ProviderType": {
          "type": "string"
        }
      },
      "required": [
        "ProviderType"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.StageDeclaration": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::CodePipeline::Pipeline.ActionDeclaration"
          },
          "type": "array"
        },
        "Blockers": {
          "items": {
            "$ref": "#/$defs/AWS::CodePipeline::Pipeline.BlockerDeclaration"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Actions",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.StageTransition": {
      "type": "object",
      "properties": {
        "Reason": {
          "type": "string"
        },
        "StageName": {
          "type": "string"
        }
      },
      "required": [
        "Reason",
        "StageName"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::Pipeline.VariableDeclaration": {
      "type": "object",
      "properties": {
        "DefaultValue": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::Webhook": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Authentication": {
              "type": "string"
            },
            "AuthenticationConfiguration": {
              "$ref": "#/$defs/AWS::CodePipeline::Webhook.WebhookAuthConfiguration"
            },
            "Filters": {
              "items": {
                "$ref": "#/$defs/AWS::CodePipeline::Webhook.WebhookFilterRule"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "RegisterWithThirdParty": {
              "type": "boolean"
            },
            "TargetAction": {
              "type": "string"
            },
            "TargetPipeline": {
              "type": "string"
            },
            "TargetPipelineVersion": {
              "type": "number"
            }
          },
          "required": [
            "Authentication",
            "AuthenticationConfiguration",
            "Filters",
            "TargetAction",
            "TargetPipeline",
            "TargetPipelineVersion"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodePipeline::Webhook"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodePipeline::Webhook.WebhookAuthConfiguration": {
      "type": "object",
      "properties": {
        "AllowedIPRange": {
          "type": "string"
        },
        "SecretToken": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CodePipeline::Webhook.WebhookFilterRule": {
      "type": "object",
      "properties": {
        "JsonPath": {
          "type": "string"
        },
        "MatchEquals": {
          "type": "string"
        }
      },
      "required": [
        "JsonPath"
      ],
      "additionalProperties": false
    },
    "AWS::CodeStar::GitHubRepository": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Code": {
              "$ref": "#/$defs/AWS::CodeStar::GitHubRepository.Code"
            },
            "ConnectionArn": {
              "type": "string"
            },
            "EnableIssues": {
              "type": "boolean"
            },
            "IsPrivate": {
              "type": "boolean"
            },
            "RepositoryAccessToken": {
              "type": "string"
            },
            "RepositoryDescription": {
              "type": "string"
            },
            "RepositoryName": {
              "type": "string"
            },
            "RepositoryOwner": {
              "type": "string"
            }
          },
          "required": [
            "RepositoryName",
            "RepositoryOwner"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeStar::GitHubRepository"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodeStar::GitHubRepository.Code": {
      "type": "object",
      "properties": {
        "S3": {
          "$ref": "#/$defs/AWS::CodeStar::GitHubRepository.S3"
        }
      },
      "required": [
        "S3"
      ],
      "additionalProperties": false
    },
    "AWS::CodeStar::GitHubRepository.S3": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        },
        "ObjectVersion": {
          "type": "string"
        }
      },
      "required": [
        "Bucket",
        "Key"
      ],
      "additionalProperties": false
    },
    "AWS::CodeStarConnections::Connection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConnectionName": {
              "type": "string"
            },
            "HostArn": {
              "type": "string"
            },
            "ProviderType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ConnectionName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeStarConnections::Connection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodeStarConnections::RepositoryLink": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConnectionArn": {
              "type": "string"
            },
            "EncryptionKeyArn": {
              "type": "string"
            },
            "OwnerId": {
              "type": "string"
            },
            "RepositoryName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ConnectionArn",
            "OwnerId",
            "RepositoryName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeStarConnections::RepositoryLink"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodeStarConnections::SyncConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Branch": {
              "type": "string"
            },
            "ConfigFile": {
              "type": "string"
            },
            "PublishDeploymentStatus": {
              "type": "string"
            },
            "RepositoryLinkId": {
              "type": "string"
            },
            "ResourceName": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "SyncType": {
              "type": "string"
            },
            "TriggerResourceUpdateOn": {
              "type": "string"
            }
          },
          "required": [
            "Branch",
            "ConfigFile",
            "RepositoryLinkId",
            "ResourceName",
            "RoleArn",
            "SyncType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeStarConnections::SyncConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodeStarNotifications::NotificationRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CreatedBy": {
              "type": "string"
            },
            "DetailType": {
              "type": "string"
            },
            "EventTypeId": {
              "type": "string"
            },
            "EventTypeIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Resource": {
              "type": "string"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "TargetAddress": {
              "type": "string"
            },
            "Targets": {
              "items": {
                "$ref": "#/$defs/AWS::CodeStarNotifications::NotificationRule.Target"
              },
              "type": "array"
            }
          },
          "required": [
            "DetailType",
            "EventTypeIds",
            "Name",
            "Resource",
            "Targets"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CodeStarNotifications::NotificationRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CodeStarNotifications::NotificationRule.Target": {
      "type": "object",
      "properties": {
        "TargetAddress": {
          "type": "string"
        },
        "TargetType": {
          "type": "string"
        }
      },
      "required": [
        "TargetAddress",
        "TargetType"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::IdentityPool": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllowClassicFlow": {
              "type": "boolean"
            },
            "AllowUnauthenticatedIdentities": {
              "type": "boolean"
            },
            "CognitoEvents": {
              "type": "object"
            },
            "CognitoIdentityProviders": {
              "items": {
                "$ref": "#/$defs/AWS::Cognito::IdentityPool.CognitoIdentityProvider"
              },
              "type": "array"
            },
            "CognitoStreams": {
              "$ref": "#/$defs/AWS::Cognito::IdentityPool.CognitoStreams"
            },
            "DeveloperProviderName": {
              "type": "string"
            },
            "IdentityPoolName": {
              "type": "string"
            },
            "OpenIdConnectProviderARNs": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PushSync": {
              "$ref": "#/$defs/AWS::Cognito::IdentityPool.PushSync"
            },
            "SamlProviderARNs": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SupportedLoginProviders": {
              "type": "object"
            }
          },
          "required": [
            "AllowUnauthenticatedIdentities"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cognito::IdentityPool"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::IdentityPool.CognitoIdentityProvider": {
      "type": "object",
      "properties": {
        "ClientId": {
          "type": "string"
        },
        "ProviderName": {
          "type": "string"
        },
        "ServerSideTokenCheck": {
          "type": "boolean"
        }
      },
      "required": [
        "ClientId",
        "ProviderName"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::IdentityPool.CognitoStreams": {
      "type": "object",
      "properties": {
        "RoleArn": {
          "type": "string"
        },
        "StreamName": {
          "type": "string"
        },
        "StreamingStatus": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::IdentityPool.PushSync": {
      "type": "object",
      "properties": {
        "ApplicationArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::IdentityPoolPrincipalTag": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "IdentityPoolId": {
              "type": "string"
            },
            "IdentityProviderName": {
              "type": "string"
            },
            "PrincipalTags": {
              "type": "object"
            },
            "UseDefaults": {
              "type": "boolean"
            }
          },
          "required": [
            "IdentityPoolId",
            "IdentityProviderName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cognito::IdentityPoolPrincipalTag"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::IdentityPoolRoleAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "IdentityPoolId": {
              "type": "string"
            },
            "RoleMappings": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::Cognito::IdentityPoolRoleAttachment.RoleMapping"
                }
              }
            },
            "Roles": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "IdentityPoolId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cognito::IdentityPoolRoleAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::IdentityPoolRoleAttachment.MappingRule": {
      "type": "object",
      "properties": {
        "Claim": {
          "type": "string"
        },
        "MatchType": {
          "type": "string"
        },
        "RoleARN": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Claim",
        "MatchType",
        "RoleARN",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::IdentityPoolRoleAttachment.RoleMapping": {
      "type": "object",
      "properties": {
        "AmbiguousRoleResolution": {
          "type": "string"
        },
        "IdentityProvider": {
          "type": "string"
        },
        "RulesConfiguration": {
          "$ref": "#/$defs/AWS::Cognito::IdentityPoolRoleAttachment.RulesConfigurationType"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::IdentityPoolRoleAttachment.RulesConfigurationType": {
      "type": "object",
      "properties": {
        "Rules": {
          "items": {
            "$ref": "#/$defs/AWS::Cognito::IdentityPoolRoleAttachment.MappingRule"
          },
          "type": "array"
        }
      },
      "required": [
        "Rules"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::LogDeliveryConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LogConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::Cognito::LogDeliveryConfiguration.LogConfiguration"
              },
              "type": "array"
            },
            "UserPoolId": {
              "type": "string"
            }
          },
          "required": [
            "UserPoolId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cognito::LogDeliveryConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::LogDeliveryConfiguration.CloudWatchLogsConfiguration": {
      "type": "object",
      "properties": {
        "LogGroupArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::LogDeliveryConfiguration.LogConfiguration": {
      "type": "object",
      "properties": {
        "CloudWatchLogsConfiguration": {
          "$ref": "#/$defs/AWS::Cognito::LogDeliveryConfiguration.CloudWatchLogsConfiguration"
        },
        "EventSource": {
          "type": "string"
        },
        "LogLevel": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccountRecoverySetting": {
              "$ref": "#/$defs/AWS::Cognito::UserPool.AccountRecoverySetting"
            },
            "AdminCreateUserConfig": {
              "$ref": "#/$defs/AWS::Cognito::UserPool.AdminCreateUserConfig"
            },
            "AliasAttributes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AutoVerifiedAttributes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "DeletionProtection": {
              "type": "string"
            },
            "DeviceConfiguration": {
              "$ref": "#/$defs/AWS::Cognito::UserPool.DeviceConfiguration"
            },
            "EmailConfiguration": {
              "$ref": "#/$defs/AWS::Cognito::UserPool.EmailConfiguration"
            },
            "EmailVerificationMessage": {
              "type": "string"
            },
            "EmailVerificationSubject": {
              "type": "string"
            },
            "EnabledMfas": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "LambdaConfig": {
              "$ref": "#/$defs/AWS::Cognito::UserPool.LambdaConfig"
            },
            "MfaConfiguration": {
              "type": "string"
            },
            "Policies": {
              "$ref": "#/$defs/AWS::Cognito::UserPool.Policies"
            },
            "Schema": {
              "items": {
                "$ref": "#/$defs/AWS::Cognito::UserPool.SchemaAttribute"
              },
              "type": "array"
            },
            "SmsAuthenticationMessage": {
              "type": "string"
            },
            "SmsConfiguration": {
              "$ref": "#/$defs/AWS::Cognito::UserPool.SmsConfiguration"
            },
            "SmsVerificationMessage": {
              "type": "string"
            },
            "UserAttributeUpdateSettings": {
              "$ref": "#/$defs/AWS::Cognito::UserPool.UserAttributeUpdateSettings"
            },
            "UserPoolAddOns": {
              "$ref": "#/$defs/AWS::Cognito::UserPool.UserPoolAddOns"
            },
            "UserPoolName": {
              "type": "string"
            },
            "UserPoolTags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "UsernameAttributes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "UsernameConfiguration": {
              "$ref": "#/$defs/AWS::Cognito::UserPool.UsernameConfiguration"
            },
            "VerificationMessageTemplate": {
              "$ref": "#/$defs/AWS::Cognito::UserPool.VerificationMessageTemplate"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cognito::UserPool"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.AccountRecoverySetting": {
      "type": "object",
      "properties": {
        "RecoveryMechanisms": {
          "items": {
            "$ref": "#/$defs/AWS::Cognito::UserPool.RecoveryOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.AdminCreateUserConfig": {
      "type": "object",
      "properties": {
        "AllowAdminCreateUserOnly": {
          "type": "boolean"
        },
        "InviteMessageTemplate": {
          "$ref": "#/$defs/AWS::Cognito::UserPool.InviteMessageTemplate"
        },
        "UnusedAccountValidityDays": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.CustomEmailSender": {
      "type": "object",
      "properties": {
        "LambdaArn": {
          "type": "string"
        },
        "LambdaVersion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.CustomSMSSender": {
      "type": "object",
      "properties": {
        "LambdaArn": {
          "type": "string"
        },
        "LambdaVersion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.DeviceConfiguration": {
      "type": "object",
      "properties": {
        "ChallengeRequiredOnNewDevice": {
          "type": "boolean"
        },
        "DeviceOnlyRememberedOnUserPrompt": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.EmailConfiguration": {
      "type": "object",
      "properties": {
        "ConfigurationSet": {
          "type": "string"
        },
        "EmailSendingAccount": {
          "type": "string"
        },
        "From": {
          "type": "string"
        },
        "ReplyToEmailAddress": {
          "type": "string"
        },
        "SourceArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.InviteMessageTemplate": {
      "type": "object",
      "properties": {
        "EmailMessage": {
          "type": "string"
        },
        "EmailSubject": {
          "type": "string"
        },
        "SMSMessage": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.LambdaConfig": {
      "type": "object",
      "properties": {
        "CreateAuthChallenge": {
          "type": "string"
        },
        "CustomEmailSender": {
          "$ref": "#/$defs/AWS::Cognito::UserPool.CustomEmailSender"
        },
        "CustomMessage": {
          "type": "string"
        },
        "CustomSMSSender": {
          "$ref": "#/$defs/AWS::Cognito::UserPool.CustomSMSSender"
        },
        "DefineAuthChallenge": {
          "type": "string"
        },
        "KMSKeyID": {
          "type": "string"
        },
        "PostAuthentication": {
          "type": "string"
        },
        "PostConfirmation": {
          "type": "string"
        },
        "PreAuthentication": {
          "type": "string"
        },
        "PreSignUp": {
          "type": "string"
        },
        "PreTokenGeneration": {
          "type": "string"
        },
        "PreTokenGenerationConfig": {
          "$ref": "#/$defs/AWS::Cognito::UserPool.PreTokenGenerationConfig"
        },
        "UserMigration": {
          "type": "string"
        },
        "VerifyAuthChallengeResponse": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.NumberAttributeConstraints": {
      "type": "object",
      "properties": {
        "MaxValue": {
          "type": "string"
        },
        "MinValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.PasswordPolicy": {
      "type": "object",
      "properties": {
        "MinimumLength": {
          "type": "number"
        },
        "RequireLowercase": {
          "type": "boolean"
        },
        "RequireNumbers": {
          "type": "boolean"
        },
        "RequireSymbols": {
          "type": "boolean"
        },
        "RequireUppercase": {
          "type": "boolean"
        },
        "TemporaryPasswordValidityDays": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.Policies": {
      "type": "object",
      "properties": {
        "PasswordPolicy": {
          "$ref": "#/$defs/AWS::Cognito::UserPool.PasswordPolicy"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.PreTokenGenerationConfig": {
      "type": "object",
      "properties": {
        "LambdaArn": {
          "type": "string"
        },
        "LambdaVersion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.RecoveryOption": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Priority": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.SchemaAttribute": {
      "type": "object",
      "properties": {
        "AttributeDataType": {
          "type": "string"
        },
        "DeveloperOnlyAttribute": {
          "type": "boolean"
        },
        "Mutable": {
          "type": "boolean"
        },
        "Name": {
          "type": "string"
        },
        "NumberAttributeConstraints": {
          "$ref": "#/$defs/AWS::Cognito::UserPool.NumberAttributeConstraints"
        },
        "Required": {
          "type": "boolean"
        },
        "StringAttributeConstraints": {
          "$ref": "#/$defs/AWS::Cognito::UserPool.StringAttributeConstraints"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.SmsConfiguration": {
      "type": "object",
      "properties": {
        "ExternalId": {
          "type": "string"
        },
        "SnsCallerArn": {
          "type": "string"
        },
        "SnsRegion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.StringAttributeConstraints": {
      "type": "object",
      "properties": {
        "MaxLength": {
          "type": "string"
        },
        "MinLength": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.UserAttributeUpdateSettings": {
      "type": "object",
      "properties": {
        "AttributesRequireVerificationBeforeUpdate": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "AttributesRequireVerificationBeforeUpdate"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.UserPoolAddOns": {
      "type": "object",
      "properties": {
        "AdvancedSecurityMode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.UsernameConfiguration": {
      "type": "object",
      "properties": {
        "CaseSensitive": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPool.VerificationMessageTemplate": {
      "type": "object",
      "properties": {
        "DefaultEmailOption": {
          "type": "string"
        },
        "EmailMessage": {
          "type": "string"
        },
        "EmailMessageByLink": {
          "type": "string"
        },
        "EmailSubject": {
          "type": "string"
        },
        "EmailSubjectByLink": {
          "type": "string"
        },
        "SmsMessage": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolClient": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessTokenValidity": {
              "type": "number"
            },
            "AllowedOAuthFlows": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AllowedOAuthFlowsUserPoolClient": {
              "type": "boolean"
            },
            "AllowedOAuthScopes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AnalyticsConfiguration": {
              "$ref": "#/$defs/AWS::Cognito::UserPoolClient.AnalyticsConfiguration"
            },
            "AuthSessionValidity": {
              "type": "number"
            },
            "CallbackURLs": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ClientName": {
              "type": "string"
            },
            "DefaultRedirectURI": {
              "type": "string"
            },
            "EnablePropagateAdditionalUserContextData": {
              "type": "boolean"
            },
            "EnableTokenRevocation": {
              "type": "boolean"
            },
            "ExplicitAuthFlows": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "GenerateSecret": {
              "type": "boolean"
            },
            "IdTokenValidity": {
              "type": "number"
            },
            "LogoutURLs": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PreventUserExistenceErrors": {
              "type": "string"
            },
            "ReadAttributes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "RefreshTokenValidity": {
              "type": "number"
            },
            "SupportedIdentityProviders": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "TokenValidityUnits": {
              "$ref": "#/$defs/AWS::Cognito::UserPoolClient.TokenValidityUnits"
            },
            "UserPoolId": {
              "type": "string"
            },
            "WriteAttributes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "UserPoolId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cognito::UserPoolClient"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolClient.AnalyticsConfiguration": {
      "type": "object",
      "properties": {
        "ApplicationArn": {
          "type": "string"
        },
        "ApplicationId": {
          "type": "string"
        },
        "ExternalId": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "UserDataShared": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolClient.TokenValidityUnits": {
      "type": "object",
      "properties": {
        "AccessToken": {
          "type": "string"
        },
        "IdToken": {
          "type": "string"
        },
        "RefreshToken": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolDomain": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CustomDomainConfig": {
              "$ref": "#/$defs/AWS::Cognito::UserPoolDomain.CustomDomainConfigType"
            },
            "Domain": {
              "type": "string"
            },
            "UserPoolId": {
              "type": "string"
            }
          },
          "required": [
            "Domain",
            "UserPoolId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cognito::UserPoolDomain"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolDomain.CustomDomainConfigType": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "GroupName": {
              "type": "string"
            },
            "Precedence": {
              "type": "number"
            },
            "RoleArn": {
              "type": "string"
            },
            "UserPoolId": {
              "type": "string"
            }
          },
          "required": [
            "UserPoolId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cognito::UserPoolGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolIdentityProvider": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AttributeMapping": {
              "type": "object"
            },
            "IdpIdentifiers": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ProviderDetails": {
              "type": "object"
            },
            "ProviderName": {
              "type": "string"
            },
            "ProviderType": {
              "type": "string"
            },
            "UserPoolId": {
              "type": "string"
            }
          },
          "required": [
            "ProviderName",
            "ProviderType",
            "UserPoolId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cognito::UserPoolIdentityProvider"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolResourceServer": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Identifier": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Scopes": {
              "items": {
                "$ref": "#/$defs/AWS::Cognito::UserPoolResourceServer.ResourceServerScopeType"
              },
              "type": "array"
            },
            "UserPoolId": {
              "type": "string"
            }
          },
          "required": [
            "Identifier",
            "Name",
            "UserPoolId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cognito::UserPoolResourceServer"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolResourceServer.ResourceServerScopeType": {
      "type": "object",
      "properties": {
        "ScopeDescription": {
          "type": "string"
        },
        "ScopeName": {
          "type": "string"
        }
      },
      "required": [
        "ScopeDescription",
        "ScopeName"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolRiskConfigurationAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccountTakeoverRiskConfiguration": {
              "$ref": "#/$defs/AWS::Cognito::UserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationType"
            },
            "ClientId": {
              "type": "string"
            },
            "CompromisedCredentialsRiskConfiguration": {
              "$ref": "#/$defs/AWS::Cognito::UserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationType"
            },
            "RiskExceptionConfiguration": {
              "$ref": "#/$defs/AWS::Cognito::UserPoolRiskConfigurationAttachment.RiskExceptionConfigurationType"
            },
            "UserPoolId": {
              "type": "string"
            }
          },
          "required": [
            "ClientId",
            "UserPoolId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cognito::UserPoolRiskConfigurationAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolRiskConfigurationAttachment.AccountTakeoverActionType": {
      "type": "object",
      "properties": {
        "EventAction": {
          "type": "string"
        },
        "Notify": {
          "type": "boolean"
        }
      },
      "required": [
        "EventAction",
        "Notify"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolRiskConfigurationAttachment.AccountTakeoverActionsType": {
      "type": "object",
      "properties": {
        "HighAction": {
          "$ref": "#/$defs/AWS::Cognito::UserPoolRiskConfigurationAttachment.AccountTakeoverActionType"
        },
        "LowAction": {
          "$ref": "#/$defs/AWS::Cognito::UserPoolRiskConfigurationAttachment.AccountTakeoverActionType"
        },
        "MediumAction": {
          "$ref": "#/$defs/AWS::Cognito::UserPoolRiskConfigurationAttachment.AccountTakeoverActionType"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationType": {
      "type": "object",
      "properties": {
        "Actions": {
          "$ref": "#/$defs/AWS::Cognito::UserPoolRiskConfigurationAttachment.AccountTakeoverActionsType"
        },
        "NotifyConfiguration": {
          "$ref": "#/$defs/AWS::Cognito::UserPoolRiskConfigurationAttachment.NotifyConfigurationType"
        }
      },
      "required": [
        "Actions"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsType": {
      "type": "object",
      "properties": {
        "EventAction": {
          "type": "string"
        }
      },
      "required": [
        "EventAction"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationType": {
      "type": "object",
      "properties": {
        "Actions": {
          "$ref": "#/$defs/AWS::Cognito::UserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsType"
        },
        "EventFilter": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Actions"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolRiskConfigurationAttachment.NotifyConfigurationType": {
      "type": "object",
      "properties": {
        "BlockEmail": {
          "$ref": "#/$defs/AWS::Cognito::UserPoolRiskConfigurationAttachment.NotifyEmailType"
        },
        "From": {
          "type": "string"
        },
        "MfaEmail": {
          "$ref": "#/$defs/AWS::Cognito::UserPoolRiskConfigurationAttachment.NotifyEmailType"
        },
        "NoActionEmail": {
          "$ref": "#/$defs/AWS::Cognito::UserPoolRiskConfigurationAttachment.NotifyEmailType"
        },
        "ReplyTo": {
          "type": "string"
        },
        "SourceArn": {
          "type": "string"
        }
      },
      "required": [
        "SourceArn"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolRiskConfigurationAttachment.NotifyEmailType": {
      "type": "object",
      "properties": {
        "HtmlBody": {
          "type": "string"
        },
        "Subject": {
          "type": "string"
        },
        "TextBody": {
          "type": "string"
        }
      },
      "required": [
        "Subject"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolRiskConfigurationAttachment.RiskExceptionConfigurationType": {
      "type": "object",
      "properties": {
        "BlockedIPRangeList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SkippedIPRangeList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolUICustomizationAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CSS": {
              "type": "string"
            },
            "ClientId": {
              "type": "string"
            },
            "UserPoolId": {
              "type": "string"
            }
          },
          "required": [
            "ClientId",
            "UserPoolId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cognito::UserPoolUICustomizationAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolUser": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClientMetadata": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "DesiredDeliveryMediums": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ForceAliasCreation": {
              "type": "boolean"
            },
            "MessageAction": {
              "type": "string"
            },
            "UserAttributes": {
              "items": {
                "$ref": "#/$defs/AWS::Cognito::UserPoolUser.AttributeType"
              },
              "type": "array"
            },
            "UserPoolId": {
              "type": "string"
            },
            "Username": {
              "type": "string"
            },
            "ValidationData": {
              "items": {
                "$ref": "#/$defs/AWS::Cognito::UserPoolUser.AttributeType"
              },
              "type": "array"
            }
          },
          "required": [
            "UserPoolId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cognito::UserPoolUser"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolUser.AttributeType": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Cognito::UserPoolUserToGroupAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "GroupName": {
              "type": "string"
            },
            "UserPoolId": {
              "type": "string"
            },
            "Username": {
              "type": "string"
            }
          },
          "required": [
            "GroupName",
            "UserPoolId",
            "Username"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Cognito::UserPoolUserToGroupAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Comprehend::DocumentClassifier": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataAccessRoleArn": {
              "type": "string"
            },
            "DocumentClassifierName": {
              "type": "string"
            },
            "InputDataConfig": {
              "$ref": "#/$defs/AWS::Comprehend::DocumentClassifier.DocumentClassifierInputDataConfig"
            },
            "LanguageCode": {
              "type": "string"
            },
            "Mode": {
              "type": "string"
            },
            "ModelKmsKeyId": {
              "type": "string"
            },
            "ModelPolicy": {
              "type": "string"
            },
            "OutputDataConfig": {
              "$ref": "#/$defs/AWS::Comprehend::DocumentClassifier.DocumentClassifierOutputDataConfig"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VersionName": {
              "type": "string"
            },
            "VolumeKmsKeyId": {
              "type": "string"
            },
            "VpcConfig": {
              "$ref": "#/$defs/AWS::Comprehend::DocumentClassifier.VpcConfig"
            }
          },
          "required": [
            "DataAccessRoleArn",
            "DocumentClassifierName",
            "InputDataConfig",
            "LanguageCode"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Comprehend::DocumentClassifier"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Comprehend::DocumentClassifier.AugmentedManifestsListItem": {
      "type": "object",
      "properties": {
        "AttributeNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "S3Uri": {
          "type": "string"
        },
        "Split": {
          "type": "string"
        }
      },
      "required": [
        "AttributeNames",
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::Comprehend::DocumentClassifier.DocumentClassifierDocuments": {
      "type": "object",
      "properties": {
        "S3Uri": {
          "type": "string"
        },
        "TestS3Uri": {
          "type": "string"
        }
      },
      "required": [
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::Comprehend::DocumentClassifier.DocumentClassifierInputDataConfig": {
      "type": "object",
      "properties": {
        "AugmentedManifests": {
          "items": {
            "$ref": "#/$defs/AWS::Comprehend::DocumentClassifier.AugmentedManifestsListItem"
          },
          "type": "array"
        },
        "DataFormat": {
          "type": "string"
        },
        "DocumentReaderConfig": {
          "$ref": "#/$defs/AWS::Comprehend::DocumentClassifier.DocumentReaderConfig"
        },
        "DocumentType": {
          "type": "string"
        },
        "Documents": {
          "$ref": "#/$defs/AWS::Comprehend::DocumentClassifier.DocumentClassifierDocuments"
        },
        "LabelDelimiter": {
          "type": "string"
        },
        "S3Uri": {
          "type": "string"
        },
        "TestS3Uri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Comprehend::DocumentClassifier.DocumentClassifierOutputDataConfig": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "S3Uri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Comprehend::DocumentClassifier.DocumentReaderConfig": {
      "type": "object",
      "properties": {
        "DocumentReadAction": {
          "type": "string"
        },
        "DocumentReadMode": {
          "type": "string"
        },
        "FeatureTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "DocumentReadAction"
      ],
      "additionalProperties": false
    },
    "AWS::Comprehend::DocumentClassifier.VpcConfig": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SecurityGroupIds",
        "Subnets"
      ],
      "additionalProperties": false
    },
    "AWS::Comprehend::Flywheel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ActiveModelArn": {
              "type": "string"
            },
            "DataAccessRoleArn": {
              "type": "string"
            },
            "DataLakeS3Uri": {
              "type": "string"
            },
            "DataSecurityConfig": {
              "$ref": "#/$defs/AWS::Comprehend::Flywheel.DataSecurityConfig"
            },
            "FlywheelName": {
              "type": "string"
            },
            "ModelType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TaskConfig": {
              "$ref": "#/$defs/AWS::Comprehend::Flywheel.TaskConfig"
            }
          },
          "required": [
            "DataAccessRoleArn",
            "DataLakeS3Uri",
            "FlywheelName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Comprehend::Flywheel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Comprehend::Flywheel.DataSecurityConfig": {
      "type": "object",
      "properties": {
        "DataLakeKmsKeyId": {
          "type": "string"
        },
        "ModelKmsKeyId": {
          "type": "string"
        },
        "VolumeKmsKeyId": {
          "type": "string"
        },
        "VpcConfig": {
          "$ref": "#/$defs/AWS::Comprehend::Flywheel.VpcConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::Comprehend::Flywheel.DocumentClassificationConfig": {
      "type": "object",
      "properties": {
        "Labels": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Mode": {
          "type": "string"
        }
      },
      "required": [
        "Mode"
      ],
      "additionalProperties": false
    },
    "AWS::Comprehend::Flywheel.EntityRecognitionConfig": {
      "type": "object",
      "properties": {
        "EntityTypes": {
          "items": {
            "$ref": "#/$defs/AWS::Comprehend::Flywheel.EntityTypesListItem"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Comprehend::Flywheel.EntityTypesListItem": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Comprehend::Flywheel.TaskConfig": {
      "type": "object",
      "properties": {
        "DocumentClassificationConfig": {
          "$ref": "#/$defs/AWS::Comprehend::Flywheel.DocumentClassificationConfig"
        },
        "EntityRecognitionConfig": {
          "$ref": "#/$defs/AWS::Comprehend::Flywheel.EntityRecognitionConfig"
        },
        "LanguageCode": {
          "type": "string"
        }
      },
      "required": [
        "LanguageCode"
      ],
      "additionalProperties": false
    },
    "AWS::Comprehend::Flywheel.VpcConfig": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SecurityGroupIds",
        "Subnets"
      ],
      "additionalProperties": false
    },
    "AWS::Config::AggregationAuthorization": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthorizedAccountId": {
              "type": "string"
            },
            "AuthorizedAwsRegion": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AuthorizedAccountId",
            "AuthorizedAwsRegion"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Config::AggregationAuthorization"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Config::ConfigRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Compliance": {
              "$ref": "#/$defs/AWS::Config::ConfigRule.Compliance"
            },
            "ConfigRuleName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "EvaluationModes": {
              "items": {
                "$ref": "#/$defs/AWS::Config::ConfigRule.EvaluationModeConfiguration"
              },
              "type": "array"
            },
            "InputParameters": {
              "type": "object"
            },
            "MaximumExecutionFrequency": {
              "type": "string"
            },
            "Scope": {
              "$ref": "#/$defs/AWS::Config::ConfigRule.Scope"
            },
            "Source": {
              "$ref": "#/$defs/AWS::Config::ConfigRule.Source"
            }
          },
          "required": [
            "Source"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Config::ConfigRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Config::ConfigRule.Compliance": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Config::ConfigRule.CustomPolicyDetails": {
      "type": "object",
      "properties": {
        "EnableDebugLogDelivery": {
          "type": "boolean"
        },
        "PolicyRuntime": {
          "type": "string"
        },
        "PolicyText": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Config::ConfigRule.EvaluationModeConfiguration": {
      "type": "object",
      "properties": {
        "Mode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Config::ConfigRule.Scope": {
      "type": "object",
      "properties": {
        "ComplianceResourceId": {
          "type": "string"
        },
        "ComplianceResourceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TagKey": {
          "type": "string"
        },
        "TagValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Config::ConfigRule.Source": {
      "type": "object",
      "properties": {
        "CustomPolicyDetails": {
          "$ref": "#/$defs/AWS::Config::ConfigRule.CustomPolicyDetails"
        },
        "Owner": {
          "type": "string"
        },
        "SourceDetails": {
          "items": {
            "$ref": "#/$defs/AWS::Config::ConfigRule.SourceDetail"
          },
          "type": "array"
        },
        "SourceIdentifier": {
          "type": "string"
        }
      },
      "required": [
        "Owner"
      ],
      "additionalProperties": false
    },
    "AWS::Config::ConfigRule.SourceDetail": {
      "type": "object",
      "properties": {
        "EventSource": {
          "type": "string"
        },
        "MaximumExecutionFrequency": {
          "type": "string"
        },
        "MessageType": {
          "type": "string"
        }
      },
      "required": [
        "EventSource",
        "MessageType"
      ],
      "additionalProperties": false
    },
    "AWS::Config::ConfigurationAggregator": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccountAggregationSources": {
              "items": {
                "$ref": "#/$defs/AWS::Config::ConfigurationAggregator.AccountAggregationSource"
              },
              "type": "array"
            },
            "ConfigurationAggregatorName": {
              "type": "string"
            },
            "OrganizationAggregationSource": {
              "$ref": "#/$defs/AWS::Config::ConfigurationAggregator.OrganizationAggregationSource"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Config::ConfigurationAggregator"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Config::ConfigurationAggregator.AccountAggregationSource": {
      "type": "object",
      "properties": {
        "AccountIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllAwsRegions": {
          "type": "boolean"
        },
        "AwsRegions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "AccountIds"
      ],
      "additionalProperties": false
    },
    "AWS::Config::ConfigurationAggregator.OrganizationAggregationSource": {
      "type": "object",
      "properties": {
        "AllAwsRegions": {
          "type": "boolean"
        },
        "AwsRegions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::Config::ConfigurationRecorder": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "RecordingGroup": {
              "$ref": "#/$defs/AWS::Config::ConfigurationRecorder.RecordingGroup"
            },
            "RecordingMode": {
              "$ref": "#/$defs/AWS::Config::ConfigurationRecorder.RecordingMode"
            },
            "RoleARN": {
              "type": "string"
            }
          },
          "required": [
            "RoleARN"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Config::ConfigurationRecorder"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Config::ConfigurationRecorder.ExclusionByResourceTypes": {
      "type": "object",
      "properties": {
        "ResourceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "ResourceTypes"
      ],
      "additionalProperties": false
    },
    "AWS::Config::ConfigurationRecorder.RecordingGroup": {
      "type": "object",
      "properties": {
        "AllSupported": {
          "type": "boolean"
        },
        "ExclusionByResourceTypes": {
          "$ref": "#/$defs/AWS::Config::ConfigurationRecorder.ExclusionByResourceTypes"
        },
        "IncludeGlobalResourceTypes": {
          "type": "boolean"
        },
        "RecordingStrategy": {
          "$ref": "#/$defs/AWS::Config::ConfigurationRecorder.RecordingStrategy"
        },
        "ResourceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Config::ConfigurationRecorder.RecordingMode": {
      "type": "object",
      "properties": {
        "RecordingFrequency": {
          "type": "string"
        },
        "RecordingModeOverrides": {
          "items": {
            "$ref": "#/$defs/AWS::Config::ConfigurationRecorder.RecordingModeOverride"
          },
          "type": "array"
        }
      },
      "required": [
        "RecordingFrequency"
      ],
      "additionalProperties": false
    },
    "AWS::Config::ConfigurationRecorder.RecordingModeOverride": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "RecordingFrequency": {
          "type": "string"
        },
        "ResourceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "RecordingFrequency",
        "ResourceTypes"
      ],
      "additionalProperties": false
    },
    "AWS::Config::ConfigurationRecorder.RecordingStrategy": {
      "type": "object",
      "properties": {
        "UseOnly": {
          "type": "string"
        }
      },
      "required": [
        "UseOnly"
      ],
      "additionalProperties": false
    },
    "AWS::Config::ConformancePack": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConformancePackInputParameters": {
              "items": {
                "$ref": "#/$defs/AWS::Config::ConformancePack.ConformancePackInputParameter"
              },
              "type": "array"
            },
            "ConformancePackName": {
              "type": "string"
            },
            "DeliveryS3Bucket": {
              "type": "string"
            },
            "DeliveryS3KeyPrefix": {
              "type": "string"
            },
            "TemplateBody": {
              "type": "string"
            },
            "TemplateS3Uri": {
              "type": "string"
            },
            "TemplateSSMDocumentDetails": {
              "$ref": "#/$defs/AWS::Config::ConformancePack.TemplateSSMDocumentDetails"
            }
          },
          "required": [
            "ConformancePackName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Config::ConformancePack"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Config::ConformancePack.ConformancePackInputParameter": {
      "type": "object",
      "properties": {
        "ParameterName": {
          "type": "string"
        },
        "ParameterValue": {
          "type": "string"
        }
      },
      "required": [
        "ParameterName",
        "ParameterValue"
      ],
      "additionalProperties": false
    },
    "AWS::Config::ConformancePack.TemplateSSMDocumentDetails": {
      "type": "object",
      "properties": {
        "DocumentName": {
          "type": "string"
        },
        "DocumentVersion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Config::DeliveryChannel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConfigSnapshotDeliveryProperties": {
              "$ref": "#/$defs/AWS::Config::DeliveryChannel.ConfigSnapshotDeliveryProperties"
            },
            "Name": {
              "type": "string"
            },
            "S3BucketName": {
              "type": "string"
            },
            "S3KeyPrefix": {
              "type": "string"
            },
            "S3KmsKeyArn": {
              "type": "string"
            },
            "SnsTopicARN": {
              "type": "string"
            }
          },
          "required": [
            "S3BucketName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Config::DeliveryChannel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Config::DeliveryChannel.ConfigSnapshotDeliveryProperties": {
      "type": "object",
      "properties": {
        "DeliveryFrequency": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Config::OrganizationConfigRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ExcludedAccounts": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "OrganizationConfigRuleName": {
              "type": "string"
            },
            "OrganizationCustomPolicyRuleMetadata": {
              "$ref": "#/$defs/AWS::Config::OrganizationConfigRule.OrganizationCustomPolicyRuleMetadata"
            },
            "OrganizationCustomRuleMetadata": {
              "$ref": "#/$defs/AWS::Config::OrganizationConfigRule.OrganizationCustomRuleMetadata"
            },
            "OrganizationManagedRuleMetadata": {
              "$ref": "#/$defs/AWS::Config::OrganizationConfigRule.OrganizationManagedRuleMetadata"
            }
          },
          "required": [
            "OrganizationConfigRuleName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Config::OrganizationConfigRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Config::OrganizationConfigRule.OrganizationCustomPolicyRuleMetadata": {
      "type": "object",
      "properties": {
        "DebugLogDeliveryAccounts": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Description": {
          "type": "string"
        },
        "InputParameters": {
          "type": "string"
        },
        "MaximumExecutionFrequency": {
          "type": "string"
        },
        "OrganizationConfigRuleTriggerTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PolicyText": {
          "type": "string"
        },
        "ResourceIdScope": {
          "type": "string"
        },
        "ResourceTypesScope": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Runtime": {
          "type": "string"
        },
        "TagKeyScope": {
          "type": "string"
        },
        "TagValueScope": {
          "type": "string"
        }
      },
      "required": [
        "PolicyText",
        "Runtime"
      ],
      "additionalProperties": false
    },
    "AWS::Config::OrganizationConfigRule.OrganizationCustomRuleMetadata": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "InputParameters": {
          "type": "string"
        },
        "LambdaFunctionArn": {
          "type": "string"
        },
        "MaximumExecutionFrequency": {
          "type": "string"
        },
        "OrganizationConfigRuleTriggerTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ResourceIdScope": {
          "type": "string"
        },
        "ResourceTypesScope": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TagKeyScope": {
          "type": "string"
        },
        "TagValueScope": {
          "type": "string"
        }
      },
      "required": [
        "LambdaFunctionArn",
        "OrganizationConfigRuleTriggerTypes"
      ],
      "additionalProperties": false
    },
    "AWS::Config::OrganizationConfigRule.OrganizationManagedRuleMetadata": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "InputParameters": {
          "type": "string"
        },
        "MaximumExecutionFrequency": {
          "type": "string"
        },
        "ResourceIdScope": {
          "type": "string"
        },
        "ResourceTypesScope": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RuleIdentifier": {
          "type": "string"
        },
        "TagKeyScope": {
          "type": "string"
        },
        "TagValueScope": {
          "type": "string"
        }
      },
      "required": [
        "RuleIdentifier"
      ],
      "additionalProperties": false
    },
    "AWS::Config::OrganizationConformancePack": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConformancePackInputParameters": {
              "items": {
                "$ref": "#/$defs/AWS::Config::OrganizationConformancePack.ConformancePackInputParameter"
              },
              "type": "array"
            },
            "DeliveryS3Bucket": {
              "type": "string"
            },
            "DeliveryS3KeyPrefix": {
              "type": "string"
            },
            "ExcludedAccounts": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "OrganizationConformancePackName": {
              "type": "string"
            },
            "TemplateBody": {
              "type": "string"
            },
            "TemplateS3Uri": {
              "type": "string"
            }
          },
          "required": [
            "OrganizationConformancePackName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Config::OrganizationConformancePack"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Config::OrganizationConformancePack.ConformancePackInputParameter": {
      "type": "object",
      "properties": {
        "ParameterName": {
          "type": "string"
        },
        "ParameterValue": {
          "type": "string"
        }
      },
      "required": [
        "ParameterName",
        "ParameterValue"
      ],
      "additionalProperties": false
    },
    "AWS::Config::RemediationConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Automatic": {
              "type": "boolean"
            },
            "ConfigRuleName": {
              "type": "string"
            },
            "ExecutionControls": {
              "$ref": "#/$defs/AWS::Config::RemediationConfiguration.ExecutionControls"
            },
            "MaximumAutomaticAttempts": {
              "type": "number"
            },
            "Parameters": {
              "type": "object"
            },
            "ResourceType": {
              "type": "string"
            },
            "RetryAttemptSeconds": {
              "type": "number"
            },
            "TargetId": {
              "type": "string"
            },
            "TargetType": {
              "type": "string"
            },
            "TargetVersion": {
              "type": "string"
            }
          },
          "required": [
            "ConfigRuleName",
            "TargetId",
            "TargetType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Config::RemediationConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Config::RemediationConfiguration.ExecutionControls": {
      "type": "object",
      "properties": {
        "SsmControls": {
          "$ref": "#/$defs/AWS::Config::RemediationConfiguration.SsmControls"
        }
      },
      "additionalProperties": false
    },
    "AWS::Config::RemediationConfiguration.RemediationParameterValue": {
      "type": "object",
      "properties": {
        "ResourceValue": {
          "$ref": "#/$defs/AWS::Config::RemediationConfiguration.ResourceValue"
        },
        "StaticValue": {
          "$ref": "#/$defs/AWS::Config::RemediationConfiguration.StaticValue"
        }
      },
      "additionalProperties": false
    },
    "AWS::Config::RemediationConfiguration.ResourceValue": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Config::RemediationConfiguration.SsmControls": {
      "type": "object",
      "properties": {
        "ConcurrentExecutionRatePercentage": {
          "type": "number"
        },
        "ErrorPercentage": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Config::RemediationConfiguration.StaticValue": {
      "type": "object",
      "properties": {
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Config::StoredQuery": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "QueryDescription": {
              "type": "string"
            },
            "QueryExpression": {
              "type": "string"
            },
            "QueryName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "QueryExpression",
            "QueryName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Config::StoredQuery"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::ApprovedOrigin": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InstanceId": {
              "type": "string"
            },
            "Origin": {
              "type": "string"
            }
          },
          "required": [
            "InstanceId",
            "Origin"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::ApprovedOrigin"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::ContactFlow": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Content": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "InstanceArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "State": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Content",
            "InstanceArn",
            "Name",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::ContactFlow"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::ContactFlowModule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Content": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "InstanceArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "State": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Content",
            "InstanceArn",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::ContactFlowModule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "InstanceArn": {
              "type": "string"
            },
            "Items": {
              "items": {
                "$ref": "#/$defs/AWS::Connect::EvaluationForm.EvaluationFormBaseItem"
              },
              "type": "array"
            },
            "ScoringStrategy": {
              "$ref": "#/$defs/AWS::Connect::EvaluationForm.ScoringStrategy"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Title": {
              "type": "string"
            }
          },
          "required": [
            "InstanceArn",
            "Items",
            "Status",
            "Title"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::EvaluationForm"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm.EvaluationFormBaseItem": {
      "type": "object",
      "properties": {
        "Section": {
          "$ref": "#/$defs/AWS::Connect::EvaluationForm.EvaluationFormSection"
        }
      },
      "required": [
        "Section"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm.EvaluationFormItem": {
      "type": "object",
      "properties": {
        "Question": {
          "$ref": "#/$defs/AWS::Connect::EvaluationForm.EvaluationFormQuestion"
        },
        "Section": {
          "$ref": "#/$defs/AWS::Connect::EvaluationForm.EvaluationFormSection"
        }
      },
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm.EvaluationFormNumericQuestionAutomation": {
      "type": "object",
      "properties": {
        "PropertyValue": {
          "$ref": "#/$defs/AWS::Connect::EvaluationForm.NumericQuestionPropertyValueAutomation"
        }
      },
      "required": [
        "PropertyValue"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm.EvaluationFormNumericQuestionOption": {
      "type": "object",
      "properties": {
        "AutomaticFail": {
          "type": "boolean"
        },
        "MaxValue": {
          "type": "number"
        },
        "MinValue": {
          "type": "number"
        },
        "Score": {
          "type": "number"
        }
      },
      "required": [
        "MaxValue",
        "MinValue"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm.EvaluationFormNumericQuestionProperties": {
      "type": "object",
      "properties": {
        "Automation": {
          "$ref": "#/$defs/AWS::Connect::EvaluationForm.EvaluationFormNumericQuestionAutomation"
        },
        "MaxValue": {
          "type": "number"
        },
        "MinValue": {
          "type": "number"
        },
        "Options": {
          "items": {
            "$ref": "#/$defs/AWS::Connect::EvaluationForm.EvaluationFormNumericQuestionOption"
          },
          "type": "array"
        }
      },
      "required": [
        "MaxValue",
        "MinValue"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm.EvaluationFormQuestion": {
      "type": "object",
      "properties": {
        "Instructions": {
          "type": "string"
        },
        "NotApplicableEnabled": {
          "type": "boolean"
        },
        "QuestionType": {
          "type": "string"
        },
        "QuestionTypeProperties": {
          "$ref": "#/$defs/AWS::Connect::EvaluationForm.EvaluationFormQuestionTypeProperties"
        },
        "RefId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "required": [
        "QuestionType",
        "RefId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm.EvaluationFormQuestionTypeProperties": {
      "type": "object",
      "properties": {
        "Numeric": {
          "$ref": "#/$defs/AWS::Connect::EvaluationForm.EvaluationFormNumericQuestionProperties"
        },
        "SingleSelect": {
          "$ref": "#/$defs/AWS::Connect::EvaluationForm.EvaluationFormSingleSelectQuestionProperties"
        }
      },
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm.EvaluationFormSection": {
      "type": "object",
      "properties": {
        "Instructions": {
          "type": "string"
        },
        "Items": {
          "items": {
            "$ref": "#/$defs/AWS::Connect::EvaluationForm.EvaluationFormItem"
          },
          "type": "array"
        },
        "RefId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "required": [
        "RefId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm.EvaluationFormSingleSelectQuestionAutomation": {
      "type": "object",
      "properties": {
        "DefaultOptionRefId": {
          "type": "string"
        },
        "Options": {
          "items": {
            "$ref": "#/$defs/AWS::Connect::EvaluationForm.EvaluationFormSingleSelectQuestionAutomationOption"
          },
          "type": "array"
        }
      },
      "required": [
        "Options"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm.EvaluationFormSingleSelectQuestionAutomationOption": {
      "type": "object",
      "properties": {
        "RuleCategory": {
          "$ref": "#/$defs/AWS::Connect::EvaluationForm.SingleSelectQuestionRuleCategoryAutomation"
        }
      },
      "required": [
        "RuleCategory"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm.EvaluationFormSingleSelectQuestionOption": {
      "type": "object",
      "properties": {
        "AutomaticFail": {
          "type": "boolean"
        },
        "RefId": {
          "type": "string"
        },
        "Score": {
          "type": "number"
        },
        "Text": {
          "type": "string"
        }
      },
      "required": [
        "RefId",
        "Text"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm.EvaluationFormSingleSelectQuestionProperties": {
      "type": "object",
      "properties": {
        "Automation": {
          "$ref": "#/$defs/AWS::Connect::EvaluationForm.EvaluationFormSingleSelectQuestionAutomation"
        },
        "DisplayAs": {
          "type": "string"
        },
        "Options": {
          "items": {
            "$ref": "#/$defs/AWS::Connect::EvaluationForm.EvaluationFormSingleSelectQuestionOption"
          },
          "type": "array"
        }
      },
      "required": [
        "Options"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm.NumericQuestionPropertyValueAutomation": {
      "type": "object",
      "properties": {
        "Label": {
          "type": "string"
        }
      },
      "required": [
        "Label"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm.ScoringStrategy": {
      "type": "object",
      "properties": {
        "Mode": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Mode",
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::EvaluationForm.SingleSelectQuestionRuleCategoryAutomation": {
      "type": "object",
      "properties": {
        "Category": {
          "type": "string"
        },
        "Condition": {
          "type": "string"
        },
        "OptionRefId": {
          "type": "string"
        }
      },
      "required": [
        "Category",
        "Condition",
        "OptionRefId"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::HoursOfOperation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Config": {
              "items": {
                "$ref": "#/$defs/AWS::Connect::HoursOfOperation.HoursOfOperationConfig"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "InstanceArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TimeZone": {
              "type": "string"
            }
          },
          "required": [
            "Config",
            "InstanceArn",
            "Name",
            "TimeZone"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::HoursOfOperation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::HoursOfOperation.HoursOfOperationConfig": {
      "type": "object",
      "properties": {
        "Day": {
          "type": "string"
        },
        "EndTime": {
          "$ref": "#/$defs/AWS::Connect::HoursOfOperation.HoursOfOperationTimeSlice"
        },
        "StartTime": {
          "$ref": "#/$defs/AWS::Connect::HoursOfOperation.HoursOfOperationTimeSlice"
        }
      },
      "required": [
        "Day",
        "EndTime",
        "StartTime"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::HoursOfOperation.HoursOfOperationTimeSlice": {
      "type": "object",
      "properties": {
        "Hours": {
          "type": "number"
        },
        "Minutes": {
          "type": "number"
        }
      },
      "required": [
        "Hours",
        "Minutes"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::Instance": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Attributes": {
              "$ref": "#/$defs/AWS::Connect::Instance.Attributes"
            },
            "DirectoryId": {
              "type": "string"
            },
            "IdentityManagementType": {
              "type": "string"
            },
            "InstanceAlias": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Attributes",
            "IdentityManagementType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::Instance"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::Instance.Attributes": {
      "type": "object",
      "properties": {
        "AutoResolveBestVoices": {
          "type": "boolean"
        },
        "ContactLens": {
          "type": "boolean"
        },
        "ContactflowLogs": {
          "type": "boolean"
        },
        "EarlyMedia": {
          "type": "boolean"
        },
        "InboundCalls": {
          "type": "boolean"
        },
        "OutboundCalls": {
          "type": "boolean"
        },
        "UseCustomTTSVoices": {
          "type": "boolean"
        }
      },
      "required": [
        "InboundCalls",
        "OutboundCalls"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::InstanceStorageConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InstanceArn": {
              "type": "string"
            },
            "KinesisFirehoseConfig": {
              "$ref": "#/$defs/AWS::Connect::InstanceStorageConfig.KinesisFirehoseConfig"
            },
            "KinesisStreamConfig": {
              "$ref": "#/$defs/AWS::Connect::InstanceStorageConfig.KinesisStreamConfig"
            },
            "KinesisVideoStreamConfig": {
              "$ref": "#/$defs/AWS::Connect::InstanceStorageConfig.KinesisVideoStreamConfig"
            },
            "ResourceType": {
              "type": "string"
            },
            "S3Config": {
              "$ref": "#/$defs/AWS::Connect::InstanceStorageConfig.S3Config"
            },
            "StorageType": {
              "type": "string"
            }
          },
          "required": [
            "InstanceArn",
            "ResourceType",
            "StorageType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::InstanceStorageConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::InstanceStorageConfig.EncryptionConfig": {
      "type": "object",
      "properties": {
        "EncryptionType": {
          "type": "string"
        },
        "KeyId": {
          "type": "string"
        }
      },
      "required": [
        "EncryptionType",
        "KeyId"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::InstanceStorageConfig.KinesisFirehoseConfig": {
      "type": "object",
      "properties": {
        "FirehoseArn": {
          "type": "string"
        }
      },
      "required": [
        "FirehoseArn"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::InstanceStorageConfig.KinesisStreamConfig": {
      "type": "object",
      "properties": {
        "StreamArn": {
          "type": "string"
        }
      },
      "required": [
        "StreamArn"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::InstanceStorageConfig.KinesisVideoStreamConfig": {
      "type": "object",
      "properties": {
        "EncryptionConfig": {
          "$ref": "#/$defs/AWS::Connect::InstanceStorageConfig.EncryptionConfig"
        },
        "Prefix": {
          "type": "string"
        },
        "RetentionPeriodHours": {
          "type": "number"
        }
      },
      "required": [
        "EncryptionConfig",
        "Prefix",
        "RetentionPeriodHours"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::InstanceStorageConfig.S3Config": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "BucketPrefix": {
          "type": "string"
        },
        "EncryptionConfig": {
          "$ref": "#/$defs/AWS::Connect::InstanceStorageConfig.EncryptionConfig"
        }
      },
      "required": [
        "BucketName",
        "BucketPrefix"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::IntegrationAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InstanceId": {
              "type": "string"
            },
            "IntegrationArn": {
              "type": "string"
            },
            "IntegrationType": {
              "type": "string"
            }
          },
          "required": [
            "InstanceId",
            "IntegrationArn",
            "IntegrationType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::IntegrationAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::PhoneNumber": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CountryCode": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Prefix": {
              "type": "string"
            },
            "SourcePhoneNumberArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetArn": {
              "type": "string"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "TargetArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::PhoneNumber"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::PredefinedAttribute": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InstanceArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Values": {
              "$ref": "#/$defs/AWS::Connect::PredefinedAttribute.Values"
            }
          },
          "required": [
            "InstanceArn",
            "Name",
            "Values"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::PredefinedAttribute"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::PredefinedAttribute.Values": {
      "type": "object",
      "properties": {
        "StringList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Connect::Prompt": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "InstanceArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "S3Uri": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "InstanceArn",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::Prompt"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::Queue": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "HoursOfOperationArn": {
              "type": "string"
            },
            "InstanceArn": {
              "type": "string"
            },
            "MaxContacts": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "OutboundCallerConfig": {
              "$ref": "#/$defs/AWS::Connect::Queue.OutboundCallerConfig"
            },
            "QuickConnectArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "HoursOfOperationArn",
            "InstanceArn",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::Queue"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::Queue.OutboundCallerConfig": {
      "type": "object",
      "properties": {
        "OutboundCallerIdName": {
          "type": "string"
        },
        "OutboundCallerIdNumberArn": {
          "type": "string"
        },
        "OutboundFlowArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Connect::QuickConnect": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "InstanceArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "QuickConnectConfig": {
              "$ref": "#/$defs/AWS::Connect::QuickConnect.QuickConnectConfig"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "InstanceArn",
            "Name",
            "QuickConnectConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::QuickConnect"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::QuickConnect.PhoneNumberQuickConnectConfig": {
      "type": "object",
      "properties": {
        "PhoneNumber": {
          "type": "string"
        }
      },
      "required": [
        "PhoneNumber"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::QuickConnect.QueueQuickConnectConfig": {
      "type": "object",
      "properties": {
        "ContactFlowArn": {
          "type": "string"
        },
        "QueueArn": {
          "type": "string"
        }
      },
      "required": [
        "ContactFlowArn",
        "QueueArn"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::QuickConnect.QuickConnectConfig": {
      "type": "object",
      "properties": {
        "PhoneConfig": {
          "$ref": "#/$defs/AWS::Connect::QuickConnect.PhoneNumberQuickConnectConfig"
        },
        "QueueConfig": {
          "$ref": "#/$defs/AWS::Connect::QuickConnect.QueueQuickConnectConfig"
        },
        "QuickConnectType": {
          "type": "string"
        },
        "UserConfig": {
          "$ref": "#/$defs/AWS::Connect::QuickConnect.UserQuickConnectConfig"
        }
      },
      "required": [
        "QuickConnectType"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::QuickConnect.UserQuickConnectConfig": {
      "type": "object",
      "properties": {
        "ContactFlowArn": {
          "type": "string"
        },
        "UserArn": {
          "type": "string"
        }
      },
      "required": [
        "ContactFlowArn",
        "UserArn"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::RoutingProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AgentAvailabilityTimer": {
              "type": "string"
            },
            "DefaultOutboundQueueArn": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "InstanceArn": {
              "type": "string"
            },
            "MediaConcurrencies": {
              "items": {
                "$ref": "#/$defs/AWS::Connect::RoutingProfile.MediaConcurrency"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "QueueConfigs": {
              "items": {
                "$ref": "#/$defs/AWS::Connect::RoutingProfile.RoutingProfileQueueConfig"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DefaultOutboundQueueArn",
            "Description",
            "InstanceArn",
            "MediaConcurrencies",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::RoutingProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::RoutingProfile.CrossChannelBehavior": {
      "type": "object",
      "properties": {
        "BehaviorType": {
          "type": "string"
        }
      },
      "required": [
        "BehaviorType"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::RoutingProfile.MediaConcurrency": {
      "type": "object",
      "properties": {
        "Channel": {
          "type": "string"
        },
        "Concurrency": {
          "type": "number"
        },
        "CrossChannelBehavior": {
          "$ref": "#/$defs/AWS::Connect::RoutingProfile.CrossChannelBehavior"
        }
      },
      "required": [
        "Channel",
        "Concurrency"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::RoutingProfile.RoutingProfileQueueConfig": {
      "type": "object",
      "properties": {
        "Delay": {
          "type": "number"
        },
        "Priority": {
          "type": "number"
        },
        "QueueReference": {
          "$ref": "#/$defs/AWS::Connect::RoutingProfile.RoutingProfileQueueReference"
        }
      },
      "required": [
        "Delay",
        "Priority",
        "QueueReference"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::RoutingProfile.RoutingProfileQueueReference": {
      "type": "object",
      "properties": {
        "Channel": {
          "type": "string"
        },
        "QueueArn": {
          "type": "string"
        }
      },
      "required": [
        "Channel",
        "QueueArn"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::Rule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Actions": {
              "$ref": "#/$defs/AWS::Connect::Rule.Actions"
            },
            "Function": {
              "type": "string"
            },
            "InstanceArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "PublishStatus": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TriggerEventSource": {
              "$ref": "#/$defs/AWS::Connect::Rule.RuleTriggerEventSource"
            }
          },
          "required": [
            "Actions",
            "Function",
            "InstanceArn",
            "Name",
            "PublishStatus",
            "TriggerEventSource"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::Rule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::Rule.Actions": {
      "type": "object",
      "properties": {
        "AssignContactCategoryActions": {
          "items": {
            "type": "object"
          },
          "type": "array"
        },
        "CreateCaseActions": {
          "items": {
            "$ref": "#/$defs/AWS::Connect::Rule.CreateCaseAction"
          },
          "type": "array"
        },
        "EndAssociatedTasksActions": {
          "items": {
            "type": "object"
          },
          "type": "array"
        },
        "EventBridgeActions": {
          "items": {
            "$ref": "#/$defs/AWS::Connect::Rule.EventBridgeAction"
          },
          "type": "array"
        },
        "SendNotificationActions": {
          "items": {
            "$ref": "#/$defs/AWS::Connect::Rule.SendNotificationAction"
          },
          "type": "array"
        },
        "TaskActions": {
          "items": {
            "$ref": "#/$defs/AWS::Connect::Rule.TaskAction"
          },
          "type": "array"
        },
        "UpdateCaseActions": {
          "items": {
            "$ref": "#/$defs/AWS::Connect::Rule.UpdateCaseAction"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Connect::Rule.CreateCaseAction": {
      "type": "object",
      "properties": {
        "Fields": {
          "items": {
            "$ref": "#/$defs/AWS::Connect::Rule.Field"
          },
          "type": "array"
        },
        "TemplateId": {
          "type": "string"
        }
      },
      "required": [
        "Fields",
        "TemplateId"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::Rule.EventBridgeAction": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::Rule.Field": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::Connect::Rule.FieldValue"
        }
      },
      "required": [
        "Id",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::Rule.FieldValue": {
      "type": "object",
      "properties": {
        "BooleanValue": {
          "type": "boolean"
        },
        "DoubleValue": {
          "type": "number"
        },
        "EmptyValue": {
          "type": "object"
        },
        "StringValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Connect::Rule.NotificationRecipientType": {
      "type": "object",
      "properties": {
        "UserArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "UserTags": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::Connect::Rule.Reference": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::Rule.RuleTriggerEventSource": {
      "type": "object",
      "properties": {
        "EventSourceName": {
          "type": "string"
        },
        "IntegrationAssociationArn": {
          "type": "string"
        }
      },
      "required": [
        "EventSourceName"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::Rule.SendNotificationAction": {
      "type": "object",
      "properties": {
        "Content": {
          "type": "string"
        },
        "ContentType": {
          "type": "string"
        },
        "DeliveryMethod": {
          "type": "string"
        },
        "Recipient": {
          "$ref": "#/$defs/AWS::Connect::Rule.NotificationRecipientType"
        },
        "Subject": {
          "type": "string"
        }
      },
      "required": [
        "Content",
        "ContentType",
        "DeliveryMethod",
        "Recipient"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::Rule.TaskAction": {
      "type": "object",
      "properties": {
        "ContactFlowArn": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "References": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::Connect::Rule.Reference"
            }
          }
        }
      },
      "required": [
        "ContactFlowArn",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::Rule.UpdateCaseAction": {
      "type": "object",
      "properties": {
        "Fields": {
          "items": {
            "$ref": "#/$defs/AWS::Connect::Rule.Field"
          },
          "type": "array"
        }
      },
      "required": [
        "Fields"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::SecurityKey": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InstanceId": {
              "type": "string"
            },
            "Key": {
              "type": "string"
            }
          },
          "required": [
            "InstanceId",
            "Key"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::SecurityKey"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::SecurityProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllowedAccessControlHierarchyGroupId": {
              "type": "string"
            },
            "AllowedAccessControlTags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Applications": {
              "items": {
                "$ref": "#/$defs/AWS::Connect::SecurityProfile.Application"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "HierarchyRestrictedResources": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "InstanceArn": {
              "type": "string"
            },
            "Permissions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SecurityProfileName": {
              "type": "string"
            },
            "TagRestrictedResources": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "InstanceArn",
            "SecurityProfileName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::SecurityProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::SecurityProfile.Application": {
      "type": "object",
      "properties": {
        "ApplicationPermissions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Namespace": {
          "type": "string"
        }
      },
      "required": [
        "ApplicationPermissions",
        "Namespace"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::TaskTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClientToken": {
              "type": "string"
            },
            "Constraints": {
              "$ref": "#/$defs/AWS::Connect::TaskTemplate.Constraints"
            },
            "ContactFlowArn": {
              "type": "string"
            },
            "Defaults": {
              "items": {
                "$ref": "#/$defs/AWS::Connect::TaskTemplate.DefaultFieldValue"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "Fields": {
              "items": {
                "$ref": "#/$defs/AWS::Connect::TaskTemplate.Field"
              },
              "type": "array"
            },
            "InstanceArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "InstanceArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::TaskTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::TaskTemplate.Constraints": {
      "type": "object",
      "properties": {
        "InvisibleFields": {
          "items": {
            "$ref": "#/$defs/AWS::Connect::TaskTemplate.InvisibleFieldInfo"
          },
          "type": "array"
        },
        "ReadOnlyFields": {
          "items": {
            "$ref": "#/$defs/AWS::Connect::TaskTemplate.ReadOnlyFieldInfo"
          },
          "type": "array"
        },
        "RequiredFields": {
          "items": {
            "$ref": "#/$defs/AWS::Connect::TaskTemplate.RequiredFieldInfo"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Connect::TaskTemplate.DefaultFieldValue": {
      "type": "object",
      "properties": {
        "DefaultValue": {
          "type": "string"
        },
        "Id": {
          "$ref": "#/$defs/AWS::Connect::TaskTemplate.FieldIdentifier"
        }
      },
      "required": [
        "DefaultValue",
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::TaskTemplate.Field": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "Id": {
          "$ref": "#/$defs/AWS::Connect::TaskTemplate.FieldIdentifier"
        },
        "SingleSelectOptions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Id",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::TaskTemplate.FieldIdentifier": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::TaskTemplate.InvisibleFieldInfo": {
      "type": "object",
      "properties": {
        "Id": {
          "$ref": "#/$defs/AWS::Connect::TaskTemplate.FieldIdentifier"
        }
      },
      "required": [
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::TaskTemplate.ReadOnlyFieldInfo": {
      "type": "object",
      "properties": {
        "Id": {
          "$ref": "#/$defs/AWS::Connect::TaskTemplate.FieldIdentifier"
        }
      },
      "required": [
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::TaskTemplate.RequiredFieldInfo": {
      "type": "object",
      "properties": {
        "Id": {
          "$ref": "#/$defs/AWS::Connect::TaskTemplate.FieldIdentifier"
        }
      },
      "required": [
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::TrafficDistributionGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "InstanceArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "InstanceArn",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::TrafficDistributionGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::User": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DirectoryUserId": {
              "type": "string"
            },
            "HierarchyGroupArn": {
              "type": "string"
            },
            "IdentityInfo": {
              "$ref": "#/$defs/AWS::Connect::User.UserIdentityInfo"
            },
            "InstanceArn": {
              "type": "string"
            },
            "Password": {
              "type": "string"
            },
            "PhoneConfig": {
              "$ref": "#/$defs/AWS::Connect::User.UserPhoneConfig"
            },
            "RoutingProfileArn": {
              "type": "string"
            },
            "SecurityProfileArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UserProficiencies": {
              "items": {
                "$ref": "#/$defs/AWS::Connect::User.UserProficiency"
              },
              "type": "array"
            },
            "Username": {
              "type": "string"
            }
          },
          "required": [
            "InstanceArn",
            "PhoneConfig",
            "RoutingProfileArn",
            "SecurityProfileArns",
            "Username"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::User"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::User.UserIdentityInfo": {
      "type": "object",
      "properties": {
        "Email": {
          "type": "string"
        },
        "FirstName": {
          "type": "string"
        },
        "LastName": {
          "type": "string"
        },
        "Mobile": {
          "type": "string"
        },
        "SecondaryEmail": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Connect::User.UserPhoneConfig": {
      "type": "object",
      "properties": {
        "AfterContactWorkTimeLimit": {
          "type": "number"
        },
        "AutoAccept": {
          "type": "boolean"
        },
        "DeskPhoneNumber": {
          "type": "string"
        },
        "PhoneType": {
          "type": "string"
        }
      },
      "required": [
        "PhoneType"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::User.UserProficiency": {
      "type": "object",
      "properties": {
        "AttributeName": {
          "type": "string"
        },
        "AttributeValue": {
          "type": "string"
        },
        "Level": {
          "type": "number"
        }
      },
      "required": [
        "AttributeName",
        "AttributeValue",
        "Level"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::UserHierarchyGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InstanceArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ParentGroupArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "InstanceArn",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::UserHierarchyGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::View": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Actions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "InstanceArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Template": {
              "type": "object"
            }
          },
          "required": [
            "Actions",
            "InstanceArn",
            "Name",
            "Template"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::View"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Connect::ViewVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "VersionDescription": {
              "type": "string"
            },
            "ViewArn": {
              "type": "string"
            },
            "ViewContentSha256": {
              "type": "string"
            }
          },
          "required": [
            "ViewArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Connect::ViewVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ConnectCampaigns::Campaign": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConnectInstanceArn": {
              "type": "string"
            },
            "DialerConfig": {
              "$ref": "#/$defs/AWS::ConnectCampaigns::Campaign.DialerConfig"
            },
            "Name": {
              "type": "string"
            },
            "OutboundCallConfig": {
              "$ref": "#/$defs/AWS::ConnectCampaigns::Campaign.OutboundCallConfig"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ConnectInstanceArn",
            "DialerConfig",
            "Name",
            "OutboundCallConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ConnectCampaigns::Campaign"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ConnectCampaigns::Campaign.AgentlessDialerConfig": {
      "type": "object",
      "properties": {
        "DialingCapacity": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ConnectCampaigns::Campaign.AnswerMachineDetectionConfig": {
      "type": "object",
      "properties": {
        "AwaitAnswerMachinePrompt": {
          "type": "boolean"
        },
        "EnableAnswerMachineDetection": {
          "type": "boolean"
        }
      },
      "required": [
        "EnableAnswerMachineDetection"
      ],
      "additionalProperties": false
    },
    "AWS::ConnectCampaigns::Campaign.DialerConfig": {
      "type": "object",
      "properties": {
        "AgentlessDialerConfig": {
          "$ref": "#/$defs/AWS::ConnectCampaigns::Campaign.AgentlessDialerConfig"
        },
        "PredictiveDialerConfig": {
          "$ref": "#/$defs/AWS::ConnectCampaigns::Campaign.PredictiveDialerConfig"
        },
        "ProgressiveDialerConfig": {
          "$ref": "#/$defs/AWS::ConnectCampaigns::Campaign.ProgressiveDialerConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::ConnectCampaigns::Campaign.OutboundCallConfig": {
      "type": "object",
      "properties": {
        "AnswerMachineDetectionConfig": {
          "$ref": "#/$defs/AWS::ConnectCampaigns::Campaign.AnswerMachineDetectionConfig"
        },
        "ConnectContactFlowArn": {
          "type": "string"
        },
        "ConnectQueueArn": {
          "type": "string"
        },
        "ConnectSourcePhoneNumber": {
          "type": "string"
        }
      },
      "required": [
        "ConnectContactFlowArn"
      ],
      "additionalProperties": false
    },
    "AWS::ConnectCampaigns::Campaign.PredictiveDialerConfig": {
      "type": "object",
      "properties": {
        "BandwidthAllocation": {
          "type": "number"
        },
        "DialingCapacity": {
          "type": "number"
        }
      },
      "required": [
        "BandwidthAllocation"
      ],
      "additionalProperties": false
    },
    "AWS::ConnectCampaigns::Campaign.ProgressiveDialerConfig": {
      "type": "object",
      "properties": {
        "BandwidthAllocation": {
          "type": "number"
        },
        "DialingCapacity": {
          "type": "number"
        }
      },
      "required": [
        "BandwidthAllocation"
      ],
      "additionalProperties": false
    },
    "AWS::ControlTower::EnabledBaseline": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BaselineIdentifier": {
              "type": "string"
            },
            "BaselineVersion": {
              "type": "string"
            },
            "Parameters": {
              "items": {
                "$ref": "#/$defs/AWS::ControlTower::EnabledBaseline.Parameter"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetIdentifier": {
              "type": "string"
            }
          },
          "required": [
            "BaselineIdentifier",
            "BaselineVersion",
            "TargetIdentifier"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ControlTower::EnabledBaseline"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ControlTower::EnabledBaseline.Parameter": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::ControlTower::EnabledControl": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ControlIdentifier": {
              "type": "string"
            },
            "Parameters": {
              "items": {
                "$ref": "#/$defs/AWS::ControlTower::EnabledControl.EnabledControlParameter"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetIdentifier": {
              "type": "string"
            }
          },
          "required": [
            "ControlIdentifier",
            "TargetIdentifier"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ControlTower::EnabledControl"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ControlTower::EnabledControl.EnabledControlParameter": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "object"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::ControlTower::LandingZone": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Manifest": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Version": {
              "type": "string"
            }
          },
          "required": [
            "Manifest",
            "Version"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ControlTower::LandingZone"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::CalculatedAttributeDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AttributeDetails": {
              "$ref": "#/$defs/AWS::CustomerProfiles::CalculatedAttributeDefinition.AttributeDetails"
            },
            "CalculatedAttributeName": {
              "type": "string"
            },
            "Conditions": {
              "$ref": "#/$defs/AWS::CustomerProfiles::CalculatedAttributeDefinition.Conditions"
            },
            "Description": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "DomainName": {
              "type": "string"
            },
            "Statistic": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AttributeDetails",
            "CalculatedAttributeName",
            "DomainName",
            "Statistic"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CustomerProfiles::CalculatedAttributeDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::CalculatedAttributeDefinition.AttributeDetails": {
      "type": "object",
      "properties": {
        "Attributes": {
          "items": {
            "$ref": "#/$defs/AWS::CustomerProfiles::CalculatedAttributeDefinition.AttributeItem"
          },
          "type": "array"
        },
        "Expression": {
          "type": "string"
        }
      },
      "required": [
        "Attributes",
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::CalculatedAttributeDefinition.AttributeItem": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::CalculatedAttributeDefinition.Conditions": {
      "type": "object",
      "properties": {
        "ObjectCount": {
          "type": "number"
        },
        "Range": {
          "$ref": "#/$defs/AWS::CustomerProfiles::CalculatedAttributeDefinition.Range"
        },
        "Threshold": {
          "$ref": "#/$defs/AWS::CustomerProfiles::CalculatedAttributeDefinition.Threshold"
        }
      },
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::CalculatedAttributeDefinition.Range": {
      "type": "object",
      "properties": {
        "Unit": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Unit",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::CalculatedAttributeDefinition.Threshold": {
      "type": "object",
      "properties": {
        "Operator": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Operator",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Domain": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeadLetterQueueUrl": {
              "type": "string"
            },
            "DefaultEncryptionKey": {
              "type": "string"
            },
            "DefaultExpirationDays": {
              "type": "number"
            },
            "DomainName": {
              "type": "string"
            },
            "Matching": {
              "$ref": "#/$defs/AWS::CustomerProfiles::Domain.Matching"
            },
            "RuleBasedMatching": {
              "$ref": "#/$defs/AWS::CustomerProfiles::Domain.RuleBasedMatching"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DefaultExpirationDays",
            "DomainName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CustomerProfiles::Domain"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Domain.AttributeTypesSelector": {
      "type": "object",
      "properties": {
        "Address": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AttributeMatchingModel": {
          "type": "string"
        },
        "EmailAddress": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PhoneNumber": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "AttributeMatchingModel"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Domain.AutoMerging": {
      "type": "object",
      "properties": {
        "ConflictResolution": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Domain.ConflictResolution"
        },
        "Consolidation": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Domain.Consolidation"
        },
        "Enabled": {
          "type": "boolean"
        },
        "MinAllowedConfidenceScoreForMerging": {
          "type": "number"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Domain.ConflictResolution": {
      "type": "object",
      "properties": {
        "ConflictResolvingModel": {
          "type": "string"
        },
        "SourceName": {
          "type": "string"
        }
      },
      "required": [
        "ConflictResolvingModel"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Domain.Consolidation": {
      "type": "object",
      "properties": {
        "MatchingAttributesList": {
          "type": "object"
        }
      },
      "required": [
        "MatchingAttributesList"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Domain.DomainStats": {
      "type": "object",
      "properties": {
        "MeteringProfileCount": {
          "type": "number"
        },
        "ObjectCount": {
          "type": "number"
        },
        "ProfileCount": {
          "type": "number"
        },
        "TotalSize": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Domain.ExportingConfig": {
      "type": "object",
      "properties": {
        "S3Exporting": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Domain.S3ExportingConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Domain.JobSchedule": {
      "type": "object",
      "properties": {
        "DayOfTheWeek": {
          "type": "string"
        },
        "Time": {
          "type": "string"
        }
      },
      "required": [
        "DayOfTheWeek",
        "Time"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Domain.Matching": {
      "type": "object",
      "properties": {
        "AutoMerging": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Domain.AutoMerging"
        },
        "Enabled": {
          "type": "boolean"
        },
        "ExportingConfig": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Domain.ExportingConfig"
        },
        "JobSchedule": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Domain.JobSchedule"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Domain.MatchingRule": {
      "type": "object",
      "properties": {
        "Rule": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Rule"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Domain.RuleBasedMatching": {
      "type": "object",
      "properties": {
        "AttributeTypesSelector": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Domain.AttributeTypesSelector"
        },
        "ConflictResolution": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Domain.ConflictResolution"
        },
        "Enabled": {
          "type": "boolean"
        },
        "ExportingConfig": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Domain.ExportingConfig"
        },
        "MatchingRules": {
          "items": {
            "$ref": "#/$defs/AWS::CustomerProfiles::Domain.MatchingRule"
          },
          "type": "array"
        },
        "MaxAllowedRuleLevelForMatching": {
          "type": "number"
        },
        "MaxAllowedRuleLevelForMerging": {
          "type": "number"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Domain.S3ExportingConfig": {
      "type": "object",
      "properties": {
        "S3BucketName": {
          "type": "string"
        },
        "S3KeyName": {
          "type": "string"
        }
      },
      "required": [
        "S3BucketName"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::EventStream": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DomainName": {
              "type": "string"
            },
            "EventStreamName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Uri": {
              "type": "string"
            }
          },
          "required": [
            "DomainName",
            "EventStreamName",
            "Uri"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CustomerProfiles::EventStream"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::EventStream.DestinationDetails": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string"
        },
        "Uri": {
          "type": "string"
        }
      },
      "required": [
        "Status",
        "Uri"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DomainName": {
              "type": "string"
            },
            "FlowDefinition": {
              "$ref": "#/$defs/AWS::CustomerProfiles::Integration.FlowDefinition"
            },
            "ObjectTypeName": {
              "type": "string"
            },
            "ObjectTypeNames": {
              "items": {
                "$ref": "#/$defs/AWS::CustomerProfiles::Integration.ObjectTypeMapping"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Uri": {
              "type": "string"
            }
          },
          "required": [
            "DomainName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CustomerProfiles::Integration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.ConnectorOperator": {
      "type": "object",
      "properties": {
        "Marketo": {
          "type": "string"
        },
        "S3": {
          "type": "string"
        },
        "Salesforce": {
          "type": "string"
        },
        "ServiceNow": {
          "type": "string"
        },
        "Zendesk": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.FlowDefinition": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "FlowName": {
          "type": "string"
        },
        "KmsArn": {
          "type": "string"
        },
        "SourceFlowConfig": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Integration.SourceFlowConfig"
        },
        "Tasks": {
          "items": {
            "$ref": "#/$defs/AWS::CustomerProfiles::Integration.Task"
          },
          "type": "array"
        },
        "TriggerConfig": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Integration.TriggerConfig"
        }
      },
      "required": [
        "FlowName",
        "KmsArn",
        "SourceFlowConfig",
        "Tasks",
        "TriggerConfig"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.IncrementalPullConfig": {
      "type": "object",
      "properties": {
        "DatetimeTypeFieldName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.MarketoSourceProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.ObjectTypeMapping": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.S3SourceProperties": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "BucketPrefix": {
          "type": "string"
        }
      },
      "required": [
        "BucketName"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.SalesforceSourceProperties": {
      "type": "object",
      "properties": {
        "EnableDynamicFieldUpdate": {
          "type": "boolean"
        },
        "IncludeDeletedRecords": {
          "type": "boolean"
        },
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.ScheduledTriggerProperties": {
      "type": "object",
      "properties": {
        "DataPullMode": {
          "type": "string"
        },
        "FirstExecutionFrom": {
          "type": "number"
        },
        "ScheduleEndTime": {
          "type": "number"
        },
        "ScheduleExpression": {
          "type": "string"
        },
        "ScheduleOffset": {
          "type": "number"
        },
        "ScheduleStartTime": {
          "type": "number"
        },
        "Timezone": {
          "type": "string"
        }
      },
      "required": [
        "ScheduleExpression"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.ServiceNowSourceProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.SourceConnectorProperties": {
      "type": "object",
      "properties": {
        "Marketo": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Integration.MarketoSourceProperties"
        },
        "S3": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Integration.S3SourceProperties"
        },
        "Salesforce": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Integration.SalesforceSourceProperties"
        },
        "ServiceNow": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Integration.ServiceNowSourceProperties"
        },
        "Zendesk": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Integration.ZendeskSourceProperties"
        }
      },
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.SourceFlowConfig": {
      "type": "object",
      "properties": {
        "ConnectorProfileName": {
          "type": "string"
        },
        "ConnectorType": {
          "type": "string"
        },
        "IncrementalPullConfig": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Integration.IncrementalPullConfig"
        },
        "SourceConnectorProperties": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Integration.SourceConnectorProperties"
        }
      },
      "required": [
        "ConnectorType",
        "SourceConnectorProperties"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.Task": {
      "type": "object",
      "properties": {
        "ConnectorOperator": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Integration.ConnectorOperator"
        },
        "DestinationField": {
          "type": "string"
        },
        "SourceFields": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TaskProperties": {
          "items": {
            "$ref": "#/$defs/AWS::CustomerProfiles::Integration.TaskPropertiesMap"
          },
          "type": "array"
        },
        "TaskType": {
          "type": "string"
        }
      },
      "required": [
        "SourceFields",
        "TaskType"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.TaskPropertiesMap": {
      "type": "object",
      "properties": {
        "OperatorPropertyKey": {
          "type": "string"
        },
        "Property": {
          "type": "string"
        }
      },
      "required": [
        "OperatorPropertyKey",
        "Property"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.TriggerConfig": {
      "type": "object",
      "properties": {
        "TriggerProperties": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Integration.TriggerProperties"
        },
        "TriggerType": {
          "type": "string"
        }
      },
      "required": [
        "TriggerType"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.TriggerProperties": {
      "type": "object",
      "properties": {
        "Scheduled": {
          "$ref": "#/$defs/AWS::CustomerProfiles::Integration.ScheduledTriggerProperties"
        }
      },
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::Integration.ZendeskSourceProperties": {
      "type": "object",
      "properties": {
        "Object": {
          "type": "string"
        }
      },
      "required": [
        "Object"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::ObjectType": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllowProfileCreation": {
              "type": "boolean"
            },
            "Description": {
              "type": "string"
            },
            "DomainName": {
              "type": "string"
            },
            "EncryptionKey": {
              "type": "string"
            },
            "ExpirationDays": {
              "type": "number"
            },
            "Fields": {
              "items": {
                "$ref": "#/$defs/AWS::CustomerProfiles::ObjectType.FieldMap"
              },
              "type": "array"
            },
            "Keys": {
              "items": {
                "$ref": "#/$defs/AWS::CustomerProfiles::ObjectType.KeyMap"
              },
              "type": "array"
            },
            "ObjectTypeName": {
              "type": "string"
            },
            "SourceLastUpdatedTimestampFormat": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TemplateId": {
              "type": "string"
            }
          },
          "required": [
            "Description",
            "DomainName",
            "ObjectTypeName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::CustomerProfiles::ObjectType"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::ObjectType.FieldMap": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "ObjectTypeField": {
          "$ref": "#/$defs/AWS::CustomerProfiles::ObjectType.ObjectTypeField"
        }
      },
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::ObjectType.KeyMap": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "ObjectTypeKeyList": {
          "items": {
            "$ref": "#/$defs/AWS::CustomerProfiles::ObjectType.ObjectTypeKey"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::ObjectType.ObjectTypeField": {
      "type": "object",
      "properties": {
        "ContentType": {
          "type": "string"
        },
        "Source": {
          "type": "string"
        },
        "Target": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::CustomerProfiles::ObjectType.ObjectTypeKey": {
      "type": "object",
      "properties": {
        "FieldNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "StandardIdentifiers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::DAX::Cluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AvailabilityZones": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ClusterEndpointEncryptionType": {
              "type": "string"
            },
            "ClusterName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "IAMRoleARN": {
              "type": "string"
            },
            "NodeType": {
              "type": "string"
            },
            "NotificationTopicARN": {
              "type": "string"
            },
            "ParameterGroupName": {
              "type": "string"
            },
            "PreferredMaintenanceWindow": {
              "type": "string"
            },
            "ReplicationFactor": {
              "type": "number"
            },
            "SSESpecification": {
              "$ref": "#/$defs/AWS::DAX::Cluster.SSESpecification"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetGroupName": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            }
          },
          "required": [
            "IAMRoleARN",
            "NodeType",
            "ReplicationFactor"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DAX::Cluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DAX::Cluster.SSESpecification": {
      "type": "object",
      "properties": {
        "SSEEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::DAX::ParameterGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "ParameterGroupName": {
              "type": "string"
            },
            "ParameterNameValues": {
              "type": "object"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DAX::ParameterGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::DAX::SubnetGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "SubnetGroupName": {
              "type": "string"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "SubnetIds"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DAX::SubnetGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CopyTags": {
              "type": "boolean"
            },
            "CreateInterval": {
              "type": "number"
            },
            "CrossRegionCopyTargets": {
              "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.CrossRegionCopyTargets"
            },
            "DefaultPolicy": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Exclusions": {
              "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.Exclusions"
            },
            "ExecutionRoleArn": {
              "type": "string"
            },
            "ExtendDeletion": {
              "type": "boolean"
            },
            "PolicyDetails": {
              "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.PolicyDetails"
            },
            "RetainInterval": {
              "type": "number"
            },
            "State": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DLM::LifecyclePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.Action": {
      "type": "object",
      "properties": {
        "CrossRegionCopy": {
          "items": {
            "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.CrossRegionCopyAction"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "CrossRegionCopy",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.ArchiveRetainRule": {
      "type": "object",
      "properties": {
        "RetentionArchiveTier": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.RetentionArchiveTier"
        }
      },
      "required": [
        "RetentionArchiveTier"
      ],
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.ArchiveRule": {
      "type": "object",
      "properties": {
        "RetainRule": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.ArchiveRetainRule"
        }
      },
      "required": [
        "RetainRule"
      ],
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.CreateRule": {
      "type": "object",
      "properties": {
        "CronExpression": {
          "type": "string"
        },
        "Interval": {
          "type": "number"
        },
        "IntervalUnit": {
          "type": "string"
        },
        "Location": {
          "type": "string"
        },
        "Scripts": {
          "items": {
            "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.Script"
          },
          "type": "array"
        },
        "Times": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.CrossRegionCopyAction": {
      "type": "object",
      "properties": {
        "EncryptionConfiguration": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.EncryptionConfiguration"
        },
        "RetainRule": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.CrossRegionCopyRetainRule"
        },
        "Target": {
          "type": "string"
        }
      },
      "required": [
        "EncryptionConfiguration",
        "Target"
      ],
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.CrossRegionCopyDeprecateRule": {
      "type": "object",
      "properties": {
        "Interval": {
          "type": "number"
        },
        "IntervalUnit": {
          "type": "string"
        }
      },
      "required": [
        "Interval",
        "IntervalUnit"
      ],
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.CrossRegionCopyRetainRule": {
      "type": "object",
      "properties": {
        "Interval": {
          "type": "number"
        },
        "IntervalUnit": {
          "type": "string"
        }
      },
      "required": [
        "Interval",
        "IntervalUnit"
      ],
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.CrossRegionCopyRule": {
      "type": "object",
      "properties": {
        "CmkArn": {
          "type": "string"
        },
        "CopyTags": {
          "type": "boolean"
        },
        "DeprecateRule": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.CrossRegionCopyDeprecateRule"
        },
        "Encrypted": {
          "type": "boolean"
        },
        "RetainRule": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.CrossRegionCopyRetainRule"
        },
        "Target": {
          "type": "string"
        },
        "TargetRegion": {
          "type": "string"
        }
      },
      "required": [
        "Encrypted"
      ],
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.CrossRegionCopyTarget": {
      "type": "object",
      "properties": {
        "TargetRegion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.CrossRegionCopyTargets": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.DeprecateRule": {
      "type": "object",
      "properties": {
        "Count": {
          "type": "number"
        },
        "Interval": {
          "type": "number"
        },
        "IntervalUnit": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.EncryptionConfiguration": {
      "type": "object",
      "properties": {
        "CmkArn": {
          "type": "string"
        },
        "Encrypted": {
          "type": "boolean"
        }
      },
      "required": [
        "Encrypted"
      ],
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.EventParameters": {
      "type": "object",
      "properties": {
        "DescriptionRegex": {
          "type": "string"
        },
        "EventType": {
          "type": "string"
        },
        "SnapshotOwner": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "EventType",
        "SnapshotOwner"
      ],
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.EventSource": {
      "type": "object",
      "properties": {
        "Parameters": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.EventParameters"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.ExcludeTags": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.ExcludeVolumeTypesList": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.Exclusions": {
      "type": "object",
      "properties": {
        "ExcludeBootVolumes": {
          "type": "boolean"
        },
        "ExcludeTags": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.ExcludeTags"
        },
        "ExcludeVolumeTypes": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.ExcludeVolumeTypesList"
        }
      },
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.FastRestoreRule": {
      "type": "object",
      "properties": {
        "AvailabilityZones": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Count": {
          "type": "number"
        },
        "Interval": {
          "type": "number"
        },
        "IntervalUnit": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.Parameters": {
      "type": "object",
      "properties": {
        "ExcludeBootVolume": {
          "type": "boolean"
        },
        "ExcludeDataVolumeTags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        },
        "NoReboot": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.PolicyDetails": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.Action"
          },
          "type": "array"
        },
        "CopyTags": {
          "type": "boolean"
        },
        "CreateInterval": {
          "type": "number"
        },
        "CrossRegionCopyTargets": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.CrossRegionCopyTargets"
        },
        "EventSource": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.EventSource"
        },
        "Exclusions": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.Exclusions"
        },
        "ExtendDeletion": {
          "type": "boolean"
        },
        "Parameters": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.Parameters"
        },
        "PolicyLanguage": {
          "type": "string"
        },
        "PolicyType": {
          "type": "string"
        },
        "ResourceLocations": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ResourceType": {
          "type": "string"
        },
        "ResourceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RetainInterval": {
          "type": "number"
        },
        "Schedules": {
          "items": {
            "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.Schedule"
          },
          "type": "array"
        },
        "TargetTags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.RetainRule": {
      "type": "object",
      "properties": {
        "Count": {
          "type": "number"
        },
        "Interval": {
          "type": "number"
        },
        "IntervalUnit": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.RetentionArchiveTier": {
      "type": "object",
      "properties": {
        "Count": {
          "type": "number"
        },
        "Interval": {
          "type": "number"
        },
        "IntervalUnit": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.Schedule": {
      "type": "object",
      "properties": {
        "ArchiveRule": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.ArchiveRule"
        },
        "CopyTags": {
          "type": "boolean"
        },
        "CreateRule": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.CreateRule"
        },
        "CrossRegionCopyRules": {
          "items": {
            "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.CrossRegionCopyRule"
          },
          "type": "array"
        },
        "DeprecateRule": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.DeprecateRule"
        },
        "FastRestoreRule": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.FastRestoreRule"
        },
        "Name": {
          "type": "string"
        },
        "RetainRule": {
          "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.RetainRule"
        },
        "ShareRules": {
          "items": {
            "$ref": "#/$defs/AWS::DLM::LifecyclePolicy.ShareRule"
          },
          "type": "array"
        },
        "TagsToAdd": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        },
        "VariableTags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.Script": {
      "type": "object",
      "properties": {
        "ExecuteOperationOnScriptFailure": {
          "type": "boolean"
        },
        "ExecutionHandler": {
          "type": "string"
        },
        "ExecutionHandlerService": {
          "type": "string"
        },
        "ExecutionTimeout": {
          "type": "number"
        },
        "MaximumRetryCount": {
          "type": "number"
        },
        "Stages": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.ShareRule": {
      "type": "object",
      "properties": {
        "TargetAccounts": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "UnshareInterval": {
          "type": "number"
        },
        "UnshareIntervalUnit": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DLM::LifecyclePolicy.VolumeTypeValues": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::DMS::Certificate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CertificateIdentifier": {
              "type": "string"
            },
            "CertificatePem": {
              "type": "string"
            },
            "CertificateWallet": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DMS::Certificate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::DMS::DataProvider": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataProviderIdentifier": {
              "type": "string"
            },
            "DataProviderName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Engine": {
              "type": "string"
            },
            "ExactSettings": {
              "type": "boolean"
            },
            "Settings": {
              "$ref": "#/$defs/AWS::DMS::DataProvider.Settings"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Engine"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DMS::DataProvider"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DMS::DataProvider.MicrosoftSqlServerSettings": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "ServerName": {
          "type": "string"
        },
        "SslMode": {
          "type": "string"
        }
      },
      "required": [
        "DatabaseName",
        "Port",
        "ServerName",
        "SslMode"
      ],
      "additionalProperties": false
    },
    "AWS::DMS::DataProvider.MySqlSettings": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "ServerName": {
          "type": "string"
        },
        "SslMode": {
          "type": "string"
        }
      },
      "required": [
        "Port",
        "ServerName",
        "SslMode"
      ],
      "additionalProperties": false
    },
    "AWS::DMS::DataProvider.OracleSettings": {
      "type": "object",
      "properties": {
        "AsmServer": {
          "type": "string"
        },
        "CertificateArn": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "SecretsManagerOracleAsmAccessRoleArn": {
          "type": "string"
        },
        "SecretsManagerOracleAsmSecretId": {
          "type": "string"
        },
        "SecretsManagerSecurityDbEncryptionAccessRoleArn": {
          "type": "string"
        },
        "SecretsManagerSecurityDbEncryptionSecretId": {
          "type": "string"
        },
        "ServerName": {
          "type": "string"
        },
        "SslMode": {
          "type": "string"
        }
      },
      "required": [
        "DatabaseName",
        "Port",
        "ServerName",
        "SslMode"
      ],
      "additionalProperties": false
    },
    "AWS::DMS::DataProvider.PostgreSqlSettings": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "ServerName": {
          "type": "string"
        },
        "SslMode": {
          "type": "string"
        }
      },
      "required": [
        "DatabaseName",
        "Port",
        "ServerName",
        "SslMode"
      ],
      "additionalProperties": false
    },
    "AWS::DMS::DataProvider.Settings": {
      "type": "object",
      "properties": {
        "MicrosoftSqlServerSettings": {
          "$ref": "#/$defs/AWS::DMS::DataProvider.MicrosoftSqlServerSettings"
        },
        "MySqlSettings": {
          "$ref": "#/$defs/AWS::DMS::DataProvider.MySqlSettings"
        },
        "OracleSettings": {
          "$ref": "#/$defs/AWS::DMS::DataProvider.OracleSettings"
        },
        "PostgreSqlSettings": {
          "$ref": "#/$defs/AWS::DMS::DataProvider.PostgreSqlSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CertificateArn": {
              "type": "string"
            },
            "DatabaseName": {
              "type": "string"
            },
            "DocDbSettings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.DocDbSettings"
            },
            "DynamoDbSettings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.DynamoDbSettings"
            },
            "ElasticsearchSettings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.ElasticsearchSettings"
            },
            "EndpointIdentifier": {
              "type": "string"
            },
            "EndpointType": {
              "type": "string"
            },
            "EngineName": {
              "type": "string"
            },
            "ExtraConnectionAttributes": {
              "type": "string"
            },
            "GcpMySQLSettings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.GcpMySQLSettings"
            },
            "IbmDb2Settings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.IbmDb2Settings"
            },
            "KafkaSettings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.KafkaSettings"
            },
            "KinesisSettings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.KinesisSettings"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "MicrosoftSqlServerSettings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.MicrosoftSqlServerSettings"
            },
            "MongoDbSettings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.MongoDbSettings"
            },
            "MySqlSettings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.MySqlSettings"
            },
            "NeptuneSettings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.NeptuneSettings"
            },
            "OracleSettings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.OracleSettings"
            },
            "Password": {
              "type": "string"
            },
            "Port": {
              "type": "number"
            },
            "PostgreSqlSettings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.PostgreSqlSettings"
            },
            "RedisSettings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.RedisSettings"
            },
            "RedshiftSettings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.RedshiftSettings"
            },
            "ResourceIdentifier": {
              "type": "string"
            },
            "S3Settings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.S3Settings"
            },
            "ServerName": {
              "type": "string"
            },
            "SslMode": {
              "type": "string"
            },
            "SybaseSettings": {
              "$ref": "#/$defs/AWS::DMS::Endpoint.SybaseSettings"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Username": {
              "type": "string"
            }
          },
          "required": [
            "EndpointType",
            "EngineName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DMS::Endpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.DocDbSettings": {
      "type": "object",
      "properties": {
        "DocsToInvestigate": {
          "type": "number"
        },
        "ExtractDocId": {
          "type": "boolean"
        },
        "NestingLevel": {
          "type": "string"
        },
        "SecretsManagerAccessRoleArn": {
          "type": "string"
        },
        "SecretsManagerSecretId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.DynamoDbSettings": {
      "type": "object",
      "properties": {
        "ServiceAccessRoleArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.ElasticsearchSettings": {
      "type": "object",
      "properties": {
        "EndpointUri": {
          "type": "string"
        },
        "ErrorRetryDuration": {
          "type": "number"
        },
        "FullLoadErrorPercentage": {
          "type": "number"
        },
        "ServiceAccessRoleArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.GcpMySQLSettings": {
      "type": "object",
      "properties": {
        "AfterConnectScript": {
          "type": "string"
        },
        "CleanSourceMetadataOnMismatch": {
          "type": "boolean"
        },
        "DatabaseName": {
          "type": "string"
        },
        "EventsPollInterval": {
          "type": "number"
        },
        "MaxFileSize": {
          "type": "number"
        },
        "ParallelLoadThreads": {
          "type": "number"
        },
        "Password": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "SecretsManagerAccessRoleArn": {
          "type": "string"
        },
        "SecretsManagerSecretId": {
          "type": "string"
        },
        "ServerName": {
          "type": "string"
        },
        "ServerTimezone": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.IbmDb2Settings": {
      "type": "object",
      "properties": {
        "CurrentLsn": {
          "type": "string"
        },
        "KeepCsvFiles": {
          "type": "boolean"
        },
        "LoadTimeout": {
          "type": "number"
        },
        "MaxFileSize": {
          "type": "number"
        },
        "MaxKBytesPerRead": {
          "type": "number"
        },
        "SecretsManagerAccessRoleArn": {
          "type": "string"
        },
        "SecretsManagerSecretId": {
          "type": "string"
        },
        "SetDataCaptureChanges": {
          "type": "boolean"
        },
        "WriteBufferSize": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.KafkaSettings": {
      "type": "object",
      "properties": {
        "Broker": {
          "type": "string"
        },
        "IncludeControlDetails": {
          "type": "boolean"
        },
        "IncludeNullAndEmpty": {
          "type": "boolean"
        },
        "IncludePartitionValue": {
          "type": "boolean"
        },
        "IncludeTableAlterOperations": {
          "type": "boolean"
        },
        "IncludeTransactionDetails": {
          "type": "boolean"
        },
        "MessageFormat": {
          "type": "string"
        },
        "MessageMaxBytes": {
          "type": "number"
        },
        "NoHexPrefix": {
          "type": "boolean"
        },
        "PartitionIncludeSchemaTable": {
          "type": "boolean"
        },
        "SaslPassword": {
          "type": "string"
        },
        "SaslUserName": {
          "type": "string"
        },
        "SecurityProtocol": {
          "type": "string"
        },
        "SslCaCertificateArn": {
          "type": "string"
        },
        "SslClientCertificateArn": {
          "type": "string"
        },
        "SslClientKeyArn": {
          "type": "string"
        },
        "SslClientKeyPassword": {
          "type": "string"
        },
        "Topic": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.KinesisSettings": {
      "type": "object",
      "properties": {
        "IncludeControlDetails": {
          "type": "boolean"
        },
        "IncludeNullAndEmpty": {
          "type": "boolean"
        },
        "IncludePartitionValue": {
          "type": "boolean"
        },
        "IncludeTableAlterOperations": {
          "type": "boolean"
        },
        "IncludeTransactionDetails": {
          "type": "boolean"
        },
        "MessageFormat": {
          "type": "string"
        },
        "NoHexPrefix": {
          "type": "boolean"
        },
        "PartitionIncludeSchemaTable": {
          "type": "boolean"
        },
        "ServiceAccessRoleArn": {
          "type": "string"
        },
        "StreamArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.MicrosoftSqlServerSettings": {
      "type": "object",
      "properties": {
        "BcpPacketSize": {
          "type": "number"
        },
        "ControlTablesFileGroup": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "ForceLobLookup": {
          "type": "boolean"
        },
        "Password": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "QuerySingleAlwaysOnNode": {
          "type": "boolean"
        },
        "ReadBackupOnly": {
          "type": "boolean"
        },
        "SafeguardPolicy": {
          "type": "string"
        },
        "SecretsManagerAccessRoleArn": {
          "type": "string"
        },
        "SecretsManagerSecretId": {
          "type": "string"
        },
        "ServerName": {
          "type": "string"
        },
        "TlogAccessMode": {
          "type": "string"
        },
        "TrimSpaceInChar": {
          "type": "boolean"
        },
        "UseBcpFullLoad": {
          "type": "boolean"
        },
        "UseThirdPartyBackupDevice": {
          "type": "boolean"
        },
        "Username": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.MongoDbSettings": {
      "type": "object",
      "properties": {
        "AuthMechanism": {
          "type": "string"
        },
        "AuthSource": {
          "type": "string"
        },
        "AuthType": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "DocsToInvestigate": {
          "type": "string"
        },
        "ExtractDocId": {
          "type": "string"
        },
        "NestingLevel": {
          "type": "string"
        },
        "Password": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "SecretsManagerAccessRoleArn": {
          "type": "string"
        },
        "SecretsManagerSecretId": {
          "type": "string"
        },
        "ServerName": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.MySqlSettings": {
      "type": "object",
      "properties": {
        "AfterConnectScript": {
          "type": "string"
        },
        "CleanSourceMetadataOnMismatch": {
          "type": "boolean"
        },
        "EventsPollInterval": {
          "type": "number"
        },
        "MaxFileSize": {
          "type": "number"
        },
        "ParallelLoadThreads": {
          "type": "number"
        },
        "SecretsManagerAccessRoleArn": {
          "type": "string"
        },
        "SecretsManagerSecretId": {
          "type": "string"
        },
        "ServerTimezone": {
          "type": "string"
        },
        "TargetDbType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.NeptuneSettings": {
      "type": "object",
      "properties": {
        "ErrorRetryDuration": {
          "type": "number"
        },
        "IamAuthEnabled": {
          "type": "boolean"
        },
        "MaxFileSize": {
          "type": "number"
        },
        "MaxRetryCount": {
          "type": "number"
        },
        "S3BucketFolder": {
          "type": "string"
        },
        "S3BucketName": {
          "type": "string"
        },
        "ServiceAccessRoleArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.OracleSettings": {
      "type": "object",
      "properties": {
        "AccessAlternateDirectly": {
          "type": "boolean"
        },
        "AddSupplementalLogging": {
          "type": "boolean"
        },
        "AdditionalArchivedLogDestId": {
          "type": "number"
        },
        "AllowSelectNestedTables": {
          "type": "boolean"
        },
        "ArchivedLogDestId": {
          "type": "number"
        },
        "ArchivedLogsOnly": {
          "type": "boolean"
        },
        "AsmPassword": {
          "type": "string"
        },
        "AsmServer": {
          "type": "string"
        },
        "AsmUser": {
          "type": "string"
        },
        "CharLengthSemantics": {
          "type": "string"
        },
        "DirectPathNoLog": {
          "type": "boolean"
        },
        "DirectPathParallelLoad": {
          "type": "boolean"
        },
        "EnableHomogenousTablespace": {
          "type": "boolean"
        },
        "ExtraArchivedLogDestIds": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "FailTasksOnLobTruncation": {
          "type": "boolean"
        },
        "NumberDatatypeScale": {
          "type": "number"
        },
        "OraclePathPrefix": {
          "type": "string"
        },
        "ParallelAsmReadThreads": {
          "type": "number"
        },
        "ReadAheadBlocks": {
          "type": "number"
        },
        "ReadTableSpaceName": {
          "type": "boolean"
        },
        "ReplacePathPrefix": {
          "type": "boolean"
        },
        "RetryInterval": {
          "type": "number"
        },
        "SecretsManagerAccessRoleArn": {
          "type": "string"
        },
        "SecretsManagerOracleAsmAccessRoleArn": {
          "type": "string"
        },
        "SecretsManagerOracleAsmSecretId": {
          "type": "string"
        },
        "SecretsManagerSecretId": {
          "type": "string"
        },
        "SecurityDbEncryption": {
          "type": "string"
        },
        "SecurityDbEncryptionName": {
          "type": "string"
        },
        "SpatialDataOptionToGeoJsonFunctionName": {
          "type": "string"
        },
        "StandbyDelayTime": {
          "type": "number"
        },
        "UseAlternateFolderForOnline": {
          "type": "boolean"
        },
        "UseBFile": {
          "type": "boolean"
        },
        "UseDirectPathFullLoad": {
          "type": "boolean"
        },
        "UseLogminerReader": {
          "type": "boolean"
        },
        "UsePathPrefix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.PostgreSqlSettings": {
      "type": "object",
      "properties": {
        "AfterConnectScript": {
          "type": "string"
        },
        "BabelfishDatabaseName": {
          "type": "string"
        },
        "CaptureDdls": {
          "type": "boolean"
        },
        "DatabaseMode": {
          "type": "string"
        },
        "DdlArtifactsSchema": {
          "type": "string"
        },
        "ExecuteTimeout": {
          "type": "number"
        },
        "FailTasksOnLobTruncation": {
          "type": "boolean"
        },
        "HeartbeatEnable": {
          "type": "boolean"
        },
        "HeartbeatFrequency": {
          "type": "number"
        },
        "HeartbeatSchema": {
          "type": "string"
        },
        "MapBooleanAsBoolean": {
          "type": "boolean"
        },
        "MaxFileSize": {
          "type": "number"
        },
        "PluginName": {
          "type": "string"
        },
        "SecretsManagerAccessRoleArn": {
          "type": "string"
        },
        "SecretsManagerSecretId": {
          "type": "string"
        },
        "SlotName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.RedisSettings": {
      "type": "object",
      "properties": {
        "AuthPassword": {
          "type": "string"
        },
        "AuthType": {
          "type": "string"
        },
        "AuthUserName": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "ServerName": {
          "type": "string"
        },
        "SslCaCertificateArn": {
          "type": "string"
        },
        "SslSecurityProtocol": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.RedshiftSettings": {
      "type": "object",
      "properties": {
        "AcceptAnyDate": {
          "type": "boolean"
        },
        "AfterConnectScript": {
          "type": "string"
        },
        "BucketFolder": {
          "type": "string"
        },
        "BucketName": {
          "type": "string"
        },
        "CaseSensitiveNames": {
          "type": "boolean"
        },
        "CompUpdate": {
          "type": "boolean"
        },
        "ConnectionTimeout": {
          "type": "number"
        },
        "DateFormat": {
          "type": "string"
        },
        "EmptyAsNull": {
          "type": "boolean"
        },
        "EncryptionMode": {
          "type": "string"
        },
        "ExplicitIds": {
          "type": "boolean"
        },
        "FileTransferUploadStreams": {
          "type": "number"
        },
        "LoadTimeout": {
          "type": "number"
        },
        "MapBooleanAsBoolean": {
          "type": "boolean"
        },
        "MaxFileSize": {
          "type": "number"
        },
        "RemoveQuotes": {
          "type": "boolean"
        },
        "ReplaceChars": {
          "type": "string"
        },
        "ReplaceInvalidChars": {
          "type": "string"
        },
        "SecretsManagerAccessRoleArn": {
          "type": "string"
        },
        "SecretsManagerSecretId": {
          "type": "string"
        },
        "ServerSideEncryptionKmsKeyId": {
          "type": "string"
        },
        "ServiceAccessRoleArn": {
          "type": "string"
        },
        "TimeFormat": {
          "type": "string"
        },
        "TrimBlanks": {
          "type": "boolean"
        },
        "TruncateColumns": {
          "type": "boolean"
        },
        "WriteBufferSize": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.S3Settings": {
      "type": "object",
      "properties": {
        "AddColumnName": {
          "type": "boolean"
        },
        "AddTrailingPaddingCharacter": {
          "type": "boolean"
        },
        "BucketFolder": {
          "type": "string"
        },
        "BucketName": {
          "type": "string"
        },
        "CannedAclForObjects": {
          "type": "string"
        },
        "CdcInsertsAndUpdates": {
          "type": "boolean"
        },
        "CdcInsertsOnly": {
          "type": "boolean"
        },
        "CdcMaxBatchInterval": {
          "type": "number"
        },
        "CdcMinFileSize": {
          "type": "number"
        },
        "CdcPath": {
          "type": "string"
        },
        "CompressionType": {
          "type": "string"
        },
        "CsvDelimiter": {
          "type": "string"
        },
        "CsvNoSupValue": {
          "type": "string"
        },
        "CsvNullValue": {
          "type": "string"
        },
        "CsvRowDelimiter": {
          "type": "string"
        },
        "DataFormat": {
          "type": "string"
        },
        "DataPageSize": {
          "type": "number"
        },
        "DatePartitionDelimiter": {
          "type": "string"
        },
        "DatePartitionEnabled": {
          "type": "boolean"
        },
        "DatePartitionSequence": {
          "type": "string"
        },
        "DatePartitionTimezone": {
          "type": "string"
        },
        "DictPageSizeLimit": {
          "type": "number"
        },
        "EnableStatistics": {
          "type": "boolean"
        },
        "EncodingType": {
          "type": "string"
        },
        "EncryptionMode": {
          "type": "string"
        },
        "ExpectedBucketOwner": {
          "type": "string"
        },
        "ExternalTableDefinition": {
          "type": "string"
        },
        "GlueCatalogGeneration": {
          "type": "boolean"
        },
        "IgnoreHeaderRows": {
          "type": "number"
        },
        "IncludeOpForFullLoad": {
          "type": "boolean"
        },
        "MaxFileSize": {
          "type": "number"
        },
        "ParquetTimestampInMillisecond": {
          "type": "boolean"
        },
        "ParquetVersion": {
          "type": "string"
        },
        "PreserveTransactions": {
          "type": "boolean"
        },
        "Rfc4180": {
          "type": "boolean"
        },
        "RowGroupLength": {
          "type": "number"
        },
        "ServerSideEncryptionKmsKeyId": {
          "type": "string"
        },
        "ServiceAccessRoleArn": {
          "type": "string"
        },
        "TimestampColumnName": {
          "type": "string"
        },
        "UseCsvNoSupValue": {
          "type": "boolean"
        },
        "UseTaskStartTimeForFullLoadTimestamp": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::Endpoint.SybaseSettings": {
      "type": "object",
      "properties": {
        "SecretsManagerAccessRoleArn": {
          "type": "string"
        },
        "SecretsManagerSecretId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::EventSubscription": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Enabled": {
              "type": "boolean"
            },
            "EventCategories": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SnsTopicArn": {
              "type": "string"
            },
            "SourceIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SourceType": {
              "type": "string"
            },
            "SubscriptionName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "SnsTopicArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DMS::EventSubscription"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DMS::InstanceProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AvailabilityZone": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "InstanceProfileIdentifier": {
              "type": "string"
            },
            "InstanceProfileName": {
              "type": "string"
            },
            "KmsKeyArn": {
              "type": "string"
            },
            "NetworkType": {
              "type": "string"
            },
            "PubliclyAccessible": {
              "type": "boolean"
            },
            "SubnetGroupIdentifier": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcSecurityGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DMS::InstanceProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::DMS::MigrationProject": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "InstanceProfileArn": {
              "type": "string"
            },
            "InstanceProfileIdentifier": {
              "type": "string"
            },
            "InstanceProfileName": {
              "type": "string"
            },
            "MigrationProjectIdentifier": {
              "type": "string"
            },
            "MigrationProjectName": {
              "type": "string"
            },
            "SchemaConversionApplicationAttributes": {
              "$ref": "#/$defs/AWS::DMS::MigrationProject.SchemaConversionApplicationAttributes"
            },
            "SourceDataProviderDescriptors": {
              "items": {
                "$ref": "#/$defs/AWS::DMS::MigrationProject.DataProviderDescriptor"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetDataProviderDescriptors": {
              "items": {
                "$ref": "#/$defs/AWS::DMS::MigrationProject.DataProviderDescriptor"
              },
              "type": "array"
            },
            "TransformationRules": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DMS::MigrationProject"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::DMS::MigrationProject.DataProviderDescriptor": {
      "type": "object",
      "properties": {
        "DataProviderArn": {
          "type": "string"
        },
        "DataProviderIdentifier": {
          "type": "string"
        },
        "DataProviderName": {
          "type": "string"
        },
        "SecretsManagerAccessRoleArn": {
          "type": "string"
        },
        "SecretsManagerSecretId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::MigrationProject.SchemaConversionApplicationAttributes": {
      "type": "object",
      "properties": {
        "S3BucketPath": {
          "type": "string"
        },
        "S3BucketRoleArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DMS::ReplicationConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ComputeConfig": {
              "$ref": "#/$defs/AWS::DMS::ReplicationConfig.ComputeConfig"
            },
            "ReplicationConfigArn": {
              "type": "string"
            },
            "ReplicationConfigIdentifier": {
              "type": "string"
            },
            "ReplicationSettings": {
              "type": "object"
            },
            "ReplicationType": {
              "type": "string"
            },
            "ResourceIdentifier": {
              "type": "string"
            },
            "SourceEndpointArn": {
              "type": "string"
            },
            "SupplementalSettings": {
              "type": "object"
            },
            "TableMappings": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetEndpointArn": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DMS::ReplicationConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::DMS::ReplicationConfig.ComputeConfig": {
      "type": "object",
      "properties": {
        "AvailabilityZone": {
          "type": "string"
        },
        "DnsNameServers": {
          "type": "string"
        },
        "KmsKeyId": {
          "type": "string"
        },
        "MaxCapacityUnits": {
          "type": "number"
        },
        "MinCapacityUnits": {
          "type": "number"
        },
        "MultiAZ": {
          "type": "boolean"
        },
        "PreferredMaintenanceWindow": {
          "type": "string"
        },
        "ReplicationSubnetGroupId": {
          "type": "string"
        },
        "VpcSecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "MaxCapacityUnits"
      ],
      "additionalProperties": false
    },
    "AWS::DMS::ReplicationInstance": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllocatedStorage": {
              "type": "number"
            },
            "AllowMajorVersionUpgrade": {
              "type": "boolean"
            },
            "AutoMinorVersionUpgrade": {
              "type": "boolean"
            },
            "AvailabilityZone": {
              "type": "string"
            },
            "EngineVersion": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "MultiAZ": {
              "type": "boolean"
            },
            "PreferredMaintenanceWindow": {
              "type": "string"
            },
            "PubliclyAccessible": {
              "type": "boolean"
            },
            "ReplicationInstanceClass": {
              "type": "string"
            },
            "ReplicationInstanceIdentifier": {
              "type": "string"
            },
            "ReplicationSubnetGroupIdentifier": {
              "type": "string"
            },
            "ResourceIdentifier": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcSecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "ReplicationInstanceClass"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DMS::ReplicationInstance"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DMS::ReplicationSubnetGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ReplicationSubnetGroupDescription": {
              "type": "string"
            },
            "ReplicationSubnetGroupIdentifier": {
              "type": "string"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ReplicationSubnetGroupDescription",
            "SubnetIds"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DMS::ReplicationSubnetGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DMS::ReplicationTask": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CdcStartPosition": {
              "type": "string"
            },
            "CdcStartTime": {
              "type": "number"
            },
            "CdcStopPosition": {
              "type": "string"
            },
            "MigrationType": {
              "type": "string"
            },
            "ReplicationInstanceArn": {
              "type": "string"
            },
            "ReplicationTaskIdentifier": {
              "type": "string"
            },
            "ReplicationTaskSettings": {
              "type": "string"
            },
            "ResourceIdentifier": {
              "type": "string"
            },
            "SourceEndpointArn": {
              "type": "string"
            },
            "TableMappings": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetEndpointArn": {
              "type": "string"
            },
            "TaskData": {
              "type": "string"
            }
          },
          "required": [
            "MigrationType",
            "ReplicationInstanceArn",
            "SourceEndpointArn",
            "TableMappings",
            "TargetEndpointArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DMS::ReplicationTask"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Format": {
              "type": "string"
            },
            "FormatOptions": {
              "$ref": "#/$defs/AWS::DataBrew::Dataset.FormatOptions"
            },
            "Input": {
              "$ref": "#/$defs/AWS::DataBrew::Dataset.Input"
            },
            "Name": {
              "type": "string"
            },
            "PathOptions": {
              "$ref": "#/$defs/AWS::DataBrew::Dataset.PathOptions"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Input",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataBrew::Dataset"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.CsvOptions": {
      "type": "object",
      "properties": {
        "Delimiter": {
          "type": "string"
        },
        "HeaderRow": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.DataCatalogInputDefinition": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        },
        "TempDirectory": {
          "$ref": "#/$defs/AWS::DataBrew::Dataset.S3Location"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.DatabaseInputDefinition": {
      "type": "object",
      "properties": {
        "DatabaseTableName": {
          "type": "string"
        },
        "GlueConnectionName": {
          "type": "string"
        },
        "QueryString": {
          "type": "string"
        },
        "TempDirectory": {
          "$ref": "#/$defs/AWS::DataBrew::Dataset.S3Location"
        }
      },
      "required": [
        "GlueConnectionName"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.DatasetParameter": {
      "type": "object",
      "properties": {
        "CreateColumn": {
          "type": "boolean"
        },
        "DatetimeOptions": {
          "$ref": "#/$defs/AWS::DataBrew::Dataset.DatetimeOptions"
        },
        "Filter": {
          "$ref": "#/$defs/AWS::DataBrew::Dataset.FilterExpression"
        },
        "Name": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.DatetimeOptions": {
      "type": "object",
      "properties": {
        "Format": {
          "type": "string"
        },
        "LocaleCode": {
          "type": "string"
        },
        "TimezoneOffset": {
          "type": "string"
        }
      },
      "required": [
        "Format"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.ExcelOptions": {
      "type": "object",
      "properties": {
        "HeaderRow": {
          "type": "boolean"
        },
        "SheetIndexes": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "SheetNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.FilesLimit": {
      "type": "object",
      "properties": {
        "MaxFiles": {
          "type": "number"
        },
        "Order": {
          "type": "string"
        },
        "OrderedBy": {
          "type": "string"
        }
      },
      "required": [
        "MaxFiles"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.FilterExpression": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "ValuesMap": {
          "items": {
            "$ref": "#/$defs/AWS::DataBrew::Dataset.FilterValue"
          },
          "type": "array"
        }
      },
      "required": [
        "Expression",
        "ValuesMap"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.FilterValue": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "string"
        },
        "ValueReference": {
          "type": "string"
        }
      },
      "required": [
        "Value",
        "ValueReference"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.FormatOptions": {
      "type": "object",
      "properties": {
        "Csv": {
          "$ref": "#/$defs/AWS::DataBrew::Dataset.CsvOptions"
        },
        "Excel": {
          "$ref": "#/$defs/AWS::DataBrew::Dataset.ExcelOptions"
        },
        "Json": {
          "$ref": "#/$defs/AWS::DataBrew::Dataset.JsonOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.Input": {
      "type": "object",
      "properties": {
        "DataCatalogInputDefinition": {
          "$ref": "#/$defs/AWS::DataBrew::Dataset.DataCatalogInputDefinition"
        },
        "DatabaseInputDefinition": {
          "$ref": "#/$defs/AWS::DataBrew::Dataset.DatabaseInputDefinition"
        },
        "Metadata": {
          "$ref": "#/$defs/AWS::DataBrew::Dataset.Metadata"
        },
        "S3InputDefinition": {
          "$ref": "#/$defs/AWS::DataBrew::Dataset.S3Location"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.JsonOptions": {
      "type": "object",
      "properties": {
        "MultiLine": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.Metadata": {
      "type": "object",
      "properties": {
        "SourceArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.PathOptions": {
      "type": "object",
      "properties": {
        "FilesLimit": {
          "$ref": "#/$defs/AWS::DataBrew::Dataset.FilesLimit"
        },
        "LastModifiedDateCondition": {
          "$ref": "#/$defs/AWS::DataBrew::Dataset.FilterExpression"
        },
        "Parameters": {
          "items": {
            "$ref": "#/$defs/AWS::DataBrew::Dataset.PathParameter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.PathParameter": {
      "type": "object",
      "properties": {
        "DatasetParameter": {
          "$ref": "#/$defs/AWS::DataBrew::Dataset.DatasetParameter"
        },
        "PathParameterName": {
          "type": "string"
        }
      },
      "required": [
        "DatasetParameter",
        "PathParameterName"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Dataset.S3Location": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        }
      },
      "required": [
        "Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Job": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataCatalogOutputs": {
              "items": {
                "$ref": "#/$defs/AWS::DataBrew::Job.DataCatalogOutput"
              },
              "type": "array"
            },
            "DatabaseOutputs": {
              "items": {
                "$ref": "#/$defs/AWS::DataBrew::Job.DatabaseOutput"
              },
              "type": "array"
            },
            "DatasetName": {
              "type": "string"
            },
            "EncryptionKeyArn": {
              "type": "string"
            },
            "EncryptionMode": {
              "type": "string"
            },
            "JobSample": {
              "$ref": "#/$defs/AWS::DataBrew::Job.JobSample"
            },
            "LogSubscription": {
              "type": "string"
            },
            "MaxCapacity": {
              "type": "number"
            },
            "MaxRetries": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "OutputLocation": {
              "$ref": "#/$defs/AWS::DataBrew::Job.OutputLocation"
            },
            "Outputs": {
              "items": {
                "$ref": "#/$defs/AWS::DataBrew::Job.Output"
              },
              "type": "array"
            },
            "ProfileConfiguration": {
              "$ref": "#/$defs/AWS::DataBrew::Job.ProfileConfiguration"
            },
            "ProjectName": {
              "type": "string"
            },
            "Recipe": {
              "$ref": "#/$defs/AWS::DataBrew::Job.Recipe"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Timeout": {
              "type": "number"
            },
            "Type": {
              "type": "string"
            },
            "ValidationConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::DataBrew::Job.ValidationConfiguration"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "RoleArn",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataBrew::Job"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.AllowedStatistics": {
      "type": "object",
      "properties": {
        "Statistics": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Statistics"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.ColumnSelector": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Regex": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.ColumnStatisticsConfiguration": {
      "type": "object",
      "properties": {
        "Selectors": {
          "items": {
            "$ref": "#/$defs/AWS::DataBrew::Job.ColumnSelector"
          },
          "type": "array"
        },
        "Statistics": {
          "$ref": "#/$defs/AWS::DataBrew::Job.StatisticsConfiguration"
        }
      },
      "required": [
        "Statistics"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.CsvOutputOptions": {
      "type": "object",
      "properties": {
        "Delimiter": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.DataCatalogOutput": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "DatabaseOptions": {
          "$ref": "#/$defs/AWS::DataBrew::Job.DatabaseTableOutputOptions"
        },
        "Overwrite": {
          "type": "boolean"
        },
        "S3Options": {
          "$ref": "#/$defs/AWS::DataBrew::Job.S3TableOutputOptions"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "DatabaseName",
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.DatabaseOutput": {
      "type": "object",
      "properties": {
        "DatabaseOptions": {
          "$ref": "#/$defs/AWS::DataBrew::Job.DatabaseTableOutputOptions"
        },
        "DatabaseOutputMode": {
          "type": "string"
        },
        "GlueConnectionName": {
          "type": "string"
        }
      },
      "required": [
        "DatabaseOptions",
        "GlueConnectionName"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.DatabaseTableOutputOptions": {
      "type": "object",
      "properties": {
        "TableName": {
          "type": "string"
        },
        "TempDirectory": {
          "$ref": "#/$defs/AWS::DataBrew::Job.S3Location"
        }
      },
      "required": [
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.EntityDetectorConfiguration": {
      "type": "object",
      "properties": {
        "AllowedStatistics": {
          "$ref": "#/$defs/AWS::DataBrew::Job.AllowedStatistics"
        },
        "EntityTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "EntityTypes"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.JobSample": {
      "type": "object",
      "properties": {
        "Mode": {
          "type": "string"
        },
        "Size": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.Output": {
      "type": "object",
      "properties": {
        "CompressionFormat": {
          "type": "string"
        },
        "Format": {
          "type": "string"
        },
        "FormatOptions": {
          "$ref": "#/$defs/AWS::DataBrew::Job.OutputFormatOptions"
        },
        "Location": {
          "$ref": "#/$defs/AWS::DataBrew::Job.S3Location"
        },
        "MaxOutputFiles": {
          "type": "number"
        },
        "Overwrite": {
          "type": "boolean"
        },
        "PartitionColumns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Location"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.OutputFormatOptions": {
      "type": "object",
      "properties": {
        "Csv": {
          "$ref": "#/$defs/AWS::DataBrew::Job.CsvOutputOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.OutputLocation": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "BucketOwner": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        }
      },
      "required": [
        "Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.ProfileConfiguration": {
      "type": "object",
      "properties": {
        "ColumnStatisticsConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::DataBrew::Job.ColumnStatisticsConfiguration"
          },
          "type": "array"
        },
        "DatasetStatisticsConfiguration": {
          "$ref": "#/$defs/AWS::DataBrew::Job.StatisticsConfiguration"
        },
        "EntityDetectorConfiguration": {
          "$ref": "#/$defs/AWS::DataBrew::Job.EntityDetectorConfiguration"
        },
        "ProfileColumns": {
          "items": {
            "$ref": "#/$defs/AWS::DataBrew::Job.ColumnSelector"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.Recipe": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.S3Location": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "BucketOwner": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        }
      },
      "required": [
        "Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.S3TableOutputOptions": {
      "type": "object",
      "properties": {
        "Location": {
          "$ref": "#/$defs/AWS::DataBrew::Job.S3Location"
        }
      },
      "required": [
        "Location"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.StatisticOverride": {
      "type": "object",
      "properties": {
        "Parameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Statistic": {
          "type": "string"
        }
      },
      "required": [
        "Parameters",
        "Statistic"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.StatisticsConfiguration": {
      "type": "object",
      "properties": {
        "IncludedStatistics": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Overrides": {
          "items": {
            "$ref": "#/$defs/AWS::DataBrew::Job.StatisticOverride"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Job.ValidationConfiguration": {
      "type": "object",
      "properties": {
        "RulesetArn": {
          "type": "string"
        },
        "ValidationMode": {
          "type": "string"
        }
      },
      "required": [
        "RulesetArn"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Project": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DatasetName": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RecipeName": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Sample": {
              "$ref": "#/$defs/AWS::DataBrew::Project.Sample"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DatasetName",
            "Name",
            "RecipeName",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataBrew::Project"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Project.Sample": {
      "type": "object",
      "properties": {
        "Size": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Recipe": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Steps": {
              "items": {
                "$ref": "#/$defs/AWS::DataBrew::Recipe.RecipeStep"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "Steps"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataBrew::Recipe"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Recipe.Action": {
      "type": "object",
      "properties": {
        "Operation": {
          "type": "string"
        },
        "Parameters": {
          "$ref": "#/$defs/AWS::DataBrew::Recipe.RecipeParameters"
        }
      },
      "required": [
        "Operation"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Recipe.ConditionExpression": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "TargetColumn": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Condition",
        "TargetColumn"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Recipe.DataCatalogInputDefinition": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        },
        "TempDirectory": {
          "$ref": "#/$defs/AWS::DataBrew::Recipe.S3Location"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Recipe.Input": {
      "type": "object",
      "properties": {
        "DataCatalogInputDefinition": {
          "$ref": "#/$defs/AWS::DataBrew::Recipe.DataCatalogInputDefinition"
        },
        "S3InputDefinition": {
          "$ref": "#/$defs/AWS::DataBrew::Recipe.S3Location"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Recipe.RecipeParameters": {
      "type": "object",
      "properties": {
        "AggregateFunction": {
          "type": "string"
        },
        "Base": {
          "type": "string"
        },
        "CaseStatement": {
          "type": "string"
        },
        "CategoryMap": {
          "type": "string"
        },
        "CharsToRemove": {
          "type": "string"
        },
        "CollapseConsecutiveWhitespace": {
          "type": "string"
        },
        "ColumnDataType": {
          "type": "string"
        },
        "ColumnRange": {
          "type": "string"
        },
        "Count": {
          "type": "string"
        },
        "CustomCharacters": {
          "type": "string"
        },
        "CustomStopWords": {
          "type": "string"
        },
        "CustomValue": {
          "type": "string"
        },
        "DatasetsColumns": {
          "type": "string"
        },
        "DateAddValue": {
          "type": "string"
        },
        "DateTimeFormat": {
          "type": "string"
        },
        "DateTimeParameters": {
          "type": "string"
        },
        "DeleteOtherRows": {
          "type": "string"
        },
        "Delimiter": {
          "type": "string"
        },
        "EndPattern": {
          "type": "string"
        },
        "EndPosition": {
          "type": "string"
        },
        "EndValue": {
          "type": "string"
        },
        "ExpandContractions": {
          "type": "string"
        },
        "Exponent": {
          "type": "string"
        },
        "FalseString": {
          "type": "string"
        },
        "GroupByAggFunctionOptions": {
          "type": "string"
        },
        "GroupByColumns": {
          "type": "string"
        },
        "HiddenColumns": {
          "type": "string"
        },
        "IgnoreCase": {
          "type": "string"
        },
        "IncludeInSplit": {
          "type": "string"
        },
        "Input": {
          "$ref": "#/$defs/AWS::DataBrew::Recipe.Input"
        },
        "Interval": {
          "type": "string"
        },
        "IsText": {
          "type": "string"
        },
        "JoinKeys": {
          "type": "string"
        },
        "JoinType": {
          "type": "string"
        },
        "LeftColumns": {
          "type": "string"
        },
        "Limit": {
          "type": "string"
        },
        "LowerBound": {
          "type": "string"
        },
        "MapType": {
          "type": "string"
        },
        "ModeType": {
          "type": "string"
        },
        "MultiLine": {
          "type": "boolean"
        },
        "NumRows": {
          "type": "string"
        },
        "NumRowsAfter": {
          "type": "string"
        },
        "NumRowsBefore": {
          "type": "string"
        },
        "OrderByColumn": {
          "type": "string"
        },
        "OrderByColumns": {
          "type": "string"
        },
        "Other": {
          "type": "string"
        },
        "Pattern": {
          "type": "string"
        },
        "PatternOption1": {
          "type": "string"
        },
        "PatternOption2": {
          "type": "string"
        },
        "PatternOptions": {
          "type": "string"
        },
        "Period": {
          "type": "string"
        },
        "Position": {
          "type": "string"
        },
        "RemoveAllPunctuation": {
          "type": "string"
        },
        "RemoveAllQuotes": {
          "type": "string"
        },
        "RemoveAllWhitespace": {
          "type": "string"
        },
        "RemoveCustomCharacters": {
          "type": "string"
        },
        "RemoveCustomValue": {
          "type": "string"
        },
        "RemoveLeadingAndTrailingPunctuation": {
          "type": "string"
        },
        "RemoveLeadingAndTrailingQuotes": {
          "type": "string"
        },
        "RemoveLeadingAndTrailingWhitespace": {
          "type": "string"
        },
        "RemoveLetters": {
          "type": "string"
        },
        "RemoveNumbers": {
          "type": "string"
        },
        "RemoveSourceColumn": {
          "type": "string"
        },
        "RemoveSpecialCharacters": {
          "type": "string"
        },
        "RightColumns": {
          "type": "string"
        },
        "SampleSize": {
          "type": "string"
        },
        "SampleType": {
          "type": "string"
        },
        "SecondInput": {
          "type": "string"
        },
        "SecondaryInputs": {
          "items": {
            "$ref": "#/$defs/AWS::DataBrew::Recipe.SecondaryInput"
          },
          "type": "array"
        },
        "SheetIndexes": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "SheetNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SourceColumn": {
          "type": "string"
        },
        "SourceColumn1": {
          "type": "string"
        },
        "SourceColumn2": {
          "type": "string"
        },
        "SourceColumns": {
          "type": "string"
        },
        "StartColumnIndex": {
          "type": "string"
        },
        "StartPattern": {
          "type": "string"
        },
        "StartPosition": {
          "type": "string"
        },
        "StartValue": {
          "type": "string"
        },
        "StemmingMode": {
          "type": "string"
        },
        "StepCount": {
          "type": "string"
        },
        "StepIndex": {
          "type": "string"
        },
        "StopWordsMode": {
          "type": "string"
        },
        "Strategy": {
          "type": "string"
        },
        "TargetColumn": {
          "type": "string"
        },
        "TargetColumnNames": {
          "type": "string"
        },
        "TargetDateFormat": {
          "type": "string"
        },
        "TargetIndex": {
          "type": "string"
        },
        "TimeZone": {
          "type": "string"
        },
        "TokenizerPattern": {
          "type": "string"
        },
        "TrueString": {
          "type": "string"
        },
        "UdfLang": {
          "type": "string"
        },
        "Units": {
          "type": "string"
        },
        "UnpivotColumn": {
          "type": "string"
        },
        "UpperBound": {
          "type": "string"
        },
        "UseNewDataFrame": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        },
        "Value1": {
          "type": "string"
        },
        "Value2": {
          "type": "string"
        },
        "ValueColumn": {
          "type": "string"
        },
        "ViewFrame": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Recipe.RecipeStep": {
      "type": "object",
      "properties": {
        "Action": {
          "$ref": "#/$defs/AWS::DataBrew::Recipe.Action"
        },
        "ConditionExpressions": {
          "items": {
            "$ref": "#/$defs/AWS::DataBrew::Recipe.ConditionExpression"
          },
          "type": "array"
        }
      },
      "required": [
        "Action"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Recipe.S3Location": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        }
      },
      "required": [
        "Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Recipe.SecondaryInput": {
      "type": "object",
      "properties": {
        "DataCatalogInputDefinition": {
          "$ref": "#/$defs/AWS::DataBrew::Recipe.DataCatalogInputDefinition"
        },
        "S3InputDefinition": {
          "$ref": "#/$defs/AWS::DataBrew::Recipe.S3Location"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Ruleset": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Rules": {
              "items": {
                "$ref": "#/$defs/AWS::DataBrew::Ruleset.Rule"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetArn": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "Rules",
            "TargetArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataBrew::Ruleset"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Ruleset.ColumnSelector": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Regex": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataBrew::Ruleset.Rule": {
      "type": "object",
      "properties": {
        "CheckExpression": {
          "type": "string"
        },
        "ColumnSelectors": {
          "items": {
            "$ref": "#/$defs/AWS::DataBrew::Ruleset.ColumnSelector"
          },
          "type": "array"
        },
        "Disabled": {
          "type": "boolean"
        },
        "Name": {
          "type": "string"
        },
        "SubstitutionMap": {
          "items": {
            "$ref": "#/$defs/AWS::DataBrew::Ruleset.SubstitutionValue"
          },
          "type": "array"
        },
        "Threshold": {
          "$ref": "#/$defs/AWS::DataBrew::Ruleset.Threshold"
        }
      },
      "required": [
        "CheckExpression",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Ruleset.SubstitutionValue": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "string"
        },
        "ValueReference": {
          "type": "string"
        }
      },
      "required": [
        "Value",
        "ValueReference"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Ruleset.Threshold": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Unit": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::DataBrew::Schedule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CronExpression": {
              "type": "string"
            },
            "JobNames": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "CronExpression",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataBrew::Schedule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataPipeline::Pipeline": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Activate": {
              "type": "boolean"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ParameterObjects": {
              "items": {
                "$ref": "#/$defs/AWS::DataPipeline::Pipeline.ParameterObject"
              },
              "type": "array"
            },
            "ParameterValues": {
              "items": {
                "$ref": "#/$defs/AWS::DataPipeline::Pipeline.ParameterValue"
              },
              "type": "array"
            },
            "PipelineObjects": {
              "items": {
                "$ref": "#/$defs/AWS::DataPipeline::Pipeline.PipelineObject"
              },
              "type": "array"
            },
            "PipelineTags": {
              "items": {
                "$ref": "#/$defs/AWS::DataPipeline::Pipeline.PipelineTag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataPipeline::Pipeline"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataPipeline::Pipeline.Field": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "RefValue": {
          "type": "string"
        },
        "StringValue": {
          "type": "string"
        }
      },
      "required": [
        "Key"
      ],
      "additionalProperties": false
    },
    "AWS::DataPipeline::Pipeline.ParameterAttribute": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "StringValue": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "StringValue"
      ],
      "additionalProperties": false
    },
    "AWS::DataPipeline::Pipeline.ParameterObject": {
      "type": "object",
      "properties": {
        "Attributes": {
          "items": {
            "$ref": "#/$defs/AWS::DataPipeline::Pipeline.ParameterAttribute"
          },
          "type": "array"
        },
        "Id": {
          "type": "string"
        }
      },
      "required": [
        "Attributes",
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::DataPipeline::Pipeline.ParameterValue": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "StringValue": {
          "type": "string"
        }
      },
      "required": [
        "Id",
        "StringValue"
      ],
      "additionalProperties": false
    },
    "AWS::DataPipeline::Pipeline.PipelineObject": {
      "type": "object",
      "properties": {
        "Fields": {
          "items": {
            "$ref": "#/$defs/AWS::DataPipeline::Pipeline.Field"
          },
          "type": "array"
        },
        "Id": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Fields",
        "Id",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::DataPipeline::Pipeline.PipelineTag": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::Agent": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ActivationKey": {
              "type": "string"
            },
            "AgentName": {
              "type": "string"
            },
            "SecurityGroupArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcEndpointId": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataSync::Agent"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationAzureBlob": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AgentArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AzureAccessTier": {
              "type": "string"
            },
            "AzureBlobAuthenticationType": {
              "type": "string"
            },
            "AzureBlobContainerUrl": {
              "type": "string"
            },
            "AzureBlobSasConfiguration": {
              "$ref": "#/$defs/AWS::DataSync::LocationAzureBlob.AzureBlobSasConfiguration"
            },
            "AzureBlobType": {
              "type": "string"
            },
            "Subdirectory": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AgentArns",
            "AzureBlobAuthenticationType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataSync::LocationAzureBlob"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationAzureBlob.AzureBlobSasConfiguration": {
      "type": "object",
      "properties": {
        "AzureBlobSasToken": {
          "type": "string"
        }
      },
      "required": [
        "AzureBlobSasToken"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationEFS": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessPointArn": {
              "type": "string"
            },
            "Ec2Config": {
              "$ref": "#/$defs/AWS::DataSync::LocationEFS.Ec2Config"
            },
            "EfsFilesystemArn": {
              "type": "string"
            },
            "FileSystemAccessRoleArn": {
              "type": "string"
            },
            "InTransitEncryption": {
              "type": "string"
            },
            "Subdirectory": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Ec2Config"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataSync::LocationEFS"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationEFS.Ec2Config": {
      "type": "object",
      "properties": {
        "SecurityGroupArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetArn": {
          "type": "string"
        }
      },
      "required": [
        "SecurityGroupArns",
        "SubnetArn"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationFSxLustre": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FsxFilesystemArn": {
              "type": "string"
            },
            "SecurityGroupArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Subdirectory": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "SecurityGroupArns"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataSync::LocationFSxLustre"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationFSxONTAP": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Protocol": {
              "$ref": "#/$defs/AWS::DataSync::LocationFSxONTAP.Protocol"
            },
            "SecurityGroupArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "StorageVirtualMachineArn": {
              "type": "string"
            },
            "Subdirectory": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "SecurityGroupArns",
            "StorageVirtualMachineArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataSync::LocationFSxONTAP"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationFSxONTAP.NFS": {
      "type": "object",
      "properties": {
        "MountOptions": {
          "$ref": "#/$defs/AWS::DataSync::LocationFSxONTAP.NfsMountOptions"
        }
      },
      "required": [
        "MountOptions"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationFSxONTAP.NfsMountOptions": {
      "type": "object",
      "properties": {
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::LocationFSxONTAP.Protocol": {
      "type": "object",
      "properties": {
        "NFS": {
          "$ref": "#/$defs/AWS::DataSync::LocationFSxONTAP.NFS"
        },
        "SMB": {
          "$ref": "#/$defs/AWS::DataSync::LocationFSxONTAP.SMB"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::LocationFSxONTAP.SMB": {
      "type": "object",
      "properties": {
        "Domain": {
          "type": "string"
        },
        "MountOptions": {
          "$ref": "#/$defs/AWS::DataSync::LocationFSxONTAP.SmbMountOptions"
        },
        "Password": {
          "type": "string"
        },
        "User": {
          "type": "string"
        }
      },
      "required": [
        "MountOptions",
        "Password",
        "User"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationFSxONTAP.SmbMountOptions": {
      "type": "object",
      "properties": {
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::LocationFSxOpenZFS": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FsxFilesystemArn": {
              "type": "string"
            },
            "Protocol": {
              "$ref": "#/$defs/AWS::DataSync::LocationFSxOpenZFS.Protocol"
            },
            "SecurityGroupArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Subdirectory": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Protocol",
            "SecurityGroupArns"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataSync::LocationFSxOpenZFS"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationFSxOpenZFS.MountOptions": {
      "type": "object",
      "properties": {
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::LocationFSxOpenZFS.NFS": {
      "type": "object",
      "properties": {
        "MountOptions": {
          "$ref": "#/$defs/AWS::DataSync::LocationFSxOpenZFS.MountOptions"
        }
      },
      "required": [
        "MountOptions"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationFSxOpenZFS.Protocol": {
      "type": "object",
      "properties": {
        "NFS": {
          "$ref": "#/$defs/AWS::DataSync::LocationFSxOpenZFS.NFS"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::LocationFSxWindows": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Domain": {
              "type": "string"
            },
            "FsxFilesystemArn": {
              "type": "string"
            },
            "Password": {
              "type": "string"
            },
            "SecurityGroupArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Subdirectory": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "User": {
              "type": "string"
            }
          },
          "required": [
            "SecurityGroupArns",
            "User"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataSync::LocationFSxWindows"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationHDFS": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AgentArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AuthenticationType": {
              "type": "string"
            },
            "BlockSize": {
              "type": "number"
            },
            "KerberosKeytab": {
              "type": "string"
            },
            "KerberosKrb5Conf": {
              "type": "string"
            },
            "KerberosPrincipal": {
              "type": "string"
            },
            "KmsKeyProviderUri": {
              "type": "string"
            },
            "NameNodes": {
              "items": {
                "$ref": "#/$defs/AWS::DataSync::LocationHDFS.NameNode"
              },
              "type": "array"
            },
            "QopConfiguration": {
              "$ref": "#/$defs/AWS::DataSync::LocationHDFS.QopConfiguration"
            },
            "ReplicationFactor": {
              "type": "number"
            },
            "SimpleUser": {
              "type": "string"
            },
            "Subdirectory": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AgentArns",
            "AuthenticationType",
            "NameNodes"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataSync::LocationHDFS"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationHDFS.NameNode": {
      "type": "object",
      "properties": {
        "Hostname": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Hostname",
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationHDFS.QopConfiguration": {
      "type": "object",
      "properties": {
        "DataTransferProtection": {
          "type": "string"
        },
        "RpcProtection": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::LocationNFS": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MountOptions": {
              "$ref": "#/$defs/AWS::DataSync::LocationNFS.MountOptions"
            },
            "OnPremConfig": {
              "$ref": "#/$defs/AWS::DataSync::LocationNFS.OnPremConfig"
            },
            "ServerHostname": {
              "type": "string"
            },
            "Subdirectory": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "OnPremConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataSync::LocationNFS"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationNFS.MountOptions": {
      "type": "object",
      "properties": {
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::LocationNFS.OnPremConfig": {
      "type": "object",
      "properties": {
        "AgentArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "AgentArns"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationObjectStorage": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessKey": {
              "type": "string"
            },
            "AgentArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "BucketName": {
              "type": "string"
            },
            "SecretKey": {
              "type": "string"
            },
            "ServerCertificate": {
              "type": "string"
            },
            "ServerHostname": {
              "type": "string"
            },
            "ServerPort": {
              "type": "number"
            },
            "ServerProtocol": {
              "type": "string"
            },
            "Subdirectory": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AgentArns"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataSync::LocationObjectStorage"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationS3": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "S3BucketArn": {
              "type": "string"
            },
            "S3Config": {
              "$ref": "#/$defs/AWS::DataSync::LocationS3.S3Config"
            },
            "S3StorageClass": {
              "type": "string"
            },
            "Subdirectory": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "S3Config"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataSync::LocationS3"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationS3.S3Config": {
      "type": "object",
      "properties": {
        "BucketAccessRoleArn": {
          "type": "string"
        }
      },
      "required": [
        "BucketAccessRoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationSMB": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AgentArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Domain": {
              "type": "string"
            },
            "MountOptions": {
              "$ref": "#/$defs/AWS::DataSync::LocationSMB.MountOptions"
            },
            "Password": {
              "type": "string"
            },
            "ServerHostname": {
              "type": "string"
            },
            "Subdirectory": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "User": {
              "type": "string"
            }
          },
          "required": [
            "AgentArns",
            "User"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataSync::LocationSMB"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::LocationSMB.MountOptions": {
      "type": "object",
      "properties": {
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::StorageSystem": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AgentArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "CloudWatchLogGroupArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ServerConfiguration": {
              "$ref": "#/$defs/AWS::DataSync::StorageSystem.ServerConfiguration"
            },
            "ServerCredentials": {
              "$ref": "#/$defs/AWS::DataSync::StorageSystem.ServerCredentials"
            },
            "SystemType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AgentArns",
            "ServerConfiguration",
            "SystemType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataSync::StorageSystem"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::StorageSystem.ServerConfiguration": {
      "type": "object",
      "properties": {
        "ServerHostname": {
          "type": "string"
        },
        "ServerPort": {
          "type": "number"
        }
      },
      "required": [
        "ServerHostname"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::StorageSystem.ServerCredentials": {
      "type": "object",
      "properties": {
        "Password": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "required": [
        "Password",
        "Username"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::Task": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CloudWatchLogGroupArn": {
              "type": "string"
            },
            "DestinationLocationArn": {
              "type": "string"
            },
            "Excludes": {
              "items": {
                "$ref": "#/$defs/AWS::DataSync::Task.FilterRule"
              },
              "type": "array"
            },
            "Includes": {
              "items": {
                "$ref": "#/$defs/AWS::DataSync::Task.FilterRule"
              },
              "type": "array"
            },
            "ManifestConfig": {
              "$ref": "#/$defs/AWS::DataSync::Task.ManifestConfig"
            },
            "Name": {
              "type": "string"
            },
            "Options": {
              "$ref": "#/$defs/AWS::DataSync::Task.Options"
            },
            "Schedule": {
              "$ref": "#/$defs/AWS::DataSync::Task.TaskSchedule"
            },
            "SourceLocationArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TaskReportConfig": {
              "$ref": "#/$defs/AWS::DataSync::Task.TaskReportConfig"
            }
          },
          "required": [
            "DestinationLocationArn",
            "SourceLocationArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataSync::Task"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::Task.Deleted": {
      "type": "object",
      "properties": {
        "ReportLevel": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::Task.Destination": {
      "type": "object",
      "properties": {
        "S3": {
          "$ref": "#/$defs/AWS::DataSync::Task.TaskReportConfigDestinationS3"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::Task.FilterRule": {
      "type": "object",
      "properties": {
        "FilterType": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::Task.ManifestConfig": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "Format": {
          "type": "string"
        },
        "Source": {
          "$ref": "#/$defs/AWS::DataSync::Task.Source"
        }
      },
      "required": [
        "Source"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::Task.ManifestConfigSourceS3": {
      "type": "object",
      "properties": {
        "BucketAccessRoleArn": {
          "type": "string"
        },
        "ManifestObjectPath": {
          "type": "string"
        },
        "ManifestObjectVersionId": {
          "type": "string"
        },
        "S3BucketArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::Task.Options": {
      "type": "object",
      "properties": {
        "Atime": {
          "type": "string"
        },
        "BytesPerSecond": {
          "type": "number"
        },
        "Gid": {
          "type": "string"
        },
        "LogLevel": {
          "type": "string"
        },
        "Mtime": {
          "type": "string"
        },
        "ObjectTags": {
          "type": "string"
        },
        "OverwriteMode": {
          "type": "string"
        },
        "PosixPermissions": {
          "type": "string"
        },
        "PreserveDeletedFiles": {
          "type": "string"
        },
        "PreserveDevices": {
          "type": "string"
        },
        "SecurityDescriptorCopyFlags": {
          "type": "string"
        },
        "TaskQueueing": {
          "type": "string"
        },
        "TransferMode": {
          "type": "string"
        },
        "Uid": {
          "type": "string"
        },
        "VerifyMode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::Task.Overrides": {
      "type": "object",
      "properties": {
        "Deleted": {
          "$ref": "#/$defs/AWS::DataSync::Task.Deleted"
        },
        "Skipped": {
          "$ref": "#/$defs/AWS::DataSync::Task.Skipped"
        },
        "Transferred": {
          "$ref": "#/$defs/AWS::DataSync::Task.Transferred"
        },
        "Verified": {
          "$ref": "#/$defs/AWS::DataSync::Task.Verified"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::Task.Skipped": {
      "type": "object",
      "properties": {
        "ReportLevel": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::Task.Source": {
      "type": "object",
      "properties": {
        "S3": {
          "$ref": "#/$defs/AWS::DataSync::Task.ManifestConfigSourceS3"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::Task.TaskReportConfig": {
      "type": "object",
      "properties": {
        "Destination": {
          "$ref": "#/$defs/AWS::DataSync::Task.Destination"
        },
        "ObjectVersionIds": {
          "type": "string"
        },
        "OutputType": {
          "type": "string"
        },
        "Overrides": {
          "$ref": "#/$defs/AWS::DataSync::Task.Overrides"
        },
        "ReportLevel": {
          "type": "string"
        }
      },
      "required": [
        "Destination",
        "OutputType"
      ],
      "additionalProperties": false
    },
    "AWS::DataSync::Task.TaskReportConfigDestinationS3": {
      "type": "object",
      "properties": {
        "BucketAccessRoleArn": {
          "type": "string"
        },
        "S3BucketArn": {
          "type": "string"
        },
        "Subdirectory": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::Task.TaskSchedule": {
      "type": "object",
      "properties": {
        "ScheduleExpression": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::Task.Transferred": {
      "type": "object",
      "properties": {
        "ReportLevel": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataSync::Task.Verified": {
      "type": "object",
      "properties": {
        "ReportLevel": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataZone::DataSource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssetFormsInput": {
              "items": {
                "$ref": "#/$defs/AWS::DataZone::DataSource.FormInput"
              },
              "type": "array"
            },
            "Configuration": {
              "$ref": "#/$defs/AWS::DataZone::DataSource.DataSourceConfigurationInput"
            },
            "Description": {
              "type": "string"
            },
            "DomainIdentifier": {
              "type": "string"
            },
            "EnableSetting": {
              "type": "string"
            },
            "EnvironmentIdentifier": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ProjectIdentifier": {
              "type": "string"
            },
            "PublishOnImport": {
              "type": "boolean"
            },
            "Recommendation": {
              "$ref": "#/$defs/AWS::DataZone::DataSource.RecommendationConfiguration"
            },
            "Schedule": {
              "$ref": "#/$defs/AWS::DataZone::DataSource.ScheduleConfiguration"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "DomainIdentifier",
            "EnvironmentIdentifier",
            "Name",
            "ProjectIdentifier",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataZone::DataSource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataZone::DataSource.DataSourceConfigurationInput": {
      "type": "object",
      "properties": {
        "GlueRunConfiguration": {
          "$ref": "#/$defs/AWS::DataZone::DataSource.GlueRunConfigurationInput"
        },
        "RedshiftRunConfiguration": {
          "$ref": "#/$defs/AWS::DataZone::DataSource.RedshiftRunConfigurationInput"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataZone::DataSource.FilterExpression": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Expression",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::DataZone::DataSource.FormInput": {
      "type": "object",
      "properties": {
        "Content": {
          "type": "string"
        },
        "FormName": {
          "type": "string"
        },
        "TypeIdentifier": {
          "type": "string"
        },
        "TypeRevision": {
          "type": "string"
        }
      },
      "required": [
        "FormName"
      ],
      "additionalProperties": false
    },
    "AWS::DataZone::DataSource.GlueRunConfigurationInput": {
      "type": "object",
      "properties": {
        "AutoImportDataQualityResult": {
          "type": "boolean"
        },
        "DataAccessRole": {
          "type": "string"
        },
        "RelationalFilterConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::DataZone::DataSource.RelationalFilterConfiguration"
          },
          "type": "array"
        }
      },
      "required": [
        "RelationalFilterConfigurations"
      ],
      "additionalProperties": false
    },
    "AWS::DataZone::DataSource.RecommendationConfiguration": {
      "type": "object",
      "properties": {
        "EnableBusinessNameGeneration": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataZone::DataSource.RedshiftClusterStorage": {
      "type": "object",
      "properties": {
        "ClusterName": {
          "type": "string"
        }
      },
      "required": [
        "ClusterName"
      ],
      "additionalProperties": false
    },
    "AWS::DataZone::DataSource.RedshiftCredentialConfiguration": {
      "type": "object",
      "properties": {
        "SecretManagerArn": {
          "type": "string"
        }
      },
      "required": [
        "SecretManagerArn"
      ],
      "additionalProperties": false
    },
    "AWS::DataZone::DataSource.RedshiftRunConfigurationInput": {
      "type": "object",
      "properties": {
        "DataAccessRole": {
          "type": "string"
        },
        "RedshiftCredentialConfiguration": {
          "$ref": "#/$defs/AWS::DataZone::DataSource.RedshiftCredentialConfiguration"
        },
        "RedshiftStorage": {
          "$ref": "#/$defs/AWS::DataZone::DataSource.RedshiftStorage"
        },
        "RelationalFilterConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::DataZone::DataSource.RelationalFilterConfiguration"
          },
          "type": "array"
        }
      },
      "required": [
        "RedshiftCredentialConfiguration",
        "RedshiftStorage",
        "RelationalFilterConfigurations"
      ],
      "additionalProperties": false
    },
    "AWS::DataZone::DataSource.RedshiftServerlessStorage": {
      "type": "object",
      "properties": {
        "WorkgroupName": {
          "type": "string"
        }
      },
      "required": [
        "WorkgroupName"
      ],
      "additionalProperties": false
    },
    "AWS::DataZone::DataSource.RedshiftStorage": {
      "type": "object",
      "properties": {
        "RedshiftClusterSource": {
          "$ref": "#/$defs/AWS::DataZone::DataSource.RedshiftClusterStorage"
        },
        "RedshiftServerlessSource": {
          "$ref": "#/$defs/AWS::DataZone::DataSource.RedshiftServerlessStorage"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataZone::DataSource.RelationalFilterConfiguration": {
      "type": "object",
      "properties": {
        "DatabaseName": {
          "type": "string"
        },
        "FilterExpressions": {
          "items": {
            "$ref": "#/$defs/AWS::DataZone::DataSource.FilterExpression"
          },
          "type": "array"
        },
        "SchemaName": {
          "type": "string"
        }
      },
      "required": [
        "DatabaseName"
      ],
      "additionalProperties": false
    },
    "AWS::DataZone::DataSource.ScheduleConfiguration": {
      "type": "object",
      "properties": {
        "Schedule": {
          "type": "string"
        },
        "Timezone": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataZone::Domain": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DomainExecutionRole": {
              "type": "string"
            },
            "KmsKeyIdentifier": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "SingleSignOn": {
              "$ref": "#/$defs/AWS::DataZone::Domain.SingleSignOn"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DomainExecutionRole",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataZone::Domain"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataZone::Domain.SingleSignOn": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "UserAssignment": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataZone::Environment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DomainIdentifier": {
              "type": "string"
            },
            "EnvironmentProfileIdentifier": {
              "type": "string"
            },
            "GlossaryTerms": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "ProjectIdentifier": {
              "type": "string"
            },
            "UserParameters": {
              "items": {
                "$ref": "#/$defs/AWS::DataZone::Environment.EnvironmentParameter"
              },
              "type": "array"
            }
          },
          "required": [
            "DomainIdentifier",
            "EnvironmentProfileIdentifier",
            "Name",
            "ProjectIdentifier"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataZone::Environment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataZone::Environment.EnvironmentParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataZone::EnvironmentBlueprintConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DomainIdentifier": {
              "type": "string"
            },
            "EnabledRegions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "EnvironmentBlueprintIdentifier": {
              "type": "string"
            },
            "ManageAccessRoleArn": {
              "type": "string"
            },
            "ProvisioningRoleArn": {
              "type": "string"
            },
            "RegionalParameters": {
              "items": {
                "$ref": "#/$defs/AWS::DataZone::EnvironmentBlueprintConfiguration.RegionalParameter"
              },
              "type": "array"
            }
          },
          "required": [
            "DomainIdentifier",
            "EnabledRegions",
            "EnvironmentBlueprintIdentifier"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataZone::EnvironmentBlueprintConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataZone::EnvironmentBlueprintConfiguration.RegionalParameter": {
      "type": "object",
      "properties": {
        "Parameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Region": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataZone::EnvironmentProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AwsAccountId": {
              "type": "string"
            },
            "AwsAccountRegion": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DomainIdentifier": {
              "type": "string"
            },
            "EnvironmentBlueprintIdentifier": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ProjectIdentifier": {
              "type": "string"
            },
            "UserParameters": {
              "items": {
                "$ref": "#/$defs/AWS::DataZone::EnvironmentProfile.EnvironmentParameter"
              },
              "type": "array"
            }
          },
          "required": [
            "AwsAccountId",
            "AwsAccountRegion",
            "DomainIdentifier",
            "EnvironmentBlueprintIdentifier",
            "Name",
            "ProjectIdentifier"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataZone::EnvironmentProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataZone::EnvironmentProfile.EnvironmentParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DataZone::Project": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DomainIdentifier": {
              "type": "string"
            },
            "GlossaryTerms": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "DomainIdentifier",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataZone::Project"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataZone::SubscriptionTarget": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicableAssetTypes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AuthorizedPrincipals": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "DomainIdentifier": {
              "type": "string"
            },
            "EnvironmentIdentifier": {
              "type": "string"
            },
            "ManageAccessRole": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Provider": {
              "type": "string"
            },
            "SubscriptionTargetConfig": {
              "items": {
                "$ref": "#/$defs/AWS::DataZone::SubscriptionTarget.SubscriptionTargetForm"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "ApplicableAssetTypes",
            "AuthorizedPrincipals",
            "DomainIdentifier",
            "EnvironmentIdentifier",
            "ManageAccessRole",
            "Name",
            "SubscriptionTargetConfig",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DataZone::SubscriptionTarget"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DataZone::SubscriptionTarget.SubscriptionTargetForm": {
      "type": "object",
      "properties": {
        "Content": {
          "type": "string"
        },
        "FormName": {
          "type": "string"
        }
      },
      "required": [
        "Content",
        "FormName"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Farm": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "KmsKeyArn": {
              "type": "string"
            }
          },
          "required": [
            "DisplayName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Deadline::Farm"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Fleet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Configuration": {
              "$ref": "#/$defs/AWS::Deadline::Fleet.FleetConfiguration"
            },
            "Description": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "FarmId": {
              "type": "string"
            },
            "MaxWorkerCount": {
              "type": "number"
            },
            "MinWorkerCount": {
              "type": "number"
            },
            "RoleArn": {
              "type": "string"
            }
          },
          "required": [
            "Configuration",
            "DisplayName",
            "MaxWorkerCount",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Deadline::Fleet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Fleet.AcceleratorCountRange": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "required": [
        "Min"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Fleet.AcceleratorTotalMemoryMiBRange": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "required": [
        "Min"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Fleet.CustomerManagedFleetConfiguration": {
      "type": "object",
      "properties": {
        "Mode": {
          "type": "string"
        },
        "StorageProfileId": {
          "type": "string"
        },
        "WorkerCapabilities": {
          "$ref": "#/$defs/AWS::Deadline::Fleet.CustomerManagedWorkerCapabilities"
        }
      },
      "required": [
        "Mode",
        "WorkerCapabilities"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Fleet.CustomerManagedWorkerCapabilities": {
      "type": "object",
      "properties": {
        "AcceleratorCount": {
          "$ref": "#/$defs/AWS::Deadline::Fleet.AcceleratorCountRange"
        },
        "AcceleratorTotalMemoryMiB": {
          "$ref": "#/$defs/AWS::Deadline::Fleet.AcceleratorTotalMemoryMiBRange"
        },
        "AcceleratorTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CpuArchitectureType": {
          "type": "string"
        },
        "CustomAmounts": {
          "items": {
            "$ref": "#/$defs/AWS::Deadline::Fleet.FleetAmountCapability"
          },
          "type": "array"
        },
        "CustomAttributes": {
          "items": {
            "$ref": "#/$defs/AWS::Deadline::Fleet.FleetAttributeCapability"
          },
          "type": "array"
        },
        "MemoryMiB": {
          "$ref": "#/$defs/AWS::Deadline::Fleet.MemoryMiBRange"
        },
        "OsFamily": {
          "type": "string"
        },
        "VCpuCount": {
          "$ref": "#/$defs/AWS::Deadline::Fleet.VCpuCountRange"
        }
      },
      "required": [
        "CpuArchitectureType",
        "MemoryMiB",
        "OsFamily",
        "VCpuCount"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Fleet.Ec2EbsVolume": {
      "type": "object",
      "properties": {
        "Iops": {
          "type": "number"
        },
        "SizeGiB": {
          "type": "number"
        },
        "ThroughputMiB": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Deadline::Fleet.FleetAmountCapability": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Min",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Fleet.FleetAttributeCapability": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Fleet.FleetCapabilities": {
      "type": "object",
      "properties": {
        "Amounts": {
          "items": {
            "$ref": "#/$defs/AWS::Deadline::Fleet.FleetAmountCapability"
          },
          "type": "array"
        },
        "Attributes": {
          "items": {
            "$ref": "#/$defs/AWS::Deadline::Fleet.FleetAttributeCapability"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Deadline::Fleet.FleetConfiguration": {
      "type": "object",
      "properties": {
        "CustomerManaged": {
          "$ref": "#/$defs/AWS::Deadline::Fleet.CustomerManagedFleetConfiguration"
        },
        "ServiceManagedEc2": {
          "$ref": "#/$defs/AWS::Deadline::Fleet.ServiceManagedEc2FleetConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::Deadline::Fleet.MemoryMiBRange": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "required": [
        "Min"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Fleet.ServiceManagedEc2FleetConfiguration": {
      "type": "object",
      "properties": {
        "InstanceCapabilities": {
          "$ref": "#/$defs/AWS::Deadline::Fleet.ServiceManagedEc2InstanceCapabilities"
        },
        "InstanceMarketOptions": {
          "$ref": "#/$defs/AWS::Deadline::Fleet.ServiceManagedEc2InstanceMarketOptions"
        }
      },
      "required": [
        "InstanceCapabilities",
        "InstanceMarketOptions"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Fleet.ServiceManagedEc2InstanceCapabilities": {
      "type": "object",
      "properties": {
        "AllowedInstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CpuArchitectureType": {
          "type": "string"
        },
        "CustomAmounts": {
          "items": {
            "$ref": "#/$defs/AWS::Deadline::Fleet.FleetAmountCapability"
          },
          "type": "array"
        },
        "CustomAttributes": {
          "items": {
            "$ref": "#/$defs/AWS::Deadline::Fleet.FleetAttributeCapability"
          },
          "type": "array"
        },
        "ExcludedInstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MemoryMiB": {
          "$ref": "#/$defs/AWS::Deadline::Fleet.MemoryMiBRange"
        },
        "OsFamily": {
          "type": "string"
        },
        "RootEbsVolume": {
          "$ref": "#/$defs/AWS::Deadline::Fleet.Ec2EbsVolume"
        },
        "VCpuCount": {
          "$ref": "#/$defs/AWS::Deadline::Fleet.VCpuCountRange"
        }
      },
      "required": [
        "CpuArchitectureType",
        "MemoryMiB",
        "OsFamily",
        "VCpuCount"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Fleet.ServiceManagedEc2InstanceMarketOptions": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Fleet.VCpuCountRange": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "required": [
        "Min"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::LicenseEndpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "SecurityGroupIds",
            "SubnetIds",
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Deadline::LicenseEndpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::MeteredProduct": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Family": {
              "type": "string"
            },
            "LicenseEndpointId": {
              "type": "string"
            },
            "Port": {
              "type": "number"
            },
            "ProductId": {
              "type": "string"
            },
            "Vendor": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Deadline::MeteredProduct"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Queue": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllowedStorageProfileIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "DefaultBudgetAction": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "FarmId": {
              "type": "string"
            },
            "JobAttachmentSettings": {
              "$ref": "#/$defs/AWS::Deadline::Queue.JobAttachmentSettings"
            },
            "JobRunAsUser": {
              "$ref": "#/$defs/AWS::Deadline::Queue.JobRunAsUser"
            },
            "RequiredFileSystemLocationNames": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "RoleArn": {
              "type": "string"
            }
          },
          "required": [
            "DisplayName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Deadline::Queue"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Queue.JobAttachmentSettings": {
      "type": "object",
      "properties": {
        "RootPrefix": {
          "type": "string"
        },
        "S3BucketName": {
          "type": "string"
        }
      },
      "required": [
        "RootPrefix",
        "S3BucketName"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Queue.JobRunAsUser": {
      "type": "object",
      "properties": {
        "Posix": {
          "$ref": "#/$defs/AWS::Deadline::Queue.PosixUser"
        },
        "RunAs": {
          "type": "string"
        },
        "Windows": {
          "$ref": "#/$defs/AWS::Deadline::Queue.WindowsUser"
        }
      },
      "required": [
        "RunAs"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Queue.PosixUser": {
      "type": "object",
      "properties": {
        "Group": {
          "type": "string"
        },
        "User": {
          "type": "string"
        }
      },
      "required": [
        "Group",
        "User"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::Queue.WindowsUser": {
      "type": "object",
      "properties": {
        "PasswordArn": {
          "type": "string"
        },
        "User": {
          "type": "string"
        }
      },
      "required": [
        "PasswordArn",
        "User"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::QueueEnvironment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FarmId": {
              "type": "string"
            },
            "Priority": {
              "type": "number"
            },
            "QueueId": {
              "type": "string"
            },
            "Template": {
              "type": "string"
            },
            "TemplateType": {
              "type": "string"
            }
          },
          "required": [
            "FarmId",
            "Priority",
            "QueueId",
            "Template",
            "TemplateType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Deadline::QueueEnvironment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::QueueFleetAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FarmId": {
              "type": "string"
            },
            "FleetId": {
              "type": "string"
            },
            "QueueId": {
              "type": "string"
            }
          },
          "required": [
            "FarmId",
            "FleetId",
            "QueueId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Deadline::QueueFleetAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::StorageProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DisplayName": {
              "type": "string"
            },
            "FarmId": {
              "type": "string"
            },
            "FileSystemLocations": {
              "items": {
                "$ref": "#/$defs/AWS::Deadline::StorageProfile.FileSystemLocation"
              },
              "type": "array"
            },
            "OsFamily": {
              "type": "string"
            }
          },
          "required": [
            "DisplayName",
            "OsFamily"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Deadline::StorageProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Deadline::StorageProfile.FileSystemLocation": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Path": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Path",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Detective::Graph": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoEnableMembers": {
              "type": "boolean"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Detective::Graph"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Detective::MemberInvitation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DisableEmailNotification": {
              "type": "boolean"
            },
            "GraphArn": {
              "type": "string"
            },
            "MemberEmailAddress": {
              "type": "string"
            },
            "MemberId": {
              "type": "string"
            },
            "Message": {
              "type": "string"
            }
          },
          "required": [
            "GraphArn",
            "MemberEmailAddress",
            "MemberId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Detective::MemberInvitation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Detective::OrganizationAdmin": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccountId": {
              "type": "string"
            }
          },
          "required": [
            "AccountId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Detective::OrganizationAdmin"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DevOpsGuru::LogAnomalyDetectionIntegration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {},
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DevOpsGuru::LogAnomalyDetectionIntegration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::DevOpsGuru::NotificationChannel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Config": {
              "$ref": "#/$defs/AWS::DevOpsGuru::NotificationChannel.NotificationChannelConfig"
            }
          },
          "required": [
            "Config"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DevOpsGuru::NotificationChannel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DevOpsGuru::NotificationChannel.NotificationChannelConfig": {
      "type": "object",
      "properties": {
        "Filters": {
          "$ref": "#/$defs/AWS::DevOpsGuru::NotificationChannel.NotificationFilterConfig"
        },
        "Sns": {
          "$ref": "#/$defs/AWS::DevOpsGuru::NotificationChannel.SnsChannelConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::DevOpsGuru::NotificationChannel.NotificationFilterConfig": {
      "type": "object",
      "properties": {
        "MessageTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Severities": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::DevOpsGuru::NotificationChannel.SnsChannelConfig": {
      "type": "object",
      "properties": {
        "TopicArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DevOpsGuru::ResourceCollection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ResourceCollectionFilter": {
              "$ref": "#/$defs/AWS::DevOpsGuru::ResourceCollection.ResourceCollectionFilter"
            }
          },
          "required": [
            "ResourceCollectionFilter"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DevOpsGuru::ResourceCollection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DevOpsGuru::ResourceCollection.CloudFormationCollectionFilter": {
      "type": "object",
      "properties": {
        "StackNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::DevOpsGuru::ResourceCollection.ResourceCollectionFilter": {
      "type": "object",
      "properties": {
        "CloudFormation": {
          "$ref": "#/$defs/AWS::DevOpsGuru::ResourceCollection.CloudFormationCollectionFilter"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/AWS::DevOpsGuru::ResourceCollection.TagCollection"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::DevOpsGuru::ResourceCollection.TagCollection": {
      "type": "object",
      "properties": {
        "AppBoundaryKey": {
          "type": "string"
        },
        "TagValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::DirectoryService::MicrosoftAD": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CreateAlias": {
              "type": "boolean"
            },
            "Edition": {
              "type": "string"
            },
            "EnableSso": {
              "type": "boolean"
            },
            "Name": {
              "type": "string"
            },
            "Password": {
              "type": "string"
            },
            "ShortName": {
              "type": "string"
            },
            "VpcSettings": {
              "$ref": "#/$defs/AWS::DirectoryService::MicrosoftAD.VpcSettings"
            }
          },
          "required": [
            "Name",
            "Password",
            "VpcSettings"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DirectoryService::MicrosoftAD"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DirectoryService::MicrosoftAD.VpcSettings": {
      "type": "object",
      "properties": {
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "VpcId": {
          "type": "string"
        }
      },
      "required": [
        "SubnetIds",
        "VpcId"
      ],
      "additionalProperties": false
    },
    "AWS::DirectoryService::SimpleAD": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CreateAlias": {
              "type": "boolean"
            },
            "Description": {
              "type": "string"
            },
            "EnableSso": {
              "type": "boolean"
            },
            "Name": {
              "type": "string"
            },
            "Password": {
              "type": "string"
            },
            "ShortName": {
              "type": "string"
            },
            "Size": {
              "type": "string"
            },
            "VpcSettings": {
              "$ref": "#/$defs/AWS::DirectoryService::SimpleAD.VpcSettings"
            }
          },
          "required": [
            "Name",
            "Size",
            "VpcSettings"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DirectoryService::SimpleAD"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DirectoryService::SimpleAD.VpcSettings": {
      "type": "object",
      "properties": {
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "VpcId": {
          "type": "string"
        }
      },
      "required": [
        "SubnetIds",
        "VpcId"
      ],
      "additionalProperties": false
    },
    "AWS::DocDB::DBCluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AvailabilityZones": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "BackupRetentionPeriod": {
              "type": "number"
            },
            "CopyTagsToSnapshot": {
              "type": "boolean"
            },
            "DBClusterIdentifier": {
              "type": "string"
            },
            "DBClusterParameterGroupName": {
              "type": "string"
            },
            "DBSubnetGroupName": {
              "type": "string"
            },
            "DeletionProtection": {
              "type": "boolean"
            },
            "EnableCloudwatchLogsExports": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "EngineVersion": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "MasterUserPassword": {
              "type": "string"
            },
            "MasterUsername": {
              "type": "string"
            },
            "Port": {
              "type": "number"
            },
            "PreferredBackupWindow": {
              "type": "string"
            },
            "PreferredMaintenanceWindow": {
              "type": "string"
            },
            "RestoreToTime": {
              "type": "string"
            },
            "RestoreType": {
              "type": "string"
            },
            "SnapshotIdentifier": {
              "type": "string"
            },
            "SourceDBClusterIdentifier": {
              "type": "string"
            },
            "StorageEncrypted": {
              "type": "boolean"
            },
            "StorageType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UseLatestRestorableTime": {
              "type": "boolean"
            },
            "VpcSecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DocDB::DBCluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::DocDB::DBClusterParameterGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Family": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Parameters": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Description",
            "Family",
            "Parameters"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DocDB::DBClusterParameterGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DocDB::DBInstance": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoMinorVersionUpgrade": {
              "type": "boolean"
            },
            "AvailabilityZone": {
              "type": "string"
            },
            "CACertificateIdentifier": {
              "type": "string"
            },
            "CertificateRotationRestart": {
              "type": "boolean"
            },
            "DBClusterIdentifier": {
              "type": "string"
            },
            "DBInstanceClass": {
              "type": "string"
            },
            "DBInstanceIdentifier": {
              "type": "string"
            },
            "EnablePerformanceInsights": {
              "type": "boolean"
            },
            "PreferredMaintenanceWindow": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DBClusterIdentifier",
            "DBInstanceClass"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DocDB::DBInstance"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DocDB::DBSubnetGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DBSubnetGroupDescription": {
              "type": "string"
            },
            "DBSubnetGroupName": {
              "type": "string"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DBSubnetGroupDescription",
            "SubnetIds"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DocDB::DBSubnetGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DocDB::EventSubscription": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Enabled": {
              "type": "boolean"
            },
            "EventCategories": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SnsTopicArn": {
              "type": "string"
            },
            "SourceIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SourceType": {
              "type": "string"
            },
            "SubscriptionName": {
              "type": "string"
            }
          },
          "required": [
            "SnsTopicArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DocDB::EventSubscription"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DocDBElastic::Cluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdminUserName": {
              "type": "string"
            },
            "AdminUserPassword": {
              "type": "string"
            },
            "AuthType": {
              "type": "string"
            },
            "BackupRetentionPeriod": {
              "type": "number"
            },
            "ClusterName": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "PreferredBackupWindow": {
              "type": "string"
            },
            "PreferredMaintenanceWindow": {
              "type": "string"
            },
            "ShardCapacity": {
              "type": "number"
            },
            "ShardCount": {
              "type": "number"
            },
            "ShardInstanceCount": {
              "type": "number"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcSecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "AdminUserName",
            "AuthType",
            "ClusterName",
            "ShardCapacity",
            "ShardCount"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DocDBElastic::Cluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AttributeDefinitions": {
              "items": {
                "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.AttributeDefinition"
              },
              "type": "array"
            },
            "BillingMode": {
              "type": "string"
            },
            "GlobalSecondaryIndexes": {
              "items": {
                "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.GlobalSecondaryIndex"
              },
              "type": "array"
            },
            "KeySchema": {
              "items": {
                "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.KeySchema"
              },
              "type": "array"
            },
            "LocalSecondaryIndexes": {
              "items": {
                "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.LocalSecondaryIndex"
              },
              "type": "array"
            },
            "Replicas": {
              "items": {
                "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.ReplicaSpecification"
              },
              "type": "array"
            },
            "SSESpecification": {
              "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.SSESpecification"
            },
            "StreamSpecification": {
              "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.StreamSpecification"
            },
            "TableName": {
              "type": "string"
            },
            "TimeToLiveSpecification": {
              "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.TimeToLiveSpecification"
            },
            "WriteProvisionedThroughputSettings": {
              "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.WriteProvisionedThroughputSettings"
            }
          },
          "required": [
            "AttributeDefinitions",
            "KeySchema",
            "Replicas"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DynamoDB::GlobalTable"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.AttributeDefinition": {
      "type": "object",
      "properties": {
        "AttributeName": {
          "type": "string"
        },
        "AttributeType": {
          "type": "string"
        }
      },
      "required": [
        "AttributeName",
        "AttributeType"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.CapacityAutoScalingSettings": {
      "type": "object",
      "properties": {
        "MaxCapacity": {
          "type": "number"
        },
        "MinCapacity": {
          "type": "number"
        },
        "SeedCapacity": {
          "type": "number"
        },
        "TargetTrackingScalingPolicyConfiguration": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.TargetTrackingScalingPolicyConfiguration"
        }
      },
      "required": [
        "MaxCapacity",
        "MinCapacity",
        "TargetTrackingScalingPolicyConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.ContributorInsightsSpecification": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.GlobalSecondaryIndex": {
      "type": "object",
      "properties": {
        "IndexName": {
          "type": "string"
        },
        "KeySchema": {
          "items": {
            "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.KeySchema"
          },
          "type": "array"
        },
        "Projection": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.Projection"
        },
        "WriteProvisionedThroughputSettings": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.WriteProvisionedThroughputSettings"
        }
      },
      "required": [
        "IndexName",
        "KeySchema",
        "Projection"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.KeySchema": {
      "type": "object",
      "properties": {
        "AttributeName": {
          "type": "string"
        },
        "KeyType": {
          "type": "string"
        }
      },
      "required": [
        "AttributeName",
        "KeyType"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.KinesisStreamSpecification": {
      "type": "object",
      "properties": {
        "ApproximateCreationDateTimePrecision": {
          "type": "string"
        },
        "StreamArn": {
          "type": "string"
        }
      },
      "required": [
        "StreamArn"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.LocalSecondaryIndex": {
      "type": "object",
      "properties": {
        "IndexName": {
          "type": "string"
        },
        "KeySchema": {
          "items": {
            "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.KeySchema"
          },
          "type": "array"
        },
        "Projection": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.Projection"
        }
      },
      "required": [
        "IndexName",
        "KeySchema",
        "Projection"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.PointInTimeRecoverySpecification": {
      "type": "object",
      "properties": {
        "PointInTimeRecoveryEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.Projection": {
      "type": "object",
      "properties": {
        "NonKeyAttributes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ProjectionType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.ReadProvisionedThroughputSettings": {
      "type": "object",
      "properties": {
        "ReadCapacityAutoScalingSettings": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.CapacityAutoScalingSettings"
        },
        "ReadCapacityUnits": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.ReplicaGlobalSecondaryIndexSpecification": {
      "type": "object",
      "properties": {
        "ContributorInsightsSpecification": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.ContributorInsightsSpecification"
        },
        "IndexName": {
          "type": "string"
        },
        "ReadProvisionedThroughputSettings": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.ReadProvisionedThroughputSettings"
        }
      },
      "required": [
        "IndexName"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.ReplicaSSESpecification": {
      "type": "object",
      "properties": {
        "KMSMasterKeyId": {
          "type": "string"
        }
      },
      "required": [
        "KMSMasterKeyId"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.ReplicaSpecification": {
      "type": "object",
      "properties": {
        "ContributorInsightsSpecification": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.ContributorInsightsSpecification"
        },
        "DeletionProtectionEnabled": {
          "type": "boolean"
        },
        "GlobalSecondaryIndexes": {
          "items": {
            "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.ReplicaGlobalSecondaryIndexSpecification"
          },
          "type": "array"
        },
        "KinesisStreamSpecification": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.KinesisStreamSpecification"
        },
        "PointInTimeRecoverySpecification": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.PointInTimeRecoverySpecification"
        },
        "ReadProvisionedThroughputSettings": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.ReadProvisionedThroughputSettings"
        },
        "Region": {
          "type": "string"
        },
        "ReplicaStreamSpecification": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.ReplicaStreamSpecification"
        },
        "ResourcePolicy": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.ResourcePolicy"
        },
        "SSESpecification": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.ReplicaSSESpecification"
        },
        "TableClass": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "required": [
        "Region"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.ReplicaStreamSpecification": {
      "type": "object",
      "properties": {
        "ResourcePolicy": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.ResourcePolicy"
        }
      },
      "required": [
        "ResourcePolicy"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.ResourcePolicy": {
      "type": "object",
      "properties": {
        "PolicyDocument": {
          "type": "object"
        }
      },
      "required": [
        "PolicyDocument"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.SSESpecification": {
      "type": "object",
      "properties": {
        "SSEEnabled": {
          "type": "boolean"
        },
        "SSEType": {
          "type": "string"
        }
      },
      "required": [
        "SSEEnabled"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.StreamSpecification": {
      "type": "object",
      "properties": {
        "StreamViewType": {
          "type": "string"
        }
      },
      "required": [
        "StreamViewType"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.TargetTrackingScalingPolicyConfiguration": {
      "type": "object",
      "properties": {
        "DisableScaleIn": {
          "type": "boolean"
        },
        "ScaleInCooldown": {
          "type": "number"
        },
        "ScaleOutCooldown": {
          "type": "number"
        },
        "TargetValue": {
          "type": "number"
        }
      },
      "required": [
        "TargetValue"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.TimeToLiveSpecification": {
      "type": "object",
      "properties": {
        "AttributeName": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::GlobalTable.WriteProvisionedThroughputSettings": {
      "type": "object",
      "properties": {
        "WriteCapacityAutoScalingSettings": {
          "$ref": "#/$defs/AWS::DynamoDB::GlobalTable.CapacityAutoScalingSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AttributeDefinitions": {
              "items": {
                "$ref": "#/$defs/AWS::DynamoDB::Table.AttributeDefinition"
              },
              "type": "array"
            },
            "BillingMode": {
              "type": "string"
            },
            "ContributorInsightsSpecification": {
              "$ref": "#/$defs/AWS::DynamoDB::Table.ContributorInsightsSpecification"
            },
            "DeletionProtectionEnabled": {
              "type": "boolean"
            },
            "GlobalSecondaryIndexes": {
              "items": {
                "$ref": "#/$defs/AWS::DynamoDB::Table.GlobalSecondaryIndex"
              },
              "type": "array"
            },
            "ImportSourceSpecification": {
              "$ref": "#/$defs/AWS::DynamoDB::Table.ImportSourceSpecification"
            },
            "KeySchema": {
              "items": {
                "$ref": "#/$defs/AWS::DynamoDB::Table.KeySchema"
              },
              "type": "array"
            },
            "KinesisStreamSpecification": {
              "$ref": "#/$defs/AWS::DynamoDB::Table.KinesisStreamSpecification"
            },
            "LocalSecondaryIndexes": {
              "items": {
                "$ref": "#/$defs/AWS::DynamoDB::Table.LocalSecondaryIndex"
              },
              "type": "array"
            },
            "PointInTimeRecoverySpecification": {
              "$ref": "#/$defs/AWS::DynamoDB::Table.PointInTimeRecoverySpecification"
            },
            "ProvisionedThroughput": {
              "$ref": "#/$defs/AWS::DynamoDB::Table.ProvisionedThroughput"
            },
            "ResourcePolicy": {
              "$ref": "#/$defs/AWS::DynamoDB::Table.ResourcePolicy"
            },
            "SSESpecification": {
              "$ref": "#/$defs/AWS::DynamoDB::Table.SSESpecification"
            },
            "StreamSpecification": {
              "$ref": "#/$defs/AWS::DynamoDB::Table.StreamSpecification"
            },
            "TableClass": {
              "type": "string"
            },
            "TableName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TimeToLiveSpecification": {
              "$ref": "#/$defs/AWS::DynamoDB::Table.TimeToLiveSpecification"
            }
          },
          "required": [
            "KeySchema"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::DynamoDB::Table"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.AttributeDefinition": {
      "type": "object",
      "properties": {
        "AttributeName": {
          "type": "string"
        },
        "AttributeType": {
          "type": "string"
        }
      },
      "required": [
        "AttributeName",
        "AttributeType"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.ContributorInsightsSpecification": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.Csv": {
      "type": "object",
      "properties": {
        "Delimiter": {
          "type": "string"
        },
        "HeaderList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.GlobalSecondaryIndex": {
      "type": "object",
      "properties": {
        "ContributorInsightsSpecification": {
          "$ref": "#/$defs/AWS::DynamoDB::Table.ContributorInsightsSpecification"
        },
        "IndexName": {
          "type": "string"
        },
        "KeySchema": {
          "items": {
            "$ref": "#/$defs/AWS::DynamoDB::Table.KeySchema"
          },
          "type": "array"
        },
        "Projection": {
          "$ref": "#/$defs/AWS::DynamoDB::Table.Projection"
        },
        "ProvisionedThroughput": {
          "$ref": "#/$defs/AWS::DynamoDB::Table.ProvisionedThroughput"
        }
      },
      "required": [
        "IndexName",
        "KeySchema",
        "Projection"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.ImportSourceSpecification": {
      "type": "object",
      "properties": {
        "InputCompressionType": {
          "type": "string"
        },
        "InputFormat": {
          "type": "string"
        },
        "InputFormatOptions": {
          "$ref": "#/$defs/AWS::DynamoDB::Table.InputFormatOptions"
        },
        "S3BucketSource": {
          "$ref": "#/$defs/AWS::DynamoDB::Table.S3BucketSource"
        }
      },
      "required": [
        "InputFormat",
        "S3BucketSource"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.InputFormatOptions": {
      "type": "object",
      "properties": {
        "Csv": {
          "$ref": "#/$defs/AWS::DynamoDB::Table.Csv"
        }
      },
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.KeySchema": {
      "type": "object",
      "properties": {
        "AttributeName": {
          "type": "string"
        },
        "KeyType": {
          "type": "string"
        }
      },
      "required": [
        "AttributeName",
        "KeyType"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.KinesisStreamSpecification": {
      "type": "object",
      "properties": {
        "ApproximateCreationDateTimePrecision": {
          "type": "string"
        },
        "StreamArn": {
          "type": "string"
        }
      },
      "required": [
        "StreamArn"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.LocalSecondaryIndex": {
      "type": "object",
      "properties": {
        "IndexName": {
          "type": "string"
        },
        "KeySchema": {
          "items": {
            "$ref": "#/$defs/AWS::DynamoDB::Table.KeySchema"
          },
          "type": "array"
        },
        "Projection": {
          "$ref": "#/$defs/AWS::DynamoDB::Table.Projection"
        }
      },
      "required": [
        "IndexName",
        "KeySchema",
        "Projection"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.PointInTimeRecoverySpecification": {
      "type": "object",
      "properties": {
        "PointInTimeRecoveryEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.Projection": {
      "type": "object",
      "properties": {
        "NonKeyAttributes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ProjectionType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.ProvisionedThroughput": {
      "type": "object",
      "properties": {
        "ReadCapacityUnits": {
          "type": "number"
        },
        "WriteCapacityUnits": {
          "type": "number"
        }
      },
      "required": [
        "ReadCapacityUnits",
        "WriteCapacityUnits"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.ResourcePolicy": {
      "type": "object",
      "properties": {
        "PolicyDocument": {
          "type": "object"
        }
      },
      "required": [
        "PolicyDocument"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.S3BucketSource": {
      "type": "object",
      "properties": {
        "S3Bucket": {
          "type": "string"
        },
        "S3BucketOwner": {
          "type": "string"
        },
        "S3KeyPrefix": {
          "type": "string"
        }
      },
      "required": [
        "S3Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.SSESpecification": {
      "type": "object",
      "properties": {
        "KMSMasterKeyId": {
          "type": "string"
        },
        "SSEEnabled": {
          "type": "boolean"
        },
        "SSEType": {
          "type": "string"
        }
      },
      "required": [
        "SSEEnabled"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.StreamSpecification": {
      "type": "object",
      "properties": {
        "ResourcePolicy": {
          "$ref": "#/$defs/AWS::DynamoDB::Table.ResourcePolicy"
        },
        "StreamViewType": {
          "type": "string"
        }
      },
      "required": [
        "StreamViewType"
      ],
      "additionalProperties": false
    },
    "AWS::DynamoDB::Table.TimeToLiveSpecification": {
      "type": "object",
      "properties": {
        "AttributeName": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::CapacityReservation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AvailabilityZone": {
              "type": "string"
            },
            "EbsOptimized": {
              "type": "boolean"
            },
            "EndDate": {
              "type": "string"
            },
            "EndDateType": {
              "type": "string"
            },
            "EphemeralStorage": {
              "type": "boolean"
            },
            "InstanceCount": {
              "type": "number"
            },
            "InstanceMatchCriteria": {
              "type": "string"
            },
            "InstancePlatform": {
              "type": "string"
            },
            "InstanceType": {
              "type": "string"
            },
            "OutPostArn": {
              "type": "string"
            },
            "PlacementGroupArn": {
              "type": "string"
            },
            "TagSpecifications": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::CapacityReservation.TagSpecification"
              },
              "type": "array"
            },
            "Tenancy": {
              "type": "string"
            }
          },
          "required": [
            "AvailabilityZone",
            "InstanceCount",
            "InstancePlatform",
            "InstanceType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::CapacityReservation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::CapacityReservation.TagSpecification": {
      "type": "object",
      "properties": {
        "ResourceType": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::CapacityReservationFleet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllocationStrategy": {
              "type": "string"
            },
            "EndDate": {
              "type": "string"
            },
            "InstanceMatchCriteria": {
              "type": "string"
            },
            "InstanceTypeSpecifications": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::CapacityReservationFleet.InstanceTypeSpecification"
              },
              "type": "array"
            },
            "NoRemoveEndDate": {
              "type": "boolean"
            },
            "RemoveEndDate": {
              "type": "boolean"
            },
            "TagSpecifications": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::CapacityReservationFleet.TagSpecification"
              },
              "type": "array"
            },
            "Tenancy": {
              "type": "string"
            },
            "TotalTargetCapacity": {
              "type": "number"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::CapacityReservationFleet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::CapacityReservationFleet.InstanceTypeSpecification": {
      "type": "object",
      "properties": {
        "AvailabilityZone": {
          "type": "string"
        },
        "AvailabilityZoneId": {
          "type": "string"
        },
        "EbsOptimized": {
          "type": "boolean"
        },
        "InstancePlatform": {
          "type": "string"
        },
        "InstanceType": {
          "type": "string"
        },
        "Priority": {
          "type": "number"
        },
        "Weight": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::CapacityReservationFleet.TagSpecification": {
      "type": "object",
      "properties": {
        "ResourceType": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::CarrierGateway": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::CarrierGateway"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::ClientVpnAuthorizationRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessGroupId": {
              "type": "string"
            },
            "AuthorizeAllGroups": {
              "type": "boolean"
            },
            "ClientVpnEndpointId": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "TargetNetworkCidr": {
              "type": "string"
            }
          },
          "required": [
            "ClientVpnEndpointId",
            "TargetNetworkCidr"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::ClientVpnAuthorizationRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::ClientVpnEndpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthenticationOptions": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::ClientVpnEndpoint.ClientAuthenticationRequest"
              },
              "type": "array"
            },
            "ClientCidrBlock": {
              "type": "string"
            },
            "ClientConnectOptions": {
              "$ref": "#/$defs/AWS::EC2::ClientVpnEndpoint.ClientConnectOptions"
            },
            "ClientLoginBannerOptions": {
              "$ref": "#/$defs/AWS::EC2::ClientVpnEndpoint.ClientLoginBannerOptions"
            },
            "ConnectionLogOptions": {
              "$ref": "#/$defs/AWS::EC2::ClientVpnEndpoint.ConnectionLogOptions"
            },
            "Description": {
              "type": "string"
            },
            "DnsServers": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SelfServicePortal": {
              "type": "string"
            },
            "ServerCertificateArn": {
              "type": "string"
            },
            "SessionTimeoutHours": {
              "type": "number"
            },
            "SplitTunnel": {
              "type": "boolean"
            },
            "TagSpecifications": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::ClientVpnEndpoint.TagSpecification"
              },
              "type": "array"
            },
            "TransportProtocol": {
              "type": "string"
            },
            "VpcId": {
              "type": "string"
            },
            "VpnPort": {
              "type": "number"
            }
          },
          "required": [
            "AuthenticationOptions",
            "ClientCidrBlock",
            "ConnectionLogOptions",
            "ServerCertificateArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::ClientVpnEndpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::ClientVpnEndpoint.CertificateAuthenticationRequest": {
      "type": "object",
      "properties": {
        "ClientRootCertificateChainArn": {
          "type": "string"
        }
      },
      "required": [
        "ClientRootCertificateChainArn"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::ClientVpnEndpoint.ClientAuthenticationRequest": {
      "type": "object",
      "properties": {
        "ActiveDirectory": {
          "$ref": "#/$defs/AWS::EC2::ClientVpnEndpoint.DirectoryServiceAuthenticationRequest"
        },
        "FederatedAuthentication": {
          "$ref": "#/$defs/AWS::EC2::ClientVpnEndpoint.FederatedAuthenticationRequest"
        },
        "MutualAuthentication": {
          "$ref": "#/$defs/AWS::EC2::ClientVpnEndpoint.CertificateAuthenticationRequest"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::ClientVpnEndpoint.ClientConnectOptions": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "LambdaFunctionArn": {
          "type": "string"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::ClientVpnEndpoint.ClientLoginBannerOptions": {
      "type": "object",
      "properties": {
        "BannerText": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::ClientVpnEndpoint.ConnectionLogOptions": {
      "type": "object",
      "properties": {
        "CloudwatchLogGroup": {
          "type": "string"
        },
        "CloudwatchLogStream": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::ClientVpnEndpoint.DirectoryServiceAuthenticationRequest": {
      "type": "object",
      "properties": {
        "DirectoryId": {
          "type": "string"
        }
      },
      "required": [
        "DirectoryId"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::ClientVpnEndpoint.FederatedAuthenticationRequest": {
      "type": "object",
      "properties": {
        "SAMLProviderArn": {
          "type": "string"
        },
        "SelfServiceSAMLProviderArn": {
          "type": "string"
        }
      },
      "required": [
        "SAMLProviderArn"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::ClientVpnEndpoint.TagSpecification": {
      "type": "object",
      "properties": {
        "ResourceType": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "required": [
        "ResourceType",
        "Tags"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::ClientVpnRoute": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClientVpnEndpointId": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DestinationCidrBlock": {
              "type": "string"
            },
            "TargetVpcSubnetId": {
              "type": "string"
            }
          },
          "required": [
            "ClientVpnEndpointId",
            "DestinationCidrBlock",
            "TargetVpcSubnetId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::ClientVpnRoute"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::ClientVpnTargetNetworkAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClientVpnEndpointId": {
              "type": "string"
            },
            "SubnetId": {
              "type": "string"
            }
          },
          "required": [
            "ClientVpnEndpointId",
            "SubnetId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::ClientVpnTargetNetworkAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::CustomerGateway": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BgpAsn": {
              "type": "number"
            },
            "CertificateArn": {
              "type": "string"
            },
            "DeviceName": {
              "type": "string"
            },
            "IpAddress": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "IpAddress",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::CustomerGateway"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::DHCPOptions": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DomainName": {
              "type": "string"
            },
            "DomainNameServers": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Ipv6AddressPreferredLeaseTime": {
              "type": "number"
            },
            "NetbiosNameServers": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "NetbiosNodeType": {
              "type": "number"
            },
            "NtpServers": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::DHCPOptions"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Context": {
              "type": "string"
            },
            "ExcessCapacityTerminationPolicy": {
              "type": "string"
            },
            "LaunchTemplateConfigs": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::EC2Fleet.FleetLaunchTemplateConfigRequest"
              },
              "type": "array"
            },
            "OnDemandOptions": {
              "$ref": "#/$defs/AWS::EC2::EC2Fleet.OnDemandOptionsRequest"
            },
            "ReplaceUnhealthyInstances": {
              "type": "boolean"
            },
            "SpotOptions": {
              "$ref": "#/$defs/AWS::EC2::EC2Fleet.SpotOptionsRequest"
            },
            "TagSpecifications": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::EC2Fleet.TagSpecification"
              },
              "type": "array"
            },
            "TargetCapacitySpecification": {
              "$ref": "#/$defs/AWS::EC2::EC2Fleet.TargetCapacitySpecificationRequest"
            },
            "TerminateInstancesWithExpiration": {
              "type": "boolean"
            },
            "Type": {
              "type": "string"
            },
            "ValidFrom": {
              "type": "string"
            },
            "ValidUntil": {
              "type": "string"
            }
          },
          "required": [
            "LaunchTemplateConfigs",
            "TargetCapacitySpecification"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::EC2Fleet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.AcceleratorCountRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.AcceleratorTotalMemoryMiBRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.BaselineEbsBandwidthMbpsRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.CapacityRebalance": {
      "type": "object",
      "properties": {
        "ReplacementStrategy": {
          "type": "string"
        },
        "TerminationDelay": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.CapacityReservationOptionsRequest": {
      "type": "object",
      "properties": {
        "UsageStrategy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.FleetLaunchTemplateConfigRequest": {
      "type": "object",
      "properties": {
        "LaunchTemplateSpecification": {
          "$ref": "#/$defs/AWS::EC2::EC2Fleet.FleetLaunchTemplateSpecificationRequest"
        },
        "Overrides": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::EC2Fleet.FleetLaunchTemplateOverridesRequest"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.FleetLaunchTemplateOverridesRequest": {
      "type": "object",
      "properties": {
        "AvailabilityZone": {
          "type": "string"
        },
        "InstanceRequirements": {
          "$ref": "#/$defs/AWS::EC2::EC2Fleet.InstanceRequirementsRequest"
        },
        "InstanceType": {
          "type": "string"
        },
        "MaxPrice": {
          "type": "string"
        },
        "Placement": {
          "$ref": "#/$defs/AWS::EC2::EC2Fleet.Placement"
        },
        "Priority": {
          "type": "number"
        },
        "SubnetId": {
          "type": "string"
        },
        "WeightedCapacity": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.FleetLaunchTemplateSpecificationRequest": {
      "type": "object",
      "properties": {
        "LaunchTemplateId": {
          "type": "string"
        },
        "LaunchTemplateName": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "required": [
        "Version"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.InstanceRequirementsRequest": {
      "type": "object",
      "properties": {
        "AcceleratorCount": {
          "$ref": "#/$defs/AWS::EC2::EC2Fleet.AcceleratorCountRequest"
        },
        "AcceleratorManufacturers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AcceleratorNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AcceleratorTotalMemoryMiB": {
          "$ref": "#/$defs/AWS::EC2::EC2Fleet.AcceleratorTotalMemoryMiBRequest"
        },
        "AcceleratorTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllowedInstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "BareMetal": {
          "type": "string"
        },
        "BaselineEbsBandwidthMbps": {
          "$ref": "#/$defs/AWS::EC2::EC2Fleet.BaselineEbsBandwidthMbpsRequest"
        },
        "BurstablePerformance": {
          "type": "string"
        },
        "CpuManufacturers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ExcludedInstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "InstanceGenerations": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "LocalStorage": {
          "type": "string"
        },
        "LocalStorageTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": {
          "type": "number"
        },
        "MemoryGiBPerVCpu": {
          "$ref": "#/$defs/AWS::EC2::EC2Fleet.MemoryGiBPerVCpuRequest"
        },
        "MemoryMiB": {
          "$ref": "#/$defs/AWS::EC2::EC2Fleet.MemoryMiBRequest"
        },
        "NetworkBandwidthGbps": {
          "$ref": "#/$defs/AWS::EC2::EC2Fleet.NetworkBandwidthGbpsRequest"
        },
        "NetworkInterfaceCount": {
          "$ref": "#/$defs/AWS::EC2::EC2Fleet.NetworkInterfaceCountRequest"
        },
        "OnDemandMaxPricePercentageOverLowestPrice": {
          "type": "number"
        },
        "RequireHibernateSupport": {
          "type": "boolean"
        },
        "SpotMaxPricePercentageOverLowestPrice": {
          "type": "number"
        },
        "TotalLocalStorageGB": {
          "$ref": "#/$defs/AWS::EC2::EC2Fleet.TotalLocalStorageGBRequest"
        },
        "VCpuCount": {
          "$ref": "#/$defs/AWS::EC2::EC2Fleet.VCpuCountRangeRequest"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.MaintenanceStrategies": {
      "type": "object",
      "properties": {
        "CapacityRebalance": {
          "$ref": "#/$defs/AWS::EC2::EC2Fleet.CapacityRebalance"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.MemoryGiBPerVCpuRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.MemoryMiBRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.NetworkBandwidthGbpsRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.NetworkInterfaceCountRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.OnDemandOptionsRequest": {
      "type": "object",
      "properties": {
        "AllocationStrategy": {
          "type": "string"
        },
        "CapacityReservationOptions": {
          "$ref": "#/$defs/AWS::EC2::EC2Fleet.CapacityReservationOptionsRequest"
        },
        "MaxTotalPrice": {
          "type": "string"
        },
        "MinTargetCapacity": {
          "type": "number"
        },
        "SingleAvailabilityZone": {
          "type": "boolean"
        },
        "SingleInstanceType": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.Placement": {
      "type": "object",
      "properties": {
        "Affinity": {
          "type": "string"
        },
        "AvailabilityZone": {
          "type": "string"
        },
        "GroupName": {
          "type": "string"
        },
        "HostId": {
          "type": "string"
        },
        "HostResourceGroupArn": {
          "type": "string"
        },
        "PartitionNumber": {
          "type": "number"
        },
        "SpreadDomain": {
          "type": "string"
        },
        "Tenancy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.SpotOptionsRequest": {
      "type": "object",
      "properties": {
        "AllocationStrategy": {
          "type": "string"
        },
        "InstanceInterruptionBehavior": {
          "type": "string"
        },
        "InstancePoolsToUseCount": {
          "type": "number"
        },
        "MaintenanceStrategies": {
          "$ref": "#/$defs/AWS::EC2::EC2Fleet.MaintenanceStrategies"
        },
        "MaxTotalPrice": {
          "type": "string"
        },
        "MinTargetCapacity": {
          "type": "number"
        },
        "SingleAvailabilityZone": {
          "type": "boolean"
        },
        "SingleInstanceType": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.TagSpecification": {
      "type": "object",
      "properties": {
        "ResourceType": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.TargetCapacitySpecificationRequest": {
      "type": "object",
      "properties": {
        "DefaultTargetCapacityType": {
          "type": "string"
        },
        "OnDemandTargetCapacity": {
          "type": "number"
        },
        "SpotTargetCapacity": {
          "type": "number"
        },
        "TargetCapacityUnitType": {
          "type": "string"
        },
        "TotalTargetCapacity": {
          "type": "number"
        }
      },
      "required": [
        "TotalTargetCapacity"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.TotalLocalStorageGBRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EC2Fleet.VCpuCountRangeRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::EIP": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Domain": {
              "type": "string"
            },
            "InstanceId": {
              "type": "string"
            },
            "NetworkBorderGroup": {
              "type": "string"
            },
            "PublicIpv4Pool": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TransferAddress": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::EIP"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::EIPAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllocationId": {
              "type": "string"
            },
            "InstanceId": {
              "type": "string"
            },
            "NetworkInterfaceId": {
              "type": "string"
            },
            "PrivateIpAddress": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::EIPAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::EgressOnlyInternetGateway": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::EgressOnlyInternetGateway"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::EnclaveCertificateIamRoleAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CertificateArn": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            }
          },
          "required": [
            "CertificateArn",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::EnclaveCertificateIamRoleAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::FlowLog": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeliverCrossAccountRole": {
              "type": "string"
            },
            "DeliverLogsPermissionArn": {
              "type": "string"
            },
            "DestinationOptions": {
              "$ref": "#/$defs/AWS::EC2::FlowLog.DestinationOptions"
            },
            "LogDestination": {
              "type": "string"
            },
            "LogDestinationType": {
              "type": "string"
            },
            "LogFormat": {
              "type": "string"
            },
            "LogGroupName": {
              "type": "string"
            },
            "MaxAggregationInterval": {
              "type": "number"
            },
            "ResourceId": {
              "type": "string"
            },
            "ResourceType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TrafficType": {
              "type": "string"
            }
          },
          "required": [
            "ResourceId",
            "ResourceType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::FlowLog"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::FlowLog.DestinationOptions": {
      "type": "object",
      "properties": {
        "FileFormat": {
          "type": "string"
        },
        "HiveCompatiblePartitions": {
          "type": "boolean"
        },
        "PerHourPartition": {
          "type": "boolean"
        }
      },
      "required": [
        "FileFormat",
        "HiveCompatiblePartitions",
        "PerHourPartition"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::GatewayRouteTableAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "GatewayId": {
              "type": "string"
            },
            "RouteTableId": {
              "type": "string"
            }
          },
          "required": [
            "GatewayId",
            "RouteTableId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::GatewayRouteTableAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::Host": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssetId": {
              "type": "string"
            },
            "AutoPlacement": {
              "type": "string"
            },
            "AvailabilityZone": {
              "type": "string"
            },
            "HostMaintenance": {
              "type": "string"
            },
            "HostRecovery": {
              "type": "string"
            },
            "InstanceFamily": {
              "type": "string"
            },
            "InstanceType": {
              "type": "string"
            },
            "OutpostArn": {
              "type": "string"
            }
          },
          "required": [
            "AvailabilityZone"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::Host"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::IPAM": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "OperatingRegions": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::IPAM.IpamOperatingRegion"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Tier": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::IPAM"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::IPAM.IpamOperatingRegion": {
      "type": "object",
      "properties": {
        "RegionName": {
          "type": "string"
        }
      },
      "required": [
        "RegionName"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::IPAMAllocation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Cidr": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "IpamPoolId": {
              "type": "string"
            },
            "NetmaskLength": {
              "type": "number"
            }
          },
          "required": [
            "IpamPoolId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::IPAMAllocation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::IPAMPool": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AddressFamily": {
              "type": "string"
            },
            "AllocationDefaultNetmaskLength": {
              "type": "number"
            },
            "AllocationMaxNetmaskLength": {
              "type": "number"
            },
            "AllocationMinNetmaskLength": {
              "type": "number"
            },
            "AllocationResourceTags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "AutoImport": {
              "type": "boolean"
            },
            "AwsService": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "IpamScopeId": {
              "type": "string"
            },
            "Locale": {
              "type": "string"
            },
            "ProvisionedCidrs": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::IPAMPool.ProvisionedCidr"
              },
              "type": "array"
            },
            "PublicIpSource": {
              "type": "string"
            },
            "PubliclyAdvertisable": {
              "type": "boolean"
            },
            "SourceIpamPoolId": {
              "type": "string"
            },
            "SourceResource": {
              "$ref": "#/$defs/AWS::EC2::IPAMPool.SourceResource"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AddressFamily",
            "IpamScopeId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::IPAMPool"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::IPAMPool.ProvisionedCidr": {
      "type": "object",
      "properties": {
        "Cidr": {
          "type": "string"
        }
      },
      "required": [
        "Cidr"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::IPAMPool.SourceResource": {
      "type": "object",
      "properties": {
        "ResourceId": {
          "type": "string"
        },
        "ResourceOwner": {
          "type": "string"
        },
        "ResourceRegion": {
          "type": "string"
        },
        "ResourceType": {
          "type": "string"
        }
      },
      "required": [
        "ResourceId",
        "ResourceOwner",
        "ResourceRegion",
        "ResourceType"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::IPAMPoolCidr": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Cidr": {
              "type": "string"
            },
            "IpamPoolId": {
              "type": "string"
            },
            "NetmaskLength": {
              "type": "number"
            }
          },
          "required": [
            "IpamPoolId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::IPAMPoolCidr"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::IPAMResourceDiscovery": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "OperatingRegions": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::IPAMResourceDiscovery.IpamOperatingRegion"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::IPAMResourceDiscovery"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::IPAMResourceDiscovery.IpamOperatingRegion": {
      "type": "object",
      "properties": {
        "RegionName": {
          "type": "string"
        }
      },
      "required": [
        "RegionName"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::IPAMResourceDiscoveryAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "IpamId": {
              "type": "string"
            },
            "IpamResourceDiscoveryId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "IpamId",
            "IpamResourceDiscoveryId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::IPAMResourceDiscoveryAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::IPAMScope": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "IpamId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "IpamId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::IPAMScope"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::Instance": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "CreationPolicy": {
          "type": "object"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdditionalInfo": {
              "type": "string"
            },
            "Affinity": {
              "type": "string"
            },
            "AvailabilityZone": {
              "type": "string"
            },
            "BlockDeviceMappings": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::Instance.BlockDeviceMapping"
              },
              "type": "array"
            },
            "CpuOptions": {
              "$ref": "#/$defs/AWS::EC2::Instance.CpuOptions"
            },
            "CreditSpecification": {
              "$ref": "#/$defs/AWS::EC2::Instance.CreditSpecification"
            },
            "DisableApiTermination": {
              "type": "boolean"
            },
            "EbsOptimized": {
              "type": "boolean"
            },
            "ElasticGpuSpecifications": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::Instance.ElasticGpuSpecification"
              },
              "type": "array"
            },
            "ElasticInferenceAccelerators": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::Instance.ElasticInferenceAccelerator"
              },
              "type": "array"
            },
            "EnclaveOptions": {
              "$ref": "#/$defs/AWS::EC2::Instance.EnclaveOptions"
            },
            "HibernationOptions": {
              "$ref": "#/$defs/AWS::EC2::Instance.HibernationOptions"
            },
            "HostId": {
              "type": "string"
            },
            "HostResourceGroupArn": {
              "type": "string"
            },
            "IamInstanceProfile": {
              "type": "string"
            },
            "ImageId": {
              "type": "string"
            },
            "InstanceInitiatedShutdownBehavior": {
              "type": "string"
            },
            "InstanceType": {
              "type": "string"
            },
            "Ipv6AddressCount": {
              "type": "number"
            },
            "Ipv6Addresses": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::Instance.InstanceIpv6Address"
              },
              "type": "array"
            },
            "KernelId": {
              "type": "string"
            },
            "KeyName": {
              "type": "string"
            },
            "LaunchTemplate": {
              "$ref": "#/$defs/AWS::EC2::Instance.LaunchTemplateSpecification"
            },
            "LicenseSpecifications": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::Instance.LicenseSpecification"
              },
              "type": "array"
            },
            "Monitoring": {
              "type": "boolean"
            },
            "NetworkInterfaces": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::Instance.NetworkInterface"
              },
              "type": "array"
            },
            "PlacementGroupName": {
              "type": "string"
            },
            "PrivateDnsNameOptions": {
              "$ref": "#/$defs/AWS::EC2::Instance.PrivateDnsNameOptions"
            },
            "PrivateIpAddress": {
              "type": "string"
            },
            "PropagateTagsToVolumeOnCreation": {
              "type": "boolean"
            },
            "RamdiskId": {
              "type": "string"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SecurityGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SourceDestCheck": {
              "type": "boolean"
            },
            "SsmAssociations": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::Instance.SsmAssociation"
              },
              "type": "array"
            },
            "SubnetId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Tenancy": {
              "type": "string"
            },
            "UserData": {
              "type": "string"
            },
            "Volumes": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::Instance.Volume"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::Instance"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::Instance.AssociationParameter": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::Instance.BlockDeviceMapping": {
      "type": "object",
      "properties": {
        "DeviceName": {
          "type": "string"
        },
        "Ebs": {
          "$ref": "#/$defs/AWS::EC2::Instance.Ebs"
        },
        "NoDevice": {
          "type": "object"
        },
        "VirtualName": {
          "type": "string"
        }
      },
      "required": [
        "DeviceName"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::Instance.CpuOptions": {
      "type": "object",
      "properties": {
        "CoreCount": {
          "type": "number"
        },
        "ThreadsPerCore": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::Instance.CreditSpecification": {
      "type": "object",
      "properties": {
        "CPUCredits": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::Instance.Ebs": {
      "type": "object",
      "properties": {
        "DeleteOnTermination": {
          "type": "boolean"
        },
        "Encrypted": {
          "type": "boolean"
        },
        "Iops": {
          "type": "number"
        },
        "KmsKeyId": {
          "type": "string"
        },
        "SnapshotId": {
          "type": "string"
        },
        "VolumeSize": {
          "type": "number"
        },
        "VolumeType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::Instance.ElasticGpuSpecification": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::Instance.ElasticInferenceAccelerator": {
      "type": "object",
      "properties": {
        "Count": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::Instance.EnclaveOptions": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::Instance.HibernationOptions": {
      "type": "object",
      "properties": {
        "Configured": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::Instance.InstanceIpv6Address": {
      "type": "object",
      "properties": {
        "Ipv6Address": {
          "type": "string"
        }
      },
      "required": [
        "Ipv6Address"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::Instance.LaunchTemplateSpecification": {
      "type": "object",
      "properties": {
        "LaunchTemplateId": {
          "type": "string"
        },
        "LaunchTemplateName": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "required": [
        "Version"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::Instance.LicenseSpecification": {
      "type": "object",
      "properties": {
        "LicenseConfigurationArn": {
          "type": "string"
        }
      },
      "required": [
        "LicenseConfigurationArn"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::Instance.NetworkInterface": {
      "type": "object",
      "properties": {
        "AssociateCarrierIpAddress": {
          "type": "boolean"
        },
        "AssociatePublicIpAddress": {
          "type": "boolean"
        },
        "DeleteOnTermination": {
          "type": "boolean"
        },
        "Description": {
          "type": "string"
        },
        "DeviceIndex": {
          "type": "string"
        },
        "GroupSet": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Ipv6AddressCount": {
          "type": "number"
        },
        "Ipv6Addresses": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::Instance.InstanceIpv6Address"
          },
          "type": "array"
        },
        "NetworkInterfaceId": {
          "type": "string"
        },
        "PrivateIpAddress": {
          "type": "string"
        },
        "PrivateIpAddresses": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::Instance.PrivateIpAddressSpecification"
          },
          "type": "array"
        },
        "SecondaryPrivateIpAddressCount": {
          "type": "number"
        },
        "SubnetId": {
          "type": "string"
        }
      },
      "required": [
        "DeviceIndex"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::Instance.PrivateDnsNameOptions": {
      "type": "object",
      "properties": {
        "EnableResourceNameDnsAAAARecord": {
          "type": "boolean"
        },
        "EnableResourceNameDnsARecord": {
          "type": "boolean"
        },
        "HostnameType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::Instance.PrivateIpAddressSpecification": {
      "type": "object",
      "properties": {
        "Primary": {
          "type": "boolean"
        },
        "PrivateIpAddress": {
          "type": "string"
        }
      },
      "required": [
        "Primary",
        "PrivateIpAddress"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::Instance.SsmAssociation": {
      "type": "object",
      "properties": {
        "AssociationParameters": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::Instance.AssociationParameter"
          },
          "type": "array"
        },
        "DocumentName": {
          "type": "string"
        }
      },
      "required": [
        "DocumentName"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::Instance.Volume": {
      "type": "object",
      "properties": {
        "Device": {
          "type": "string"
        },
        "VolumeId": {
          "type": "string"
        }
      },
      "required": [
        "Device",
        "VolumeId"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::InstanceConnectEndpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClientToken": {
              "type": "string"
            },
            "PreserveClientIp": {
              "type": "boolean"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "SubnetId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::InstanceConnectEndpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::InternetGateway": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::InternetGateway"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::KeyPair": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "KeyFormat": {
              "type": "string"
            },
            "KeyName": {
              "type": "string"
            },
            "KeyType": {
              "type": "string"
            },
            "PublicKeyMaterial": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "KeyName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::KeyPair"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LaunchTemplateData": {
              "$ref": "#/$defs/AWS::EC2::LaunchTemplate.LaunchTemplateData"
            },
            "LaunchTemplateName": {
              "type": "string"
            },
            "TagSpecifications": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::LaunchTemplate.LaunchTemplateTagSpecification"
              },
              "type": "array"
            },
            "VersionDescription": {
              "type": "string"
            }
          },
          "required": [
            "LaunchTemplateData"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::LaunchTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.AcceleratorCount": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.AcceleratorTotalMemoryMiB": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.BaselineEbsBandwidthMbps": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.BlockDeviceMapping": {
      "type": "object",
      "properties": {
        "DeviceName": {
          "type": "string"
        },
        "Ebs": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.Ebs"
        },
        "NoDevice": {
          "type": "string"
        },
        "VirtualName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.CapacityReservationSpecification": {
      "type": "object",
      "properties": {
        "CapacityReservationPreference": {
          "type": "string"
        },
        "CapacityReservationTarget": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.CapacityReservationTarget"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.CapacityReservationTarget": {
      "type": "object",
      "properties": {
        "CapacityReservationId": {
          "type": "string"
        },
        "CapacityReservationResourceGroupArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.ConnectionTrackingSpecification": {
      "type": "object",
      "properties": {
        "TcpEstablishedTimeout": {
          "type": "number"
        },
        "UdpStreamTimeout": {
          "type": "number"
        },
        "UdpTimeout": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.CpuOptions": {
      "type": "object",
      "properties": {
        "AmdSevSnp": {
          "type": "string"
        },
        "CoreCount": {
          "type": "number"
        },
        "ThreadsPerCore": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.CreditSpecification": {
      "type": "object",
      "properties": {
        "CpuCredits": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.Ebs": {
      "type": "object",
      "properties": {
        "DeleteOnTermination": {
          "type": "boolean"
        },
        "Encrypted": {
          "type": "boolean"
        },
        "Iops": {
          "type": "number"
        },
        "KmsKeyId": {
          "type": "string"
        },
        "SnapshotId": {
          "type": "string"
        },
        "Throughput": {
          "type": "number"
        },
        "VolumeSize": {
          "type": "number"
        },
        "VolumeType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.ElasticGpuSpecification": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.EnaSrdSpecification": {
      "type": "object",
      "properties": {
        "EnaSrdEnabled": {
          "type": "boolean"
        },
        "EnaSrdUdpSpecification": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.EnaSrdUdpSpecification"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.EnaSrdUdpSpecification": {
      "type": "object",
      "properties": {
        "EnaSrdUdpEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.EnclaveOptions": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.HibernationOptions": {
      "type": "object",
      "properties": {
        "Configured": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.IamInstanceProfile": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.InstanceMarketOptions": {
      "type": "object",
      "properties": {
        "MarketType": {
          "type": "string"
        },
        "SpotOptions": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.SpotOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.InstanceRequirements": {
      "type": "object",
      "properties": {
        "AcceleratorCount": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.AcceleratorCount"
        },
        "AcceleratorManufacturers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AcceleratorNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AcceleratorTotalMemoryMiB": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.AcceleratorTotalMemoryMiB"
        },
        "AcceleratorTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllowedInstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "BareMetal": {
          "type": "string"
        },
        "BaselineEbsBandwidthMbps": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.BaselineEbsBandwidthMbps"
        },
        "BurstablePerformance": {
          "type": "string"
        },
        "CpuManufacturers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ExcludedInstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "InstanceGenerations": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "LocalStorage": {
          "type": "string"
        },
        "LocalStorageTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": {
          "type": "number"
        },
        "MemoryGiBPerVCpu": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.MemoryGiBPerVCpu"
        },
        "MemoryMiB": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.MemoryMiB"
        },
        "NetworkBandwidthGbps": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.NetworkBandwidthGbps"
        },
        "NetworkInterfaceCount": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.NetworkInterfaceCount"
        },
        "OnDemandMaxPricePercentageOverLowestPrice": {
          "type": "number"
        },
        "RequireHibernateSupport": {
          "type": "boolean"
        },
        "SpotMaxPricePercentageOverLowestPrice": {
          "type": "number"
        },
        "TotalLocalStorageGB": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.TotalLocalStorageGB"
        },
        "VCpuCount": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.VCpuCount"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.Ipv4PrefixSpecification": {
      "type": "object",
      "properties": {
        "Ipv4Prefix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.Ipv6Add": {
      "type": "object",
      "properties": {
        "Ipv6Address": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.Ipv6PrefixSpecification": {
      "type": "object",
      "properties": {
        "Ipv6Prefix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.LaunchTemplateData": {
      "type": "object",
      "properties": {
        "BlockDeviceMappings": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::LaunchTemplate.BlockDeviceMapping"
          },
          "type": "array"
        },
        "CapacityReservationSpecification": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.CapacityReservationSpecification"
        },
        "CpuOptions": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.CpuOptions"
        },
        "CreditSpecification": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.CreditSpecification"
        },
        "DisableApiStop": {
          "type": "boolean"
        },
        "DisableApiTermination": {
          "type": "boolean"
        },
        "EbsOptimized": {
          "type": "boolean"
        },
        "ElasticGpuSpecifications": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::LaunchTemplate.ElasticGpuSpecification"
          },
          "type": "array"
        },
        "ElasticInferenceAccelerators": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::LaunchTemplate.LaunchTemplateElasticInferenceAccelerator"
          },
          "type": "array"
        },
        "EnclaveOptions": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.EnclaveOptions"
        },
        "HibernationOptions": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.HibernationOptions"
        },
        "IamInstanceProfile": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.IamInstanceProfile"
        },
        "ImageId": {
          "type": "string"
        },
        "InstanceInitiatedShutdownBehavior": {
          "type": "string"
        },
        "InstanceMarketOptions": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.InstanceMarketOptions"
        },
        "InstanceRequirements": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.InstanceRequirements"
        },
        "InstanceType": {
          "type": "string"
        },
        "KernelId": {
          "type": "string"
        },
        "KeyName": {
          "type": "string"
        },
        "LicenseSpecifications": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::LaunchTemplate.LicenseSpecification"
          },
          "type": "array"
        },
        "MaintenanceOptions": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.MaintenanceOptions"
        },
        "MetadataOptions": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.MetadataOptions"
        },
        "Monitoring": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.Monitoring"
        },
        "NetworkInterfaces": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::LaunchTemplate.NetworkInterface"
          },
          "type": "array"
        },
        "Placement": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.Placement"
        },
        "PrivateDnsNameOptions": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.PrivateDnsNameOptions"
        },
        "RamDiskId": {
          "type": "string"
        },
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TagSpecifications": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::LaunchTemplate.TagSpecification"
          },
          "type": "array"
        },
        "UserData": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.LaunchTemplateElasticInferenceAccelerator": {
      "type": "object",
      "properties": {
        "Count": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.LaunchTemplateTagSpecification": {
      "type": "object",
      "properties": {
        "ResourceType": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.LicenseSpecification": {
      "type": "object",
      "properties": {
        "LicenseConfigurationArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.MaintenanceOptions": {
      "type": "object",
      "properties": {
        "AutoRecovery": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.MemoryGiBPerVCpu": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.MemoryMiB": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.MetadataOptions": {
      "type": "object",
      "properties": {
        "HttpEndpoint": {
          "type": "string"
        },
        "HttpProtocolIpv6": {
          "type": "string"
        },
        "HttpPutResponseHopLimit": {
          "type": "number"
        },
        "HttpTokens": {
          "type": "string"
        },
        "InstanceMetadataTags": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.Monitoring": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.NetworkBandwidthGbps": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.NetworkInterface": {
      "type": "object",
      "properties": {
        "AssociateCarrierIpAddress": {
          "type": "boolean"
        },
        "AssociatePublicIpAddress": {
          "type": "boolean"
        },
        "ConnectionTrackingSpecification": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.ConnectionTrackingSpecification"
        },
        "DeleteOnTermination": {
          "type": "boolean"
        },
        "Description": {
          "type": "string"
        },
        "DeviceIndex": {
          "type": "number"
        },
        "EnaSrdSpecification": {
          "$ref": "#/$defs/AWS::EC2::LaunchTemplate.EnaSrdSpecification"
        },
        "Groups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "InterfaceType": {
          "type": "string"
        },
        "Ipv4PrefixCount": {
          "type": "number"
        },
        "Ipv4Prefixes": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::LaunchTemplate.Ipv4PrefixSpecification"
          },
          "type": "array"
        },
        "Ipv6AddressCount": {
          "type": "number"
        },
        "Ipv6Addresses": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::LaunchTemplate.Ipv6Add"
          },
          "type": "array"
        },
        "Ipv6PrefixCount": {
          "type": "number"
        },
        "Ipv6Prefixes": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::LaunchTemplate.Ipv6PrefixSpecification"
          },
          "type": "array"
        },
        "NetworkCardIndex": {
          "type": "number"
        },
        "NetworkInterfaceId": {
          "type": "string"
        },
        "PrimaryIpv6": {
          "type": "boolean"
        },
        "PrivateIpAddress": {
          "type": "string"
        },
        "PrivateIpAddresses": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::LaunchTemplate.PrivateIpAdd"
          },
          "type": "array"
        },
        "SecondaryPrivateIpAddressCount": {
          "type": "number"
        },
        "SubnetId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.NetworkInterfaceCount": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.Placement": {
      "type": "object",
      "properties": {
        "Affinity": {
          "type": "string"
        },
        "AvailabilityZone": {
          "type": "string"
        },
        "GroupId": {
          "type": "string"
        },
        "GroupName": {
          "type": "string"
        },
        "HostId": {
          "type": "string"
        },
        "HostResourceGroupArn": {
          "type": "string"
        },
        "PartitionNumber": {
          "type": "number"
        },
        "SpreadDomain": {
          "type": "string"
        },
        "Tenancy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.PrivateDnsNameOptions": {
      "type": "object",
      "properties": {
        "EnableResourceNameDnsAAAARecord": {
          "type": "boolean"
        },
        "EnableResourceNameDnsARecord": {
          "type": "boolean"
        },
        "HostnameType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.PrivateIpAdd": {
      "type": "object",
      "properties": {
        "Primary": {
          "type": "boolean"
        },
        "PrivateIpAddress": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.SpotOptions": {
      "type": "object",
      "properties": {
        "BlockDurationMinutes": {
          "type": "number"
        },
        "InstanceInterruptionBehavior": {
          "type": "string"
        },
        "MaxPrice": {
          "type": "string"
        },
        "SpotInstanceType": {
          "type": "string"
        },
        "ValidUntil": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.TagSpecification": {
      "type": "object",
      "properties": {
        "ResourceType": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.TotalLocalStorageGB": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LaunchTemplate.VCpuCount": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::LocalGatewayRoute": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DestinationCidrBlock": {
              "type": "string"
            },
            "LocalGatewayRouteTableId": {
              "type": "string"
            },
            "LocalGatewayVirtualInterfaceGroupId": {
              "type": "string"
            },
            "NetworkInterfaceId": {
              "type": "string"
            }
          },
          "required": [
            "DestinationCidrBlock",
            "LocalGatewayRouteTableId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::LocalGatewayRoute"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::LocalGatewayRouteTable": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LocalGatewayId": {
              "type": "string"
            },
            "Mode": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "LocalGatewayId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::LocalGatewayRouteTable"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::LocalGatewayRouteTableVPCAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LocalGatewayRouteTableId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "LocalGatewayRouteTableId",
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::LocalGatewayRouteTableVPCAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LocalGatewayRouteTableId": {
              "type": "string"
            },
            "LocalGatewayVirtualInterfaceGroupId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "LocalGatewayRouteTableId",
            "LocalGatewayVirtualInterfaceGroupId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::NatGateway": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllocationId": {
              "type": "string"
            },
            "ConnectivityType": {
              "type": "string"
            },
            "MaxDrainDurationSeconds": {
              "type": "number"
            },
            "PrivateIpAddress": {
              "type": "string"
            },
            "SecondaryAllocationIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SecondaryPrivateIpAddressCount": {
              "type": "number"
            },
            "SecondaryPrivateIpAddresses": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "SubnetId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::NatGateway"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::NetworkAcl": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::NetworkAcl"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::NetworkAclEntry": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CidrBlock": {
              "type": "string"
            },
            "Egress": {
              "type": "boolean"
            },
            "Icmp": {
              "$ref": "#/$defs/AWS::EC2::NetworkAclEntry.Icmp"
            },
            "Ipv6CidrBlock": {
              "type": "string"
            },
            "NetworkAclId": {
              "type": "string"
            },
            "PortRange": {
              "$ref": "#/$defs/AWS::EC2::NetworkAclEntry.PortRange"
            },
            "Protocol": {
              "type": "number"
            },
            "RuleAction": {
              "type": "string"
            },
            "RuleNumber": {
              "type": "number"
            }
          },
          "required": [
            "NetworkAclId",
            "Protocol",
            "RuleAction",
            "RuleNumber"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::NetworkAclEntry"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::NetworkAclEntry.Icmp": {
      "type": "object",
      "properties": {
        "Code": {
          "type": "number"
        },
        "Type": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkAclEntry.PortRange": {
      "type": "object",
      "properties": {
        "From": {
          "type": "number"
        },
        "To": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAccessScope": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ExcludePaths": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::NetworkInsightsAccessScope.AccessScopePathRequest"
              },
              "type": "array"
            },
            "MatchPaths": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::NetworkInsightsAccessScope.AccessScopePathRequest"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::NetworkInsightsAccessScope"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAccessScope.AccessScopePathRequest": {
      "type": "object",
      "properties": {
        "Destination": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAccessScope.PathStatementRequest"
        },
        "Source": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAccessScope.PathStatementRequest"
        },
        "ThroughResources": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::NetworkInsightsAccessScope.ThroughResourcesStatementRequest"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAccessScope.PacketHeaderStatementRequest": {
      "type": "object",
      "properties": {
        "DestinationAddresses": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DestinationPorts": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DestinationPrefixLists": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Protocols": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SourceAddresses": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SourcePorts": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SourcePrefixLists": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAccessScope.PathStatementRequest": {
      "type": "object",
      "properties": {
        "PacketHeaderStatement": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAccessScope.PacketHeaderStatementRequest"
        },
        "ResourceStatement": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAccessScope.ResourceStatementRequest"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAccessScope.ResourceStatementRequest": {
      "type": "object",
      "properties": {
        "ResourceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Resources": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAccessScope.ThroughResourcesStatementRequest": {
      "type": "object",
      "properties": {
        "ResourceStatement": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAccessScope.ResourceStatementRequest"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAccessScopeAnalysis": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "NetworkInsightsAccessScopeId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "NetworkInsightsAccessScopeId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::NetworkInsightsAccessScopeAnalysis"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAnalysis": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdditionalAccounts": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "FilterInArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "NetworkInsightsPathId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "NetworkInsightsPathId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::NetworkInsightsAnalysis"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAnalysis.AdditionalDetail": {
      "type": "object",
      "properties": {
        "AdditionalDetailType": {
          "type": "string"
        },
        "Component": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "LoadBalancers": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
          },
          "type": "array"
        },
        "ServiceName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAnalysis.AlternatePathHint": {
      "type": "object",
      "properties": {
        "ComponentArn": {
          "type": "string"
        },
        "ComponentId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAnalysis.AnalysisAclRule": {
      "type": "object",
      "properties": {
        "Cidr": {
          "type": "string"
        },
        "Egress": {
          "type": "boolean"
        },
        "PortRange": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.PortRange"
        },
        "Protocol": {
          "type": "string"
        },
        "RuleAction": {
          "type": "string"
        },
        "RuleNumber": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAnalysis.AnalysisLoadBalancerListener": {
      "type": "object",
      "properties": {
        "InstancePort": {
          "type": "number"
        },
        "LoadBalancerPort": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAnalysis.AnalysisLoadBalancerTarget": {
      "type": "object",
      "properties": {
        "Address": {
          "type": "string"
        },
        "AvailabilityZone": {
          "type": "string"
        },
        "Instance": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "Port": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAnalysis.AnalysisPacketHeader": {
      "type": "object",
      "properties": {
        "DestinationAddresses": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DestinationPortRanges": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.PortRange"
          },
          "type": "array"
        },
        "Protocol": {
          "type": "string"
        },
        "SourceAddresses": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SourcePortRanges": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.PortRange"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAnalysis.AnalysisRouteTableRoute": {
      "type": "object",
      "properties": {
        "NatGatewayId": {
          "type": "string"
        },
        "NetworkInterfaceId": {
          "type": "string"
        },
        "Origin": {
          "type": "string"
        },
        "State": {
          "type": "string"
        },
        "TransitGatewayId": {
          "type": "string"
        },
        "VpcPeeringConnectionId": {
          "type": "string"
        },
        "destinationCidr": {
          "type": "string"
        },
        "destinationPrefixListId": {
          "type": "string"
        },
        "egressOnlyInternetGatewayId": {
          "type": "string"
        },
        "gatewayId": {
          "type": "string"
        },
        "instanceId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAnalysis.AnalysisSecurityGroupRule": {
      "type": "object",
      "properties": {
        "Cidr": {
          "type": "string"
        },
        "Direction": {
          "type": "string"
        },
        "PortRange": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.PortRange"
        },
        "PrefixListId": {
          "type": "string"
        },
        "Protocol": {
          "type": "string"
        },
        "SecurityGroupId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAnalysis.Explanation": {
      "type": "object",
      "properties": {
        "Acl": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "AclRule": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisAclRule"
        },
        "Address": {
          "type": "string"
        },
        "Addresses": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AttachedTo": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "AvailabilityZones": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Cidrs": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ClassicLoadBalancerListener": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisLoadBalancerListener"
        },
        "Component": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "ComponentAccount": {
          "type": "string"
        },
        "ComponentRegion": {
          "type": "string"
        },
        "CustomerGateway": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "Destination": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "DestinationVpc": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "Direction": {
          "type": "string"
        },
        "ElasticLoadBalancerListener": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "ExplanationCode": {
          "type": "string"
        },
        "IngressRouteTable": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "InternetGateway": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "LoadBalancerArn": {
          "type": "string"
        },
        "LoadBalancerListenerPort": {
          "type": "number"
        },
        "LoadBalancerTarget": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisLoadBalancerTarget"
        },
        "LoadBalancerTargetGroup": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "LoadBalancerTargetGroups": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
          },
          "type": "array"
        },
        "LoadBalancerTargetPort": {
          "type": "number"
        },
        "MissingComponent": {
          "type": "string"
        },
        "NatGateway": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "NetworkInterface": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "PacketField": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "PortRanges": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.PortRange"
          },
          "type": "array"
        },
        "PrefixList": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "Protocols": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RouteTable": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "RouteTableRoute": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisRouteTableRoute"
        },
        "SecurityGroup": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "SecurityGroupRule": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisSecurityGroupRule"
        },
        "SecurityGroups": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
          },
          "type": "array"
        },
        "SourceVpc": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "State": {
          "type": "string"
        },
        "Subnet": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "SubnetRouteTable": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "TransitGateway": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "TransitGatewayAttachment": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "TransitGatewayRouteTable": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "TransitGatewayRouteTableRoute": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.TransitGatewayRouteTableRoute"
        },
        "Vpc": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "VpcPeeringConnection": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "VpnConnection": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "VpnGateway": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "vpcEndpoint": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAnalysis.PathComponent": {
      "type": "object",
      "properties": {
        "AclRule": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisAclRule"
        },
        "AdditionalDetails": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AdditionalDetail"
          },
          "type": "array"
        },
        "Component": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "DestinationVpc": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "ElasticLoadBalancerListener": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "Explanations": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.Explanation"
          },
          "type": "array"
        },
        "InboundHeader": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisPacketHeader"
        },
        "OutboundHeader": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisPacketHeader"
        },
        "RouteTableRoute": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisRouteTableRoute"
        },
        "SecurityGroupRule": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisSecurityGroupRule"
        },
        "SequenceNumber": {
          "type": "number"
        },
        "ServiceName": {
          "type": "string"
        },
        "SourceVpc": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "Subnet": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "TransitGateway": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        },
        "TransitGatewayRouteTableRoute": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.TransitGatewayRouteTableRoute"
        },
        "Vpc": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsAnalysis.AnalysisComponent"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAnalysis.PortRange": {
      "type": "object",
      "properties": {
        "From": {
          "type": "number"
        },
        "To": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsAnalysis.TransitGatewayRouteTableRoute": {
      "type": "object",
      "properties": {
        "AttachmentId": {
          "type": "string"
        },
        "DestinationCidr": {
          "type": "string"
        },
        "PrefixListId": {
          "type": "string"
        },
        "ResourceId": {
          "type": "string"
        },
        "ResourceType": {
          "type": "string"
        },
        "RouteOrigin": {
          "type": "string"
        },
        "State": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsPath": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Destination": {
              "type": "string"
            },
            "DestinationIp": {
              "type": "string"
            },
            "DestinationPort": {
              "type": "number"
            },
            "FilterAtDestination": {
              "$ref": "#/$defs/AWS::EC2::NetworkInsightsPath.PathFilter"
            },
            "FilterAtSource": {
              "$ref": "#/$defs/AWS::EC2::NetworkInsightsPath.PathFilter"
            },
            "Protocol": {
              "type": "string"
            },
            "Source": {
              "type": "string"
            },
            "SourceIp": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Protocol",
            "Source"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::NetworkInsightsPath"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsPath.FilterPortRange": {
      "type": "object",
      "properties": {
        "FromPort": {
          "type": "number"
        },
        "ToPort": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInsightsPath.PathFilter": {
      "type": "object",
      "properties": {
        "DestinationAddress": {
          "type": "string"
        },
        "DestinationPortRange": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsPath.FilterPortRange"
        },
        "SourceAddress": {
          "type": "string"
        },
        "SourcePortRange": {
          "$ref": "#/$defs/AWS::EC2::NetworkInsightsPath.FilterPortRange"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInterface": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConnectionTrackingSpecification": {
              "$ref": "#/$defs/AWS::EC2::NetworkInterface.ConnectionTrackingSpecification"
            },
            "Description": {
              "type": "string"
            },
            "GroupSet": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "InterfaceType": {
              "type": "string"
            },
            "Ipv4PrefixCount": {
              "type": "number"
            },
            "Ipv4Prefixes": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::NetworkInterface.Ipv4PrefixSpecification"
              },
              "type": "array"
            },
            "Ipv6AddressCount": {
              "type": "number"
            },
            "Ipv6Addresses": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::NetworkInterface.InstanceIpv6Address"
              },
              "type": "array"
            },
            "Ipv6PrefixCount": {
              "type": "number"
            },
            "Ipv6Prefixes": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::NetworkInterface.Ipv6PrefixSpecification"
              },
              "type": "array"
            },
            "PrivateIpAddress": {
              "type": "string"
            },
            "PrivateIpAddresses": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::NetworkInterface.PrivateIpAddressSpecification"
              },
              "type": "array"
            },
            "SecondaryPrivateIpAddressCount": {
              "type": "number"
            },
            "SourceDestCheck": {
              "type": "boolean"
            },
            "SubnetId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "SubnetId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::NetworkInterface"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInterface.ConnectionTrackingSpecification": {
      "type": "object",
      "properties": {
        "TcpEstablishedTimeout": {
          "type": "number"
        },
        "UdpStreamTimeout": {
          "type": "number"
        },
        "UdpTimeout": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInterface.InstanceIpv6Address": {
      "type": "object",
      "properties": {
        "Ipv6Address": {
          "type": "string"
        }
      },
      "required": [
        "Ipv6Address"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInterface.Ipv4PrefixSpecification": {
      "type": "object",
      "properties": {
        "Ipv4Prefix": {
          "type": "string"
        }
      },
      "required": [
        "Ipv4Prefix"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInterface.Ipv6PrefixSpecification": {
      "type": "object",
      "properties": {
        "Ipv6Prefix": {
          "type": "string"
        }
      },
      "required": [
        "Ipv6Prefix"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInterface.PrivateIpAddressSpecification": {
      "type": "object",
      "properties": {
        "Primary": {
          "type": "boolean"
        },
        "PrivateIpAddress": {
          "type": "string"
        }
      },
      "required": [
        "Primary",
        "PrivateIpAddress"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInterfaceAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeleteOnTermination": {
              "type": "boolean"
            },
            "DeviceIndex": {
              "type": "string"
            },
            "EnaSrdSpecification": {
              "$ref": "#/$defs/AWS::EC2::NetworkInterfaceAttachment.EnaSrdSpecification"
            },
            "InstanceId": {
              "type": "string"
            },
            "NetworkInterfaceId": {
              "type": "string"
            }
          },
          "required": [
            "DeviceIndex",
            "InstanceId",
            "NetworkInterfaceId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::NetworkInterfaceAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInterfaceAttachment.EnaSrdSpecification": {
      "type": "object",
      "properties": {
        "EnaSrdEnabled": {
          "type": "boolean"
        },
        "EnaSrdUdpSpecification": {
          "$ref": "#/$defs/AWS::EC2::NetworkInterfaceAttachment.EnaSrdUdpSpecification"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInterfaceAttachment.EnaSrdUdpSpecification": {
      "type": "object",
      "properties": {
        "EnaSrdUdpEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::NetworkInterfacePermission": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AwsAccountId": {
              "type": "string"
            },
            "NetworkInterfaceId": {
              "type": "string"
            },
            "Permission": {
              "type": "string"
            }
          },
          "required": [
            "AwsAccountId",
            "NetworkInterfaceId",
            "Permission"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::NetworkInterfacePermission"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::NetworkPerformanceMetricSubscription": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Destination": {
              "type": "string"
            },
            "Metric": {
              "type": "string"
            },
            "Source": {
              "type": "string"
            },
            "Statistic": {
              "type": "string"
            }
          },
          "required": [
            "Destination",
            "Metric",
            "Source",
            "Statistic"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::NetworkPerformanceMetricSubscription"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::PlacementGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PartitionCount": {
              "type": "number"
            },
            "SpreadLevel": {
              "type": "string"
            },
            "Strategy": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::PlacementGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::PrefixList": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AddressFamily": {
              "type": "string"
            },
            "Entries": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::PrefixList.Entry"
              },
              "type": "array"
            },
            "MaxEntries": {
              "type": "number"
            },
            "PrefixListName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AddressFamily",
            "PrefixListName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::PrefixList"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::PrefixList.Entry": {
      "type": "object",
      "properties": {
        "Cidr": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        }
      },
      "required": [
        "Cidr"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::Route": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CarrierGatewayId": {
              "type": "string"
            },
            "CoreNetworkArn": {
              "type": "string"
            },
            "DestinationCidrBlock": {
              "type": "string"
            },
            "DestinationIpv6CidrBlock": {
              "type": "string"
            },
            "DestinationPrefixListId": {
              "type": "string"
            },
            "EgressOnlyInternetGatewayId": {
              "type": "string"
            },
            "GatewayId": {
              "type": "string"
            },
            "InstanceId": {
              "type": "string"
            },
            "LocalGatewayId": {
              "type": "string"
            },
            "NatGatewayId": {
              "type": "string"
            },
            "NetworkInterfaceId": {
              "type": "string"
            },
            "RouteTableId": {
              "type": "string"
            },
            "TransitGatewayId": {
              "type": "string"
            },
            "VpcEndpointId": {
              "type": "string"
            },
            "VpcPeeringConnectionId": {
              "type": "string"
            }
          },
          "required": [
            "RouteTableId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::Route"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::RouteTable": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::RouteTable"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SecurityGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "GroupDescription": {
              "type": "string"
            },
            "GroupName": {
              "type": "string"
            },
            "SecurityGroupEgress": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::SecurityGroup.Egress"
              },
              "type": "array"
            },
            "SecurityGroupIngress": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::SecurityGroup.Ingress"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "GroupDescription"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::SecurityGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SecurityGroup.Egress": {
      "type": "object",
      "properties": {
        "CidrIp": {
          "type": "string"
        },
        "CidrIpv6": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "DestinationPrefixListId": {
          "type": "string"
        },
        "DestinationSecurityGroupId": {
          "type": "string"
        },
        "FromPort": {
          "type": "number"
        },
        "IpProtocol": {
          "type": "string"
        },
        "ToPort": {
          "type": "number"
        }
      },
      "required": [
        "IpProtocol"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SecurityGroup.Ingress": {
      "type": "object",
      "properties": {
        "CidrIp": {
          "type": "string"
        },
        "CidrIpv6": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "FromPort": {
          "type": "number"
        },
        "IpProtocol": {
          "type": "string"
        },
        "SourcePrefixListId": {
          "type": "string"
        },
        "SourceSecurityGroupId": {
          "type": "string"
        },
        "SourceSecurityGroupName": {
          "type": "string"
        },
        "SourceSecurityGroupOwnerId": {
          "type": "string"
        },
        "ToPort": {
          "type": "number"
        }
      },
      "required": [
        "IpProtocol"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SecurityGroupEgress": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CidrIp": {
              "type": "string"
            },
            "CidrIpv6": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DestinationPrefixListId": {
              "type": "string"
            },
            "DestinationSecurityGroupId": {
              "type": "string"
            },
            "FromPort": {
              "type": "number"
            },
            "GroupId": {
              "type": "string"
            },
            "IpProtocol": {
              "type": "string"
            },
            "ToPort": {
              "type": "number"
            }
          },
          "required": [
            "GroupId",
            "IpProtocol"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::SecurityGroupEgress"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SecurityGroupIngress": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CidrIp": {
              "type": "string"
            },
            "CidrIpv6": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "FromPort": {
              "type": "number"
            },
            "GroupId": {
              "type": "string"
            },
            "GroupName": {
              "type": "string"
            },
            "IpProtocol": {
              "type": "string"
            },
            "SourcePrefixListId": {
              "type": "string"
            },
            "SourceSecurityGroupId": {
              "type": "string"
            },
            "SourceSecurityGroupName": {
              "type": "string"
            },
            "SourceSecurityGroupOwnerId": {
              "type": "string"
            },
            "ToPort": {
              "type": "number"
            }
          },
          "required": [
            "IpProtocol"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::SecurityGroupIngress"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SnapshotBlockPublicAccess": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "State": {
              "type": "string"
            }
          },
          "required": [
            "State"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::SnapshotBlockPublicAccess"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "SpotFleetRequestConfigData": {
              "$ref": "#/$defs/AWS::EC2::SpotFleet.SpotFleetRequestConfigData"
            }
          },
          "required": [
            "SpotFleetRequestConfigData"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::SpotFleet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.AcceleratorCountRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.AcceleratorTotalMemoryMiBRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.BaselineEbsBandwidthMbpsRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.BlockDeviceMapping": {
      "type": "object",
      "properties": {
        "DeviceName": {
          "type": "string"
        },
        "Ebs": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.EbsBlockDevice"
        },
        "NoDevice": {
          "type": "string"
        },
        "VirtualName": {
          "type": "string"
        }
      },
      "required": [
        "DeviceName"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.ClassicLoadBalancer": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.ClassicLoadBalancersConfig": {
      "type": "object",
      "properties": {
        "ClassicLoadBalancers": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::SpotFleet.ClassicLoadBalancer"
          },
          "type": "array"
        }
      },
      "required": [
        "ClassicLoadBalancers"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.EbsBlockDevice": {
      "type": "object",
      "properties": {
        "DeleteOnTermination": {
          "type": "boolean"
        },
        "Encrypted": {
          "type": "boolean"
        },
        "Iops": {
          "type": "number"
        },
        "SnapshotId": {
          "type": "string"
        },
        "VolumeSize": {
          "type": "number"
        },
        "VolumeType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.FleetLaunchTemplateSpecification": {
      "type": "object",
      "properties": {
        "LaunchTemplateId": {
          "type": "string"
        },
        "LaunchTemplateName": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "required": [
        "Version"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.GroupIdentifier": {
      "type": "object",
      "properties": {
        "GroupId": {
          "type": "string"
        }
      },
      "required": [
        "GroupId"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.IamInstanceProfileSpecification": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.InstanceIpv6Address": {
      "type": "object",
      "properties": {
        "Ipv6Address": {
          "type": "string"
        }
      },
      "required": [
        "Ipv6Address"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.InstanceNetworkInterfaceSpecification": {
      "type": "object",
      "properties": {
        "AssociatePublicIpAddress": {
          "type": "boolean"
        },
        "DeleteOnTermination": {
          "type": "boolean"
        },
        "Description": {
          "type": "string"
        },
        "DeviceIndex": {
          "type": "number"
        },
        "Groups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Ipv6AddressCount": {
          "type": "number"
        },
        "Ipv6Addresses": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::SpotFleet.InstanceIpv6Address"
          },
          "type": "array"
        },
        "NetworkInterfaceId": {
          "type": "string"
        },
        "PrivateIpAddresses": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::SpotFleet.PrivateIpAddressSpecification"
          },
          "type": "array"
        },
        "SecondaryPrivateIpAddressCount": {
          "type": "number"
        },
        "SubnetId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.InstanceRequirementsRequest": {
      "type": "object",
      "properties": {
        "AcceleratorCount": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.AcceleratorCountRequest"
        },
        "AcceleratorManufacturers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AcceleratorNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AcceleratorTotalMemoryMiB": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.AcceleratorTotalMemoryMiBRequest"
        },
        "AcceleratorTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllowedInstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "BareMetal": {
          "type": "string"
        },
        "BaselineEbsBandwidthMbps": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.BaselineEbsBandwidthMbpsRequest"
        },
        "BurstablePerformance": {
          "type": "string"
        },
        "CpuManufacturers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ExcludedInstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "InstanceGenerations": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "LocalStorage": {
          "type": "string"
        },
        "LocalStorageTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": {
          "type": "number"
        },
        "MemoryGiBPerVCpu": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.MemoryGiBPerVCpuRequest"
        },
        "MemoryMiB": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.MemoryMiBRequest"
        },
        "NetworkBandwidthGbps": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.NetworkBandwidthGbpsRequest"
        },
        "NetworkInterfaceCount": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.NetworkInterfaceCountRequest"
        },
        "OnDemandMaxPricePercentageOverLowestPrice": {
          "type": "number"
        },
        "RequireHibernateSupport": {
          "type": "boolean"
        },
        "SpotMaxPricePercentageOverLowestPrice": {
          "type": "number"
        },
        "TotalLocalStorageGB": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.TotalLocalStorageGBRequest"
        },
        "VCpuCount": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.VCpuCountRangeRequest"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.LaunchTemplateConfig": {
      "type": "object",
      "properties": {
        "LaunchTemplateSpecification": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.FleetLaunchTemplateSpecification"
        },
        "Overrides": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::SpotFleet.LaunchTemplateOverrides"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.LaunchTemplateOverrides": {
      "type": "object",
      "properties": {
        "AvailabilityZone": {
          "type": "string"
        },
        "InstanceRequirements": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.InstanceRequirementsRequest"
        },
        "InstanceType": {
          "type": "string"
        },
        "Priority": {
          "type": "number"
        },
        "SpotPrice": {
          "type": "string"
        },
        "SubnetId": {
          "type": "string"
        },
        "WeightedCapacity": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.LoadBalancersConfig": {
      "type": "object",
      "properties": {
        "ClassicLoadBalancersConfig": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.ClassicLoadBalancersConfig"
        },
        "TargetGroupsConfig": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.TargetGroupsConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.MemoryGiBPerVCpuRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.MemoryMiBRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.NetworkBandwidthGbpsRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.NetworkInterfaceCountRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.PrivateIpAddressSpecification": {
      "type": "object",
      "properties": {
        "Primary": {
          "type": "boolean"
        },
        "PrivateIpAddress": {
          "type": "string"
        }
      },
      "required": [
        "PrivateIpAddress"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.SpotCapacityRebalance": {
      "type": "object",
      "properties": {
        "ReplacementStrategy": {
          "type": "string"
        },
        "TerminationDelay": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.SpotFleetLaunchSpecification": {
      "type": "object",
      "properties": {
        "BlockDeviceMappings": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::SpotFleet.BlockDeviceMapping"
          },
          "type": "array"
        },
        "EbsOptimized": {
          "type": "boolean"
        },
        "IamInstanceProfile": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.IamInstanceProfileSpecification"
        },
        "ImageId": {
          "type": "string"
        },
        "InstanceRequirements": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.InstanceRequirementsRequest"
        },
        "InstanceType": {
          "type": "string"
        },
        "KernelId": {
          "type": "string"
        },
        "KeyName": {
          "type": "string"
        },
        "Monitoring": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.SpotFleetMonitoring"
        },
        "NetworkInterfaces": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::SpotFleet.InstanceNetworkInterfaceSpecification"
          },
          "type": "array"
        },
        "Placement": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.SpotPlacement"
        },
        "RamdiskId": {
          "type": "string"
        },
        "SecurityGroups": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::SpotFleet.GroupIdentifier"
          },
          "type": "array"
        },
        "SpotPrice": {
          "type": "string"
        },
        "SubnetId": {
          "type": "string"
        },
        "TagSpecifications": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::SpotFleet.SpotFleetTagSpecification"
          },
          "type": "array"
        },
        "UserData": {
          "type": "string"
        },
        "WeightedCapacity": {
          "type": "number"
        }
      },
      "required": [
        "ImageId"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.SpotFleetMonitoring": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.SpotFleetRequestConfigData": {
      "type": "object",
      "properties": {
        "AllocationStrategy": {
          "type": "string"
        },
        "Context": {
          "type": "string"
        },
        "ExcessCapacityTerminationPolicy": {
          "type": "string"
        },
        "IamFleetRole": {
          "type": "string"
        },
        "InstanceInterruptionBehavior": {
          "type": "string"
        },
        "InstancePoolsToUseCount": {
          "type": "number"
        },
        "LaunchSpecifications": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::SpotFleet.SpotFleetLaunchSpecification"
          },
          "type": "array"
        },
        "LaunchTemplateConfigs": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::SpotFleet.LaunchTemplateConfig"
          },
          "type": "array"
        },
        "LoadBalancersConfig": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.LoadBalancersConfig"
        },
        "OnDemandAllocationStrategy": {
          "type": "string"
        },
        "OnDemandMaxTotalPrice": {
          "type": "string"
        },
        "OnDemandTargetCapacity": {
          "type": "number"
        },
        "ReplaceUnhealthyInstances": {
          "type": "boolean"
        },
        "SpotMaintenanceStrategies": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.SpotMaintenanceStrategies"
        },
        "SpotMaxTotalPrice": {
          "type": "string"
        },
        "SpotPrice": {
          "type": "string"
        },
        "TagSpecifications": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::SpotFleet.SpotFleetTagSpecification"
          },
          "type": "array"
        },
        "TargetCapacity": {
          "type": "number"
        },
        "TargetCapacityUnitType": {
          "type": "string"
        },
        "TerminateInstancesWithExpiration": {
          "type": "boolean"
        },
        "Type": {
          "type": "string"
        },
        "ValidFrom": {
          "type": "string"
        },
        "ValidUntil": {
          "type": "string"
        }
      },
      "required": [
        "IamFleetRole",
        "TargetCapacity"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.SpotFleetTagSpecification": {
      "type": "object",
      "properties": {
        "ResourceType": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.SpotMaintenanceStrategies": {
      "type": "object",
      "properties": {
        "CapacityRebalance": {
          "$ref": "#/$defs/AWS::EC2::SpotFleet.SpotCapacityRebalance"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.SpotPlacement": {
      "type": "object",
      "properties": {
        "AvailabilityZone": {
          "type": "string"
        },
        "GroupName": {
          "type": "string"
        },
        "Tenancy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.TargetGroup": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        }
      },
      "required": [
        "Arn"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.TargetGroupsConfig": {
      "type": "object",
      "properties": {
        "TargetGroups": {
          "items": {
            "$ref": "#/$defs/AWS::EC2::SpotFleet.TargetGroup"
          },
          "type": "array"
        }
      },
      "required": [
        "TargetGroups"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.TotalLocalStorageGBRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SpotFleet.VCpuCountRangeRequest": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::Subnet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssignIpv6AddressOnCreation": {
              "type": "boolean"
            },
            "AvailabilityZone": {
              "type": "string"
            },
            "AvailabilityZoneId": {
              "type": "string"
            },
            "CidrBlock": {
              "type": "string"
            },
            "EnableDns64": {
              "type": "boolean"
            },
            "EnableLniAtDeviceIndex": {
              "type": "number"
            },
            "Ipv4IpamPoolId": {
              "type": "string"
            },
            "Ipv4NetmaskLength": {
              "type": "number"
            },
            "Ipv6CidrBlock": {
              "type": "string"
            },
            "Ipv6CidrBlocks": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Ipv6IpamPoolId": {
              "type": "string"
            },
            "Ipv6Native": {
              "type": "boolean"
            },
            "Ipv6NetmaskLength": {
              "type": "number"
            },
            "MapPublicIpOnLaunch": {
              "type": "boolean"
            },
            "OutpostArn": {
              "type": "string"
            },
            "PrivateDnsNameOptionsOnLaunch": {
              "$ref": "#/$defs/AWS::EC2::Subnet.PrivateDnsNameOptionsOnLaunch"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::Subnet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::Subnet.PrivateDnsNameOptionsOnLaunch": {
      "type": "object",
      "properties": {
        "EnableResourceNameDnsAAAARecord": {
          "type": "boolean"
        },
        "EnableResourceNameDnsARecord": {
          "type": "boolean"
        },
        "HostnameType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::SubnetCidrBlock": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Ipv6CidrBlock": {
              "type": "string"
            },
            "Ipv6IpamPoolId": {
              "type": "string"
            },
            "Ipv6NetmaskLength": {
              "type": "number"
            },
            "SubnetId": {
              "type": "string"
            }
          },
          "required": [
            "SubnetId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::SubnetCidrBlock"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SubnetNetworkAclAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "NetworkAclId": {
              "type": "string"
            },
            "SubnetId": {
              "type": "string"
            }
          },
          "required": [
            "NetworkAclId",
            "SubnetId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::SubnetNetworkAclAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::SubnetRouteTableAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "RouteTableId": {
              "type": "string"
            },
            "SubnetId": {
              "type": "string"
            }
          },
          "required": [
            "RouteTableId",
            "SubnetId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::SubnetRouteTableAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TrafficMirrorFilter": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "NetworkServices": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TrafficMirrorFilter"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TrafficMirrorFilterRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DestinationCidrBlock": {
              "type": "string"
            },
            "DestinationPortRange": {
              "$ref": "#/$defs/AWS::EC2::TrafficMirrorFilterRule.TrafficMirrorPortRange"
            },
            "Protocol": {
              "type": "number"
            },
            "RuleAction": {
              "type": "string"
            },
            "RuleNumber": {
              "type": "number"
            },
            "SourceCidrBlock": {
              "type": "string"
            },
            "SourcePortRange": {
              "$ref": "#/$defs/AWS::EC2::TrafficMirrorFilterRule.TrafficMirrorPortRange"
            },
            "TrafficDirection": {
              "type": "string"
            },
            "TrafficMirrorFilterId": {
              "type": "string"
            }
          },
          "required": [
            "DestinationCidrBlock",
            "RuleAction",
            "RuleNumber",
            "SourceCidrBlock",
            "TrafficDirection",
            "TrafficMirrorFilterId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TrafficMirrorFilterRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TrafficMirrorFilterRule.TrafficMirrorPortRange": {
      "type": "object",
      "properties": {
        "FromPort": {
          "type": "number"
        },
        "ToPort": {
          "type": "number"
        }
      },
      "required": [
        "FromPort",
        "ToPort"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TrafficMirrorSession": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "NetworkInterfaceId": {
              "type": "string"
            },
            "PacketLength": {
              "type": "number"
            },
            "SessionNumber": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TrafficMirrorFilterId": {
              "type": "string"
            },
            "TrafficMirrorTargetId": {
              "type": "string"
            },
            "VirtualNetworkId": {
              "type": "number"
            }
          },
          "required": [
            "NetworkInterfaceId",
            "SessionNumber",
            "TrafficMirrorFilterId",
            "TrafficMirrorTargetId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TrafficMirrorSession"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TrafficMirrorTarget": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "GatewayLoadBalancerEndpointId": {
              "type": "string"
            },
            "NetworkInterfaceId": {
              "type": "string"
            },
            "NetworkLoadBalancerArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TrafficMirrorTarget"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TransitGateway": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AmazonSideAsn": {
              "type": "number"
            },
            "AssociationDefaultRouteTableId": {
              "type": "string"
            },
            "AutoAcceptSharedAttachments": {
              "type": "string"
            },
            "DefaultRouteTableAssociation": {
              "type": "string"
            },
            "DefaultRouteTablePropagation": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DnsSupport": {
              "type": "string"
            },
            "MulticastSupport": {
              "type": "string"
            },
            "PropagationDefaultRouteTableId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TransitGatewayCidrBlocks": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "VpnEcmpSupport": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TransitGateway"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Options": {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayAttachment.Options"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TransitGatewayId": {
              "type": "string"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "SubnetIds",
            "TransitGatewayId",
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TransitGatewayAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayAttachment.Options": {
      "type": "object",
      "properties": {
        "ApplianceModeSupport": {
          "type": "string"
        },
        "DnsSupport": {
          "type": "string"
        },
        "Ipv6Support": {
          "type": "string"
        },
        "SecurityGroupReferencingSupport": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayConnect": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Options": {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayConnect.TransitGatewayConnectOptions"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TransportTransitGatewayAttachmentId": {
              "type": "string"
            }
          },
          "required": [
            "Options",
            "TransportTransitGatewayAttachmentId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TransitGatewayConnect"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayConnect.TransitGatewayConnectOptions": {
      "type": "object",
      "properties": {
        "Protocol": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayMulticastDomain": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Options": {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayMulticastDomain.Options"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TransitGatewayId": {
              "type": "string"
            }
          },
          "required": [
            "TransitGatewayId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TransitGatewayMulticastDomain"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayMulticastDomain.Options": {
      "type": "object",
      "properties": {
        "AutoAcceptSharedAssociations": {
          "type": "string"
        },
        "Igmpv2Support": {
          "type": "string"
        },
        "StaticSourcesSupport": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayMulticastDomainAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "SubnetId": {
              "type": "string"
            },
            "TransitGatewayAttachmentId": {
              "type": "string"
            },
            "TransitGatewayMulticastDomainId": {
              "type": "string"
            }
          },
          "required": [
            "SubnetId",
            "TransitGatewayAttachmentId",
            "TransitGatewayMulticastDomainId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TransitGatewayMulticastDomainAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayMulticastGroupMember": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "GroupIpAddress": {
              "type": "string"
            },
            "NetworkInterfaceId": {
              "type": "string"
            },
            "TransitGatewayMulticastDomainId": {
              "type": "string"
            }
          },
          "required": [
            "GroupIpAddress",
            "NetworkInterfaceId",
            "TransitGatewayMulticastDomainId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TransitGatewayMulticastGroupMember"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayMulticastGroupSource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "GroupIpAddress": {
              "type": "string"
            },
            "NetworkInterfaceId": {
              "type": "string"
            },
            "TransitGatewayMulticastDomainId": {
              "type": "string"
            }
          },
          "required": [
            "GroupIpAddress",
            "NetworkInterfaceId",
            "TransitGatewayMulticastDomainId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TransitGatewayMulticastGroupSource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayPeeringAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PeerAccountId": {
              "type": "string"
            },
            "PeerRegion": {
              "type": "string"
            },
            "PeerTransitGatewayId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TransitGatewayId": {
              "type": "string"
            }
          },
          "required": [
            "PeerAccountId",
            "PeerRegion",
            "PeerTransitGatewayId",
            "TransitGatewayId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TransitGatewayPeeringAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayPeeringAttachment.PeeringAttachmentStatus": {
      "type": "object",
      "properties": {
        "Code": {
          "type": "string"
        },
        "Message": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayRoute": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Blackhole": {
              "type": "boolean"
            },
            "DestinationCidrBlock": {
              "type": "string"
            },
            "TransitGatewayAttachmentId": {
              "type": "string"
            },
            "TransitGatewayRouteTableId": {
              "type": "string"
            }
          },
          "required": [
            "TransitGatewayRouteTableId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TransitGatewayRoute"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayRouteTable": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TransitGatewayId": {
              "type": "string"
            }
          },
          "required": [
            "TransitGatewayId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TransitGatewayRouteTable"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayRouteTableAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "TransitGatewayAttachmentId": {
              "type": "string"
            },
            "TransitGatewayRouteTableId": {
              "type": "string"
            }
          },
          "required": [
            "TransitGatewayAttachmentId",
            "TransitGatewayRouteTableId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TransitGatewayRouteTableAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayRouteTablePropagation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "TransitGatewayAttachmentId": {
              "type": "string"
            },
            "TransitGatewayRouteTableId": {
              "type": "string"
            }
          },
          "required": [
            "TransitGatewayAttachmentId",
            "TransitGatewayRouteTableId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TransitGatewayRouteTablePropagation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayVpcAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AddSubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Options": {
              "$ref": "#/$defs/AWS::EC2::TransitGatewayVpcAttachment.Options"
            },
            "RemoveSubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TransitGatewayId": {
              "type": "string"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "SubnetIds",
            "TransitGatewayId",
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::TransitGatewayVpcAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::TransitGatewayVpcAttachment.Options": {
      "type": "object",
      "properties": {
        "ApplianceModeSupport": {
          "type": "string"
        },
        "DnsSupport": {
          "type": "string"
        },
        "Ipv6Support": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::VPC": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CidrBlock": {
              "type": "string"
            },
            "EnableDnsHostnames": {
              "type": "boolean"
            },
            "EnableDnsSupport": {
              "type": "boolean"
            },
            "InstanceTenancy": {
              "type": "string"
            },
            "Ipv4IpamPoolId": {
              "type": "string"
            },
            "Ipv4NetmaskLength": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VPC"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VPCCidrBlock": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AmazonProvidedIpv6CidrBlock": {
              "type": "boolean"
            },
            "CidrBlock": {
              "type": "string"
            },
            "Ipv4IpamPoolId": {
              "type": "string"
            },
            "Ipv4NetmaskLength": {
              "type": "number"
            },
            "Ipv6CidrBlock": {
              "type": "string"
            },
            "Ipv6IpamPoolId": {
              "type": "string"
            },
            "Ipv6NetmaskLength": {
              "type": "number"
            },
            "Ipv6Pool": {
              "type": "string"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VPCCidrBlock"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VPCDHCPOptionsAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DhcpOptionsId": {
              "type": "string"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "DhcpOptionsId",
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VPCDHCPOptionsAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VPCEndpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PolicyDocument": {
              "type": "object"
            },
            "PrivateDnsEnabled": {
              "type": "boolean"
            },
            "RouteTableIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ServiceName": {
              "type": "string"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "VpcEndpointType": {
              "type": "string"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "ServiceName",
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VPCEndpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VPCEndpointConnectionNotification": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConnectionEvents": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ConnectionNotificationArn": {
              "type": "string"
            },
            "ServiceId": {
              "type": "string"
            },
            "VPCEndpointId": {
              "type": "string"
            }
          },
          "required": [
            "ConnectionEvents",
            "ConnectionNotificationArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VPCEndpointConnectionNotification"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VPCEndpointService": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptanceRequired": {
              "type": "boolean"
            },
            "ContributorInsightsEnabled": {
              "type": "boolean"
            },
            "GatewayLoadBalancerArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "NetworkLoadBalancerArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PayerResponsibility": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VPCEndpointService"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VPCEndpointServicePermissions": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllowedPrincipals": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ServiceId": {
              "type": "string"
            }
          },
          "required": [
            "ServiceId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VPCEndpointServicePermissions"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VPCGatewayAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InternetGatewayId": {
              "type": "string"
            },
            "VpcId": {
              "type": "string"
            },
            "VpnGatewayId": {
              "type": "string"
            }
          },
          "required": [
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VPCGatewayAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VPCPeeringConnection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PeerOwnerId": {
              "type": "string"
            },
            "PeerRegion": {
              "type": "string"
            },
            "PeerRoleArn": {
              "type": "string"
            },
            "PeerVpcId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "PeerVpcId",
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VPCPeeringConnection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VPNConnection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CustomerGatewayId": {
              "type": "string"
            },
            "StaticRoutesOnly": {
              "type": "boolean"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TransitGatewayId": {
              "type": "string"
            },
            "Type": {
              "type": "string"
            },
            "VpnGatewayId": {
              "type": "string"
            },
            "VpnTunnelOptionsSpecifications": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::VPNConnection.VpnTunnelOptionsSpecification"
              },
              "type": "array"
            }
          },
          "required": [
            "CustomerGatewayId",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VPNConnection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VPNConnection.VpnTunnelOptionsSpecification": {
      "type": "object",
      "properties": {
        "PreSharedKey": {
          "type": "string"
        },
        "TunnelInsideCidr": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::VPNConnectionRoute": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DestinationCidrBlock": {
              "type": "string"
            },
            "VpnConnectionId": {
              "type": "string"
            }
          },
          "required": [
            "DestinationCidrBlock",
            "VpnConnectionId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VPNConnectionRoute"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VPNGateway": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AmazonSideAsn": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VPNGateway"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VPNGatewayRoutePropagation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "RouteTableIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "VpnGatewayId": {
              "type": "string"
            }
          },
          "required": [
            "RouteTableIds",
            "VpnGatewayId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VPNGatewayRoutePropagation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessEndpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationDomain": {
              "type": "string"
            },
            "AttachmentType": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DomainCertificateArn": {
              "type": "string"
            },
            "EndpointDomainPrefix": {
              "type": "string"
            },
            "EndpointType": {
              "type": "string"
            },
            "LoadBalancerOptions": {
              "$ref": "#/$defs/AWS::EC2::VerifiedAccessEndpoint.LoadBalancerOptions"
            },
            "NetworkInterfaceOptions": {
              "$ref": "#/$defs/AWS::EC2::VerifiedAccessEndpoint.NetworkInterfaceOptions"
            },
            "PolicyDocument": {
              "type": "string"
            },
            "PolicyEnabled": {
              "type": "boolean"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SseSpecification": {
              "$ref": "#/$defs/AWS::EC2::VerifiedAccessEndpoint.SseSpecification"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VerifiedAccessGroupId": {
              "type": "string"
            }
          },
          "required": [
            "ApplicationDomain",
            "AttachmentType",
            "DomainCertificateArn",
            "EndpointDomainPrefix",
            "EndpointType",
            "VerifiedAccessGroupId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VerifiedAccessEndpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessEndpoint.LoadBalancerOptions": {
      "type": "object",
      "properties": {
        "LoadBalancerArn": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "Protocol": {
          "type": "string"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessEndpoint.NetworkInterfaceOptions": {
      "type": "object",
      "properties": {
        "NetworkInterfaceId": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "Protocol": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessEndpoint.SseSpecification": {
      "type": "object",
      "properties": {
        "CustomerManagedKeyEnabled": {
          "type": "boolean"
        },
        "KmsKeyArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "PolicyDocument": {
              "type": "string"
            },
            "PolicyEnabled": {
              "type": "boolean"
            },
            "SseSpecification": {
              "$ref": "#/$defs/AWS::EC2::VerifiedAccessGroup.SseSpecification"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VerifiedAccessInstanceId": {
              "type": "string"
            }
          },
          "required": [
            "VerifiedAccessInstanceId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VerifiedAccessGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessGroup.SseSpecification": {
      "type": "object",
      "properties": {
        "CustomerManagedKeyEnabled": {
          "type": "boolean"
        },
        "KmsKeyArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessInstance": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "FipsEnabled": {
              "type": "boolean"
            },
            "LoggingConfigurations": {
              "$ref": "#/$defs/AWS::EC2::VerifiedAccessInstance.VerifiedAccessLogs"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VerifiedAccessTrustProviderIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "VerifiedAccessTrustProviders": {
              "items": {
                "$ref": "#/$defs/AWS::EC2::VerifiedAccessInstance.VerifiedAccessTrustProvider"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VerifiedAccessInstance"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessInstance.CloudWatchLogs": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "LogGroup": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessInstance.KinesisDataFirehose": {
      "type": "object",
      "properties": {
        "DeliveryStream": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessInstance.S3": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "BucketOwner": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessInstance.VerifiedAccessLogs": {
      "type": "object",
      "properties": {
        "CloudWatchLogs": {
          "$ref": "#/$defs/AWS::EC2::VerifiedAccessInstance.CloudWatchLogs"
        },
        "IncludeTrustContext": {
          "type": "boolean"
        },
        "KinesisDataFirehose": {
          "$ref": "#/$defs/AWS::EC2::VerifiedAccessInstance.KinesisDataFirehose"
        },
        "LogVersion": {
          "type": "string"
        },
        "S3": {
          "$ref": "#/$defs/AWS::EC2::VerifiedAccessInstance.S3"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessInstance.VerifiedAccessTrustProvider": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "DeviceTrustProviderType": {
          "type": "string"
        },
        "TrustProviderType": {
          "type": "string"
        },
        "UserTrustProviderType": {
          "type": "string"
        },
        "VerifiedAccessTrustProviderId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessTrustProvider": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DeviceOptions": {
              "$ref": "#/$defs/AWS::EC2::VerifiedAccessTrustProvider.DeviceOptions"
            },
            "DeviceTrustProviderType": {
              "type": "string"
            },
            "OidcOptions": {
              "$ref": "#/$defs/AWS::EC2::VerifiedAccessTrustProvider.OidcOptions"
            },
            "PolicyReferenceName": {
              "type": "string"
            },
            "SseSpecification": {
              "$ref": "#/$defs/AWS::EC2::VerifiedAccessTrustProvider.SseSpecification"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TrustProviderType": {
              "type": "string"
            },
            "UserTrustProviderType": {
              "type": "string"
            }
          },
          "required": [
            "PolicyReferenceName",
            "TrustProviderType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VerifiedAccessTrustProvider"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessTrustProvider.DeviceOptions": {
      "type": "object",
      "properties": {
        "PublicSigningKeyUrl": {
          "type": "string"
        },
        "TenantId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessTrustProvider.OidcOptions": {
      "type": "object",
      "properties": {
        "AuthorizationEndpoint": {
          "type": "string"
        },
        "ClientId": {
          "type": "string"
        },
        "ClientSecret": {
          "type": "string"
        },
        "Issuer": {
          "type": "string"
        },
        "Scope": {
          "type": "string"
        },
        "TokenEndpoint": {
          "type": "string"
        },
        "UserInfoEndpoint": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::VerifiedAccessTrustProvider.SseSpecification": {
      "type": "object",
      "properties": {
        "CustomerManagedKeyEnabled": {
          "type": "boolean"
        },
        "KmsKeyArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EC2::Volume": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoEnableIO": {
              "type": "boolean"
            },
            "AvailabilityZone": {
              "type": "string"
            },
            "Encrypted": {
              "type": "boolean"
            },
            "Iops": {
              "type": "number"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "MultiAttachEnabled": {
              "type": "boolean"
            },
            "OutpostArn": {
              "type": "string"
            },
            "Size": {
              "type": "number"
            },
            "SnapshotId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Throughput": {
              "type": "number"
            },
            "VolumeType": {
              "type": "string"
            }
          },
          "required": [
            "AvailabilityZone"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::Volume"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EC2::VolumeAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Device": {
              "type": "string"
            },
            "InstanceId": {
              "type": "string"
            },
            "VolumeId": {
              "type": "string"
            }
          },
          "required": [
            "InstanceId",
            "VolumeId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EC2::VolumeAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ECR::PublicRepository": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "RepositoryCatalogData": {
              "$ref": "#/$defs/AWS::ECR::PublicRepository.RepositoryCatalogData"
            },
            "RepositoryName": {
              "type": "string"
            },
            "RepositoryPolicyText": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ECR::PublicRepository"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ECR::PublicRepository.RepositoryCatalogData": {
      "type": "object",
      "properties": {
        "AboutText": {
          "type": "string"
        },
        "Architectures": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "OperatingSystems": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RepositoryDescription": {
          "type": "string"
        },
        "UsageText": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECR::PullThroughCacheRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CredentialArn": {
              "type": "string"
            },
            "EcrRepositoryPrefix": {
              "type": "string"
            },
            "UpstreamRegistry": {
              "type": "string"
            },
            "UpstreamRegistryUrl": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ECR::PullThroughCacheRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ECR::RegistryPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PolicyText": {
              "type": "object"
            }
          },
          "required": [
            "PolicyText"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ECR::RegistryPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ECR::ReplicationConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ReplicationConfiguration": {
              "$ref": "#/$defs/AWS::ECR::ReplicationConfiguration.ReplicationConfiguration"
            }
          },
          "required": [
            "ReplicationConfiguration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ECR::ReplicationConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ECR::ReplicationConfiguration.ReplicationConfiguration": {
      "type": "object",
      "properties": {
        "Rules": {
          "items": {
            "$ref": "#/$defs/AWS::ECR::ReplicationConfiguration.ReplicationRule"
          },
          "type": "array"
        }
      },
      "required": [
        "Rules"
      ],
      "additionalProperties": false
    },
    "AWS::ECR::ReplicationConfiguration.ReplicationDestination": {
      "type": "object",
      "properties": {
        "Region": {
          "type": "string"
        },
        "RegistryId": {
          "type": "string"
        }
      },
      "required": [
        "Region",
        "RegistryId"
      ],
      "additionalProperties": false
    },
    "AWS::ECR::ReplicationConfiguration.ReplicationRule": {
      "type": "object",
      "properties": {
        "Destinations": {
          "items": {
            "$ref": "#/$defs/AWS::ECR::ReplicationConfiguration.ReplicationDestination"
          },
          "type": "array"
        },
        "RepositoryFilters": {
          "items": {
            "$ref": "#/$defs/AWS::ECR::ReplicationConfiguration.RepositoryFilter"
          },
          "type": "array"
        }
      },
      "required": [
        "Destinations"
      ],
      "additionalProperties": false
    },
    "AWS::ECR::ReplicationConfiguration.RepositoryFilter": {
      "type": "object",
      "properties": {
        "Filter": {
          "type": "string"
        },
        "FilterType": {
          "type": "string"
        }
      },
      "required": [
        "Filter",
        "FilterType"
      ],
      "additionalProperties": false
    },
    "AWS::ECR::Repository": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EmptyOnDelete": {
              "type": "boolean"
            },
            "EncryptionConfiguration": {
              "$ref": "#/$defs/AWS::ECR::Repository.EncryptionConfiguration"
            },
            "ImageScanningConfiguration": {
              "$ref": "#/$defs/AWS::ECR::Repository.ImageScanningConfiguration"
            },
            "ImageTagMutability": {
              "type": "string"
            },
            "LifecyclePolicy": {
              "$ref": "#/$defs/AWS::ECR::Repository.LifecyclePolicy"
            },
            "RepositoryName": {
              "type": "string"
            },
            "RepositoryPolicyText": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ECR::Repository"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ECR::Repository.EncryptionConfiguration": {
      "type": "object",
      "properties": {
        "EncryptionType": {
          "type": "string"
        },
        "KmsKey": {
          "type": "string"
        }
      },
      "required": [
        "EncryptionType"
      ],
      "additionalProperties": false
    },
    "AWS::ECR::Repository.ImageScanningConfiguration": {
      "type": "object",
      "properties": {
        "ScanOnPush": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECR::Repository.LifecyclePolicy": {
      "type": "object",
      "properties": {
        "LifecyclePolicyText": {
          "type": "string"
        },
        "RegistryId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECR::RepositoryCreationTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AppliedFor": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "EncryptionConfiguration": {
              "$ref": "#/$defs/AWS::ECR::RepositoryCreationTemplate.EncryptionConfiguration"
            },
            "ImageTagMutability": {
              "type": "string"
            },
            "LifecyclePolicy": {
              "type": "string"
            },
            "Prefix": {
              "type": "string"
            },
            "RepositoryPolicy": {
              "type": "string"
            },
            "ResourceTags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AppliedFor",
            "Prefix"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ECR::RepositoryCreationTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ECR::RepositoryCreationTemplate.EncryptionConfiguration": {
      "type": "object",
      "properties": {
        "EncryptionType": {
          "type": "string"
        },
        "KmsKey": {
          "type": "string"
        }
      },
      "required": [
        "EncryptionType"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::CapacityProvider": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoScalingGroupProvider": {
              "$ref": "#/$defs/AWS::ECS::CapacityProvider.AutoScalingGroupProvider"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AutoScalingGroupProvider"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ECS::CapacityProvider"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::CapacityProvider.AutoScalingGroupProvider": {
      "type": "object",
      "properties": {
        "AutoScalingGroupArn": {
          "type": "string"
        },
        "ManagedDraining": {
          "type": "string"
        },
        "ManagedScaling": {
          "$ref": "#/$defs/AWS::ECS::CapacityProvider.ManagedScaling"
        },
        "ManagedTerminationProtection": {
          "type": "string"
        }
      },
      "required": [
        "AutoScalingGroupArn"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::CapacityProvider.ManagedScaling": {
      "type": "object",
      "properties": {
        "InstanceWarmupPeriod": {
          "type": "number"
        },
        "MaximumScalingStepSize": {
          "type": "number"
        },
        "MinimumScalingStepSize": {
          "type": "number"
        },
        "Status": {
          "type": "string"
        },
        "TargetCapacity": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::Cluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CapacityProviders": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ClusterName": {
              "type": "string"
            },
            "ClusterSettings": {
              "items": {
                "$ref": "#/$defs/AWS::ECS::Cluster.ClusterSettings"
              },
              "type": "array"
            },
            "Configuration": {
              "$ref": "#/$defs/AWS::ECS::Cluster.ClusterConfiguration"
            },
            "DefaultCapacityProviderStrategy": {
              "items": {
                "$ref": "#/$defs/AWS::ECS::Cluster.CapacityProviderStrategyItem"
              },
              "type": "array"
            },
            "ServiceConnectDefaults": {
              "$ref": "#/$defs/AWS::ECS::Cluster.ServiceConnectDefaults"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ECS::Cluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::Cluster.CapacityProviderStrategyItem": {
      "type": "object",
      "properties": {
        "Base": {
          "type": "number"
        },
        "CapacityProvider": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::Cluster.ClusterConfiguration": {
      "type": "object",
      "properties": {
        "ExecuteCommandConfiguration": {
          "$ref": "#/$defs/AWS::ECS::Cluster.ExecuteCommandConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::Cluster.ClusterSettings": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::Cluster.ExecuteCommandConfiguration": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "LogConfiguration": {
          "$ref": "#/$defs/AWS::ECS::Cluster.ExecuteCommandLogConfiguration"
        },
        "Logging": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::Cluster.ExecuteCommandLogConfiguration": {
      "type": "object",
      "properties": {
        "CloudWatchEncryptionEnabled": {
          "type": "boolean"
        },
        "CloudWatchLogGroupName": {
          "type": "string"
        },
        "S3BucketName": {
          "type": "string"
        },
        "S3EncryptionEnabled": {
          "type": "boolean"
        },
        "S3KeyPrefix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::Cluster.ServiceConnectDefaults": {
      "type": "object",
      "properties": {
        "Namespace": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::ClusterCapacityProviderAssociations": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CapacityProviders": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Cluster": {
              "type": "string"
            },
            "DefaultCapacityProviderStrategy": {
              "items": {
                "$ref": "#/$defs/AWS::ECS::ClusterCapacityProviderAssociations.CapacityProviderStrategy"
              },
              "type": "array"
            }
          },
          "required": [
            "CapacityProviders",
            "Cluster",
            "DefaultCapacityProviderStrategy"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ECS::ClusterCapacityProviderAssociations"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::ClusterCapacityProviderAssociations.CapacityProviderStrategy": {
      "type": "object",
      "properties": {
        "Base": {
          "type": "number"
        },
        "CapacityProvider": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "required": [
        "CapacityProvider"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::PrimaryTaskSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Cluster": {
              "type": "string"
            },
            "Service": {
              "type": "string"
            },
            "TaskSetId": {
              "type": "string"
            }
          },
          "required": [
            "Cluster",
            "Service",
            "TaskSetId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ECS::PrimaryTaskSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::Service": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CapacityProviderStrategy": {
              "items": {
                "$ref": "#/$defs/AWS::ECS::Service.CapacityProviderStrategyItem"
              },
              "type": "array"
            },
            "Cluster": {
              "type": "string"
            },
            "DeploymentConfiguration": {
              "$ref": "#/$defs/AWS::ECS::Service.DeploymentConfiguration"
            },
            "DeploymentController": {
              "$ref": "#/$defs/AWS::ECS::Service.DeploymentController"
            },
            "DesiredCount": {
              "type": "number"
            },
            "EnableECSManagedTags": {
              "type": "boolean"
            },
            "EnableExecuteCommand": {
              "type": "boolean"
            },
            "HealthCheckGracePeriodSeconds": {
              "type": "number"
            },
            "LaunchType": {
              "type": "string"
            },
            "LoadBalancers": {
              "items": {
                "$ref": "#/$defs/AWS::ECS::Service.LoadBalancer"
              },
              "type": "array"
            },
            "NetworkConfiguration": {
              "$ref": "#/$defs/AWS::ECS::Service.NetworkConfiguration"
            },
            "PlacementConstraints": {
              "items": {
                "$ref": "#/$defs/AWS::ECS::Service.PlacementConstraint"
              },
              "type": "array"
            },
            "PlacementStrategies": {
              "items": {
                "$ref": "#/$defs/AWS::ECS::Service.PlacementStrategy"
              },
              "type": "array"
            },
            "PlatformVersion": {
              "type": "string"
            },
            "PropagateTags": {
              "type": "string"
            },
            "Role": {
              "type": "string"
            },
            "SchedulingStrategy": {
              "type": "string"
            },
            "ServiceConnectConfiguration": {
              "$ref": "#/$defs/AWS::ECS::Service.ServiceConnectConfiguration"
            },
            "ServiceName": {
              "type": "string"
            },
            "ServiceRegistries": {
              "items": {
                "$ref": "#/$defs/AWS::ECS::Service.ServiceRegistry"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TaskDefinition": {
              "type": "string"
            },
            "VolumeConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::ECS::Service.ServiceVolumeConfiguration"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ECS::Service"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::Service.AwsVpcConfiguration": {
      "type": "object",
      "properties": {
        "AssignPublicIp": {
          "type": "string"
        },
        "SecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::Service.CapacityProviderStrategyItem": {
      "type": "object",
      "properties": {
        "Base": {
          "type": "number"
        },
        "CapacityProvider": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::Service.DeploymentAlarms": {
      "type": "object",
      "properties": {
        "AlarmNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Enable": {
          "type": "boolean"
        },
        "Rollback": {
          "type": "boolean"
        }
      },
      "required": [
        "AlarmNames",
        "Enable",
        "Rollback"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::Service.DeploymentCircuitBreaker": {
      "type": "object",
      "properties": {
        "Enable": {
          "type": "boolean"
        },
        "Rollback": {
          "type": "boolean"
        }
      },
      "required": [
        "Enable",
        "Rollback"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::Service.DeploymentConfiguration": {
      "type": "object",
      "properties": {
        "Alarms": {
          "$ref": "#/$defs/AWS::ECS::Service.DeploymentAlarms"
        },
        "DeploymentCircuitBreaker": {
          "$ref": "#/$defs/AWS::ECS::Service.DeploymentCircuitBreaker"
        },
        "MaximumPercent": {
          "type": "number"
        },
        "MinimumHealthyPercent": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::Service.DeploymentController": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::Service.EBSTagSpecification": {
      "type": "object",
      "properties": {
        "PropagateTags": {
          "type": "string"
        },
        "ResourceType": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "required": [
        "ResourceType"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::Service.LoadBalancer": {
      "type": "object",
      "properties": {
        "ContainerName": {
          "type": "string"
        },
        "ContainerPort": {
          "type": "number"
        },
        "LoadBalancerName": {
          "type": "string"
        },
        "TargetGroupArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::Service.LogConfiguration": {
      "type": "object",
      "properties": {
        "LogDriver": {
          "type": "string"
        },
        "Options": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "SecretOptions": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::Service.Secret"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::Service.NetworkConfiguration": {
      "type": "object",
      "properties": {
        "AwsvpcConfiguration": {
          "$ref": "#/$defs/AWS::ECS::Service.AwsVpcConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::Service.PlacementConstraint": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::Service.PlacementStrategy": {
      "type": "object",
      "properties": {
        "Field": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::Service.Secret": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "ValueFrom": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "ValueFrom"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::Service.ServiceConnectClientAlias": {
      "type": "object",
      "properties": {
        "DnsName": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::Service.ServiceConnectConfiguration": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "LogConfiguration": {
          "$ref": "#/$defs/AWS::ECS::Service.LogConfiguration"
        },
        "Namespace": {
          "type": "string"
        },
        "Services": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::Service.ServiceConnectService"
          },
          "type": "array"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::Service.ServiceConnectService": {
      "type": "object",
      "properties": {
        "ClientAliases": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::Service.ServiceConnectClientAlias"
          },
          "type": "array"
        },
        "DiscoveryName": {
          "type": "string"
        },
        "IngressPortOverride": {
          "type": "number"
        },
        "PortName": {
          "type": "string"
        },
        "Timeout": {
          "$ref": "#/$defs/AWS::ECS::Service.TimeoutConfiguration"
        },
        "Tls": {
          "$ref": "#/$defs/AWS::ECS::Service.ServiceConnectTlsConfiguration"
        }
      },
      "required": [
        "PortName"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::Service.ServiceConnectTlsCertificateAuthority": {
      "type": "object",
      "properties": {
        "AwsPcaAuthorityArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::Service.ServiceConnectTlsConfiguration": {
      "type": "object",
      "properties": {
        "IssuerCertificateAuthority": {
          "$ref": "#/$defs/AWS::ECS::Service.ServiceConnectTlsCertificateAuthority"
        },
        "KmsKey": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "IssuerCertificateAuthority"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::Service.ServiceManagedEBSVolumeConfiguration": {
      "type": "object",
      "properties": {
        "Encrypted": {
          "type": "boolean"
        },
        "FilesystemType": {
          "type": "string"
        },
        "Iops": {
          "type": "number"
        },
        "KmsKeyId": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "SizeInGiB": {
          "type": "number"
        },
        "SnapshotId": {
          "type": "string"
        },
        "TagSpecifications": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::Service.EBSTagSpecification"
          },
          "type": "array"
        },
        "Throughput": {
          "type": "number"
        },
        "VolumeType": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::Service.ServiceRegistry": {
      "type": "object",
      "properties": {
        "ContainerName": {
          "type": "string"
        },
        "ContainerPort": {
          "type": "number"
        },
        "Port": {
          "type": "number"
        },
        "RegistryArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::Service.ServiceVolumeConfiguration": {
      "type": "object",
      "properties": {
        "ManagedEBSVolume": {
          "$ref": "#/$defs/AWS::ECS::Service.ServiceManagedEBSVolumeConfiguration"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::Service.TimeoutConfiguration": {
      "type": "object",
      "properties": {
        "IdleTimeoutSeconds": {
          "type": "number"
        },
        "PerRequestTimeoutSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContainerDefinitions": {
              "items": {
                "$ref": "#/$defs/AWS::ECS::TaskDefinition.ContainerDefinition"
              },
              "type": "array"
            },
            "Cpu": {
              "type": "string"
            },
            "EphemeralStorage": {
              "$ref": "#/$defs/AWS::ECS::TaskDefinition.EphemeralStorage"
            },
            "ExecutionRoleArn": {
              "type": "string"
            },
            "Family": {
              "type": "string"
            },
            "InferenceAccelerators": {
              "items": {
                "$ref": "#/$defs/AWS::ECS::TaskDefinition.InferenceAccelerator"
              },
              "type": "array"
            },
            "IpcMode": {
              "type": "string"
            },
            "Memory": {
              "type": "string"
            },
            "NetworkMode": {
              "type": "string"
            },
            "PidMode": {
              "type": "string"
            },
            "PlacementConstraints": {
              "items": {
                "$ref": "#/$defs/AWS::ECS::TaskDefinition.TaskDefinitionPlacementConstraint"
              },
              "type": "array"
            },
            "ProxyConfiguration": {
              "$ref": "#/$defs/AWS::ECS::TaskDefinition.ProxyConfiguration"
            },
            "RequiresCompatibilities": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "RuntimePlatform": {
              "$ref": "#/$defs/AWS::ECS::TaskDefinition.RuntimePlatform"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TaskRoleArn": {
              "type": "string"
            },
            "Volumes": {
              "items": {
                "$ref": "#/$defs/AWS::ECS::TaskDefinition.Volume"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ECS::TaskDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.AuthorizationConfig": {
      "type": "object",
      "properties": {
        "AccessPointId": {
          "type": "string"
        },
        "IAM": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.ContainerDefinition": {
      "type": "object",
      "properties": {
        "Command": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Cpu": {
          "type": "number"
        },
        "CredentialSpecs": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DependsOn": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::TaskDefinition.ContainerDependency"
          },
          "type": "array"
        },
        "DisableNetworking": {
          "type": "boolean"
        },
        "DnsSearchDomains": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DnsServers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DockerLabels": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "DockerSecurityOptions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "EntryPoint": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Environment": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::TaskDefinition.KeyValuePair"
          },
          "type": "array"
        },
        "EnvironmentFiles": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::TaskDefinition.EnvironmentFile"
          },
          "type": "array"
        },
        "Essential": {
          "type": "boolean"
        },
        "ExtraHosts": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::TaskDefinition.HostEntry"
          },
          "type": "array"
        },
        "FirelensConfiguration": {
          "$ref": "#/$defs/AWS::ECS::TaskDefinition.FirelensConfiguration"
        },
        "HealthCheck": {
          "$ref": "#/$defs/AWS::ECS::TaskDefinition.HealthCheck"
        },
        "Hostname": {
          "type": "string"
        },
        "Image": {
          "type": "string"
        },
        "Interactive": {
          "type": "boolean"
        },
        "Links": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "LinuxParameters": {
          "$ref": "#/$defs/AWS::ECS::TaskDefinition.LinuxParameters"
        },
        "LogConfiguration": {
          "$ref": "#/$defs/AWS::ECS::TaskDefinition.LogConfiguration"
        },
        "Memory": {
          "type": "number"
        },
        "MemoryReservation": {
          "type": "number"
        },
        "MountPoints": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::TaskDefinition.MountPoint"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "PortMappings": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::TaskDefinition.PortMapping"
          },
          "type": "array"
        },
        "Privileged": {
          "type": "boolean"
        },
        "PseudoTerminal": {
          "type": "boolean"
        },
        "ReadonlyRootFilesystem": {
          "type": "boolean"
        },
        "RepositoryCredentials": {
          "$ref": "#/$defs/AWS::ECS::TaskDefinition.RepositoryCredentials"
        },
        "ResourceRequirements": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::TaskDefinition.ResourceRequirement"
          },
          "type": "array"
        },
        "Secrets": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::TaskDefinition.Secret"
          },
          "type": "array"
        },
        "StartTimeout": {
          "type": "number"
        },
        "StopTimeout": {
          "type": "number"
        },
        "SystemControls": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::TaskDefinition.SystemControl"
          },
          "type": "array"
        },
        "Ulimits": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::TaskDefinition.Ulimit"
          },
          "type": "array"
        },
        "User": {
          "type": "string"
        },
        "VolumesFrom": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::TaskDefinition.VolumeFrom"
          },
          "type": "array"
        },
        "WorkingDirectory": {
          "type": "string"
        }
      },
      "required": [
        "Image",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.ContainerDependency": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "ContainerName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.Device": {
      "type": "object",
      "properties": {
        "ContainerPath": {
          "type": "string"
        },
        "HostPath": {
          "type": "string"
        },
        "Permissions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.DockerVolumeConfiguration": {
      "type": "object",
      "properties": {
        "Autoprovision": {
          "type": "boolean"
        },
        "Driver": {
          "type": "string"
        },
        "DriverOpts": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Labels": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Scope": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.EFSVolumeConfiguration": {
      "type": "object",
      "properties": {
        "AuthorizationConfig": {
          "$ref": "#/$defs/AWS::ECS::TaskDefinition.AuthorizationConfig"
        },
        "FilesystemId": {
          "type": "string"
        },
        "RootDirectory": {
          "type": "string"
        },
        "TransitEncryption": {
          "type": "string"
        },
        "TransitEncryptionPort": {
          "type": "number"
        }
      },
      "required": [
        "FilesystemId"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.EnvironmentFile": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.EphemeralStorage": {
      "type": "object",
      "properties": {
        "SizeInGiB": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.FSxAuthorizationConfig": {
      "type": "object",
      "properties": {
        "CredentialsParameter": {
          "type": "string"
        },
        "Domain": {
          "type": "string"
        }
      },
      "required": [
        "CredentialsParameter",
        "Domain"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.FSxWindowsFileServerVolumeConfiguration": {
      "type": "object",
      "properties": {
        "AuthorizationConfig": {
          "$ref": "#/$defs/AWS::ECS::TaskDefinition.FSxAuthorizationConfig"
        },
        "FileSystemId": {
          "type": "string"
        },
        "RootDirectory": {
          "type": "string"
        }
      },
      "required": [
        "FileSystemId",
        "RootDirectory"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.FirelensConfiguration": {
      "type": "object",
      "properties": {
        "Options": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.HealthCheck": {
      "type": "object",
      "properties": {
        "Command": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Interval": {
          "type": "number"
        },
        "Retries": {
          "type": "number"
        },
        "StartPeriod": {
          "type": "number"
        },
        "Timeout": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.HostEntry": {
      "type": "object",
      "properties": {
        "Hostname": {
          "type": "string"
        },
        "IpAddress": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.HostVolumeProperties": {
      "type": "object",
      "properties": {
        "SourcePath": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.InferenceAccelerator": {
      "type": "object",
      "properties": {
        "DeviceName": {
          "type": "string"
        },
        "DeviceType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.KernelCapabilities": {
      "type": "object",
      "properties": {
        "Add": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Drop": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.KeyValuePair": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.LinuxParameters": {
      "type": "object",
      "properties": {
        "Capabilities": {
          "$ref": "#/$defs/AWS::ECS::TaskDefinition.KernelCapabilities"
        },
        "Devices": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::TaskDefinition.Device"
          },
          "type": "array"
        },
        "InitProcessEnabled": {
          "type": "boolean"
        },
        "MaxSwap": {
          "type": "number"
        },
        "SharedMemorySize": {
          "type": "number"
        },
        "Swappiness": {
          "type": "number"
        },
        "Tmpfs": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::TaskDefinition.Tmpfs"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.LogConfiguration": {
      "type": "object",
      "properties": {
        "LogDriver": {
          "type": "string"
        },
        "Options": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "SecretOptions": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::TaskDefinition.Secret"
          },
          "type": "array"
        }
      },
      "required": [
        "LogDriver"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.MountPoint": {
      "type": "object",
      "properties": {
        "ContainerPath": {
          "type": "string"
        },
        "ReadOnly": {
          "type": "boolean"
        },
        "SourceVolume": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.PortMapping": {
      "type": "object",
      "properties": {
        "AppProtocol": {
          "type": "string"
        },
        "ContainerPort": {
          "type": "number"
        },
        "ContainerPortRange": {
          "type": "string"
        },
        "HostPort": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        },
        "Protocol": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.ProxyConfiguration": {
      "type": "object",
      "properties": {
        "ContainerName": {
          "type": "string"
        },
        "ProxyConfigurationProperties": {
          "items": {
            "$ref": "#/$defs/AWS::ECS::TaskDefinition.KeyValuePair"
          },
          "type": "array"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "ContainerName"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.RepositoryCredentials": {
      "type": "object",
      "properties": {
        "CredentialsParameter": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.ResourceRequirement": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.RuntimePlatform": {
      "type": "object",
      "properties": {
        "CpuArchitecture": {
          "type": "string"
        },
        "OperatingSystemFamily": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.Secret": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "ValueFrom": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "ValueFrom"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.SystemControl": {
      "type": "object",
      "properties": {
        "Namespace": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.TaskDefinitionPlacementConstraint": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.Tmpfs": {
      "type": "object",
      "properties": {
        "ContainerPath": {
          "type": "string"
        },
        "MountOptions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Size": {
          "type": "number"
        }
      },
      "required": [
        "Size"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.Ulimit": {
      "type": "object",
      "properties": {
        "HardLimit": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        },
        "SoftLimit": {
          "type": "number"
        }
      },
      "required": [
        "HardLimit",
        "Name",
        "SoftLimit"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.Volume": {
      "type": "object",
      "properties": {
        "ConfiguredAtLaunch": {
          "type": "boolean"
        },
        "DockerVolumeConfiguration": {
          "$ref": "#/$defs/AWS::ECS::TaskDefinition.DockerVolumeConfiguration"
        },
        "EFSVolumeConfiguration": {
          "$ref": "#/$defs/AWS::ECS::TaskDefinition.EFSVolumeConfiguration"
        },
        "FSxWindowsFileServerVolumeConfiguration": {
          "$ref": "#/$defs/AWS::ECS::TaskDefinition.FSxWindowsFileServerVolumeConfiguration"
        },
        "Host": {
          "$ref": "#/$defs/AWS::ECS::TaskDefinition.HostVolumeProperties"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskDefinition.VolumeFrom": {
      "type": "object",
      "properties": {
        "ReadOnly": {
          "type": "boolean"
        },
        "SourceContainer": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Cluster": {
              "type": "string"
            },
            "ExternalId": {
              "type": "string"
            },
            "LaunchType": {
              "type": "string"
            },
            "LoadBalancers": {
              "items": {
                "$ref": "#/$defs/AWS::ECS::TaskSet.LoadBalancer"
              },
              "type": "array"
            },
            "NetworkConfiguration": {
              "$ref": "#/$defs/AWS::ECS::TaskSet.NetworkConfiguration"
            },
            "PlatformVersion": {
              "type": "string"
            },
            "Scale": {
              "$ref": "#/$defs/AWS::ECS::TaskSet.Scale"
            },
            "Service": {
              "type": "string"
            },
            "ServiceRegistries": {
              "items": {
                "$ref": "#/$defs/AWS::ECS::TaskSet.ServiceRegistry"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TaskDefinition": {
              "type": "string"
            }
          },
          "required": [
            "Cluster",
            "Service",
            "TaskDefinition"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ECS::TaskSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::TaskSet.AwsVpcConfiguration": {
      "type": "object",
      "properties": {
        "AssignPublicIp": {
          "type": "string"
        },
        "SecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Subnets"
      ],
      "additionalProperties": false
    },
    "AWS::ECS::TaskSet.LoadBalancer": {
      "type": "object",
      "properties": {
        "ContainerName": {
          "type": "string"
        },
        "ContainerPort": {
          "type": "number"
        },
        "TargetGroupArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskSet.NetworkConfiguration": {
      "type": "object",
      "properties": {
        "AwsVpcConfiguration": {
          "$ref": "#/$defs/AWS::ECS::TaskSet.AwsVpcConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskSet.Scale": {
      "type": "object",
      "properties": {
        "Unit": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ECS::TaskSet.ServiceRegistry": {
      "type": "object",
      "properties": {
        "ContainerName": {
          "type": "string"
        },
        "ContainerPort": {
          "type": "number"
        },
        "Port": {
          "type": "number"
        },
        "RegistryArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EFS::AccessPoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessPointTags": {
              "items": {
                "$ref": "#/$defs/AWS::EFS::AccessPoint.AccessPointTag"
              },
              "type": "array"
            },
            "ClientToken": {
              "type": "string"
            },
            "FileSystemId": {
              "type": "string"
            },
            "PosixUser": {
              "$ref": "#/$defs/AWS::EFS::AccessPoint.PosixUser"
            },
            "RootDirectory": {
              "$ref": "#/$defs/AWS::EFS::AccessPoint.RootDirectory"
            }
          },
          "required": [
            "FileSystemId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EFS::AccessPoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EFS::AccessPoint.AccessPointTag": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EFS::AccessPoint.CreationInfo": {
      "type": "object",
      "properties": {
        "OwnerGid": {
          "type": "string"
        },
        "OwnerUid": {
          "type": "string"
        },
        "Permissions": {
          "type": "string"
        }
      },
      "required": [
        "OwnerGid",
        "OwnerUid",
        "Permissions"
      ],
      "additionalProperties": false
    },
    "AWS::EFS::AccessPoint.PosixUser": {
      "type": "object",
      "properties": {
        "Gid": {
          "type": "string"
        },
        "SecondaryGids": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Uid": {
          "type": "string"
        }
      },
      "required": [
        "Gid",
        "Uid"
      ],
      "additionalProperties": false
    },
    "AWS::EFS::AccessPoint.RootDirectory": {
      "type": "object",
      "properties": {
        "CreationInfo": {
          "$ref": "#/$defs/AWS::EFS::AccessPoint.CreationInfo"
        },
        "Path": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EFS::FileSystem": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AvailabilityZoneName": {
              "type": "string"
            },
            "BackupPolicy": {
              "$ref": "#/$defs/AWS::EFS::FileSystem.BackupPolicy"
            },
            "BypassPolicyLockoutSafetyCheck": {
              "type": "boolean"
            },
            "Encrypted": {
              "type": "boolean"
            },
            "FileSystemPolicy": {
              "type": "object"
            },
            "FileSystemProtection": {
              "$ref": "#/$defs/AWS::EFS::FileSystem.FileSystemProtection"
            },
            "FileSystemTags": {
              "items": {
                "$ref": "#/$defs/AWS::EFS::FileSystem.ElasticFileSystemTag"
              },
              "type": "array"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "LifecyclePolicies": {
              "items": {
                "$ref": "#/$defs/AWS::EFS::FileSystem.LifecyclePolicy"
              },
              "type": "array"
            },
            "PerformanceMode": {
              "type": "string"
            },
            "ProvisionedThroughputInMibps": {
              "type": "number"
            },
            "ReplicationConfiguration": {
              "$ref": "#/$defs/AWS::EFS::FileSystem.ReplicationConfiguration"
            },
            "ThroughputMode": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EFS::FileSystem"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EFS::FileSystem.BackupPolicy": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::EFS::FileSystem.ElasticFileSystemTag": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::EFS::FileSystem.FileSystemProtection": {
      "type": "object",
      "properties": {
        "ReplicationOverwriteProtection": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EFS::FileSystem.LifecyclePolicy": {
      "type": "object",
      "properties": {
        "TransitionToArchive": {
          "type": "string"
        },
        "TransitionToIA": {
          "type": "string"
        },
        "TransitionToPrimaryStorageClass": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EFS::FileSystem.ReplicationConfiguration": {
      "type": "object",
      "properties": {
        "Destinations": {
          "items": {
            "$ref": "#/$defs/AWS::EFS::FileSystem.ReplicationDestination"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EFS::FileSystem.ReplicationDestination": {
      "type": "object",
      "properties": {
        "AvailabilityZoneName": {
          "type": "string"
        },
        "FileSystemId": {
          "type": "string"
        },
        "KmsKeyId": {
          "type": "string"
        },
        "Region": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EFS::MountTarget": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FileSystemId": {
              "type": "string"
            },
            "IpAddress": {
              "type": "string"
            },
            "SecurityGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetId": {
              "type": "string"
            }
          },
          "required": [
            "FileSystemId",
            "SecurityGroups",
            "SubnetId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EFS::MountTarget"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::AccessEntry": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessPolicies": {
              "items": {
                "$ref": "#/$defs/AWS::EKS::AccessEntry.AccessPolicy"
              },
              "type": "array"
            },
            "ClusterName": {
              "type": "string"
            },
            "KubernetesGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PrincipalArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            },
            "Username": {
              "type": "string"
            }
          },
          "required": [
            "ClusterName",
            "PrincipalArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EKS::AccessEntry"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::AccessEntry.AccessPolicy": {
      "type": "object",
      "properties": {
        "AccessScope": {
          "$ref": "#/$defs/AWS::EKS::AccessEntry.AccessScope"
        },
        "PolicyArn": {
          "type": "string"
        }
      },
      "required": [
        "AccessScope",
        "PolicyArn"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::AccessEntry.AccessScope": {
      "type": "object",
      "properties": {
        "Namespaces": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::Addon": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AddonName": {
              "type": "string"
            },
            "AddonVersion": {
              "type": "string"
            },
            "ClusterName": {
              "type": "string"
            },
            "ConfigurationValues": {
              "type": "string"
            },
            "PreserveOnDelete": {
              "type": "boolean"
            },
            "ResolveConflicts": {
              "type": "string"
            },
            "ServiceAccountRoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AddonName",
            "ClusterName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EKS::Addon"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::Cluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessConfig": {
              "$ref": "#/$defs/AWS::EKS::Cluster.AccessConfig"
            },
            "EncryptionConfig": {
              "items": {
                "$ref": "#/$defs/AWS::EKS::Cluster.EncryptionConfig"
              },
              "type": "array"
            },
            "KubernetesNetworkConfig": {
              "$ref": "#/$defs/AWS::EKS::Cluster.KubernetesNetworkConfig"
            },
            "Logging": {
              "$ref": "#/$defs/AWS::EKS::Cluster.Logging"
            },
            "Name": {
              "type": "string"
            },
            "OutpostConfig": {
              "$ref": "#/$defs/AWS::EKS::Cluster.OutpostConfig"
            },
            "ResourcesVpcConfig": {
              "$ref": "#/$defs/AWS::EKS::Cluster.ResourcesVpcConfig"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Version": {
              "type": "string"
            }
          },
          "required": [
            "ResourcesVpcConfig",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EKS::Cluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::Cluster.AccessConfig": {
      "type": "object",
      "properties": {
        "AuthenticationMode": {
          "type": "string"
        },
        "BootstrapClusterCreatorAdminPermissions": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EKS::Cluster.ClusterLogging": {
      "type": "object",
      "properties": {
        "EnabledTypes": {
          "items": {
            "$ref": "#/$defs/AWS::EKS::Cluster.LoggingTypeConfig"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EKS::Cluster.ControlPlanePlacement": {
      "type": "object",
      "properties": {
        "GroupName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EKS::Cluster.EncryptionConfig": {
      "type": "object",
      "properties": {
        "Provider": {
          "$ref": "#/$defs/AWS::EKS::Cluster.Provider"
        },
        "Resources": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EKS::Cluster.KubernetesNetworkConfig": {
      "type": "object",
      "properties": {
        "IpFamily": {
          "type": "string"
        },
        "ServiceIpv4Cidr": {
          "type": "string"
        },
        "ServiceIpv6Cidr": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EKS::Cluster.Logging": {
      "type": "object",
      "properties": {
        "ClusterLogging": {
          "$ref": "#/$defs/AWS::EKS::Cluster.ClusterLogging"
        }
      },
      "additionalProperties": false
    },
    "AWS::EKS::Cluster.LoggingTypeConfig": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EKS::Cluster.OutpostConfig": {
      "type": "object",
      "properties": {
        "ControlPlaneInstanceType": {
          "type": "string"
        },
        "ControlPlanePlacement": {
          "$ref": "#/$defs/AWS::EKS::Cluster.ControlPlanePlacement"
        },
        "OutpostArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "ControlPlaneInstanceType",
        "OutpostArns"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::Cluster.Provider": {
      "type": "object",
      "properties": {
        "KeyArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EKS::Cluster.ResourcesVpcConfig": {
      "type": "object",
      "properties": {
        "EndpointPrivateAccess": {
          "type": "boolean"
        },
        "EndpointPublicAccess": {
          "type": "boolean"
        },
        "PublicAccessCidrs": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SubnetIds"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::FargateProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClusterName": {
              "type": "string"
            },
            "FargateProfileName": {
              "type": "string"
            },
            "PodExecutionRoleArn": {
              "type": "string"
            },
            "Selectors": {
              "items": {
                "$ref": "#/$defs/AWS::EKS::FargateProfile.Selector"
              },
              "type": "array"
            },
            "Subnets": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ClusterName",
            "PodExecutionRoleArn",
            "Selectors"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EKS::FargateProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::FargateProfile.Label": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::FargateProfile.Selector": {
      "type": "object",
      "properties": {
        "Labels": {
          "items": {
            "$ref": "#/$defs/AWS::EKS::FargateProfile.Label"
          },
          "type": "array"
        },
        "Namespace": {
          "type": "string"
        }
      },
      "required": [
        "Namespace"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::IdentityProviderConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClusterName": {
              "type": "string"
            },
            "IdentityProviderConfigName": {
              "type": "string"
            },
            "Oidc": {
              "$ref": "#/$defs/AWS::EKS::IdentityProviderConfig.OidcIdentityProviderConfig"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "ClusterName",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EKS::IdentityProviderConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::IdentityProviderConfig.OidcIdentityProviderConfig": {
      "type": "object",
      "properties": {
        "ClientId": {
          "type": "string"
        },
        "GroupsClaim": {
          "type": "string"
        },
        "GroupsPrefix": {
          "type": "string"
        },
        "IssuerUrl": {
          "type": "string"
        },
        "RequiredClaims": {
          "items": {
            "$ref": "#/$defs/AWS::EKS::IdentityProviderConfig.RequiredClaim"
          },
          "type": "array"
        },
        "UsernameClaim": {
          "type": "string"
        },
        "UsernamePrefix": {
          "type": "string"
        }
      },
      "required": [
        "ClientId",
        "IssuerUrl"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::IdentityProviderConfig.RequiredClaim": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::Nodegroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AmiType": {
              "type": "string"
            },
            "CapacityType": {
              "type": "string"
            },
            "ClusterName": {
              "type": "string"
            },
            "DiskSize": {
              "type": "number"
            },
            "ForceUpdateEnabled": {
              "type": "boolean"
            },
            "InstanceTypes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Labels": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "LaunchTemplate": {
              "$ref": "#/$defs/AWS::EKS::Nodegroup.LaunchTemplateSpecification"
            },
            "NodeRole": {
              "type": "string"
            },
            "NodegroupName": {
              "type": "string"
            },
            "ReleaseVersion": {
              "type": "string"
            },
            "RemoteAccess": {
              "$ref": "#/$defs/AWS::EKS::Nodegroup.RemoteAccess"
            },
            "ScalingConfig": {
              "$ref": "#/$defs/AWS::EKS::Nodegroup.ScalingConfig"
            },
            "Subnets": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Taints": {
              "items": {
                "$ref": "#/$defs/AWS::EKS::Nodegroup.Taint"
              },
              "type": "array"
            },
            "UpdateConfig": {
              "$ref": "#/$defs/AWS::EKS::Nodegroup.UpdateConfig"
            },
            "Version": {
              "type": "string"
            }
          },
          "required": [
            "ClusterName",
            "NodeRole",
            "Subnets"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EKS::Nodegroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::Nodegroup.LaunchTemplateSpecification": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EKS::Nodegroup.RemoteAccess": {
      "type": "object",
      "properties": {
        "Ec2SshKey": {
          "type": "string"
        },
        "SourceSecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Ec2SshKey"
      ],
      "additionalProperties": false
    },
    "AWS::EKS::Nodegroup.ScalingConfig": {
      "type": "object",
      "properties": {
        "DesiredSize": {
          "type": "number"
        },
        "MaxSize": {
          "type": "number"
        },
        "MinSize": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EKS::Nodegroup.Taint": {
      "type": "object",
      "properties": {
        "Effect": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EKS::Nodegroup.UpdateConfig": {
      "type": "object",
      "properties": {
        "MaxUnavailable": {
          "type": "number"
        },
        "MaxUnavailablePercentage": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EKS::PodIdentityAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClusterName": {
              "type": "string"
            },
            "Namespace": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "ServiceAccount": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ClusterName",
            "Namespace",
            "RoleArn",
            "ServiceAccount"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EKS::PodIdentityAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdditionalInfo": {
              "type": "object"
            },
            "Applications": {
              "items": {
                "$ref": "#/$defs/AWS::EMR::Cluster.Application"
              },
              "type": "array"
            },
            "AutoScalingRole": {
              "type": "string"
            },
            "AutoTerminationPolicy": {
              "$ref": "#/$defs/AWS::EMR::Cluster.AutoTerminationPolicy"
            },
            "BootstrapActions": {
              "items": {
                "$ref": "#/$defs/AWS::EMR::Cluster.BootstrapActionConfig"
              },
              "type": "array"
            },
            "Configurations": {
              "items": {
                "$ref": "#/$defs/AWS::EMR::Cluster.Configuration"
              },
              "type": "array"
            },
            "CustomAmiId": {
              "type": "string"
            },
            "EbsRootVolumeIops": {
              "type": "number"
            },
            "EbsRootVolumeSize": {
              "type": "number"
            },
            "EbsRootVolumeThroughput": {
              "type": "number"
            },
            "Instances": {
              "$ref": "#/$defs/AWS::EMR::Cluster.JobFlowInstancesConfig"
            },
            "JobFlowRole": {
              "type": "string"
            },
            "KerberosAttributes": {
              "$ref": "#/$defs/AWS::EMR::Cluster.KerberosAttributes"
            },
            "LogEncryptionKmsKeyId": {
              "type": "string"
            },
            "LogUri": {
              "type": "string"
            },
            "ManagedScalingPolicy": {
              "$ref": "#/$defs/AWS::EMR::Cluster.ManagedScalingPolicy"
            },
            "Name": {
              "type": "string"
            },
            "OSReleaseLabel": {
              "type": "string"
            },
            "PlacementGroupConfigs": {
              "items": {
                "$ref": "#/$defs/AWS::EMR::Cluster.PlacementGroupConfig"
              },
              "type": "array"
            },
            "ReleaseLabel": {
              "type": "string"
            },
            "ScaleDownBehavior": {
              "type": "string"
            },
            "SecurityConfiguration": {
              "type": "string"
            },
            "ServiceRole": {
              "type": "string"
            },
            "StepConcurrencyLevel": {
              "type": "number"
            },
            "Steps": {
              "items": {
                "$ref": "#/$defs/AWS::EMR::Cluster.StepConfig"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VisibleToAllUsers": {
              "type": "boolean"
            }
          },
          "required": [
            "Instances",
            "JobFlowRole",
            "Name",
            "ServiceRole"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EMR::Cluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.Application": {
      "type": "object",
      "properties": {
        "AdditionalInfo": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Args": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.AutoScalingPolicy": {
      "type": "object",
      "properties": {
        "Constraints": {
          "$ref": "#/$defs/AWS::EMR::Cluster.ScalingConstraints"
        },
        "Rules": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::Cluster.ScalingRule"
          },
          "type": "array"
        }
      },
      "required": [
        "Constraints",
        "Rules"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.AutoTerminationPolicy": {
      "type": "object",
      "properties": {
        "IdleTimeout": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.BootstrapActionConfig": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "ScriptBootstrapAction": {
          "$ref": "#/$defs/AWS::EMR::Cluster.ScriptBootstrapActionConfig"
        }
      },
      "required": [
        "Name",
        "ScriptBootstrapAction"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.CloudWatchAlarmDefinition": {
      "type": "object",
      "properties": {
        "ComparisonOperator": {
          "type": "string"
        },
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::Cluster.MetricDimension"
          },
          "type": "array"
        },
        "EvaluationPeriods": {
          "type": "number"
        },
        "MetricName": {
          "type": "string"
        },
        "Namespace": {
          "type": "string"
        },
        "Period": {
          "type": "number"
        },
        "Statistic": {
          "type": "string"
        },
        "Threshold": {
          "type": "number"
        },
        "Unit": {
          "type": "string"
        }
      },
      "required": [
        "ComparisonOperator",
        "MetricName",
        "Period",
        "Threshold"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.ComputeLimits": {
      "type": "object",
      "properties": {
        "MaximumCapacityUnits": {
          "type": "number"
        },
        "MaximumCoreCapacityUnits": {
          "type": "number"
        },
        "MaximumOnDemandCapacityUnits": {
          "type": "number"
        },
        "MinimumCapacityUnits": {
          "type": "number"
        },
        "UnitType": {
          "type": "string"
        }
      },
      "required": [
        "MaximumCapacityUnits",
        "MinimumCapacityUnits",
        "UnitType"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.Configuration": {
      "type": "object",
      "properties": {
        "Classification": {
          "type": "string"
        },
        "ConfigurationProperties": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Configurations": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::Cluster.Configuration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.EbsBlockDeviceConfig": {
      "type": "object",
      "properties": {
        "VolumeSpecification": {
          "$ref": "#/$defs/AWS::EMR::Cluster.VolumeSpecification"
        },
        "VolumesPerInstance": {
          "type": "number"
        }
      },
      "required": [
        "VolumeSpecification"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.EbsConfiguration": {
      "type": "object",
      "properties": {
        "EbsBlockDeviceConfigs": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::Cluster.EbsBlockDeviceConfig"
          },
          "type": "array"
        },
        "EbsOptimized": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.HadoopJarStepConfig": {
      "type": "object",
      "properties": {
        "Args": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Jar": {
          "type": "string"
        },
        "MainClass": {
          "type": "string"
        },
        "StepProperties": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::Cluster.KeyValue"
          },
          "type": "array"
        }
      },
      "required": [
        "Jar"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.InstanceFleetConfig": {
      "type": "object",
      "properties": {
        "InstanceTypeConfigs": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::Cluster.InstanceTypeConfig"
          },
          "type": "array"
        },
        "LaunchSpecifications": {
          "$ref": "#/$defs/AWS::EMR::Cluster.InstanceFleetProvisioningSpecifications"
        },
        "Name": {
          "type": "string"
        },
        "TargetOnDemandCapacity": {
          "type": "number"
        },
        "TargetSpotCapacity": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.InstanceFleetProvisioningSpecifications": {
      "type": "object",
      "properties": {
        "OnDemandSpecification": {
          "$ref": "#/$defs/AWS::EMR::Cluster.OnDemandProvisioningSpecification"
        },
        "SpotSpecification": {
          "$ref": "#/$defs/AWS::EMR::Cluster.SpotProvisioningSpecification"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.InstanceGroupConfig": {
      "type": "object",
      "properties": {
        "AutoScalingPolicy": {
          "$ref": "#/$defs/AWS::EMR::Cluster.AutoScalingPolicy"
        },
        "BidPrice": {
          "type": "string"
        },
        "Configurations": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::Cluster.Configuration"
          },
          "type": "array"
        },
        "CustomAmiId": {
          "type": "string"
        },
        "EbsConfiguration": {
          "$ref": "#/$defs/AWS::EMR::Cluster.EbsConfiguration"
        },
        "InstanceCount": {
          "type": "number"
        },
        "InstanceType": {
          "type": "string"
        },
        "Market": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "InstanceCount",
        "InstanceType"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.InstanceTypeConfig": {
      "type": "object",
      "properties": {
        "BidPrice": {
          "type": "string"
        },
        "BidPriceAsPercentageOfOnDemandPrice": {
          "type": "number"
        },
        "Configurations": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::Cluster.Configuration"
          },
          "type": "array"
        },
        "CustomAmiId": {
          "type": "string"
        },
        "EbsConfiguration": {
          "$ref": "#/$defs/AWS::EMR::Cluster.EbsConfiguration"
        },
        "InstanceType": {
          "type": "string"
        },
        "WeightedCapacity": {
          "type": "number"
        }
      },
      "required": [
        "InstanceType"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.JobFlowInstancesConfig": {
      "type": "object",
      "properties": {
        "AdditionalMasterSecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AdditionalSlaveSecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CoreInstanceFleet": {
          "$ref": "#/$defs/AWS::EMR::Cluster.InstanceFleetConfig"
        },
        "CoreInstanceGroup": {
          "$ref": "#/$defs/AWS::EMR::Cluster.InstanceGroupConfig"
        },
        "Ec2KeyName": {
          "type": "string"
        },
        "Ec2SubnetId": {
          "type": "string"
        },
        "Ec2SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "EmrManagedMasterSecurityGroup": {
          "type": "string"
        },
        "EmrManagedSlaveSecurityGroup": {
          "type": "string"
        },
        "HadoopVersion": {
          "type": "string"
        },
        "KeepJobFlowAliveWhenNoSteps": {
          "type": "boolean"
        },
        "MasterInstanceFleet": {
          "$ref": "#/$defs/AWS::EMR::Cluster.InstanceFleetConfig"
        },
        "MasterInstanceGroup": {
          "$ref": "#/$defs/AWS::EMR::Cluster.InstanceGroupConfig"
        },
        "Placement": {
          "$ref": "#/$defs/AWS::EMR::Cluster.PlacementType"
        },
        "ServiceAccessSecurityGroup": {
          "type": "string"
        },
        "TaskInstanceFleets": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::Cluster.InstanceFleetConfig"
          },
          "type": "array"
        },
        "TaskInstanceGroups": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::Cluster.InstanceGroupConfig"
          },
          "type": "array"
        },
        "TerminationProtected": {
          "type": "boolean"
        },
        "UnhealthyNodeReplacement": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.KerberosAttributes": {
      "type": "object",
      "properties": {
        "ADDomainJoinPassword": {
          "type": "string"
        },
        "ADDomainJoinUser": {
          "type": "string"
        },
        "CrossRealmTrustPrincipalPassword": {
          "type": "string"
        },
        "KdcAdminPassword": {
          "type": "string"
        },
        "Realm": {
          "type": "string"
        }
      },
      "required": [
        "KdcAdminPassword",
        "Realm"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.KeyValue": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.ManagedScalingPolicy": {
      "type": "object",
      "properties": {
        "ComputeLimits": {
          "$ref": "#/$defs/AWS::EMR::Cluster.ComputeLimits"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.MetricDimension": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.OnDemandProvisioningSpecification": {
      "type": "object",
      "properties": {
        "AllocationStrategy": {
          "type": "string"
        }
      },
      "required": [
        "AllocationStrategy"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.PlacementGroupConfig": {
      "type": "object",
      "properties": {
        "InstanceRole": {
          "type": "string"
        },
        "PlacementStrategy": {
          "type": "string"
        }
      },
      "required": [
        "InstanceRole"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.PlacementType": {
      "type": "object",
      "properties": {
        "AvailabilityZone": {
          "type": "string"
        }
      },
      "required": [
        "AvailabilityZone"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.ScalingAction": {
      "type": "object",
      "properties": {
        "Market": {
          "type": "string"
        },
        "SimpleScalingPolicyConfiguration": {
          "$ref": "#/$defs/AWS::EMR::Cluster.SimpleScalingPolicyConfiguration"
        }
      },
      "required": [
        "SimpleScalingPolicyConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.ScalingConstraints": {
      "type": "object",
      "properties": {
        "MaxCapacity": {
          "type": "number"
        },
        "MinCapacity": {
          "type": "number"
        }
      },
      "required": [
        "MaxCapacity",
        "MinCapacity"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.ScalingRule": {
      "type": "object",
      "properties": {
        "Action": {
          "$ref": "#/$defs/AWS::EMR::Cluster.ScalingAction"
        },
        "Description": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Trigger": {
          "$ref": "#/$defs/AWS::EMR::Cluster.ScalingTrigger"
        }
      },
      "required": [
        "Action",
        "Name",
        "Trigger"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.ScalingTrigger": {
      "type": "object",
      "properties": {
        "CloudWatchAlarmDefinition": {
          "$ref": "#/$defs/AWS::EMR::Cluster.CloudWatchAlarmDefinition"
        }
      },
      "required": [
        "CloudWatchAlarmDefinition"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.ScriptBootstrapActionConfig": {
      "type": "object",
      "properties": {
        "Args": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Path": {
          "type": "string"
        }
      },
      "required": [
        "Path"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.SimpleScalingPolicyConfiguration": {
      "type": "object",
      "properties": {
        "AdjustmentType": {
          "type": "string"
        },
        "CoolDown": {
          "type": "number"
        },
        "ScalingAdjustment": {
          "type": "number"
        }
      },
      "required": [
        "ScalingAdjustment"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.SpotProvisioningSpecification": {
      "type": "object",
      "properties": {
        "AllocationStrategy": {
          "type": "string"
        },
        "BlockDurationMinutes": {
          "type": "number"
        },
        "TimeoutAction": {
          "type": "string"
        },
        "TimeoutDurationMinutes": {
          "type": "number"
        }
      },
      "required": [
        "TimeoutAction",
        "TimeoutDurationMinutes"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.StepConfig": {
      "type": "object",
      "properties": {
        "ActionOnFailure": {
          "type": "string"
        },
        "HadoopJarStep": {
          "$ref": "#/$defs/AWS::EMR::Cluster.HadoopJarStepConfig"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "HadoopJarStep",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Cluster.VolumeSpecification": {
      "type": "object",
      "properties": {
        "Iops": {
          "type": "number"
        },
        "SizeInGB": {
          "type": "number"
        },
        "Throughput": {
          "type": "number"
        },
        "VolumeType": {
          "type": "string"
        }
      },
      "required": [
        "SizeInGB",
        "VolumeType"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceFleetConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClusterId": {
              "type": "string"
            },
            "InstanceFleetType": {
              "type": "string"
            },
            "InstanceTypeConfigs": {
              "items": {
                "$ref": "#/$defs/AWS::EMR::InstanceFleetConfig.InstanceTypeConfig"
              },
              "type": "array"
            },
            "LaunchSpecifications": {
              "$ref": "#/$defs/AWS::EMR::InstanceFleetConfig.InstanceFleetProvisioningSpecifications"
            },
            "Name": {
              "type": "string"
            },
            "TargetOnDemandCapacity": {
              "type": "number"
            },
            "TargetSpotCapacity": {
              "type": "number"
            }
          },
          "required": [
            "ClusterId",
            "InstanceFleetType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EMR::InstanceFleetConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceFleetConfig.Configuration": {
      "type": "object",
      "properties": {
        "Classification": {
          "type": "string"
        },
        "ConfigurationProperties": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Configurations": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::InstanceFleetConfig.Configuration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMR::InstanceFleetConfig.EbsBlockDeviceConfig": {
      "type": "object",
      "properties": {
        "VolumeSpecification": {
          "$ref": "#/$defs/AWS::EMR::InstanceFleetConfig.VolumeSpecification"
        },
        "VolumesPerInstance": {
          "type": "number"
        }
      },
      "required": [
        "VolumeSpecification"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceFleetConfig.EbsConfiguration": {
      "type": "object",
      "properties": {
        "EbsBlockDeviceConfigs": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::InstanceFleetConfig.EbsBlockDeviceConfig"
          },
          "type": "array"
        },
        "EbsOptimized": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMR::InstanceFleetConfig.InstanceFleetProvisioningSpecifications": {
      "type": "object",
      "properties": {
        "OnDemandSpecification": {
          "$ref": "#/$defs/AWS::EMR::InstanceFleetConfig.OnDemandProvisioningSpecification"
        },
        "SpotSpecification": {
          "$ref": "#/$defs/AWS::EMR::InstanceFleetConfig.SpotProvisioningSpecification"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMR::InstanceFleetConfig.InstanceTypeConfig": {
      "type": "object",
      "properties": {
        "BidPrice": {
          "type": "string"
        },
        "BidPriceAsPercentageOfOnDemandPrice": {
          "type": "number"
        },
        "Configurations": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::InstanceFleetConfig.Configuration"
          },
          "type": "array"
        },
        "CustomAmiId": {
          "type": "string"
        },
        "EbsConfiguration": {
          "$ref": "#/$defs/AWS::EMR::InstanceFleetConfig.EbsConfiguration"
        },
        "InstanceType": {
          "type": "string"
        },
        "WeightedCapacity": {
          "type": "number"
        }
      },
      "required": [
        "InstanceType"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceFleetConfig.OnDemandProvisioningSpecification": {
      "type": "object",
      "properties": {
        "AllocationStrategy": {
          "type": "string"
        }
      },
      "required": [
        "AllocationStrategy"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceFleetConfig.SpotProvisioningSpecification": {
      "type": "object",
      "properties": {
        "AllocationStrategy": {
          "type": "string"
        },
        "BlockDurationMinutes": {
          "type": "number"
        },
        "TimeoutAction": {
          "type": "string"
        },
        "TimeoutDurationMinutes": {
          "type": "number"
        }
      },
      "required": [
        "TimeoutAction",
        "TimeoutDurationMinutes"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceFleetConfig.VolumeSpecification": {
      "type": "object",
      "properties": {
        "Iops": {
          "type": "number"
        },
        "SizeInGB": {
          "type": "number"
        },
        "Throughput": {
          "type": "number"
        },
        "VolumeType": {
          "type": "string"
        }
      },
      "required": [
        "SizeInGB",
        "VolumeType"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceGroupConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoScalingPolicy": {
              "$ref": "#/$defs/AWS::EMR::InstanceGroupConfig.AutoScalingPolicy"
            },
            "BidPrice": {
              "type": "string"
            },
            "Configurations": {
              "items": {
                "$ref": "#/$defs/AWS::EMR::InstanceGroupConfig.Configuration"
              },
              "type": "array"
            },
            "CustomAmiId": {
              "type": "string"
            },
            "EbsConfiguration": {
              "$ref": "#/$defs/AWS::EMR::InstanceGroupConfig.EbsConfiguration"
            },
            "InstanceCount": {
              "type": "number"
            },
            "InstanceRole": {
              "type": "string"
            },
            "InstanceType": {
              "type": "string"
            },
            "JobFlowId": {
              "type": "string"
            },
            "Market": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "InstanceCount",
            "InstanceRole",
            "InstanceType",
            "JobFlowId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EMR::InstanceGroupConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceGroupConfig.AutoScalingPolicy": {
      "type": "object",
      "properties": {
        "Constraints": {
          "$ref": "#/$defs/AWS::EMR::InstanceGroupConfig.ScalingConstraints"
        },
        "Rules": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::InstanceGroupConfig.ScalingRule"
          },
          "type": "array"
        }
      },
      "required": [
        "Constraints",
        "Rules"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceGroupConfig.CloudWatchAlarmDefinition": {
      "type": "object",
      "properties": {
        "ComparisonOperator": {
          "type": "string"
        },
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::InstanceGroupConfig.MetricDimension"
          },
          "type": "array"
        },
        "EvaluationPeriods": {
          "type": "number"
        },
        "MetricName": {
          "type": "string"
        },
        "Namespace": {
          "type": "string"
        },
        "Period": {
          "type": "number"
        },
        "Statistic": {
          "type": "string"
        },
        "Threshold": {
          "type": "number"
        },
        "Unit": {
          "type": "string"
        }
      },
      "required": [
        "ComparisonOperator",
        "MetricName",
        "Period",
        "Threshold"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceGroupConfig.Configuration": {
      "type": "object",
      "properties": {
        "Classification": {
          "type": "string"
        },
        "ConfigurationProperties": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Configurations": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::InstanceGroupConfig.Configuration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMR::InstanceGroupConfig.EbsBlockDeviceConfig": {
      "type": "object",
      "properties": {
        "VolumeSpecification": {
          "$ref": "#/$defs/AWS::EMR::InstanceGroupConfig.VolumeSpecification"
        },
        "VolumesPerInstance": {
          "type": "number"
        }
      },
      "required": [
        "VolumeSpecification"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceGroupConfig.EbsConfiguration": {
      "type": "object",
      "properties": {
        "EbsBlockDeviceConfigs": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::InstanceGroupConfig.EbsBlockDeviceConfig"
          },
          "type": "array"
        },
        "EbsOptimized": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMR::InstanceGroupConfig.MetricDimension": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceGroupConfig.ScalingAction": {
      "type": "object",
      "properties": {
        "Market": {
          "type": "string"
        },
        "SimpleScalingPolicyConfiguration": {
          "$ref": "#/$defs/AWS::EMR::InstanceGroupConfig.SimpleScalingPolicyConfiguration"
        }
      },
      "required": [
        "SimpleScalingPolicyConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceGroupConfig.ScalingConstraints": {
      "type": "object",
      "properties": {
        "MaxCapacity": {
          "type": "number"
        },
        "MinCapacity": {
          "type": "number"
        }
      },
      "required": [
        "MaxCapacity",
        "MinCapacity"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceGroupConfig.ScalingRule": {
      "type": "object",
      "properties": {
        "Action": {
          "$ref": "#/$defs/AWS::EMR::InstanceGroupConfig.ScalingAction"
        },
        "Description": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Trigger": {
          "$ref": "#/$defs/AWS::EMR::InstanceGroupConfig.ScalingTrigger"
        }
      },
      "required": [
        "Action",
        "Name",
        "Trigger"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceGroupConfig.ScalingTrigger": {
      "type": "object",
      "properties": {
        "CloudWatchAlarmDefinition": {
          "$ref": "#/$defs/AWS::EMR::InstanceGroupConfig.CloudWatchAlarmDefinition"
        }
      },
      "required": [
        "CloudWatchAlarmDefinition"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceGroupConfig.SimpleScalingPolicyConfiguration": {
      "type": "object",
      "properties": {
        "AdjustmentType": {
          "type": "string"
        },
        "CoolDown": {
          "type": "number"
        },
        "ScalingAdjustment": {
          "type": "number"
        }
      },
      "required": [
        "ScalingAdjustment"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::InstanceGroupConfig.VolumeSpecification": {
      "type": "object",
      "properties": {
        "Iops": {
          "type": "number"
        },
        "SizeInGB": {
          "type": "number"
        },
        "Throughput": {
          "type": "number"
        },
        "VolumeType": {
          "type": "string"
        }
      },
      "required": [
        "SizeInGB",
        "VolumeType"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::SecurityConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "SecurityConfiguration": {
              "type": "object"
            }
          },
          "required": [
            "SecurityConfiguration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EMR::SecurityConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Step": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ActionOnFailure": {
              "type": "string"
            },
            "HadoopJarStep": {
              "$ref": "#/$defs/AWS::EMR::Step.HadoopJarStepConfig"
            },
            "JobFlowId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "ActionOnFailure",
            "HadoopJarStep",
            "JobFlowId",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EMR::Step"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Step.HadoopJarStepConfig": {
      "type": "object",
      "properties": {
        "Args": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Jar": {
          "type": "string"
        },
        "MainClass": {
          "type": "string"
        },
        "StepProperties": {
          "items": {
            "$ref": "#/$defs/AWS::EMR::Step.KeyValue"
          },
          "type": "array"
        }
      },
      "required": [
        "Jar"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::Step.KeyValue": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMR::Studio": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthMode": {
              "type": "string"
            },
            "DefaultS3Location": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "EncryptionKeyArn": {
              "type": "string"
            },
            "EngineSecurityGroupId": {
              "type": "string"
            },
            "IdcInstanceArn": {
              "type": "string"
            },
            "IdcUserAssignment": {
              "type": "string"
            },
            "IdpAuthUrl": {
              "type": "string"
            },
            "IdpRelayStateParameterName": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ServiceRole": {
              "type": "string"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TrustedIdentityPropagationEnabled": {
              "type": "boolean"
            },
            "UserRole": {
              "type": "string"
            },
            "VpcId": {
              "type": "string"
            },
            "WorkspaceSecurityGroupId": {
              "type": "string"
            }
          },
          "required": [
            "AuthMode",
            "DefaultS3Location",
            "EngineSecurityGroupId",
            "Name",
            "ServiceRole",
            "SubnetIds",
            "VpcId",
            "WorkspaceSecurityGroupId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EMR::Studio"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::StudioSessionMapping": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "IdentityName": {
              "type": "string"
            },
            "IdentityType": {
              "type": "string"
            },
            "SessionPolicyArn": {
              "type": "string"
            },
            "StudioId": {
              "type": "string"
            }
          },
          "required": [
            "IdentityName",
            "IdentityType",
            "SessionPolicyArn",
            "StudioId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EMR::StudioSessionMapping"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EMR::WALWorkspace": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "WALWorkspaceName": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EMR::WALWorkspace"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EMRContainers::VirtualCluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContainerProvider": {
              "$ref": "#/$defs/AWS::EMRContainers::VirtualCluster.ContainerProvider"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ContainerProvider",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EMRContainers::VirtualCluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EMRContainers::VirtualCluster.ContainerInfo": {
      "type": "object",
      "properties": {
        "EksInfo": {
          "$ref": "#/$defs/AWS::EMRContainers::VirtualCluster.EksInfo"
        }
      },
      "required": [
        "EksInfo"
      ],
      "additionalProperties": false
    },
    "AWS::EMRContainers::VirtualCluster.ContainerProvider": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Info": {
          "$ref": "#/$defs/AWS::EMRContainers::VirtualCluster.ContainerInfo"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Id",
        "Info",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EMRContainers::VirtualCluster.EksInfo": {
      "type": "object",
      "properties": {
        "Namespace": {
          "type": "string"
        }
      },
      "required": [
        "Namespace"
      ],
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Architecture": {
              "type": "string"
            },
            "AutoStartConfiguration": {
              "$ref": "#/$defs/AWS::EMRServerless::Application.AutoStartConfiguration"
            },
            "AutoStopConfiguration": {
              "$ref": "#/$defs/AWS::EMRServerless::Application.AutoStopConfiguration"
            },
            "ImageConfiguration": {
              "$ref": "#/$defs/AWS::EMRServerless::Application.ImageConfigurationInput"
            },
            "InitialCapacity": {
              "items": {
                "$ref": "#/$defs/AWS::EMRServerless::Application.InitialCapacityConfigKeyValuePair"
              },
              "type": "array"
            },
            "MaximumCapacity": {
              "$ref": "#/$defs/AWS::EMRServerless::Application.MaximumAllowedResources"
            },
            "MonitoringConfiguration": {
              "$ref": "#/$defs/AWS::EMRServerless::Application.MonitoringConfiguration"
            },
            "Name": {
              "type": "string"
            },
            "NetworkConfiguration": {
              "$ref": "#/$defs/AWS::EMRServerless::Application.NetworkConfiguration"
            },
            "ReleaseLabel": {
              "type": "string"
            },
            "RuntimeConfiguration": {
              "items": {
                "$ref": "#/$defs/AWS::EMRServerless::Application.ConfigurationObject"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            },
            "WorkerTypeSpecifications": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::EMRServerless::Application.WorkerTypeSpecificationInput"
                }
              }
            }
          },
          "required": [
            "ReleaseLabel",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EMRServerless::Application"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application.AutoStartConfiguration": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application.AutoStopConfiguration": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "IdleTimeoutMinutes": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application.CloudWatchLoggingConfiguration": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "EncryptionKeyArn": {
          "type": "string"
        },
        "LogGroupName": {
          "type": "string"
        },
        "LogStreamNamePrefix": {
          "type": "string"
        },
        "LogTypeMap": {
          "items": {
            "$ref": "#/$defs/AWS::EMRServerless::Application.LogTypeMapKeyValuePair"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application.ConfigurationObject": {
      "type": "object",
      "properties": {
        "Classification": {
          "type": "string"
        },
        "Configurations": {
          "items": {
            "$ref": "#/$defs/AWS::EMRServerless::Application.ConfigurationObject"
          },
          "type": "array"
        },
        "Properties": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "required": [
        "Classification"
      ],
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application.ImageConfigurationInput": {
      "type": "object",
      "properties": {
        "ImageUri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application.InitialCapacityConfig": {
      "type": "object",
      "properties": {
        "WorkerConfiguration": {
          "$ref": "#/$defs/AWS::EMRServerless::Application.WorkerConfiguration"
        },
        "WorkerCount": {
          "type": "number"
        }
      },
      "required": [
        "WorkerConfiguration",
        "WorkerCount"
      ],
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application.InitialCapacityConfigKeyValuePair": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::EMRServerless::Application.InitialCapacityConfig"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application.LogTypeMapKeyValuePair": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application.ManagedPersistenceMonitoringConfiguration": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "EncryptionKeyArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application.MaximumAllowedResources": {
      "type": "object",
      "properties": {
        "Cpu": {
          "type": "string"
        },
        "Disk": {
          "type": "string"
        },
        "Memory": {
          "type": "string"
        }
      },
      "required": [
        "Cpu",
        "Memory"
      ],
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application.MonitoringConfiguration": {
      "type": "object",
      "properties": {
        "CloudWatchLoggingConfiguration": {
          "$ref": "#/$defs/AWS::EMRServerless::Application.CloudWatchLoggingConfiguration"
        },
        "ManagedPersistenceMonitoringConfiguration": {
          "$ref": "#/$defs/AWS::EMRServerless::Application.ManagedPersistenceMonitoringConfiguration"
        },
        "S3MonitoringConfiguration": {
          "$ref": "#/$defs/AWS::EMRServerless::Application.S3MonitoringConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application.NetworkConfiguration": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application.S3MonitoringConfiguration": {
      "type": "object",
      "properties": {
        "EncryptionKeyArn": {
          "type": "string"
        },
        "LogUri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application.WorkerConfiguration": {
      "type": "object",
      "properties": {
        "Cpu": {
          "type": "string"
        },
        "Disk": {
          "type": "string"
        },
        "Memory": {
          "type": "string"
        }
      },
      "required": [
        "Cpu",
        "Memory"
      ],
      "additionalProperties": false
    },
    "AWS::EMRServerless::Application.WorkerTypeSpecificationInput": {
      "type": "object",
      "properties": {
        "ImageConfiguration": {
          "$ref": "#/$defs/AWS::EMRServerless::Application.ImageConfigurationInput"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElastiCache::CacheCluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AZMode": {
              "type": "string"
            },
            "AutoMinorVersionUpgrade": {
              "type": "boolean"
            },
            "CacheNodeType": {
              "type": "string"
            },
            "CacheParameterGroupName": {
              "type": "string"
            },
            "CacheSecurityGroupNames": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "CacheSubnetGroupName": {
              "type": "string"
            },
            "ClusterName": {
              "type": "string"
            },
            "Engine": {
              "type": "string"
            },
            "EngineVersion": {
              "type": "string"
            },
            "IpDiscovery": {
              "type": "string"
            },
            "LogDeliveryConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::ElastiCache::CacheCluster.LogDeliveryConfigurationRequest"
              },
              "type": "array"
            },
            "NetworkType": {
              "type": "string"
            },
            "NotificationTopicArn": {
              "type": "string"
            },
            "NumCacheNodes": {
              "type": "number"
            },
            "Port": {
              "type": "number"
            },
            "PreferredAvailabilityZone": {
              "type": "string"
            },
            "PreferredAvailabilityZones": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PreferredMaintenanceWindow": {
              "type": "string"
            },
            "SnapshotArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SnapshotName": {
              "type": "string"
            },
            "SnapshotRetentionLimit": {
              "type": "number"
            },
            "SnapshotWindow": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TransitEncryptionEnabled": {
              "type": "boolean"
            },
            "VpcSecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "CacheNodeType",
            "Engine",
            "NumCacheNodes"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElastiCache::CacheCluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::CacheCluster.CloudWatchLogsDestinationDetails": {
      "type": "object",
      "properties": {
        "LogGroup": {
          "type": "string"
        }
      },
      "required": [
        "LogGroup"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::CacheCluster.DestinationDetails": {
      "type": "object",
      "properties": {
        "CloudWatchLogsDetails": {
          "$ref": "#/$defs/AWS::ElastiCache::CacheCluster.CloudWatchLogsDestinationDetails"
        },
        "KinesisFirehoseDetails": {
          "$ref": "#/$defs/AWS::ElastiCache::CacheCluster.KinesisFirehoseDestinationDetails"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElastiCache::CacheCluster.KinesisFirehoseDestinationDetails": {
      "type": "object",
      "properties": {
        "DeliveryStream": {
          "type": "string"
        }
      },
      "required": [
        "DeliveryStream"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::CacheCluster.LogDeliveryConfigurationRequest": {
      "type": "object",
      "properties": {
        "DestinationDetails": {
          "$ref": "#/$defs/AWS::ElastiCache::CacheCluster.DestinationDetails"
        },
        "DestinationType": {
          "type": "string"
        },
        "LogFormat": {
          "type": "string"
        },
        "LogType": {
          "type": "string"
        }
      },
      "required": [
        "DestinationDetails",
        "DestinationType",
        "LogFormat",
        "LogType"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::GlobalReplicationGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutomaticFailoverEnabled": {
              "type": "boolean"
            },
            "CacheNodeType": {
              "type": "string"
            },
            "CacheParameterGroupName": {
              "type": "string"
            },
            "EngineVersion": {
              "type": "string"
            },
            "GlobalNodeGroupCount": {
              "type": "number"
            },
            "GlobalReplicationGroupDescription": {
              "type": "string"
            },
            "GlobalReplicationGroupIdSuffix": {
              "type": "string"
            },
            "Members": {
              "items": {
                "$ref": "#/$defs/AWS::ElastiCache::GlobalReplicationGroup.GlobalReplicationGroupMember"
              },
              "type": "array"
            },
            "RegionalConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::ElastiCache::GlobalReplicationGroup.RegionalConfiguration"
              },
              "type": "array"
            }
          },
          "required": [
            "Members"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElastiCache::GlobalReplicationGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::GlobalReplicationGroup.GlobalReplicationGroupMember": {
      "type": "object",
      "properties": {
        "ReplicationGroupId": {
          "type": "string"
        },
        "ReplicationGroupRegion": {
          "type": "string"
        },
        "Role": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElastiCache::GlobalReplicationGroup.RegionalConfiguration": {
      "type": "object",
      "properties": {
        "ReplicationGroupId": {
          "type": "string"
        },
        "ReplicationGroupRegion": {
          "type": "string"
        },
        "ReshardingConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::ElastiCache::GlobalReplicationGroup.ReshardingConfiguration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElastiCache::GlobalReplicationGroup.ReshardingConfiguration": {
      "type": "object",
      "properties": {
        "NodeGroupId": {
          "type": "string"
        },
        "PreferredAvailabilityZones": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElastiCache::ParameterGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CacheParameterGroupFamily": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Properties": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "CacheParameterGroupFamily",
            "Description"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElastiCache::ParameterGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::ReplicationGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AtRestEncryptionEnabled": {
              "type": "boolean"
            },
            "AuthToken": {
              "type": "string"
            },
            "AutoMinorVersionUpgrade": {
              "type": "boolean"
            },
            "AutomaticFailoverEnabled": {
              "type": "boolean"
            },
            "CacheNodeType": {
              "type": "string"
            },
            "CacheParameterGroupName": {
              "type": "string"
            },
            "CacheSecurityGroupNames": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "CacheSubnetGroupName": {
              "type": "string"
            },
            "ClusterMode": {
              "type": "string"
            },
            "DataTieringEnabled": {
              "type": "boolean"
            },
            "Engine": {
              "type": "string"
            },
            "EngineVersion": {
              "type": "string"
            },
            "GlobalReplicationGroupId": {
              "type": "string"
            },
            "IpDiscovery": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "LogDeliveryConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::ElastiCache::ReplicationGroup.LogDeliveryConfigurationRequest"
              },
              "type": "array"
            },
            "MultiAZEnabled": {
              "type": "boolean"
            },
            "NetworkType": {
              "type": "string"
            },
            "NodeGroupConfiguration": {
              "items": {
                "$ref": "#/$defs/AWS::ElastiCache::ReplicationGroup.NodeGroupConfiguration"
              },
              "type": "array"
            },
            "NotificationTopicArn": {
              "type": "string"
            },
            "NumCacheClusters": {
              "type": "number"
            },
            "NumNodeGroups": {
              "type": "number"
            },
            "Port": {
              "type": "number"
            },
            "PreferredCacheClusterAZs": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PreferredMaintenanceWindow": {
              "type": "string"
            },
            "PrimaryClusterId": {
              "type": "string"
            },
            "ReplicasPerNodeGroup": {
              "type": "number"
            },
            "ReplicationGroupDescription": {
              "type": "string"
            },
            "ReplicationGroupId": {
              "type": "string"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SnapshotArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SnapshotName": {
              "type": "string"
            },
            "SnapshotRetentionLimit": {
              "type": "number"
            },
            "SnapshotWindow": {
              "type": "string"
            },
            "SnapshottingClusterId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TransitEncryptionEnabled": {
              "type": "boolean"
            },
            "TransitEncryptionMode": {
              "type": "string"
            },
            "UserGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "ReplicationGroupDescription"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElastiCache::ReplicationGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::ReplicationGroup.CloudWatchLogsDestinationDetails": {
      "type": "object",
      "properties": {
        "LogGroup": {
          "type": "string"
        }
      },
      "required": [
        "LogGroup"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::ReplicationGroup.DestinationDetails": {
      "type": "object",
      "properties": {
        "CloudWatchLogsDetails": {
          "$ref": "#/$defs/AWS::ElastiCache::ReplicationGroup.CloudWatchLogsDestinationDetails"
        },
        "KinesisFirehoseDetails": {
          "$ref": "#/$defs/AWS::ElastiCache::ReplicationGroup.KinesisFirehoseDestinationDetails"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElastiCache::ReplicationGroup.KinesisFirehoseDestinationDetails": {
      "type": "object",
      "properties": {
        "DeliveryStream": {
          "type": "string"
        }
      },
      "required": [
        "DeliveryStream"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::ReplicationGroup.LogDeliveryConfigurationRequest": {
      "type": "object",
      "properties": {
        "DestinationDetails": {
          "$ref": "#/$defs/AWS::ElastiCache::ReplicationGroup.DestinationDetails"
        },
        "DestinationType": {
          "type": "string"
        },
        "LogFormat": {
          "type": "string"
        },
        "LogType": {
          "type": "string"
        }
      },
      "required": [
        "DestinationDetails",
        "DestinationType",
        "LogFormat",
        "LogType"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::ReplicationGroup.NodeGroupConfiguration": {
      "type": "object",
      "properties": {
        "NodeGroupId": {
          "type": "string"
        },
        "PrimaryAvailabilityZone": {
          "type": "string"
        },
        "ReplicaAvailabilityZones": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ReplicaCount": {
          "type": "number"
        },
        "Slots": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElastiCache::SecurityGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Description"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElastiCache::SecurityGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::SecurityGroupIngress": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CacheSecurityGroupName": {
              "type": "string"
            },
            "EC2SecurityGroupName": {
              "type": "string"
            },
            "EC2SecurityGroupOwnerId": {
              "type": "string"
            }
          },
          "required": [
            "CacheSecurityGroupName",
            "EC2SecurityGroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElastiCache::SecurityGroupIngress"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::ServerlessCache": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CacheUsageLimits": {
              "$ref": "#/$defs/AWS::ElastiCache::ServerlessCache.CacheUsageLimits"
            },
            "DailySnapshotTime": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Endpoint": {
              "$ref": "#/$defs/AWS::ElastiCache::ServerlessCache.Endpoint"
            },
            "Engine": {
              "type": "string"
            },
            "FinalSnapshotName": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "MajorEngineVersion": {
              "type": "string"
            },
            "ReaderEndpoint": {
              "$ref": "#/$defs/AWS::ElastiCache::ServerlessCache.Endpoint"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ServerlessCacheName": {
              "type": "string"
            },
            "SnapshotArnsToRestore": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SnapshotRetentionLimit": {
              "type": "number"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UserGroupId": {
              "type": "string"
            }
          },
          "required": [
            "Engine",
            "ServerlessCacheName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElastiCache::ServerlessCache"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::ServerlessCache.CacheUsageLimits": {
      "type": "object",
      "properties": {
        "DataStorage": {
          "$ref": "#/$defs/AWS::ElastiCache::ServerlessCache.DataStorage"
        },
        "ECPUPerSecond": {
          "$ref": "#/$defs/AWS::ElastiCache::ServerlessCache.ECPUPerSecond"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElastiCache::ServerlessCache.DataStorage": {
      "type": "object",
      "properties": {
        "Maximum": {
          "type": "number"
        },
        "Minimum": {
          "type": "number"
        },
        "Unit": {
          "type": "string"
        }
      },
      "required": [
        "Unit"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::ServerlessCache.ECPUPerSecond": {
      "type": "object",
      "properties": {
        "Maximum": {
          "type": "number"
        },
        "Minimum": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElastiCache::ServerlessCache.Endpoint": {
      "type": "object",
      "properties": {
        "Address": {
          "type": "string"
        },
        "Port": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElastiCache::SubnetGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CacheSubnetGroupName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Description",
            "SubnetIds"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElastiCache::SubnetGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::User": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessString": {
              "type": "string"
            },
            "AuthenticationMode": {
              "$ref": "#/$defs/AWS::ElastiCache::User.AuthenticationMode"
            },
            "Engine": {
              "type": "string"
            },
            "NoPasswordRequired": {
              "type": "boolean"
            },
            "Passwords": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UserId": {
              "type": "string"
            },
            "UserName": {
              "type": "string"
            }
          },
          "required": [
            "Engine",
            "UserId",
            "UserName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElastiCache::User"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::User.AuthenticationMode": {
      "type": "object",
      "properties": {
        "Passwords": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ElastiCache::UserGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Engine": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UserGroupId": {
              "type": "string"
            },
            "UserIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "Engine",
            "UserGroupId",
            "UserIds"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElastiCache::UserGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticBeanstalk::Application": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "ResourceLifecycleConfig": {
              "$ref": "#/$defs/AWS::ElasticBeanstalk::Application.ApplicationResourceLifecycleConfig"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElasticBeanstalk::Application"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticBeanstalk::Application.ApplicationResourceLifecycleConfig": {
      "type": "object",
      "properties": {
        "ServiceRole": {
          "type": "string"
        },
        "VersionLifecycleConfig": {
          "$ref": "#/$defs/AWS::ElasticBeanstalk::Application.ApplicationVersionLifecycleConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticBeanstalk::Application.ApplicationVersionLifecycleConfig": {
      "type": "object",
      "properties": {
        "MaxAgeRule": {
          "$ref": "#/$defs/AWS::ElasticBeanstalk::Application.MaxAgeRule"
        },
        "MaxCountRule": {
          "$ref": "#/$defs/AWS::ElasticBeanstalk::Application.MaxCountRule"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticBeanstalk::Application.MaxAgeRule": {
      "type": "object",
      "properties": {
        "DeleteSourceFromS3": {
          "type": "boolean"
        },
        "Enabled": {
          "type": "boolean"
        },
        "MaxAgeInDays": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticBeanstalk::Application.MaxCountRule": {
      "type": "object",
      "properties": {
        "DeleteSourceFromS3": {
          "type": "boolean"
        },
        "Enabled": {
          "type": "boolean"
        },
        "MaxCount": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticBeanstalk::ApplicationVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "SourceBundle": {
              "$ref": "#/$defs/AWS::ElasticBeanstalk::ApplicationVersion.SourceBundle"
            }
          },
          "required": [
            "ApplicationName",
            "SourceBundle"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElasticBeanstalk::ApplicationVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticBeanstalk::ApplicationVersion.SourceBundle": {
      "type": "object",
      "properties": {
        "S3Bucket": {
          "type": "string"
        },
        "S3Key": {
          "type": "string"
        }
      },
      "required": [
        "S3Bucket",
        "S3Key"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticBeanstalk::ConfigurationTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "EnvironmentId": {
              "type": "string"
            },
            "OptionSettings": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticBeanstalk::ConfigurationTemplate.ConfigurationOptionSetting"
              },
              "type": "array"
            },
            "PlatformArn": {
              "type": "string"
            },
            "SolutionStackName": {
              "type": "string"
            },
            "SourceConfiguration": {
              "$ref": "#/$defs/AWS::ElasticBeanstalk::ConfigurationTemplate.SourceConfiguration"
            }
          },
          "required": [
            "ApplicationName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElasticBeanstalk::ConfigurationTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticBeanstalk::ConfigurationTemplate.ConfigurationOptionSetting": {
      "type": "object",
      "properties": {
        "Namespace": {
          "type": "string"
        },
        "OptionName": {
          "type": "string"
        },
        "ResourceName": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Namespace",
        "OptionName"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticBeanstalk::ConfigurationTemplate.SourceConfiguration": {
      "type": "object",
      "properties": {
        "ApplicationName": {
          "type": "string"
        },
        "TemplateName": {
          "type": "string"
        }
      },
      "required": [
        "ApplicationName",
        "TemplateName"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticBeanstalk::Environment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationName": {
              "type": "string"
            },
            "CNAMEPrefix": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "EnvironmentName": {
              "type": "string"
            },
            "OperationsRole": {
              "type": "string"
            },
            "OptionSettings": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticBeanstalk::Environment.OptionSetting"
              },
              "type": "array"
            },
            "PlatformArn": {
              "type": "string"
            },
            "SolutionStackName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TemplateName": {
              "type": "string"
            },
            "Tier": {
              "$ref": "#/$defs/AWS::ElasticBeanstalk::Environment.Tier"
            },
            "VersionLabel": {
              "type": "string"
            }
          },
          "required": [
            "ApplicationName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElasticBeanstalk::Environment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticBeanstalk::Environment.OptionSetting": {
      "type": "object",
      "properties": {
        "Namespace": {
          "type": "string"
        },
        "OptionName": {
          "type": "string"
        },
        "ResourceName": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Namespace",
        "OptionName"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticBeanstalk::Environment.Tier": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancing::LoadBalancer": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessLoggingPolicy": {
              "$ref": "#/$defs/AWS::ElasticLoadBalancing::LoadBalancer.AccessLoggingPolicy"
            },
            "AppCookieStickinessPolicy": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticLoadBalancing::LoadBalancer.AppCookieStickinessPolicy"
              },
              "type": "array"
            },
            "AvailabilityZones": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ConnectionDrainingPolicy": {
              "$ref": "#/$defs/AWS::ElasticLoadBalancing::LoadBalancer.ConnectionDrainingPolicy"
            },
            "ConnectionSettings": {
              "$ref": "#/$defs/AWS::ElasticLoadBalancing::LoadBalancer.ConnectionSettings"
            },
            "CrossZone": {
              "type": "boolean"
            },
            "HealthCheck": {
              "$ref": "#/$defs/AWS::ElasticLoadBalancing::LoadBalancer.HealthCheck"
            },
            "Instances": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "LBCookieStickinessPolicy": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticLoadBalancing::LoadBalancer.LBCookieStickinessPolicy"
              },
              "type": "array"
            },
            "Listeners": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticLoadBalancing::LoadBalancer.Listeners"
              },
              "type": "array"
            },
            "LoadBalancerName": {
              "type": "string"
            },
            "Policies": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticLoadBalancing::LoadBalancer.Policies"
              },
              "type": "array"
            },
            "Scheme": {
              "type": "string"
            },
            "SecurityGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Subnets": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Listeners"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElasticLoadBalancing::LoadBalancer"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancing::LoadBalancer.AccessLoggingPolicy": {
      "type": "object",
      "properties": {
        "EmitInterval": {
          "type": "number"
        },
        "Enabled": {
          "type": "boolean"
        },
        "S3BucketName": {
          "type": "string"
        },
        "S3BucketPrefix": {
          "type": "string"
        }
      },
      "required": [
        "Enabled",
        "S3BucketName"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancing::LoadBalancer.AppCookieStickinessPolicy": {
      "type": "object",
      "properties": {
        "CookieName": {
          "type": "string"
        },
        "PolicyName": {
          "type": "string"
        }
      },
      "required": [
        "CookieName",
        "PolicyName"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancing::LoadBalancer.ConnectionDrainingPolicy": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "Timeout": {
          "type": "number"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancing::LoadBalancer.ConnectionSettings": {
      "type": "object",
      "properties": {
        "IdleTimeout": {
          "type": "number"
        }
      },
      "required": [
        "IdleTimeout"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancing::LoadBalancer.HealthCheck": {
      "type": "object",
      "properties": {
        "HealthyThreshold": {
          "type": "string"
        },
        "Interval": {
          "type": "string"
        },
        "Target": {
          "type": "string"
        },
        "Timeout": {
          "type": "string"
        },
        "UnhealthyThreshold": {
          "type": "string"
        }
      },
      "required": [
        "HealthyThreshold",
        "Interval",
        "Target",
        "Timeout",
        "UnhealthyThreshold"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancing::LoadBalancer.LBCookieStickinessPolicy": {
      "type": "object",
      "properties": {
        "CookieExpirationPeriod": {
          "type": "string"
        },
        "PolicyName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancing::LoadBalancer.Listeners": {
      "type": "object",
      "properties": {
        "InstancePort": {
          "type": "string"
        },
        "InstanceProtocol": {
          "type": "string"
        },
        "LoadBalancerPort": {
          "type": "string"
        },
        "PolicyNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Protocol": {
          "type": "string"
        },
        "SSLCertificateId": {
          "type": "string"
        }
      },
      "required": [
        "InstancePort",
        "LoadBalancerPort",
        "Protocol"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancing::LoadBalancer.Policies": {
      "type": "object",
      "properties": {
        "Attributes": {
          "items": {
            "type": "object"
          },
          "type": "array"
        },
        "InstancePorts": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "LoadBalancerPorts": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PolicyName": {
          "type": "string"
        },
        "PolicyType": {
          "type": "string"
        }
      },
      "required": [
        "Attributes",
        "PolicyName",
        "PolicyType"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::Listener": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AlpnPolicy": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Certificates": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::Listener.Certificate"
              },
              "type": "array"
            },
            "DefaultActions": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::Listener.Action"
              },
              "type": "array"
            },
            "LoadBalancerArn": {
              "type": "string"
            },
            "MutualAuthentication": {
              "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::Listener.MutualAuthentication"
            },
            "Port": {
              "type": "number"
            },
            "Protocol": {
              "type": "string"
            },
            "SslPolicy": {
              "type": "string"
            }
          },
          "required": [
            "DefaultActions",
            "LoadBalancerArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElasticLoadBalancingV2::Listener"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::Listener.Action": {
      "type": "object",
      "properties": {
        "AuthenticateCognitoConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::Listener.AuthenticateCognitoConfig"
        },
        "AuthenticateOidcConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::Listener.AuthenticateOidcConfig"
        },
        "FixedResponseConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::Listener.FixedResponseConfig"
        },
        "ForwardConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::Listener.ForwardConfig"
        },
        "Order": {
          "type": "number"
        },
        "RedirectConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::Listener.RedirectConfig"
        },
        "TargetGroupArn": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::Listener.AuthenticateCognitoConfig": {
      "type": "object",
      "properties": {
        "AuthenticationRequestExtraParams": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "OnUnauthenticatedRequest": {
          "type": "string"
        },
        "Scope": {
          "type": "string"
        },
        "SessionCookieName": {
          "type": "string"
        },
        "SessionTimeout": {
          "type": "string"
        },
        "UserPoolArn": {
          "type": "string"
        },
        "UserPoolClientId": {
          "type": "string"
        },
        "UserPoolDomain": {
          "type": "string"
        }
      },
      "required": [
        "UserPoolArn",
        "UserPoolClientId",
        "UserPoolDomain"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::Listener.AuthenticateOidcConfig": {
      "type": "object",
      "properties": {
        "AuthenticationRequestExtraParams": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "AuthorizationEndpoint": {
          "type": "string"
        },
        "ClientId": {
          "type": "string"
        },
        "ClientSecret": {
          "type": "string"
        },
        "Issuer": {
          "type": "string"
        },
        "OnUnauthenticatedRequest": {
          "type": "string"
        },
        "Scope": {
          "type": "string"
        },
        "SessionCookieName": {
          "type": "string"
        },
        "SessionTimeout": {
          "type": "string"
        },
        "TokenEndpoint": {
          "type": "string"
        },
        "UseExistingClientSecret": {
          "type": "boolean"
        },
        "UserInfoEndpoint": {
          "type": "string"
        }
      },
      "required": [
        "AuthorizationEndpoint",
        "ClientId",
        "Issuer",
        "TokenEndpoint",
        "UserInfoEndpoint"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::Listener.Certificate": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::Listener.FixedResponseConfig": {
      "type": "object",
      "properties": {
        "ContentType": {
          "type": "string"
        },
        "MessageBody": {
          "type": "string"
        },
        "StatusCode": {
          "type": "string"
        }
      },
      "required": [
        "StatusCode"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::Listener.ForwardConfig": {
      "type": "object",
      "properties": {
        "TargetGroupStickinessConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::Listener.TargetGroupStickinessConfig"
        },
        "TargetGroups": {
          "items": {
            "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::Listener.TargetGroupTuple"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::Listener.MutualAuthentication": {
      "type": "object",
      "properties": {
        "IgnoreClientCertificateExpiry": {
          "type": "boolean"
        },
        "Mode": {
          "type": "string"
        },
        "TrustStoreArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::Listener.RedirectConfig": {
      "type": "object",
      "properties": {
        "Host": {
          "type": "string"
        },
        "Path": {
          "type": "string"
        },
        "Port": {
          "type": "string"
        },
        "Protocol": {
          "type": "string"
        },
        "Query": {
          "type": "string"
        },
        "StatusCode": {
          "type": "string"
        }
      },
      "required": [
        "StatusCode"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::Listener.TargetGroupStickinessConfig": {
      "type": "object",
      "properties": {
        "DurationSeconds": {
          "type": "number"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::Listener.TargetGroupTuple": {
      "type": "object",
      "properties": {
        "TargetGroupArn": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerCertificate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Certificates": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerCertificate.Certificate"
              },
              "type": "array"
            },
            "ListenerArn": {
              "type": "string"
            }
          },
          "required": [
            "Certificates",
            "ListenerArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElasticLoadBalancingV2::ListenerCertificate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerCertificate.Certificate": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Actions": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.Action"
              },
              "type": "array"
            },
            "Conditions": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.RuleCondition"
              },
              "type": "array"
            },
            "ListenerArn": {
              "type": "string"
            },
            "Priority": {
              "type": "number"
            }
          },
          "required": [
            "Actions",
            "Conditions",
            "Priority"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElasticLoadBalancingV2::ListenerRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.Action": {
      "type": "object",
      "properties": {
        "AuthenticateCognitoConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.AuthenticateCognitoConfig"
        },
        "AuthenticateOidcConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.AuthenticateOidcConfig"
        },
        "FixedResponseConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.FixedResponseConfig"
        },
        "ForwardConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.ForwardConfig"
        },
        "Order": {
          "type": "number"
        },
        "RedirectConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.RedirectConfig"
        },
        "TargetGroupArn": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.AuthenticateCognitoConfig": {
      "type": "object",
      "properties": {
        "AuthenticationRequestExtraParams": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "OnUnauthenticatedRequest": {
          "type": "string"
        },
        "Scope": {
          "type": "string"
        },
        "SessionCookieName": {
          "type": "string"
        },
        "SessionTimeout": {
          "type": "number"
        },
        "UserPoolArn": {
          "type": "string"
        },
        "UserPoolClientId": {
          "type": "string"
        },
        "UserPoolDomain": {
          "type": "string"
        }
      },
      "required": [
        "UserPoolArn",
        "UserPoolClientId",
        "UserPoolDomain"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.AuthenticateOidcConfig": {
      "type": "object",
      "properties": {
        "AuthenticationRequestExtraParams": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "AuthorizationEndpoint": {
          "type": "string"
        },
        "ClientId": {
          "type": "string"
        },
        "ClientSecret": {
          "type": "string"
        },
        "Issuer": {
          "type": "string"
        },
        "OnUnauthenticatedRequest": {
          "type": "string"
        },
        "Scope": {
          "type": "string"
        },
        "SessionCookieName": {
          "type": "string"
        },
        "SessionTimeout": {
          "type": "number"
        },
        "TokenEndpoint": {
          "type": "string"
        },
        "UseExistingClientSecret": {
          "type": "boolean"
        },
        "UserInfoEndpoint": {
          "type": "string"
        }
      },
      "required": [
        "AuthorizationEndpoint",
        "ClientId",
        "Issuer",
        "TokenEndpoint",
        "UserInfoEndpoint"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.FixedResponseConfig": {
      "type": "object",
      "properties": {
        "ContentType": {
          "type": "string"
        },
        "MessageBody": {
          "type": "string"
        },
        "StatusCode": {
          "type": "string"
        }
      },
      "required": [
        "StatusCode"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.ForwardConfig": {
      "type": "object",
      "properties": {
        "TargetGroupStickinessConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.TargetGroupStickinessConfig"
        },
        "TargetGroups": {
          "items": {
            "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.TargetGroupTuple"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.HostHeaderConfig": {
      "type": "object",
      "properties": {
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.HttpHeaderConfig": {
      "type": "object",
      "properties": {
        "HttpHeaderName": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.HttpRequestMethodConfig": {
      "type": "object",
      "properties": {
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.PathPatternConfig": {
      "type": "object",
      "properties": {
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.QueryStringConfig": {
      "type": "object",
      "properties": {
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.QueryStringKeyValue"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.QueryStringKeyValue": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.RedirectConfig": {
      "type": "object",
      "properties": {
        "Host": {
          "type": "string"
        },
        "Path": {
          "type": "string"
        },
        "Port": {
          "type": "string"
        },
        "Protocol": {
          "type": "string"
        },
        "Query": {
          "type": "string"
        },
        "StatusCode": {
          "type": "string"
        }
      },
      "required": [
        "StatusCode"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.RuleCondition": {
      "type": "object",
      "properties": {
        "Field": {
          "type": "string"
        },
        "HostHeaderConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.HostHeaderConfig"
        },
        "HttpHeaderConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.HttpHeaderConfig"
        },
        "HttpRequestMethodConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.HttpRequestMethodConfig"
        },
        "PathPatternConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.PathPatternConfig"
        },
        "QueryStringConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.QueryStringConfig"
        },
        "SourceIpConfig": {
          "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::ListenerRule.SourceIpConfig"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.SourceIpConfig": {
      "type": "object",
      "properties": {
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.TargetGroupStickinessConfig": {
      "type": "object",
      "properties": {
        "DurationSeconds": {
          "type": "number"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::ListenerRule.TargetGroupTuple": {
      "type": "object",
      "properties": {
        "TargetGroupArn": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::LoadBalancer": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": {
              "type": "string"
            },
            "IpAddressType": {
              "type": "string"
            },
            "LoadBalancerAttributes": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttribute"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Scheme": {
              "type": "string"
            },
            "SecurityGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetMappings": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::LoadBalancer.SubnetMapping"
              },
              "type": "array"
            },
            "Subnets": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElasticLoadBalancingV2::LoadBalancer"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttribute": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::LoadBalancer.SubnetMapping": {
      "type": "object",
      "properties": {
        "AllocationId": {
          "type": "string"
        },
        "IPv6Address": {
          "type": "string"
        },
        "PrivateIPv4Address": {
          "type": "string"
        },
        "SubnetId": {
          "type": "string"
        }
      },
      "required": [
        "SubnetId"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::TargetGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "HealthCheckEnabled": {
              "type": "boolean"
            },
            "HealthCheckIntervalSeconds": {
              "type": "number"
            },
            "HealthCheckPath": {
              "type": "string"
            },
            "HealthCheckPort": {
              "type": "string"
            },
            "HealthCheckProtocol": {
              "type": "string"
            },
            "HealthCheckTimeoutSeconds": {
              "type": "number"
            },
            "HealthyThresholdCount": {
              "type": "number"
            },
            "IpAddressType": {
              "type": "string"
            },
            "Matcher": {
              "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::TargetGroup.Matcher"
            },
            "Name": {
              "type": "string"
            },
            "Port": {
              "type": "number"
            },
            "Protocol": {
              "type": "string"
            },
            "ProtocolVersion": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetGroupAttributes": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::TargetGroup.TargetGroupAttribute"
              },
              "type": "array"
            },
            "TargetType": {
              "type": "string"
            },
            "Targets": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::TargetGroup.TargetDescription"
              },
              "type": "array"
            },
            "UnhealthyThresholdCount": {
              "type": "number"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElasticLoadBalancingV2::TargetGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::TargetGroup.Matcher": {
      "type": "object",
      "properties": {
        "GrpcCode": {
          "type": "string"
        },
        "HttpCode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::TargetGroup.TargetDescription": {
      "type": "object",
      "properties": {
        "AvailabilityZone": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::TargetGroup.TargetGroupAttribute": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::TrustStore": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CaCertificatesBundleS3Bucket": {
              "type": "string"
            },
            "CaCertificatesBundleS3Key": {
              "type": "string"
            },
            "CaCertificatesBundleS3ObjectVersion": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElasticLoadBalancingV2::TrustStore"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::TrustStoreRevocation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "RevocationContents": {
              "items": {
                "$ref": "#/$defs/AWS::ElasticLoadBalancingV2::TrustStoreRevocation.RevocationContent"
              },
              "type": "array"
            },
            "TrustStoreArn": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ElasticLoadBalancingV2::TrustStoreRevocation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::TrustStoreRevocation.RevocationContent": {
      "type": "object",
      "properties": {
        "RevocationType": {
          "type": "string"
        },
        "S3Bucket": {
          "type": "string"
        },
        "S3Key": {
          "type": "string"
        },
        "S3ObjectVersion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ElasticLoadBalancingV2::TrustStoreRevocation.TrustStoreRevocation": {
      "type": "object",
      "properties": {
        "NumberOfRevokedEntries": {
          "type": "number"
        },
        "RevocationId": {
          "type": "string"
        },
        "RevocationType": {
          "type": "string"
        },
        "TrustStoreArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Elasticsearch::Domain": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessPolicies": {
              "type": "object"
            },
            "AdvancedOptions": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "AdvancedSecurityOptions": {
              "$ref": "#/$defs/AWS::Elasticsearch::Domain.AdvancedSecurityOptionsInput"
            },
            "CognitoOptions": {
              "$ref": "#/$defs/AWS::Elasticsearch::Domain.CognitoOptions"
            },
            "DomainEndpointOptions": {
              "$ref": "#/$defs/AWS::Elasticsearch::Domain.DomainEndpointOptions"
            },
            "DomainName": {
              "type": "string"
            },
            "EBSOptions": {
              "$ref": "#/$defs/AWS::Elasticsearch::Domain.EBSOptions"
            },
            "ElasticsearchClusterConfig": {
              "$ref": "#/$defs/AWS::Elasticsearch::Domain.ElasticsearchClusterConfig"
            },
            "ElasticsearchVersion": {
              "type": "string"
            },
            "EncryptionAtRestOptions": {
              "$ref": "#/$defs/AWS::Elasticsearch::Domain.EncryptionAtRestOptions"
            },
            "LogPublishingOptions": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::Elasticsearch::Domain.LogPublishingOption"
                }
              }
            },
            "NodeToNodeEncryptionOptions": {
              "$ref": "#/$defs/AWS::Elasticsearch::Domain.NodeToNodeEncryptionOptions"
            },
            "SnapshotOptions": {
              "$ref": "#/$defs/AWS::Elasticsearch::Domain.SnapshotOptions"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VPCOptions": {
              "$ref": "#/$defs/AWS::Elasticsearch::Domain.VPCOptions"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Elasticsearch::Domain"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Elasticsearch::Domain.AdvancedSecurityOptionsInput": {
      "type": "object",
      "properties": {
        "AnonymousAuthEnabled": {
          "type": "boolean"
        },
        "Enabled": {
          "type": "boolean"
        },
        "InternalUserDatabaseEnabled": {
          "type": "boolean"
        },
        "MasterUserOptions": {
          "$ref": "#/$defs/AWS::Elasticsearch::Domain.MasterUserOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::Elasticsearch::Domain.CognitoOptions": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "IdentityPoolId": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "UserPoolId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Elasticsearch::Domain.ColdStorageOptions": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Elasticsearch::Domain.DomainEndpointOptions": {
      "type": "object",
      "properties": {
        "CustomEndpoint": {
          "type": "string"
        },
        "CustomEndpointCertificateArn": {
          "type": "string"
        },
        "CustomEndpointEnabled": {
          "type": "boolean"
        },
        "EnforceHTTPS": {
          "type": "boolean"
        },
        "TLSSecurityPolicy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Elasticsearch::Domain.EBSOptions": {
      "type": "object",
      "properties": {
        "EBSEnabled": {
          "type": "boolean"
        },
        "Iops": {
          "type": "number"
        },
        "VolumeSize": {
          "type": "number"
        },
        "VolumeType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Elasticsearch::Domain.ElasticsearchClusterConfig": {
      "type": "object",
      "properties": {
        "ColdStorageOptions": {
          "$ref": "#/$defs/AWS::Elasticsearch::Domain.ColdStorageOptions"
        },
        "DedicatedMasterCount": {
          "type": "number"
        },
        "DedicatedMasterEnabled": {
          "type": "boolean"
        },
        "DedicatedMasterType": {
          "type": "string"
        },
        "InstanceCount": {
          "type": "number"
        },
        "InstanceType": {
          "type": "string"
        },
        "WarmCount": {
          "type": "number"
        },
        "WarmEnabled": {
          "type": "boolean"
        },
        "WarmType": {
          "type": "string"
        },
        "ZoneAwarenessConfig": {
          "$ref": "#/$defs/AWS::Elasticsearch::Domain.ZoneAwarenessConfig"
        },
        "ZoneAwarenessEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Elasticsearch::Domain.EncryptionAtRestOptions": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "KmsKeyId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Elasticsearch::Domain.LogPublishingOption": {
      "type": "object",
      "properties": {
        "CloudWatchLogsLogGroupArn": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Elasticsearch::Domain.MasterUserOptions": {
      "type": "object",
      "properties": {
        "MasterUserARN": {
          "type": "string"
        },
        "MasterUserName": {
          "type": "string"
        },
        "MasterUserPassword": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Elasticsearch::Domain.NodeToNodeEncryptionOptions": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Elasticsearch::Domain.SnapshotOptions": {
      "type": "object",
      "properties": {
        "AutomatedSnapshotStartHour": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Elasticsearch::Domain.VPCOptions": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Elasticsearch::Domain.ZoneAwarenessConfig": {
      "type": "object",
      "properties": {
        "AvailabilityZoneCount": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::EntityResolution::IdMappingWorkflow": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "IdMappingTechniques": {
              "$ref": "#/$defs/AWS::EntityResolution::IdMappingWorkflow.IdMappingTechniques"
            },
            "InputSourceConfig": {
              "items": {
                "$ref": "#/$defs/AWS::EntityResolution::IdMappingWorkflow.IdMappingWorkflowInputSource"
              },
              "type": "array"
            },
            "OutputSourceConfig": {
              "items": {
                "$ref": "#/$defs/AWS::EntityResolution::IdMappingWorkflow.IdMappingWorkflowOutputSource"
              },
              "type": "array"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "WorkflowName": {
              "type": "string"
            }
          },
          "required": [
            "IdMappingTechniques",
            "InputSourceConfig",
            "RoleArn",
            "WorkflowName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EntityResolution::IdMappingWorkflow"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::IdMappingWorkflow.IdMappingTechniques": {
      "type": "object",
      "properties": {
        "IdMappingType": {
          "type": "string"
        },
        "ProviderProperties": {
          "$ref": "#/$defs/AWS::EntityResolution::IdMappingWorkflow.ProviderProperties"
        }
      },
      "additionalProperties": false
    },
    "AWS::EntityResolution::IdMappingWorkflow.IdMappingWorkflowInputSource": {
      "type": "object",
      "properties": {
        "InputSourceARN": {
          "type": "string"
        },
        "SchemaArn": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "InputSourceARN"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::IdMappingWorkflow.IdMappingWorkflowOutputSource": {
      "type": "object",
      "properties": {
        "KMSArn": {
          "type": "string"
        },
        "OutputS3Path": {
          "type": "string"
        }
      },
      "required": [
        "OutputS3Path"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::IdMappingWorkflow.IntermediateSourceConfiguration": {
      "type": "object",
      "properties": {
        "IntermediateS3Path": {
          "type": "string"
        }
      },
      "required": [
        "IntermediateS3Path"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::IdMappingWorkflow.ProviderProperties": {
      "type": "object",
      "properties": {
        "IntermediateSourceConfiguration": {
          "$ref": "#/$defs/AWS::EntityResolution::IdMappingWorkflow.IntermediateSourceConfiguration"
        },
        "ProviderConfiguration": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "ProviderServiceArn": {
          "type": "string"
        }
      },
      "required": [
        "ProviderServiceArn"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::IdNamespace": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "IdMappingWorkflowProperties": {
              "items": {
                "$ref": "#/$defs/AWS::EntityResolution::IdNamespace.IdNamespaceIdMappingWorkflowProperties"
              },
              "type": "array"
            },
            "IdNamespaceName": {
              "type": "string"
            },
            "InputSourceConfig": {
              "items": {
                "$ref": "#/$defs/AWS::EntityResolution::IdNamespace.IdNamespaceInputSource"
              },
              "type": "array"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "IdNamespaceName",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EntityResolution::IdNamespace"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::IdNamespace.IdNamespaceIdMappingWorkflowProperties": {
      "type": "object",
      "properties": {
        "IdMappingType": {
          "type": "string"
        },
        "ProviderProperties": {
          "$ref": "#/$defs/AWS::EntityResolution::IdNamespace.NamespaceProviderProperties"
        }
      },
      "required": [
        "IdMappingType"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::IdNamespace.IdNamespaceInputSource": {
      "type": "object",
      "properties": {
        "InputSourceARN": {
          "type": "string"
        },
        "SchemaName": {
          "type": "string"
        }
      },
      "required": [
        "InputSourceARN"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::IdNamespace.NamespaceProviderProperties": {
      "type": "object",
      "properties": {
        "ProviderConfiguration": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "ProviderServiceArn": {
          "type": "string"
        }
      },
      "required": [
        "ProviderServiceArn"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::MatchingWorkflow": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "InputSourceConfig": {
              "items": {
                "$ref": "#/$defs/AWS::EntityResolution::MatchingWorkflow.InputSource"
              },
              "type": "array"
            },
            "OutputSourceConfig": {
              "items": {
                "$ref": "#/$defs/AWS::EntityResolution::MatchingWorkflow.OutputSource"
              },
              "type": "array"
            },
            "ResolutionTechniques": {
              "$ref": "#/$defs/AWS::EntityResolution::MatchingWorkflow.ResolutionTechniques"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "WorkflowName": {
              "type": "string"
            }
          },
          "required": [
            "InputSourceConfig",
            "OutputSourceConfig",
            "ResolutionTechniques",
            "RoleArn",
            "WorkflowName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EntityResolution::MatchingWorkflow"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::MatchingWorkflow.InputSource": {
      "type": "object",
      "properties": {
        "ApplyNormalization": {
          "type": "boolean"
        },
        "InputSourceARN": {
          "type": "string"
        },
        "SchemaArn": {
          "type": "string"
        }
      },
      "required": [
        "InputSourceARN",
        "SchemaArn"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::MatchingWorkflow.IntermediateSourceConfiguration": {
      "type": "object",
      "properties": {
        "IntermediateS3Path": {
          "type": "string"
        }
      },
      "required": [
        "IntermediateS3Path"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::MatchingWorkflow.OutputAttribute": {
      "type": "object",
      "properties": {
        "Hashed": {
          "type": "boolean"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::MatchingWorkflow.OutputSource": {
      "type": "object",
      "properties": {
        "ApplyNormalization": {
          "type": "boolean"
        },
        "KMSArn": {
          "type": "string"
        },
        "Output": {
          "items": {
            "$ref": "#/$defs/AWS::EntityResolution::MatchingWorkflow.OutputAttribute"
          },
          "type": "array"
        },
        "OutputS3Path": {
          "type": "string"
        }
      },
      "required": [
        "Output",
        "OutputS3Path"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::MatchingWorkflow.ProviderProperties": {
      "type": "object",
      "properties": {
        "IntermediateSourceConfiguration": {
          "$ref": "#/$defs/AWS::EntityResolution::MatchingWorkflow.IntermediateSourceConfiguration"
        },
        "ProviderConfiguration": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "ProviderServiceArn": {
          "type": "string"
        }
      },
      "required": [
        "ProviderServiceArn"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::MatchingWorkflow.ResolutionTechniques": {
      "type": "object",
      "properties": {
        "ProviderProperties": {
          "$ref": "#/$defs/AWS::EntityResolution::MatchingWorkflow.ProviderProperties"
        },
        "ResolutionType": {
          "type": "string"
        },
        "RuleBasedProperties": {
          "$ref": "#/$defs/AWS::EntityResolution::MatchingWorkflow.RuleBasedProperties"
        }
      },
      "additionalProperties": false
    },
    "AWS::EntityResolution::MatchingWorkflow.Rule": {
      "type": "object",
      "properties": {
        "MatchingKeys": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RuleName": {
          "type": "string"
        }
      },
      "required": [
        "MatchingKeys",
        "RuleName"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::MatchingWorkflow.RuleBasedProperties": {
      "type": "object",
      "properties": {
        "AttributeMatchingModel": {
          "type": "string"
        },
        "Rules": {
          "items": {
            "$ref": "#/$defs/AWS::EntityResolution::MatchingWorkflow.Rule"
          },
          "type": "array"
        }
      },
      "required": [
        "AttributeMatchingModel",
        "Rules"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::PolicyStatement": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Action": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Arn": {
              "type": "string"
            },
            "Condition": {
              "type": "string"
            },
            "Effect": {
              "type": "string"
            },
            "Principal": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "StatementId": {
              "type": "string"
            }
          },
          "required": [
            "Arn",
            "StatementId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EntityResolution::PolicyStatement"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::SchemaMapping": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "MappedInputFields": {
              "items": {
                "$ref": "#/$defs/AWS::EntityResolution::SchemaMapping.SchemaInputAttribute"
              },
              "type": "array"
            },
            "SchemaName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "MappedInputFields",
            "SchemaName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EntityResolution::SchemaMapping"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EntityResolution::SchemaMapping.SchemaInputAttribute": {
      "type": "object",
      "properties": {
        "FieldName": {
          "type": "string"
        },
        "GroupName": {
          "type": "string"
        },
        "MatchKey": {
          "type": "string"
        },
        "SubType": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "FieldName",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EventSchemas::Discoverer": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CrossAccount": {
              "type": "boolean"
            },
            "Description": {
              "type": "string"
            },
            "SourceArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::EventSchemas::Discoverer.TagsEntry"
              },
              "type": "array"
            }
          },
          "required": [
            "SourceArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EventSchemas::Discoverer"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EventSchemas::Discoverer.TagsEntry": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::EventSchemas::Registry": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "RegistryName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::EventSchemas::Registry.TagsEntry"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EventSchemas::Registry"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::EventSchemas::Registry.TagsEntry": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::EventSchemas::RegistryPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Policy": {
              "type": "object"
            },
            "RegistryName": {
              "type": "string"
            },
            "RevisionId": {
              "type": "string"
            }
          },
          "required": [
            "Policy",
            "RegistryName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EventSchemas::RegistryPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EventSchemas::Schema": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Content": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "RegistryName": {
              "type": "string"
            },
            "SchemaName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::EventSchemas::Schema.TagsEntry"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Content",
            "RegistryName",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::EventSchemas::Schema"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::EventSchemas::Schema.TagsEntry": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Events::ApiDestination": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConnectionArn": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "HttpMethod": {
              "type": "string"
            },
            "InvocationEndpoint": {
              "type": "string"
            },
            "InvocationRateLimitPerSecond": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "ConnectionArn",
            "HttpMethod",
            "InvocationEndpoint"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Events::ApiDestination"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Archive": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ArchiveName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "EventPattern": {
              "type": "object"
            },
            "RetentionDays": {
              "type": "number"
            },
            "SourceArn": {
              "type": "string"
            }
          },
          "required": [
            "SourceArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Events::Archive"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Connection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthParameters": {
              "$ref": "#/$defs/AWS::Events::Connection.AuthParameters"
            },
            "AuthorizationType": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Events::Connection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Connection.ApiKeyAuthParameters": {
      "type": "object",
      "properties": {
        "ApiKeyName": {
          "type": "string"
        },
        "ApiKeyValue": {
          "type": "string"
        }
      },
      "required": [
        "ApiKeyName",
        "ApiKeyValue"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Connection.AuthParameters": {
      "type": "object",
      "properties": {
        "ApiKeyAuthParameters": {
          "$ref": "#/$defs/AWS::Events::Connection.ApiKeyAuthParameters"
        },
        "BasicAuthParameters": {
          "$ref": "#/$defs/AWS::Events::Connection.BasicAuthParameters"
        },
        "InvocationHttpParameters": {
          "$ref": "#/$defs/AWS::Events::Connection.ConnectionHttpParameters"
        },
        "OAuthParameters": {
          "$ref": "#/$defs/AWS::Events::Connection.OAuthParameters"
        }
      },
      "additionalProperties": false
    },
    "AWS::Events::Connection.BasicAuthParameters": {
      "type": "object",
      "properties": {
        "Password": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "required": [
        "Password",
        "Username"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Connection.ClientParameters": {
      "type": "object",
      "properties": {
        "ClientID": {
          "type": "string"
        },
        "ClientSecret": {
          "type": "string"
        }
      },
      "required": [
        "ClientID",
        "ClientSecret"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Connection.ConnectionHttpParameters": {
      "type": "object",
      "properties": {
        "BodyParameters": {
          "items": {
            "$ref": "#/$defs/AWS::Events::Connection.Parameter"
          },
          "type": "array"
        },
        "HeaderParameters": {
          "items": {
            "$ref": "#/$defs/AWS::Events::Connection.Parameter"
          },
          "type": "array"
        },
        "QueryStringParameters": {
          "items": {
            "$ref": "#/$defs/AWS::Events::Connection.Parameter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Events::Connection.OAuthParameters": {
      "type": "object",
      "properties": {
        "AuthorizationEndpoint": {
          "type": "string"
        },
        "ClientParameters": {
          "$ref": "#/$defs/AWS::Events::Connection.ClientParameters"
        },
        "HttpMethod": {
          "type": "string"
        },
        "OAuthHttpParameters": {
          "$ref": "#/$defs/AWS::Events::Connection.ConnectionHttpParameters"
        }
      },
      "required": [
        "AuthorizationEndpoint",
        "ClientParameters",
        "HttpMethod"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Connection.Parameter": {
      "type": "object",
      "properties": {
        "IsValueSecret": {
          "type": "boolean"
        },
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Endpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "EventBuses": {
              "items": {
                "$ref": "#/$defs/AWS::Events::Endpoint.EndpointEventBus"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "ReplicationConfig": {
              "$ref": "#/$defs/AWS::Events::Endpoint.ReplicationConfig"
            },
            "RoleArn": {
              "type": "string"
            },
            "RoutingConfig": {
              "$ref": "#/$defs/AWS::Events::Endpoint.RoutingConfig"
            }
          },
          "required": [
            "EventBuses",
            "RoutingConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Events::Endpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Endpoint.EndpointEventBus": {
      "type": "object",
      "properties": {
        "EventBusArn": {
          "type": "string"
        }
      },
      "required": [
        "EventBusArn"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Endpoint.FailoverConfig": {
      "type": "object",
      "properties": {
        "Primary": {
          "$ref": "#/$defs/AWS::Events::Endpoint.Primary"
        },
        "Secondary": {
          "$ref": "#/$defs/AWS::Events::Endpoint.Secondary"
        }
      },
      "required": [
        "Primary",
        "Secondary"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Endpoint.Primary": {
      "type": "object",
      "properties": {
        "HealthCheck": {
          "type": "string"
        }
      },
      "required": [
        "HealthCheck"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Endpoint.ReplicationConfig": {
      "type": "object",
      "properties": {
        "State": {
          "type": "string"
        }
      },
      "required": [
        "State"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Endpoint.RoutingConfig": {
      "type": "object",
      "properties": {
        "FailoverConfig": {
          "$ref": "#/$defs/AWS::Events::Endpoint.FailoverConfig"
        }
      },
      "required": [
        "FailoverConfig"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Endpoint.Secondary": {
      "type": "object",
      "properties": {
        "Route": {
          "type": "string"
        }
      },
      "required": [
        "Route"
      ],
      "additionalProperties": false
    },
    "AWS::Events::EventBus": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EventSourceName": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Policy": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Events::EventBus"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Events::EventBusPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Action": {
              "type": "string"
            },
            "Condition": {
              "$ref": "#/$defs/AWS::Events::EventBusPolicy.Condition"
            },
            "EventBusName": {
              "type": "string"
            },
            "Principal": {
              "type": "string"
            },
            "Statement": {
              "type": "object"
            },
            "StatementId": {
              "type": "string"
            }
          },
          "required": [
            "StatementId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Events::EventBusPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Events::EventBusPolicy.Condition": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Events::Rule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "EventBusName": {
              "type": "string"
            },
            "EventPattern": {
              "type": "object"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "ScheduleExpression": {
              "type": "string"
            },
            "State": {
              "type": "string"
            },
            "Targets": {
              "items": {
                "$ref": "#/$defs/AWS::Events::Rule.Target"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Events::Rule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Rule.AppSyncParameters": {
      "type": "object",
      "properties": {
        "GraphQLOperation": {
          "type": "string"
        }
      },
      "required": [
        "GraphQLOperation"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Rule.AwsVpcConfiguration": {
      "type": "object",
      "properties": {
        "AssignPublicIp": {
          "type": "string"
        },
        "SecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Subnets"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Rule.BatchArrayProperties": {
      "type": "object",
      "properties": {
        "Size": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Events::Rule.BatchParameters": {
      "type": "object",
      "properties": {
        "ArrayProperties": {
          "$ref": "#/$defs/AWS::Events::Rule.BatchArrayProperties"
        },
        "JobDefinition": {
          "type": "string"
        },
        "JobName": {
          "type": "string"
        },
        "RetryStrategy": {
          "$ref": "#/$defs/AWS::Events::Rule.BatchRetryStrategy"
        }
      },
      "required": [
        "JobDefinition",
        "JobName"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Rule.BatchRetryStrategy": {
      "type": "object",
      "properties": {
        "Attempts": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Events::Rule.CapacityProviderStrategyItem": {
      "type": "object",
      "properties": {
        "Base": {
          "type": "number"
        },
        "CapacityProvider": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "required": [
        "CapacityProvider"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Rule.DeadLetterConfig": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Events::Rule.EcsParameters": {
      "type": "object",
      "properties": {
        "CapacityProviderStrategy": {
          "items": {
            "$ref": "#/$defs/AWS::Events::Rule.CapacityProviderStrategyItem"
          },
          "type": "array"
        },
        "EnableECSManagedTags": {
          "type": "boolean"
        },
        "EnableExecuteCommand": {
          "type": "boolean"
        },
        "Group": {
          "type": "string"
        },
        "LaunchType": {
          "type": "string"
        },
        "NetworkConfiguration": {
          "$ref": "#/$defs/AWS::Events::Rule.NetworkConfiguration"
        },
        "PlacementConstraints": {
          "items": {
            "$ref": "#/$defs/AWS::Events::Rule.PlacementConstraint"
          },
          "type": "array"
        },
        "PlacementStrategies": {
          "items": {
            "$ref": "#/$defs/AWS::Events::Rule.PlacementStrategy"
          },
          "type": "array"
        },
        "PlatformVersion": {
          "type": "string"
        },
        "PropagateTags": {
          "type": "string"
        },
        "ReferenceId": {
          "type": "string"
        },
        "TagList": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        },
        "TaskCount": {
          "type": "number"
        },
        "TaskDefinitionArn": {
          "type": "string"
        }
      },
      "required": [
        "TaskDefinitionArn"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Rule.HttpParameters": {
      "type": "object",
      "properties": {
        "HeaderParameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "PathParameterValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "QueryStringParameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::Events::Rule.InputTransformer": {
      "type": "object",
      "properties": {
        "InputPathsMap": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "InputTemplate": {
          "type": "string"
        }
      },
      "required": [
        "InputTemplate"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Rule.KinesisParameters": {
      "type": "object",
      "properties": {
        "PartitionKeyPath": {
          "type": "string"
        }
      },
      "required": [
        "PartitionKeyPath"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Rule.NetworkConfiguration": {
      "type": "object",
      "properties": {
        "AwsVpcConfiguration": {
          "$ref": "#/$defs/AWS::Events::Rule.AwsVpcConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::Events::Rule.PlacementConstraint": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Events::Rule.PlacementStrategy": {
      "type": "object",
      "properties": {
        "Field": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Events::Rule.RedshiftDataParameters": {
      "type": "object",
      "properties": {
        "Database": {
          "type": "string"
        },
        "DbUser": {
          "type": "string"
        },
        "SecretManagerArn": {
          "type": "string"
        },
        "Sql": {
          "type": "string"
        },
        "Sqls": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "StatementName": {
          "type": "string"
        },
        "WithEvent": {
          "type": "boolean"
        }
      },
      "required": [
        "Database"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Rule.RetryPolicy": {
      "type": "object",
      "properties": {
        "MaximumEventAgeInSeconds": {
          "type": "number"
        },
        "MaximumRetryAttempts": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Events::Rule.RunCommandParameters": {
      "type": "object",
      "properties": {
        "RunCommandTargets": {
          "items": {
            "$ref": "#/$defs/AWS::Events::Rule.RunCommandTarget"
          },
          "type": "array"
        }
      },
      "required": [
        "RunCommandTargets"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Rule.RunCommandTarget": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Key",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Rule.SageMakerPipelineParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Rule.SageMakerPipelineParameters": {
      "type": "object",
      "properties": {
        "PipelineParameterList": {
          "items": {
            "$ref": "#/$defs/AWS::Events::Rule.SageMakerPipelineParameter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Events::Rule.SqsParameters": {
      "type": "object",
      "properties": {
        "MessageGroupId": {
          "type": "string"
        }
      },
      "required": [
        "MessageGroupId"
      ],
      "additionalProperties": false
    },
    "AWS::Events::Rule.Target": {
      "type": "object",
      "properties": {
        "AppSyncParameters": {
          "$ref": "#/$defs/AWS::Events::Rule.AppSyncParameters"
        },
        "Arn": {
          "type": "string"
        },
        "BatchParameters": {
          "$ref": "#/$defs/AWS::Events::Rule.BatchParameters"
        },
        "DeadLetterConfig": {
          "$ref": "#/$defs/AWS::Events::Rule.DeadLetterConfig"
        },
        "EcsParameters": {
          "$ref": "#/$defs/AWS::Events::Rule.EcsParameters"
        },
        "HttpParameters": {
          "$ref": "#/$defs/AWS::Events::Rule.HttpParameters"
        },
        "Id": {
          "type": "string"
        },
        "Input": {
          "type": "string"
        },
        "InputPath": {
          "type": "string"
        },
        "InputTransformer": {
          "$ref": "#/$defs/AWS::Events::Rule.InputTransformer"
        },
        "KinesisParameters": {
          "$ref": "#/$defs/AWS::Events::Rule.KinesisParameters"
        },
        "RedshiftDataParameters": {
          "$ref": "#/$defs/AWS::Events::Rule.RedshiftDataParameters"
        },
        "RetryPolicy": {
          "$ref": "#/$defs/AWS::Events::Rule.RetryPolicy"
        },
        "RoleArn": {
          "type": "string"
        },
        "RunCommandParameters": {
          "$ref": "#/$defs/AWS::Events::Rule.RunCommandParameters"
        },
        "SageMakerPipelineParameters": {
          "$ref": "#/$defs/AWS::Events::Rule.SageMakerPipelineParameters"
        },
        "SqsParameters": {
          "$ref": "#/$defs/AWS::Events::Rule.SqsParameters"
        }
      },
      "required": [
        "Arn",
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Experiment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "MetricGoals": {
              "items": {
                "$ref": "#/$defs/AWS::Evidently::Experiment.MetricGoalObject"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "OnlineAbConfig": {
              "$ref": "#/$defs/AWS::Evidently::Experiment.OnlineAbConfigObject"
            },
            "Project": {
              "type": "string"
            },
            "RandomizationSalt": {
              "type": "string"
            },
            "RemoveSegment": {
              "type": "boolean"
            },
            "RunningStatus": {
              "$ref": "#/$defs/AWS::Evidently::Experiment.RunningStatusObject"
            },
            "SamplingRate": {
              "type": "number"
            },
            "Segment": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Treatments": {
              "items": {
                "$ref": "#/$defs/AWS::Evidently::Experiment.TreatmentObject"
              },
              "type": "array"
            }
          },
          "required": [
            "MetricGoals",
            "Name",
            "OnlineAbConfig",
            "Project",
            "Treatments"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Evidently::Experiment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Experiment.MetricGoalObject": {
      "type": "object",
      "properties": {
        "DesiredChange": {
          "type": "string"
        },
        "EntityIdKey": {
          "type": "string"
        },
        "EventPattern": {
          "type": "string"
        },
        "MetricName": {
          "type": "string"
        },
        "UnitLabel": {
          "type": "string"
        },
        "ValueKey": {
          "type": "string"
        }
      },
      "required": [
        "DesiredChange",
        "EntityIdKey",
        "MetricName",
        "ValueKey"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Experiment.OnlineAbConfigObject": {
      "type": "object",
      "properties": {
        "ControlTreatmentName": {
          "type": "string"
        },
        "TreatmentWeights": {
          "items": {
            "$ref": "#/$defs/AWS::Evidently::Experiment.TreatmentToWeight"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Evidently::Experiment.RunningStatusObject": {
      "type": "object",
      "properties": {
        "AnalysisCompleteTime": {
          "type": "string"
        },
        "DesiredState": {
          "type": "string"
        },
        "Reason": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Experiment.TreatmentObject": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "Feature": {
          "type": "string"
        },
        "TreatmentName": {
          "type": "string"
        },
        "Variation": {
          "type": "string"
        }
      },
      "required": [
        "Feature",
        "TreatmentName",
        "Variation"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Experiment.TreatmentToWeight": {
      "type": "object",
      "properties": {
        "SplitWeight": {
          "type": "number"
        },
        "Treatment": {
          "type": "string"
        }
      },
      "required": [
        "SplitWeight",
        "Treatment"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Feature": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DefaultVariation": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "EntityOverrides": {
              "items": {
                "$ref": "#/$defs/AWS::Evidently::Feature.EntityOverride"
              },
              "type": "array"
            },
            "EvaluationStrategy": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Project": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Variations": {
              "items": {
                "$ref": "#/$defs/AWS::Evidently::Feature.VariationObject"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "Project",
            "Variations"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Evidently::Feature"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Feature.EntityOverride": {
      "type": "object",
      "properties": {
        "EntityId": {
          "type": "string"
        },
        "Variation": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Evidently::Feature.VariationObject": {
      "type": "object",
      "properties": {
        "BooleanValue": {
          "type": "boolean"
        },
        "DoubleValue": {
          "type": "number"
        },
        "LongValue": {
          "type": "number"
        },
        "StringValue": {
          "type": "string"
        },
        "VariationName": {
          "type": "string"
        }
      },
      "required": [
        "VariationName"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Launch": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "ExecutionStatus": {
              "$ref": "#/$defs/AWS::Evidently::Launch.ExecutionStatusObject"
            },
            "Groups": {
              "items": {
                "$ref": "#/$defs/AWS::Evidently::Launch.LaunchGroupObject"
              },
              "type": "array"
            },
            "MetricMonitors": {
              "items": {
                "$ref": "#/$defs/AWS::Evidently::Launch.MetricDefinitionObject"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Project": {
              "type": "string"
            },
            "RandomizationSalt": {
              "type": "string"
            },
            "ScheduledSplitsConfig": {
              "items": {
                "$ref": "#/$defs/AWS::Evidently::Launch.StepConfig"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Groups",
            "Name",
            "Project",
            "ScheduledSplitsConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Evidently::Launch"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Launch.ExecutionStatusObject": {
      "type": "object",
      "properties": {
        "DesiredState": {
          "type": "string"
        },
        "Reason": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Launch.GroupToWeight": {
      "type": "object",
      "properties": {
        "GroupName": {
          "type": "string"
        },
        "SplitWeight": {
          "type": "number"
        }
      },
      "required": [
        "GroupName",
        "SplitWeight"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Launch.LaunchGroupObject": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "Feature": {
          "type": "string"
        },
        "GroupName": {
          "type": "string"
        },
        "Variation": {
          "type": "string"
        }
      },
      "required": [
        "Feature",
        "GroupName",
        "Variation"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Launch.MetricDefinitionObject": {
      "type": "object",
      "properties": {
        "EntityIdKey": {
          "type": "string"
        },
        "EventPattern": {
          "type": "string"
        },
        "MetricName": {
          "type": "string"
        },
        "UnitLabel": {
          "type": "string"
        },
        "ValueKey": {
          "type": "string"
        }
      },
      "required": [
        "EntityIdKey",
        "MetricName",
        "ValueKey"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Launch.SegmentOverride": {
      "type": "object",
      "properties": {
        "EvaluationOrder": {
          "type": "number"
        },
        "Segment": {
          "type": "string"
        },
        "Weights": {
          "items": {
            "$ref": "#/$defs/AWS::Evidently::Launch.GroupToWeight"
          },
          "type": "array"
        }
      },
      "required": [
        "EvaluationOrder",
        "Segment",
        "Weights"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Launch.StepConfig": {
      "type": "object",
      "properties": {
        "GroupWeights": {
          "items": {
            "$ref": "#/$defs/AWS::Evidently::Launch.GroupToWeight"
          },
          "type": "array"
        },
        "SegmentOverrides": {
          "items": {
            "$ref": "#/$defs/AWS::Evidently::Launch.SegmentOverride"
          },
          "type": "array"
        },
        "StartTime": {
          "type": "string"
        }
      },
      "required": [
        "GroupWeights",
        "StartTime"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Project": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AppConfigResource": {
              "$ref": "#/$defs/AWS::Evidently::Project.AppConfigResourceObject"
            },
            "DataDelivery": {
              "$ref": "#/$defs/AWS::Evidently::Project.DataDeliveryObject"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Evidently::Project"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Project.AppConfigResourceObject": {
      "type": "object",
      "properties": {
        "ApplicationId": {
          "type": "string"
        },
        "EnvironmentId": {
          "type": "string"
        }
      },
      "required": [
        "ApplicationId",
        "EnvironmentId"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Project.DataDeliveryObject": {
      "type": "object",
      "properties": {
        "LogGroup": {
          "type": "string"
        },
        "S3": {
          "$ref": "#/$defs/AWS::Evidently::Project.S3Destination"
        }
      },
      "additionalProperties": false
    },
    "AWS::Evidently::Project.S3Destination": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "required": [
        "BucketName"
      ],
      "additionalProperties": false
    },
    "AWS::Evidently::Segment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Pattern": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Evidently::Segment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FIS::ExperimentTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Actions": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::FIS::ExperimentTemplate.ExperimentTemplateAction"
                }
              }
            },
            "Description": {
              "type": "string"
            },
            "ExperimentOptions": {
              "$ref": "#/$defs/AWS::FIS::ExperimentTemplate.ExperimentTemplateExperimentOptions"
            },
            "LogConfiguration": {
              "$ref": "#/$defs/AWS::FIS::ExperimentTemplate.ExperimentTemplateLogConfiguration"
            },
            "RoleArn": {
              "type": "string"
            },
            "StopConditions": {
              "items": {
                "$ref": "#/$defs/AWS::FIS::ExperimentTemplate.ExperimentTemplateStopCondition"
              },
              "type": "array"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Targets": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::FIS::ExperimentTemplate.ExperimentTemplateTarget"
                }
              }
            }
          },
          "required": [
            "Description",
            "RoleArn",
            "StopConditions",
            "Tags",
            "Targets"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FIS::ExperimentTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FIS::ExperimentTemplate.CloudWatchLogsConfiguration": {
      "type": "object",
      "properties": {
        "LogGroupArn": {
          "type": "string"
        }
      },
      "required": [
        "LogGroupArn"
      ],
      "additionalProperties": false
    },
    "AWS::FIS::ExperimentTemplate.ExperimentTemplateAction": {
      "type": "object",
      "properties": {
        "ActionId": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "Parameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "StartAfter": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Targets": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "required": [
        "ActionId"
      ],
      "additionalProperties": false
    },
    "AWS::FIS::ExperimentTemplate.ExperimentTemplateExperimentOptions": {
      "type": "object",
      "properties": {
        "AccountTargeting": {
          "type": "string"
        },
        "EmptyTargetResolutionMode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::FIS::ExperimentTemplate.ExperimentTemplateLogConfiguration": {
      "type": "object",
      "properties": {
        "CloudWatchLogsConfiguration": {
          "$ref": "#/$defs/AWS::FIS::ExperimentTemplate.CloudWatchLogsConfiguration"
        },
        "LogSchemaVersion": {
          "type": "number"
        },
        "S3Configuration": {
          "$ref": "#/$defs/AWS::FIS::ExperimentTemplate.S3Configuration"
        }
      },
      "required": [
        "LogSchemaVersion"
      ],
      "additionalProperties": false
    },
    "AWS::FIS::ExperimentTemplate.ExperimentTemplateStopCondition": {
      "type": "object",
      "properties": {
        "Source": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Source"
      ],
      "additionalProperties": false
    },
    "AWS::FIS::ExperimentTemplate.ExperimentTemplateTarget": {
      "type": "object",
      "properties": {
        "Filters": {
          "items": {
            "$ref": "#/$defs/AWS::FIS::ExperimentTemplate.ExperimentTemplateTargetFilter"
          },
          "type": "array"
        },
        "Parameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "ResourceArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ResourceTags": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "ResourceType": {
          "type": "string"
        },
        "SelectionMode": {
          "type": "string"
        }
      },
      "required": [
        "ResourceType",
        "SelectionMode"
      ],
      "additionalProperties": false
    },
    "AWS::FIS::ExperimentTemplate.ExperimentTemplateTargetFilter": {
      "type": "object",
      "properties": {
        "Path": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Path",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::FIS::ExperimentTemplate.S3Configuration": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "required": [
        "BucketName"
      ],
      "additionalProperties": false
    },
    "AWS::FIS::TargetAccountConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccountId": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "ExperimentTemplateId": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            }
          },
          "required": [
            "AccountId",
            "ExperimentTemplateId",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FIS::TargetAccountConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FMS::NotificationChannel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "SnsRoleName": {
              "type": "string"
            },
            "SnsTopicArn": {
              "type": "string"
            }
          },
          "required": [
            "SnsRoleName",
            "SnsTopicArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FMS::NotificationChannel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FMS::Policy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeleteAllPolicyResources": {
              "type": "boolean"
            },
            "ExcludeMap": {
              "$ref": "#/$defs/AWS::FMS::Policy.IEMap"
            },
            "ExcludeResourceTags": {
              "type": "boolean"
            },
            "IncludeMap": {
              "$ref": "#/$defs/AWS::FMS::Policy.IEMap"
            },
            "PolicyDescription": {
              "type": "string"
            },
            "PolicyName": {
              "type": "string"
            },
            "RemediationEnabled": {
              "type": "boolean"
            },
            "ResourceSetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ResourceTags": {
              "items": {
                "$ref": "#/$defs/AWS::FMS::Policy.ResourceTag"
              },
              "type": "array"
            },
            "ResourceType": {
              "type": "string"
            },
            "ResourceTypeList": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ResourcesCleanUp": {
              "type": "boolean"
            },
            "SecurityServicePolicyData": {
              "$ref": "#/$defs/AWS::FMS::Policy.SecurityServicePolicyData"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::FMS::Policy.PolicyTag"
              },
              "type": "array"
            }
          },
          "required": [
            "ExcludeResourceTags",
            "PolicyName",
            "RemediationEnabled",
            "SecurityServicePolicyData"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FMS::Policy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FMS::Policy.IEMap": {
      "type": "object",
      "properties": {
        "ACCOUNT": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ORGUNIT": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::FMS::Policy.NetworkFirewallPolicy": {
      "type": "object",
      "properties": {
        "FirewallDeploymentModel": {
          "type": "string"
        }
      },
      "required": [
        "FirewallDeploymentModel"
      ],
      "additionalProperties": false
    },
    "AWS::FMS::Policy.PolicyOption": {
      "type": "object",
      "properties": {
        "NetworkFirewallPolicy": {
          "$ref": "#/$defs/AWS::FMS::Policy.NetworkFirewallPolicy"
        },
        "ThirdPartyFirewallPolicy": {
          "$ref": "#/$defs/AWS::FMS::Policy.ThirdPartyFirewallPolicy"
        }
      },
      "additionalProperties": false
    },
    "AWS::FMS::Policy.PolicyTag": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::FMS::Policy.ResourceTag": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key"
      ],
      "additionalProperties": false
    },
    "AWS::FMS::Policy.SecurityServicePolicyData": {
      "type": "object",
      "properties": {
        "ManagedServiceData": {
          "type": "string"
        },
        "PolicyOption": {
          "$ref": "#/$defs/AWS::FMS::Policy.PolicyOption"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::FMS::Policy.ThirdPartyFirewallPolicy": {
      "type": "object",
      "properties": {
        "FirewallDeploymentModel": {
          "type": "string"
        }
      },
      "required": [
        "FirewallDeploymentModel"
      ],
      "additionalProperties": false
    },
    "AWS::FMS::ResourceSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ResourceTypeList": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Resources": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "ResourceTypeList"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FMS::ResourceSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::DataRepositoryAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BatchImportMetaDataOnCreate": {
              "type": "boolean"
            },
            "DataRepositoryPath": {
              "type": "string"
            },
            "FileSystemId": {
              "type": "string"
            },
            "FileSystemPath": {
              "type": "string"
            },
            "ImportedFileChunkSize": {
              "type": "number"
            },
            "S3": {
              "$ref": "#/$defs/AWS::FSx::DataRepositoryAssociation.S3"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DataRepositoryPath",
            "FileSystemId",
            "FileSystemPath"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FSx::DataRepositoryAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::DataRepositoryAssociation.AutoExportPolicy": {
      "type": "object",
      "properties": {
        "Events": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Events"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::DataRepositoryAssociation.AutoImportPolicy": {
      "type": "object",
      "properties": {
        "Events": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Events"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::DataRepositoryAssociation.S3": {
      "type": "object",
      "properties": {
        "AutoExportPolicy": {
          "$ref": "#/$defs/AWS::FSx::DataRepositoryAssociation.AutoExportPolicy"
        },
        "AutoImportPolicy": {
          "$ref": "#/$defs/AWS::FSx::DataRepositoryAssociation.AutoImportPolicy"
        }
      },
      "additionalProperties": false
    },
    "AWS::FSx::FileSystem": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BackupId": {
              "type": "string"
            },
            "FileSystemType": {
              "type": "string"
            },
            "FileSystemTypeVersion": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "LustreConfiguration": {
              "$ref": "#/$defs/AWS::FSx::FileSystem.LustreConfiguration"
            },
            "OntapConfiguration": {
              "$ref": "#/$defs/AWS::FSx::FileSystem.OntapConfiguration"
            },
            "OpenZFSConfiguration": {
              "$ref": "#/$defs/AWS::FSx::FileSystem.OpenZFSConfiguration"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "StorageCapacity": {
              "type": "number"
            },
            "StorageType": {
              "type": "string"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "WindowsConfiguration": {
              "$ref": "#/$defs/AWS::FSx::FileSystem.WindowsConfiguration"
            }
          },
          "required": [
            "FileSystemType",
            "SubnetIds"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FSx::FileSystem"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::FileSystem.AuditLogConfiguration": {
      "type": "object",
      "properties": {
        "AuditLogDestination": {
          "type": "string"
        },
        "FileAccessAuditLogLevel": {
          "type": "string"
        },
        "FileShareAccessAuditLogLevel": {
          "type": "string"
        }
      },
      "required": [
        "FileAccessAuditLogLevel",
        "FileShareAccessAuditLogLevel"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::FileSystem.ClientConfigurations": {
      "type": "object",
      "properties": {
        "Clients": {
          "type": "string"
        },
        "Options": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::FSx::FileSystem.DiskIopsConfiguration": {
      "type": "object",
      "properties": {
        "Iops": {
          "type": "number"
        },
        "Mode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::FSx::FileSystem.LustreConfiguration": {
      "type": "object",
      "properties": {
        "AutoImportPolicy": {
          "type": "string"
        },
        "AutomaticBackupRetentionDays": {
          "type": "number"
        },
        "CopyTagsToBackups": {
          "type": "boolean"
        },
        "DailyAutomaticBackupStartTime": {
          "type": "string"
        },
        "DataCompressionType": {
          "type": "string"
        },
        "DeploymentType": {
          "type": "string"
        },
        "DriveCacheType": {
          "type": "string"
        },
        "ExportPath": {
          "type": "string"
        },
        "ImportPath": {
          "type": "string"
        },
        "ImportedFileChunkSize": {
          "type": "number"
        },
        "PerUnitStorageThroughput": {
          "type": "number"
        },
        "WeeklyMaintenanceStartTime": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::FSx::FileSystem.NfsExports": {
      "type": "object",
      "properties": {
        "ClientConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::FSx::FileSystem.ClientConfigurations"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::FSx::FileSystem.OntapConfiguration": {
      "type": "object",
      "properties": {
        "AutomaticBackupRetentionDays": {
          "type": "number"
        },
        "DailyAutomaticBackupStartTime": {
          "type": "string"
        },
        "DeploymentType": {
          "type": "string"
        },
        "DiskIopsConfiguration": {
          "$ref": "#/$defs/AWS::FSx::FileSystem.DiskIopsConfiguration"
        },
        "EndpointIpAddressRange": {
          "type": "string"
        },
        "FsxAdminPassword": {
          "type": "string"
        },
        "HAPairs": {
          "type": "number"
        },
        "PreferredSubnetId": {
          "type": "string"
        },
        "RouteTableIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ThroughputCapacity": {
          "type": "number"
        },
        "ThroughputCapacityPerHAPair": {
          "type": "number"
        },
        "WeeklyMaintenanceStartTime": {
          "type": "string"
        }
      },
      "required": [
        "DeploymentType"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::FileSystem.OpenZFSConfiguration": {
      "type": "object",
      "properties": {
        "AutomaticBackupRetentionDays": {
          "type": "number"
        },
        "CopyTagsToBackups": {
          "type": "boolean"
        },
        "CopyTagsToVolumes": {
          "type": "boolean"
        },
        "DailyAutomaticBackupStartTime": {
          "type": "string"
        },
        "DeploymentType": {
          "type": "string"
        },
        "DiskIopsConfiguration": {
          "$ref": "#/$defs/AWS::FSx::FileSystem.DiskIopsConfiguration"
        },
        "EndpointIpAddressRange": {
          "type": "string"
        },
        "Options": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PreferredSubnetId": {
          "type": "string"
        },
        "RootVolumeConfiguration": {
          "$ref": "#/$defs/AWS::FSx::FileSystem.RootVolumeConfiguration"
        },
        "RouteTableIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ThroughputCapacity": {
          "type": "number"
        },
        "WeeklyMaintenanceStartTime": {
          "type": "string"
        }
      },
      "required": [
        "DeploymentType"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::FileSystem.RootVolumeConfiguration": {
      "type": "object",
      "properties": {
        "CopyTagsToSnapshots": {
          "type": "boolean"
        },
        "DataCompressionType": {
          "type": "string"
        },
        "NfsExports": {
          "items": {
            "$ref": "#/$defs/AWS::FSx::FileSystem.NfsExports"
          },
          "type": "array"
        },
        "ReadOnly": {
          "type": "boolean"
        },
        "RecordSizeKiB": {
          "type": "number"
        },
        "UserAndGroupQuotas": {
          "items": {
            "$ref": "#/$defs/AWS::FSx::FileSystem.UserAndGroupQuotas"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::FSx::FileSystem.SelfManagedActiveDirectoryConfiguration": {
      "type": "object",
      "properties": {
        "DnsIps": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DomainName": {
          "type": "string"
        },
        "FileSystemAdministratorsGroup": {
          "type": "string"
        },
        "OrganizationalUnitDistinguishedName": {
          "type": "string"
        },
        "Password": {
          "type": "string"
        },
        "UserName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::FSx::FileSystem.UserAndGroupQuotas": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "number"
        },
        "StorageCapacityQuotaGiB": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::FSx::FileSystem.WindowsConfiguration": {
      "type": "object",
      "properties": {
        "ActiveDirectoryId": {
          "type": "string"
        },
        "Aliases": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AuditLogConfiguration": {
          "$ref": "#/$defs/AWS::FSx::FileSystem.AuditLogConfiguration"
        },
        "AutomaticBackupRetentionDays": {
          "type": "number"
        },
        "CopyTagsToBackups": {
          "type": "boolean"
        },
        "DailyAutomaticBackupStartTime": {
          "type": "string"
        },
        "DeploymentType": {
          "type": "string"
        },
        "DiskIopsConfiguration": {
          "$ref": "#/$defs/AWS::FSx::FileSystem.DiskIopsConfiguration"
        },
        "PreferredSubnetId": {
          "type": "string"
        },
        "SelfManagedActiveDirectoryConfiguration": {
          "$ref": "#/$defs/AWS::FSx::FileSystem.SelfManagedActiveDirectoryConfiguration"
        },
        "ThroughputCapacity": {
          "type": "number"
        },
        "WeeklyMaintenanceStartTime": {
          "type": "string"
        }
      },
      "required": [
        "ThroughputCapacity"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::Snapshot": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VolumeId": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "VolumeId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FSx::Snapshot"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::StorageVirtualMachine": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ActiveDirectoryConfiguration": {
              "$ref": "#/$defs/AWS::FSx::StorageVirtualMachine.ActiveDirectoryConfiguration"
            },
            "FileSystemId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RootVolumeSecurityStyle": {
              "type": "string"
            },
            "SvmAdminPassword": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "FileSystemId",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FSx::StorageVirtualMachine"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::StorageVirtualMachine.ActiveDirectoryConfiguration": {
      "type": "object",
      "properties": {
        "NetBiosName": {
          "type": "string"
        },
        "SelfManagedActiveDirectoryConfiguration": {
          "$ref": "#/$defs/AWS::FSx::StorageVirtualMachine.SelfManagedActiveDirectoryConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::FSx::StorageVirtualMachine.SelfManagedActiveDirectoryConfiguration": {
      "type": "object",
      "properties": {
        "DnsIps": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DomainName": {
          "type": "string"
        },
        "FileSystemAdministratorsGroup": {
          "type": "string"
        },
        "OrganizationalUnitDistinguishedName": {
          "type": "string"
        },
        "Password": {
          "type": "string"
        },
        "UserName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::FSx::Volume": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BackupId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "OntapConfiguration": {
              "$ref": "#/$defs/AWS::FSx::Volume.OntapConfiguration"
            },
            "OpenZFSConfiguration": {
              "$ref": "#/$defs/AWS::FSx::Volume.OpenZFSConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VolumeType": {
              "type": "string"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FSx::Volume"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::Volume.AggregateConfiguration": {
      "type": "object",
      "properties": {
        "Aggregates": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ConstituentsPerAggregate": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::FSx::Volume.AutocommitPeriod": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::Volume.ClientConfigurations": {
      "type": "object",
      "properties": {
        "Clients": {
          "type": "string"
        },
        "Options": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Clients",
        "Options"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::Volume.NfsExports": {
      "type": "object",
      "properties": {
        "ClientConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::FSx::Volume.ClientConfigurations"
          },
          "type": "array"
        }
      },
      "required": [
        "ClientConfigurations"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::Volume.OntapConfiguration": {
      "type": "object",
      "properties": {
        "AggregateConfiguration": {
          "$ref": "#/$defs/AWS::FSx::Volume.AggregateConfiguration"
        },
        "CopyTagsToBackups": {
          "type": "string"
        },
        "JunctionPath": {
          "type": "string"
        },
        "OntapVolumeType": {
          "type": "string"
        },
        "SecurityStyle": {
          "type": "string"
        },
        "SizeInBytes": {
          "type": "string"
        },
        "SizeInMegabytes": {
          "type": "string"
        },
        "SnaplockConfiguration": {
          "$ref": "#/$defs/AWS::FSx::Volume.SnaplockConfiguration"
        },
        "SnapshotPolicy": {
          "type": "string"
        },
        "StorageEfficiencyEnabled": {
          "type": "string"
        },
        "StorageVirtualMachineId": {
          "type": "string"
        },
        "TieringPolicy": {
          "$ref": "#/$defs/AWS::FSx::Volume.TieringPolicy"
        },
        "VolumeStyle": {
          "type": "string"
        }
      },
      "required": [
        "StorageVirtualMachineId"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::Volume.OpenZFSConfiguration": {
      "type": "object",
      "properties": {
        "CopyTagsToSnapshots": {
          "type": "boolean"
        },
        "DataCompressionType": {
          "type": "string"
        },
        "NfsExports": {
          "items": {
            "$ref": "#/$defs/AWS::FSx::Volume.NfsExports"
          },
          "type": "array"
        },
        "Options": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "OriginSnapshot": {
          "$ref": "#/$defs/AWS::FSx::Volume.OriginSnapshot"
        },
        "ParentVolumeId": {
          "type": "string"
        },
        "ReadOnly": {
          "type": "boolean"
        },
        "RecordSizeKiB": {
          "type": "number"
        },
        "StorageCapacityQuotaGiB": {
          "type": "number"
        },
        "StorageCapacityReservationGiB": {
          "type": "number"
        },
        "UserAndGroupQuotas": {
          "items": {
            "$ref": "#/$defs/AWS::FSx::Volume.UserAndGroupQuotas"
          },
          "type": "array"
        }
      },
      "required": [
        "ParentVolumeId"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::Volume.OriginSnapshot": {
      "type": "object",
      "properties": {
        "CopyStrategy": {
          "type": "string"
        },
        "SnapshotARN": {
          "type": "string"
        }
      },
      "required": [
        "CopyStrategy",
        "SnapshotARN"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::Volume.RetentionPeriod": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::Volume.SnaplockConfiguration": {
      "type": "object",
      "properties": {
        "AuditLogVolume": {
          "type": "string"
        },
        "AutocommitPeriod": {
          "$ref": "#/$defs/AWS::FSx::Volume.AutocommitPeriod"
        },
        "PrivilegedDelete": {
          "type": "string"
        },
        "RetentionPeriod": {
          "$ref": "#/$defs/AWS::FSx::Volume.SnaplockRetentionPeriod"
        },
        "SnaplockType": {
          "type": "string"
        },
        "VolumeAppendModeEnabled": {
          "type": "string"
        }
      },
      "required": [
        "SnaplockType"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::Volume.SnaplockRetentionPeriod": {
      "type": "object",
      "properties": {
        "DefaultRetention": {
          "$ref": "#/$defs/AWS::FSx::Volume.RetentionPeriod"
        },
        "MaximumRetention": {
          "$ref": "#/$defs/AWS::FSx::Volume.RetentionPeriod"
        },
        "MinimumRetention": {
          "$ref": "#/$defs/AWS::FSx::Volume.RetentionPeriod"
        }
      },
      "required": [
        "DefaultRetention",
        "MaximumRetention",
        "MinimumRetention"
      ],
      "additionalProperties": false
    },
    "AWS::FSx::Volume.TieringPolicy": {
      "type": "object",
      "properties": {
        "CoolingPeriod": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::FSx::Volume.UserAndGroupQuotas": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "number"
        },
        "StorageCapacityQuotaGiB": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Id",
        "StorageCapacityQuotaGiB",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::FinSpace::Environment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "FederationMode": {
              "type": "string"
            },
            "FederationParameters": {
              "$ref": "#/$defs/AWS::FinSpace::Environment.FederationParameters"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "SuperuserParameters": {
              "$ref": "#/$defs/AWS::FinSpace::Environment.SuperuserParameters"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FinSpace::Environment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FinSpace::Environment.AttributeMapItems": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::FinSpace::Environment.FederationParameters": {
      "type": "object",
      "properties": {
        "ApplicationCallBackURL": {
          "type": "string"
        },
        "AttributeMap": {
          "items": {
            "$ref": "#/$defs/AWS::FinSpace::Environment.AttributeMapItems"
          },
          "type": "array"
        },
        "FederationProviderName": {
          "type": "string"
        },
        "FederationURN": {
          "type": "string"
        },
        "SamlMetadataDocument": {
          "type": "string"
        },
        "SamlMetadataURL": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::FinSpace::Environment.SuperuserParameters": {
      "type": "object",
      "properties": {
        "EmailAddress": {
          "type": "string"
        },
        "FirstName": {
          "type": "string"
        },
        "LastName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Forecast::Dataset": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataFrequency": {
              "type": "string"
            },
            "DatasetName": {
              "type": "string"
            },
            "DatasetType": {
              "type": "string"
            },
            "Domain": {
              "type": "string"
            },
            "EncryptionConfig": {
              "$ref": "#/$defs/AWS::Forecast::Dataset.EncryptionConfig"
            },
            "Schema": {
              "$ref": "#/$defs/AWS::Forecast::Dataset.Schema"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::Forecast::Dataset.TagsItems"
              },
              "type": "array"
            }
          },
          "required": [
            "DatasetName",
            "DatasetType",
            "Domain",
            "Schema"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Forecast::Dataset"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Forecast::Dataset.AttributesItems": {
      "type": "object",
      "properties": {
        "AttributeName": {
          "type": "string"
        },
        "AttributeType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Forecast::Dataset.EncryptionConfig": {
      "type": "object",
      "properties": {
        "KmsKeyArn": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Forecast::Dataset.Schema": {
      "type": "object",
      "properties": {
        "Attributes": {
          "items": {
            "$ref": "#/$defs/AWS::Forecast::Dataset.AttributesItems"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Forecast::Dataset.TagsItems": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Forecast::DatasetGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DatasetArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "DatasetGroupName": {
              "type": "string"
            },
            "Domain": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DatasetGroupName",
            "Domain"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Forecast::DatasetGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FraudDetector::Detector": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssociatedModels": {
              "items": {
                "$ref": "#/$defs/AWS::FraudDetector::Detector.Model"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "DetectorId": {
              "type": "string"
            },
            "DetectorVersionStatus": {
              "type": "string"
            },
            "EventType": {
              "$ref": "#/$defs/AWS::FraudDetector::Detector.EventType"
            },
            "RuleExecutionMode": {
              "type": "string"
            },
            "Rules": {
              "items": {
                "$ref": "#/$defs/AWS::FraudDetector::Detector.Rule"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DetectorId",
            "EventType",
            "Rules"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FraudDetector::Detector"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FraudDetector::Detector.EntityType": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "CreatedTime": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "Inline": {
          "type": "boolean"
        },
        "LastUpdatedTime": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::FraudDetector::Detector.EventType": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "CreatedTime": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "EntityTypes": {
          "items": {
            "$ref": "#/$defs/AWS::FraudDetector::Detector.EntityType"
          },
          "type": "array"
        },
        "EventVariables": {
          "items": {
            "$ref": "#/$defs/AWS::FraudDetector::Detector.EventVariable"
          },
          "type": "array"
        },
        "Inline": {
          "type": "boolean"
        },
        "Labels": {
          "items": {
            "$ref": "#/$defs/AWS::FraudDetector::Detector.Label"
          },
          "type": "array"
        },
        "LastUpdatedTime": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::FraudDetector::Detector.EventVariable": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "CreatedTime": {
          "type": "string"
        },
        "DataSource": {
          "type": "string"
        },
        "DataType": {
          "type": "string"
        },
        "DefaultValue": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "Inline": {
          "type": "boolean"
        },
        "LastUpdatedTime": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        },
        "VariableType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::FraudDetector::Detector.Label": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "CreatedTime": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "Inline": {
          "type": "boolean"
        },
        "LastUpdatedTime": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::FraudDetector::Detector.Model": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::FraudDetector::Detector.Outcome": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "CreatedTime": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "Inline": {
          "type": "boolean"
        },
        "LastUpdatedTime": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::FraudDetector::Detector.Rule": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "CreatedTime": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "DetectorId": {
          "type": "string"
        },
        "Expression": {
          "type": "string"
        },
        "Language": {
          "type": "string"
        },
        "LastUpdatedTime": {
          "type": "string"
        },
        "Outcomes": {
          "items": {
            "$ref": "#/$defs/AWS::FraudDetector::Detector.Outcome"
          },
          "type": "array"
        },
        "RuleId": {
          "type": "string"
        },
        "RuleVersion": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::FraudDetector::EntityType": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FraudDetector::EntityType"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FraudDetector::EventType": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "EntityTypes": {
              "items": {
                "$ref": "#/$defs/AWS::FraudDetector::EventType.EntityType"
              },
              "type": "array"
            },
            "EventVariables": {
              "items": {
                "$ref": "#/$defs/AWS::FraudDetector::EventType.EventVariable"
              },
              "type": "array"
            },
            "Labels": {
              "items": {
                "$ref": "#/$defs/AWS::FraudDetector::EventType.Label"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "EntityTypes",
            "EventVariables",
            "Labels",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FraudDetector::EventType"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FraudDetector::EventType.EntityType": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "CreatedTime": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "Inline": {
          "type": "boolean"
        },
        "LastUpdatedTime": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::FraudDetector::EventType.EventVariable": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "CreatedTime": {
          "type": "string"
        },
        "DataSource": {
          "type": "string"
        },
        "DataType": {
          "type": "string"
        },
        "DefaultValue": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "Inline": {
          "type": "boolean"
        },
        "LastUpdatedTime": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        },
        "VariableType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::FraudDetector::EventType.Label": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "CreatedTime": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "Inline": {
          "type": "boolean"
        },
        "LastUpdatedTime": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::FraudDetector::Label": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FraudDetector::Label"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FraudDetector::List": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Elements": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VariableType": {
              "type": "string"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FraudDetector::List"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FraudDetector::Outcome": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FraudDetector::Outcome"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::FraudDetector::Variable": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataSource": {
              "type": "string"
            },
            "DataType": {
              "type": "string"
            },
            "DefaultValue": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VariableType": {
              "type": "string"
            }
          },
          "required": [
            "DataSource",
            "DataType",
            "DefaultValue",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::FraudDetector::Variable"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Alias": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RoutingStrategy": {
              "$ref": "#/$defs/AWS::GameLift::Alias.RoutingStrategy"
            }
          },
          "required": [
            "Name",
            "RoutingStrategy"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GameLift::Alias"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Alias.RoutingStrategy": {
      "type": "object",
      "properties": {
        "FleetId": {
          "type": "string"
        },
        "Message": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Build": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "OperatingSystem": {
              "type": "string"
            },
            "ServerSdkVersion": {
              "type": "string"
            },
            "StorageLocation": {
              "$ref": "#/$defs/AWS::GameLift::Build.StorageLocation"
            },
            "Version": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GameLift::Build"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Build.StorageLocation": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        },
        "ObjectVersion": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "Bucket",
        "Key",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::ContainerGroupDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContainerDefinitions": {
              "items": {
                "$ref": "#/$defs/AWS::GameLift::ContainerGroupDefinition.ContainerDefinition"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "OperatingSystem": {
              "type": "string"
            },
            "SchedulingStrategy": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TotalCpuLimit": {
              "type": "number"
            },
            "TotalMemoryLimit": {
              "type": "number"
            }
          },
          "required": [
            "ContainerDefinitions",
            "Name",
            "OperatingSystem",
            "TotalCpuLimit",
            "TotalMemoryLimit"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GameLift::ContainerGroupDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::ContainerGroupDefinition.ContainerDefinition": {
      "type": "object",
      "properties": {
        "Command": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ContainerName": {
          "type": "string"
        },
        "Cpu": {
          "type": "number"
        },
        "DependsOn": {
          "items": {
            "$ref": "#/$defs/AWS::GameLift::ContainerGroupDefinition.ContainerDependency"
          },
          "type": "array"
        },
        "EntryPoint": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Environment": {
          "items": {
            "$ref": "#/$defs/AWS::GameLift::ContainerGroupDefinition.ContainerEnvironment"
          },
          "type": "array"
        },
        "Essential": {
          "type": "boolean"
        },
        "HealthCheck": {
          "$ref": "#/$defs/AWS::GameLift::ContainerGroupDefinition.ContainerHealthCheck"
        },
        "ImageUri": {
          "type": "string"
        },
        "MemoryLimits": {
          "$ref": "#/$defs/AWS::GameLift::ContainerGroupDefinition.MemoryLimits"
        },
        "PortConfiguration": {
          "$ref": "#/$defs/AWS::GameLift::ContainerGroupDefinition.PortConfiguration"
        },
        "ResolvedImageDigest": {
          "type": "string"
        },
        "WorkingDirectory": {
          "type": "string"
        }
      },
      "required": [
        "ContainerName",
        "ImageUri"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::ContainerGroupDefinition.ContainerDependency": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "ContainerName": {
          "type": "string"
        }
      },
      "required": [
        "Condition",
        "ContainerName"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::ContainerGroupDefinition.ContainerEnvironment": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::ContainerGroupDefinition.ContainerHealthCheck": {
      "type": "object",
      "properties": {
        "Command": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Interval": {
          "type": "number"
        },
        "Retries": {
          "type": "number"
        },
        "StartPeriod": {
          "type": "number"
        },
        "Timeout": {
          "type": "number"
        }
      },
      "required": [
        "Command"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::ContainerGroupDefinition.ContainerPortRange": {
      "type": "object",
      "properties": {
        "FromPort": {
          "type": "number"
        },
        "Protocol": {
          "type": "string"
        },
        "ToPort": {
          "type": "number"
        }
      },
      "required": [
        "FromPort",
        "Protocol",
        "ToPort"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::ContainerGroupDefinition.MemoryLimits": {
      "type": "object",
      "properties": {
        "HardLimit": {
          "type": "number"
        },
        "SoftLimit": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GameLift::ContainerGroupDefinition.PortConfiguration": {
      "type": "object",
      "properties": {
        "ContainerPortRanges": {
          "items": {
            "$ref": "#/$defs/AWS::GameLift::ContainerGroupDefinition.ContainerPortRange"
          },
          "type": "array"
        }
      },
      "required": [
        "ContainerPortRanges"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Fleet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AnywhereConfiguration": {
              "$ref": "#/$defs/AWS::GameLift::Fleet.AnywhereConfiguration"
            },
            "ApplyCapacity": {
              "type": "string"
            },
            "BuildId": {
              "type": "string"
            },
            "CertificateConfiguration": {
              "$ref": "#/$defs/AWS::GameLift::Fleet.CertificateConfiguration"
            },
            "ComputeType": {
              "type": "string"
            },
            "ContainerGroupsConfiguration": {
              "$ref": "#/$defs/AWS::GameLift::Fleet.ContainerGroupsConfiguration"
            },
            "Description": {
              "type": "string"
            },
            "DesiredEC2Instances": {
              "type": "number"
            },
            "EC2InboundPermissions": {
              "items": {
                "$ref": "#/$defs/AWS::GameLift::Fleet.IpPermission"
              },
              "type": "array"
            },
            "EC2InstanceType": {
              "type": "string"
            },
            "FleetType": {
              "type": "string"
            },
            "InstanceRoleARN": {
              "type": "string"
            },
            "InstanceRoleCredentialsProvider": {
              "type": "string"
            },
            "Locations": {
              "items": {
                "$ref": "#/$defs/AWS::GameLift::Fleet.LocationConfiguration"
              },
              "type": "array"
            },
            "MaxSize": {
              "type": "number"
            },
            "MetricGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "MinSize": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "NewGameSessionProtectionPolicy": {
              "type": "string"
            },
            "PeerVpcAwsAccountId": {
              "type": "string"
            },
            "PeerVpcId": {
              "type": "string"
            },
            "ResourceCreationLimitPolicy": {
              "$ref": "#/$defs/AWS::GameLift::Fleet.ResourceCreationLimitPolicy"
            },
            "RuntimeConfiguration": {
              "$ref": "#/$defs/AWS::GameLift::Fleet.RuntimeConfiguration"
            },
            "ScalingPolicies": {
              "items": {
                "$ref": "#/$defs/AWS::GameLift::Fleet.ScalingPolicy"
              },
              "type": "array"
            },
            "ScriptId": {
              "type": "string"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GameLift::Fleet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Fleet.AnywhereConfiguration": {
      "type": "object",
      "properties": {
        "Cost": {
          "type": "string"
        }
      },
      "required": [
        "Cost"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Fleet.CertificateConfiguration": {
      "type": "object",
      "properties": {
        "CertificateType": {
          "type": "string"
        }
      },
      "required": [
        "CertificateType"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Fleet.ConnectionPortRange": {
      "type": "object",
      "properties": {
        "FromPort": {
          "type": "number"
        },
        "ToPort": {
          "type": "number"
        }
      },
      "required": [
        "FromPort",
        "ToPort"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Fleet.ContainerGroupsConfiguration": {
      "type": "object",
      "properties": {
        "ConnectionPortRange": {
          "$ref": "#/$defs/AWS::GameLift::Fleet.ConnectionPortRange"
        },
        "ContainerGroupDefinitionNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ContainerGroupsPerInstance": {
          "$ref": "#/$defs/AWS::GameLift::Fleet.ContainerGroupsPerInstance"
        }
      },
      "required": [
        "ConnectionPortRange",
        "ContainerGroupDefinitionNames"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Fleet.ContainerGroupsPerInstance": {
      "type": "object",
      "properties": {
        "DesiredReplicaContainerGroupsPerInstance": {
          "type": "number"
        },
        "MaxReplicaContainerGroupsPerInstance": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GameLift::Fleet.IpPermission": {
      "type": "object",
      "properties": {
        "FromPort": {
          "type": "number"
        },
        "IpRange": {
          "type": "string"
        },
        "Protocol": {
          "type": "string"
        },
        "ToPort": {
          "type": "number"
        }
      },
      "required": [
        "FromPort",
        "IpRange",
        "Protocol",
        "ToPort"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Fleet.LocationCapacity": {
      "type": "object",
      "properties": {
        "DesiredEC2Instances": {
          "type": "number"
        },
        "MaxSize": {
          "type": "number"
        },
        "MinSize": {
          "type": "number"
        }
      },
      "required": [
        "DesiredEC2Instances",
        "MaxSize",
        "MinSize"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Fleet.LocationConfiguration": {
      "type": "object",
      "properties": {
        "Location": {
          "type": "string"
        },
        "LocationCapacity": {
          "$ref": "#/$defs/AWS::GameLift::Fleet.LocationCapacity"
        }
      },
      "required": [
        "Location"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Fleet.ResourceCreationLimitPolicy": {
      "type": "object",
      "properties": {
        "NewGameSessionsPerCreator": {
          "type": "number"
        },
        "PolicyPeriodInMinutes": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GameLift::Fleet.RuntimeConfiguration": {
      "type": "object",
      "properties": {
        "GameSessionActivationTimeoutSeconds": {
          "type": "number"
        },
        "MaxConcurrentGameSessionActivations": {
          "type": "number"
        },
        "ServerProcesses": {
          "items": {
            "$ref": "#/$defs/AWS::GameLift::Fleet.ServerProcess"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::GameLift::Fleet.ScalingPolicy": {
      "type": "object",
      "properties": {
        "ComparisonOperator": {
          "type": "string"
        },
        "EvaluationPeriods": {
          "type": "number"
        },
        "Location": {
          "type": "string"
        },
        "MetricName": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "PolicyType": {
          "type": "string"
        },
        "ScalingAdjustment": {
          "type": "number"
        },
        "ScalingAdjustmentType": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        },
        "TargetConfiguration": {
          "$ref": "#/$defs/AWS::GameLift::Fleet.TargetConfiguration"
        },
        "Threshold": {
          "type": "number"
        },
        "UpdateStatus": {
          "type": "string"
        }
      },
      "required": [
        "MetricName",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Fleet.ServerProcess": {
      "type": "object",
      "properties": {
        "ConcurrentExecutions": {
          "type": "number"
        },
        "LaunchPath": {
          "type": "string"
        },
        "Parameters": {
          "type": "string"
        }
      },
      "required": [
        "ConcurrentExecutions",
        "LaunchPath"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Fleet.TargetConfiguration": {
      "type": "object",
      "properties": {
        "TargetValue": {
          "type": "number"
        }
      },
      "required": [
        "TargetValue"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::GameServerGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoScalingPolicy": {
              "$ref": "#/$defs/AWS::GameLift::GameServerGroup.AutoScalingPolicy"
            },
            "BalancingStrategy": {
              "type": "string"
            },
            "DeleteOption": {
              "type": "string"
            },
            "GameServerGroupName": {
              "type": "string"
            },
            "GameServerProtectionPolicy": {
              "type": "string"
            },
            "InstanceDefinitions": {
              "items": {
                "$ref": "#/$defs/AWS::GameLift::GameServerGroup.InstanceDefinition"
              },
              "type": "array"
            },
            "LaunchTemplate": {
              "$ref": "#/$defs/AWS::GameLift::GameServerGroup.LaunchTemplate"
            },
            "MaxSize": {
              "type": "number"
            },
            "MinSize": {
              "type": "number"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcSubnets": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "GameServerGroupName",
            "InstanceDefinitions",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GameLift::GameServerGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::GameServerGroup.AutoScalingPolicy": {
      "type": "object",
      "properties": {
        "EstimatedInstanceWarmup": {
          "type": "number"
        },
        "TargetTrackingConfiguration": {
          "$ref": "#/$defs/AWS::GameLift::GameServerGroup.TargetTrackingConfiguration"
        }
      },
      "required": [
        "TargetTrackingConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::GameServerGroup.InstanceDefinition": {
      "type": "object",
      "properties": {
        "InstanceType": {
          "type": "string"
        },
        "WeightedCapacity": {
          "type": "string"
        }
      },
      "required": [
        "InstanceType"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::GameServerGroup.LaunchTemplate": {
      "type": "object",
      "properties": {
        "LaunchTemplateId": {
          "type": "string"
        },
        "LaunchTemplateName": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GameLift::GameServerGroup.TargetTrackingConfiguration": {
      "type": "object",
      "properties": {
        "TargetValue": {
          "type": "number"
        }
      },
      "required": [
        "TargetValue"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::GameSessionQueue": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CustomEventData": {
              "type": "string"
            },
            "Destinations": {
              "items": {
                "$ref": "#/$defs/AWS::GameLift::GameSessionQueue.GameSessionQueueDestination"
              },
              "type": "array"
            },
            "FilterConfiguration": {
              "$ref": "#/$defs/AWS::GameLift::GameSessionQueue.FilterConfiguration"
            },
            "Name": {
              "type": "string"
            },
            "NotificationTarget": {
              "type": "string"
            },
            "PlayerLatencyPolicies": {
              "items": {
                "$ref": "#/$defs/AWS::GameLift::GameSessionQueue.PlayerLatencyPolicy"
              },
              "type": "array"
            },
            "PriorityConfiguration": {
              "$ref": "#/$defs/AWS::GameLift::GameSessionQueue.PriorityConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TimeoutInSeconds": {
              "type": "number"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GameLift::GameSessionQueue"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::GameSessionQueue.FilterConfiguration": {
      "type": "object",
      "properties": {
        "AllowedLocations": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::GameLift::GameSessionQueue.GameSessionQueueDestination": {
      "type": "object",
      "properties": {
        "DestinationArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GameLift::GameSessionQueue.PlayerLatencyPolicy": {
      "type": "object",
      "properties": {
        "MaximumIndividualPlayerLatencyMilliseconds": {
          "type": "number"
        },
        "PolicyDurationSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GameLift::GameSessionQueue.PriorityConfiguration": {
      "type": "object",
      "properties": {
        "LocationOrder": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PriorityOrder": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::GameLift::Location": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LocationName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "LocationName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GameLift::Location"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::MatchmakingConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptanceRequired": {
              "type": "boolean"
            },
            "AcceptanceTimeoutSeconds": {
              "type": "number"
            },
            "AdditionalPlayerCount": {
              "type": "number"
            },
            "BackfillMode": {
              "type": "string"
            },
            "CreationTime": {
              "type": "string"
            },
            "CustomEventData": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "FlexMatchMode": {
              "type": "string"
            },
            "GameProperties": {
              "items": {
                "$ref": "#/$defs/AWS::GameLift::MatchmakingConfiguration.GameProperty"
              },
              "type": "array"
            },
            "GameSessionData": {
              "type": "string"
            },
            "GameSessionQueueArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "NotificationTarget": {
              "type": "string"
            },
            "RequestTimeoutSeconds": {
              "type": "number"
            },
            "RuleSetArn": {
              "type": "string"
            },
            "RuleSetName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AcceptanceRequired",
            "Name",
            "RequestTimeoutSeconds",
            "RuleSetName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GameLift::MatchmakingConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::MatchmakingConfiguration.GameProperty": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::MatchmakingRuleSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "RuleSetBody": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "RuleSetBody"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GameLift::MatchmakingRuleSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Script": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "StorageLocation": {
              "$ref": "#/$defs/AWS::GameLift::Script.S3Location"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Version": {
              "type": "string"
            }
          },
          "required": [
            "StorageLocation"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GameLift::Script"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GameLift::Script.S3Location": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        },
        "ObjectVersion": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "Bucket",
        "Key",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::GlobalAccelerator::Accelerator": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Enabled": {
              "type": "boolean"
            },
            "IpAddressType": {
              "type": "string"
            },
            "IpAddresses": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GlobalAccelerator::Accelerator"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GlobalAccelerator::CrossAccountAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "Principals": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Resources": {
              "items": {
                "$ref": "#/$defs/AWS::GlobalAccelerator::CrossAccountAttachment.Resource"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GlobalAccelerator::CrossAccountAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GlobalAccelerator::CrossAccountAttachment.Resource": {
      "type": "object",
      "properties": {
        "EndpointId": {
          "type": "string"
        },
        "Region": {
          "type": "string"
        }
      },
      "required": [
        "EndpointId"
      ],
      "additionalProperties": false
    },
    "AWS::GlobalAccelerator::EndpointGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EndpointConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::GlobalAccelerator::EndpointGroup.EndpointConfiguration"
              },
              "type": "array"
            },
            "EndpointGroupRegion": {
              "type": "string"
            },
            "HealthCheckIntervalSeconds": {
              "type": "number"
            },
            "HealthCheckPath": {
              "type": "string"
            },
            "HealthCheckPort": {
              "type": "number"
            },
            "HealthCheckProtocol": {
              "type": "string"
            },
            "ListenerArn": {
              "type": "string"
            },
            "PortOverrides": {
              "items": {
                "$ref": "#/$defs/AWS::GlobalAccelerator::EndpointGroup.PortOverride"
              },
              "type": "array"
            },
            "ThresholdCount": {
              "type": "number"
            },
            "TrafficDialPercentage": {
              "type": "number"
            }
          },
          "required": [
            "EndpointGroupRegion",
            "ListenerArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GlobalAccelerator::EndpointGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GlobalAccelerator::EndpointGroup.EndpointConfiguration": {
      "type": "object",
      "properties": {
        "AttachmentArn": {
          "type": "string"
        },
        "ClientIPPreservationEnabled": {
          "type": "boolean"
        },
        "EndpointId": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "required": [
        "EndpointId"
      ],
      "additionalProperties": false
    },
    "AWS::GlobalAccelerator::EndpointGroup.PortOverride": {
      "type": "object",
      "properties": {
        "EndpointPort": {
          "type": "number"
        },
        "ListenerPort": {
          "type": "number"
        }
      },
      "required": [
        "EndpointPort",
        "ListenerPort"
      ],
      "additionalProperties": false
    },
    "AWS::GlobalAccelerator::Listener": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceleratorArn": {
              "type": "string"
            },
            "ClientAffinity": {
              "type": "string"
            },
            "PortRanges": {
              "items": {
                "$ref": "#/$defs/AWS::GlobalAccelerator::Listener.PortRange"
              },
              "type": "array"
            },
            "Protocol": {
              "type": "string"
            }
          },
          "required": [
            "AcceleratorArn",
            "PortRanges",
            "Protocol"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GlobalAccelerator::Listener"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GlobalAccelerator::Listener.PortRange": {
      "type": "object",
      "properties": {
        "FromPort": {
          "type": "number"
        },
        "ToPort": {
          "type": "number"
        }
      },
      "required": [
        "FromPort",
        "ToPort"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Classifier": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CsvClassifier": {
              "$ref": "#/$defs/AWS::Glue::Classifier.CsvClassifier"
            },
            "GrokClassifier": {
              "$ref": "#/$defs/AWS::Glue::Classifier.GrokClassifier"
            },
            "JsonClassifier": {
              "$ref": "#/$defs/AWS::Glue::Classifier.JsonClassifier"
            },
            "XMLClassifier": {
              "$ref": "#/$defs/AWS::Glue::Classifier.XMLClassifier"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::Classifier"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Classifier.CsvClassifier": {
      "type": "object",
      "properties": {
        "AllowSingleColumn": {
          "type": "boolean"
        },
        "ContainsCustomDatatype": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ContainsHeader": {
          "type": "string"
        },
        "CustomDatatypeConfigured": {
          "type": "boolean"
        },
        "Delimiter": {
          "type": "string"
        },
        "DisableValueTrimming": {
          "type": "boolean"
        },
        "Header": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "QuoteSymbol": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Classifier.GrokClassifier": {
      "type": "object",
      "properties": {
        "Classification": {
          "type": "string"
        },
        "CustomPatterns": {
          "type": "string"
        },
        "GrokPattern": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Classification",
        "GrokPattern"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Classifier.JsonClassifier": {
      "type": "object",
      "properties": {
        "JsonPath": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "JsonPath"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Classifier.XMLClassifier": {
      "type": "object",
      "properties": {
        "Classification": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "RowTag": {
          "type": "string"
        }
      },
      "required": [
        "Classification",
        "RowTag"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Connection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CatalogId": {
              "type": "string"
            },
            "ConnectionInput": {
              "$ref": "#/$defs/AWS::Glue::Connection.ConnectionInput"
            }
          },
          "required": [
            "CatalogId",
            "ConnectionInput"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::Connection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Connection.ConnectionInput": {
      "type": "object",
      "properties": {
        "ConnectionProperties": {
          "type": "object"
        },
        "ConnectionType": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "MatchCriteria": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "PhysicalConnectionRequirements": {
          "$ref": "#/$defs/AWS::Glue::Connection.PhysicalConnectionRequirements"
        }
      },
      "required": [
        "ConnectionType"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Connection.PhysicalConnectionRequirements": {
      "type": "object",
      "properties": {
        "AvailabilityZone": {
          "type": "string"
        },
        "SecurityGroupIdList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Crawler": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Classifiers": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Configuration": {
              "type": "string"
            },
            "CrawlerSecurityConfiguration": {
              "type": "string"
            },
            "DatabaseName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "LakeFormationConfiguration": {
              "$ref": "#/$defs/AWS::Glue::Crawler.LakeFormationConfiguration"
            },
            "Name": {
              "type": "string"
            },
            "RecrawlPolicy": {
              "$ref": "#/$defs/AWS::Glue::Crawler.RecrawlPolicy"
            },
            "Role": {
              "type": "string"
            },
            "Schedule": {
              "$ref": "#/$defs/AWS::Glue::Crawler.Schedule"
            },
            "SchemaChangePolicy": {
              "$ref": "#/$defs/AWS::Glue::Crawler.SchemaChangePolicy"
            },
            "TablePrefix": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            },
            "Targets": {
              "$ref": "#/$defs/AWS::Glue::Crawler.Targets"
            }
          },
          "required": [
            "Role",
            "Targets"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::Crawler"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Crawler.CatalogTarget": {
      "type": "object",
      "properties": {
        "ConnectionName": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "DlqEventQueueArn": {
          "type": "string"
        },
        "EventQueueArn": {
          "type": "string"
        },
        "Tables": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Crawler.DeltaTarget": {
      "type": "object",
      "properties": {
        "ConnectionName": {
          "type": "string"
        },
        "CreateNativeDeltaTable": {
          "type": "boolean"
        },
        "DeltaTables": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "WriteManifest": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Crawler.DynamoDBTarget": {
      "type": "object",
      "properties": {
        "Path": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Crawler.IcebergTarget": {
      "type": "object",
      "properties": {
        "ConnectionName": {
          "type": "string"
        },
        "Exclusions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MaximumTraversalDepth": {
          "type": "number"
        },
        "Paths": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Crawler.JdbcTarget": {
      "type": "object",
      "properties": {
        "ConnectionName": {
          "type": "string"
        },
        "Exclusions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Path": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Crawler.LakeFormationConfiguration": {
      "type": "object",
      "properties": {
        "AccountId": {
          "type": "string"
        },
        "UseLakeFormationCredentials": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Crawler.MongoDBTarget": {
      "type": "object",
      "properties": {
        "ConnectionName": {
          "type": "string"
        },
        "Path": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Crawler.RecrawlPolicy": {
      "type": "object",
      "properties": {
        "RecrawlBehavior": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Crawler.S3Target": {
      "type": "object",
      "properties": {
        "ConnectionName": {
          "type": "string"
        },
        "DlqEventQueueArn": {
          "type": "string"
        },
        "EventQueueArn": {
          "type": "string"
        },
        "Exclusions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Path": {
          "type": "string"
        },
        "SampleSize": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Crawler.Schedule": {
      "type": "object",
      "properties": {
        "ScheduleExpression": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Crawler.SchemaChangePolicy": {
      "type": "object",
      "properties": {
        "DeleteBehavior": {
          "type": "string"
        },
        "UpdateBehavior": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Crawler.Targets": {
      "type": "object",
      "properties": {
        "CatalogTargets": {
          "items": {
            "$ref": "#/$defs/AWS::Glue::Crawler.CatalogTarget"
          },
          "type": "array"
        },
        "DeltaTargets": {
          "items": {
            "$ref": "#/$defs/AWS::Glue::Crawler.DeltaTarget"
          },
          "type": "array"
        },
        "DynamoDBTargets": {
          "items": {
            "$ref": "#/$defs/AWS::Glue::Crawler.DynamoDBTarget"
          },
          "type": "array"
        },
        "IcebergTargets": {
          "items": {
            "$ref": "#/$defs/AWS::Glue::Crawler.IcebergTarget"
          },
          "type": "array"
        },
        "JdbcTargets": {
          "items": {
            "$ref": "#/$defs/AWS::Glue::Crawler.JdbcTarget"
          },
          "type": "array"
        },
        "MongoDBTargets": {
          "items": {
            "$ref": "#/$defs/AWS::Glue::Crawler.MongoDBTarget"
          },
          "type": "array"
        },
        "S3Targets": {
          "items": {
            "$ref": "#/$defs/AWS::Glue::Crawler.S3Target"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::CustomEntityType": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContextWords": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "RegexString": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::CustomEntityType"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::DataCatalogEncryptionSettings": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CatalogId": {
              "type": "string"
            },
            "DataCatalogEncryptionSettings": {
              "$ref": "#/$defs/AWS::Glue::DataCatalogEncryptionSettings.DataCatalogEncryptionSettings"
            }
          },
          "required": [
            "CatalogId",
            "DataCatalogEncryptionSettings"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::DataCatalogEncryptionSettings"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::DataCatalogEncryptionSettings.ConnectionPasswordEncryption": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "ReturnConnectionPasswordEncrypted": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::DataCatalogEncryptionSettings.DataCatalogEncryptionSettings": {
      "type": "object",
      "properties": {
        "ConnectionPasswordEncryption": {
          "$ref": "#/$defs/AWS::Glue::DataCatalogEncryptionSettings.ConnectionPasswordEncryption"
        },
        "EncryptionAtRest": {
          "$ref": "#/$defs/AWS::Glue::DataCatalogEncryptionSettings.EncryptionAtRest"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::DataCatalogEncryptionSettings.EncryptionAtRest": {
      "type": "object",
      "properties": {
        "CatalogEncryptionMode": {
          "type": "string"
        },
        "CatalogEncryptionServiceRole": {
          "type": "string"
        },
        "SseAwsKmsKeyId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::DataQualityRuleset": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClientToken": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Ruleset": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            },
            "TargetTable": {
              "$ref": "#/$defs/AWS::Glue::DataQualityRuleset.DataQualityTargetTable"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::DataQualityRuleset"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::DataQualityRuleset.DataQualityTargetTable": {
      "type": "object",
      "properties": {
        "DatabaseName": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Database": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CatalogId": {
              "type": "string"
            },
            "DatabaseInput": {
              "$ref": "#/$defs/AWS::Glue::Database.DatabaseInput"
            }
          },
          "required": [
            "CatalogId",
            "DatabaseInput"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::Database"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Database.DataLakePrincipal": {
      "type": "object",
      "properties": {
        "DataLakePrincipalIdentifier": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Database.DatabaseIdentifier": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "Region": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Database.DatabaseInput": {
      "type": "object",
      "properties": {
        "CreateTableDefaultPermissions": {
          "items": {
            "$ref": "#/$defs/AWS::Glue::Database.PrincipalPrivileges"
          },
          "type": "array"
        },
        "Description": {
          "type": "string"
        },
        "FederatedDatabase": {
          "$ref": "#/$defs/AWS::Glue::Database.FederatedDatabase"
        },
        "LocationUri": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Parameters": {
          "type": "object"
        },
        "TargetDatabase": {
          "$ref": "#/$defs/AWS::Glue::Database.DatabaseIdentifier"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Database.FederatedDatabase": {
      "type": "object",
      "properties": {
        "ConnectionName": {
          "type": "string"
        },
        "Identifier": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Database.PrincipalPrivileges": {
      "type": "object",
      "properties": {
        "Permissions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Principal": {
          "$ref": "#/$defs/AWS::Glue::Database.DataLakePrincipal"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::DevEndpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Arguments": {
              "type": "object"
            },
            "EndpointName": {
              "type": "string"
            },
            "ExtraJarsS3Path": {
              "type": "string"
            },
            "ExtraPythonLibsS3Path": {
              "type": "string"
            },
            "GlueVersion": {
              "type": "string"
            },
            "NumberOfNodes": {
              "type": "number"
            },
            "NumberOfWorkers": {
              "type": "number"
            },
            "PublicKey": {
              "type": "string"
            },
            "PublicKeys": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "RoleArn": {
              "type": "string"
            },
            "SecurityConfiguration": {
              "type": "string"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetId": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            },
            "WorkerType": {
              "type": "string"
            }
          },
          "required": [
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::DevEndpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Job": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllocatedCapacity": {
              "type": "number"
            },
            "Command": {
              "$ref": "#/$defs/AWS::Glue::Job.JobCommand"
            },
            "Connections": {
              "$ref": "#/$defs/AWS::Glue::Job.ConnectionsList"
            },
            "DefaultArguments": {
              "type": "object"
            },
            "Description": {
              "type": "string"
            },
            "ExecutionClass": {
              "type": "string"
            },
            "ExecutionProperty": {
              "$ref": "#/$defs/AWS::Glue::Job.ExecutionProperty"
            },
            "GlueVersion": {
              "type": "string"
            },
            "LogUri": {
              "type": "string"
            },
            "MaxCapacity": {
              "type": "number"
            },
            "MaxRetries": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "NonOverridableArguments": {
              "type": "object"
            },
            "NotificationProperty": {
              "$ref": "#/$defs/AWS::Glue::Job.NotificationProperty"
            },
            "NumberOfWorkers": {
              "type": "number"
            },
            "Role": {
              "type": "string"
            },
            "SecurityConfiguration": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            },
            "Timeout": {
              "type": "number"
            },
            "WorkerType": {
              "type": "string"
            }
          },
          "required": [
            "Command",
            "Role"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::Job"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Job.ConnectionsList": {
      "type": "object",
      "properties": {
        "Connections": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Job.ExecutionProperty": {
      "type": "object",
      "properties": {
        "MaxConcurrentRuns": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Job.JobCommand": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "PythonVersion": {
          "type": "string"
        },
        "Runtime": {
          "type": "string"
        },
        "ScriptLocation": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Job.NotificationProperty": {
      "type": "object",
      "properties": {
        "NotifyDelayAfter": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::MLTransform": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "GlueVersion": {
              "type": "string"
            },
            "InputRecordTables": {
              "$ref": "#/$defs/AWS::Glue::MLTransform.InputRecordTables"
            },
            "MaxCapacity": {
              "type": "number"
            },
            "MaxRetries": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "NumberOfWorkers": {
              "type": "number"
            },
            "Role": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            },
            "Timeout": {
              "type": "number"
            },
            "TransformEncryption": {
              "$ref": "#/$defs/AWS::Glue::MLTransform.TransformEncryption"
            },
            "TransformParameters": {
              "$ref": "#/$defs/AWS::Glue::MLTransform.TransformParameters"
            },
            "WorkerType": {
              "type": "string"
            }
          },
          "required": [
            "InputRecordTables",
            "Role",
            "TransformParameters"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::MLTransform"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::MLTransform.FindMatchesParameters": {
      "type": "object",
      "properties": {
        "AccuracyCostTradeoff": {
          "type": "number"
        },
        "EnforceProvidedLabels": {
          "type": "boolean"
        },
        "PrecisionRecallTradeoff": {
          "type": "number"
        },
        "PrimaryKeyColumnName": {
          "type": "string"
        }
      },
      "required": [
        "PrimaryKeyColumnName"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::MLTransform.GlueTables": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "ConnectionName": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "DatabaseName",
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::MLTransform.InputRecordTables": {
      "type": "object",
      "properties": {
        "GlueTables": {
          "items": {
            "$ref": "#/$defs/AWS::Glue::MLTransform.GlueTables"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::MLTransform.MLUserDataEncryption": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "MLUserDataEncryptionMode": {
          "type": "string"
        }
      },
      "required": [
        "MLUserDataEncryptionMode"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::MLTransform.TransformEncryption": {
      "type": "object",
      "properties": {
        "MLUserDataEncryption": {
          "$ref": "#/$defs/AWS::Glue::MLTransform.MLUserDataEncryption"
        },
        "TaskRunSecurityConfigurationName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::MLTransform.TransformParameters": {
      "type": "object",
      "properties": {
        "FindMatchesParameters": {
          "$ref": "#/$defs/AWS::Glue::MLTransform.FindMatchesParameters"
        },
        "TransformType": {
          "type": "string"
        }
      },
      "required": [
        "TransformType"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Partition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CatalogId": {
              "type": "string"
            },
            "DatabaseName": {
              "type": "string"
            },
            "PartitionInput": {
              "$ref": "#/$defs/AWS::Glue::Partition.PartitionInput"
            },
            "TableName": {
              "type": "string"
            }
          },
          "required": [
            "CatalogId",
            "DatabaseName",
            "PartitionInput",
            "TableName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::Partition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Partition.Column": {
      "type": "object",
      "properties": {
        "Comment": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Partition.Order": {
      "type": "object",
      "properties": {
        "Column": {
          "type": "string"
        },
        "SortOrder": {
          "type": "number"
        }
      },
      "required": [
        "Column"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Partition.PartitionInput": {
      "type": "object",
      "properties": {
        "Parameters": {
          "type": "object"
        },
        "StorageDescriptor": {
          "$ref": "#/$defs/AWS::Glue::Partition.StorageDescriptor"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Partition.SchemaId": {
      "type": "object",
      "properties": {
        "RegistryName": {
          "type": "string"
        },
        "SchemaArn": {
          "type": "string"
        },
        "SchemaName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Partition.SchemaReference": {
      "type": "object",
      "properties": {
        "SchemaId": {
          "$ref": "#/$defs/AWS::Glue::Partition.SchemaId"
        },
        "SchemaVersionId": {
          "type": "string"
        },
        "SchemaVersionNumber": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Partition.SerdeInfo": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Parameters": {
          "type": "object"
        },
        "SerializationLibrary": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Partition.SkewedInfo": {
      "type": "object",
      "properties": {
        "SkewedColumnNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SkewedColumnValueLocationMaps": {
          "type": "object"
        },
        "SkewedColumnValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Partition.StorageDescriptor": {
      "type": "object",
      "properties": {
        "BucketColumns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::Glue::Partition.Column"
          },
          "type": "array"
        },
        "Compressed": {
          "type": "boolean"
        },
        "InputFormat": {
          "type": "string"
        },
        "Location": {
          "type": "string"
        },
        "NumberOfBuckets": {
          "type": "number"
        },
        "OutputFormat": {
          "type": "string"
        },
        "Parameters": {
          "type": "object"
        },
        "SchemaReference": {
          "$ref": "#/$defs/AWS::Glue::Partition.SchemaReference"
        },
        "SerdeInfo": {
          "$ref": "#/$defs/AWS::Glue::Partition.SerdeInfo"
        },
        "SkewedInfo": {
          "$ref": "#/$defs/AWS::Glue::Partition.SkewedInfo"
        },
        "SortColumns": {
          "items": {
            "$ref": "#/$defs/AWS::Glue::Partition.Order"
          },
          "type": "array"
        },
        "StoredAsSubDirectories": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Registry": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::Registry"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Schema": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CheckpointVersion": {
              "$ref": "#/$defs/AWS::Glue::Schema.SchemaVersion"
            },
            "Compatibility": {
              "type": "string"
            },
            "DataFormat": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Registry": {
              "$ref": "#/$defs/AWS::Glue::Schema.Registry"
            },
            "SchemaDefinition": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Compatibility",
            "DataFormat",
            "Name",
            "SchemaDefinition"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::Schema"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Schema.Registry": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Schema.SchemaVersion": {
      "type": "object",
      "properties": {
        "IsLatest": {
          "type": "boolean"
        },
        "VersionNumber": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::SchemaVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Schema": {
              "$ref": "#/$defs/AWS::Glue::SchemaVersion.Schema"
            },
            "SchemaDefinition": {
              "type": "string"
            }
          },
          "required": [
            "Schema",
            "SchemaDefinition"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::SchemaVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::SchemaVersion.Schema": {
      "type": "object",
      "properties": {
        "RegistryName": {
          "type": "string"
        },
        "SchemaArn": {
          "type": "string"
        },
        "SchemaName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::SchemaVersionMetadata": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Key": {
              "type": "string"
            },
            "SchemaVersionId": {
              "type": "string"
            },
            "Value": {
              "type": "string"
            }
          },
          "required": [
            "Key",
            "SchemaVersionId",
            "Value"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::SchemaVersionMetadata"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::SecurityConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EncryptionConfiguration": {
              "$ref": "#/$defs/AWS::Glue::SecurityConfiguration.EncryptionConfiguration"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "EncryptionConfiguration",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::SecurityConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::SecurityConfiguration.CloudWatchEncryption": {
      "type": "object",
      "properties": {
        "CloudWatchEncryptionMode": {
          "type": "string"
        },
        "KmsKeyArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::SecurityConfiguration.EncryptionConfiguration": {
      "type": "object",
      "properties": {
        "CloudWatchEncryption": {
          "$ref": "#/$defs/AWS::Glue::SecurityConfiguration.CloudWatchEncryption"
        },
        "JobBookmarksEncryption": {
          "$ref": "#/$defs/AWS::Glue::SecurityConfiguration.JobBookmarksEncryption"
        },
        "S3Encryptions": {
          "$ref": "#/$defs/AWS::Glue::SecurityConfiguration.S3Encryptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::SecurityConfiguration.JobBookmarksEncryption": {
      "type": "object",
      "properties": {
        "JobBookmarksEncryptionMode": {
          "type": "string"
        },
        "KmsKeyArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::SecurityConfiguration.S3Encryption": {
      "type": "object",
      "properties": {
        "KmsKeyArn": {
          "type": "string"
        },
        "S3EncryptionMode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::SecurityConfiguration.S3Encryptions": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::Glue::Table": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CatalogId": {
              "type": "string"
            },
            "DatabaseName": {
              "type": "string"
            },
            "OpenTableFormatInput": {
              "$ref": "#/$defs/AWS::Glue::Table.OpenTableFormatInput"
            },
            "TableInput": {
              "$ref": "#/$defs/AWS::Glue::Table.TableInput"
            }
          },
          "required": [
            "CatalogId",
            "DatabaseName",
            "TableInput"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::Table"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Table.Column": {
      "type": "object",
      "properties": {
        "Comment": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Table.IcebergInput": {
      "type": "object",
      "properties": {
        "MetadataOperation": {
          "$ref": "#/$defs/AWS::Glue::Table.MetadataOperation"
        },
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Table.MetadataOperation": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::Glue::Table.OpenTableFormatInput": {
      "type": "object",
      "properties": {
        "IcebergInput": {
          "$ref": "#/$defs/AWS::Glue::Table.IcebergInput"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Table.Order": {
      "type": "object",
      "properties": {
        "Column": {
          "type": "string"
        },
        "SortOrder": {
          "type": "number"
        }
      },
      "required": [
        "Column",
        "SortOrder"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Table.SchemaId": {
      "type": "object",
      "properties": {
        "RegistryName": {
          "type": "string"
        },
        "SchemaArn": {
          "type": "string"
        },
        "SchemaName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Table.SchemaReference": {
      "type": "object",
      "properties": {
        "SchemaId": {
          "$ref": "#/$defs/AWS::Glue::Table.SchemaId"
        },
        "SchemaVersionId": {
          "type": "string"
        },
        "SchemaVersionNumber": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Table.SerdeInfo": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Parameters": {
          "type": "object"
        },
        "SerializationLibrary": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Table.SkewedInfo": {
      "type": "object",
      "properties": {
        "SkewedColumnNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SkewedColumnValueLocationMaps": {
          "type": "object"
        },
        "SkewedColumnValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Table.StorageDescriptor": {
      "type": "object",
      "properties": {
        "BucketColumns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::Glue::Table.Column"
          },
          "type": "array"
        },
        "Compressed": {
          "type": "boolean"
        },
        "InputFormat": {
          "type": "string"
        },
        "Location": {
          "type": "string"
        },
        "NumberOfBuckets": {
          "type": "number"
        },
        "OutputFormat": {
          "type": "string"
        },
        "Parameters": {
          "type": "object"
        },
        "SchemaReference": {
          "$ref": "#/$defs/AWS::Glue::Table.SchemaReference"
        },
        "SerdeInfo": {
          "$ref": "#/$defs/AWS::Glue::Table.SerdeInfo"
        },
        "SkewedInfo": {
          "$ref": "#/$defs/AWS::Glue::Table.SkewedInfo"
        },
        "SortColumns": {
          "items": {
            "$ref": "#/$defs/AWS::Glue::Table.Order"
          },
          "type": "array"
        },
        "StoredAsSubDirectories": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Table.TableIdentifier": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Region": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Table.TableInput": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Owner": {
          "type": "string"
        },
        "Parameters": {
          "type": "object"
        },
        "PartitionKeys": {
          "items": {
            "$ref": "#/$defs/AWS::Glue::Table.Column"
          },
          "type": "array"
        },
        "Retention": {
          "type": "number"
        },
        "StorageDescriptor": {
          "$ref": "#/$defs/AWS::Glue::Table.StorageDescriptor"
        },
        "TableType": {
          "type": "string"
        },
        "TargetTable": {
          "$ref": "#/$defs/AWS::Glue::Table.TableIdentifier"
        },
        "ViewExpandedText": {
          "type": "string"
        },
        "ViewOriginalText": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::TableOptimizer": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CatalogId": {
              "type": "string"
            },
            "DatabaseName": {
              "type": "string"
            },
            "TableName": {
              "type": "string"
            },
            "TableOptimizerConfiguration": {
              "$ref": "#/$defs/AWS::Glue::TableOptimizer.TableOptimizerConfiguration"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "CatalogId",
            "DatabaseName",
            "TableName",
            "TableOptimizerConfiguration",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::TableOptimizer"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::TableOptimizer.TableOptimizerConfiguration": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "Enabled",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Trigger": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Actions": {
              "items": {
                "$ref": "#/$defs/AWS::Glue::Trigger.Action"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "EventBatchingCondition": {
              "$ref": "#/$defs/AWS::Glue::Trigger.EventBatchingCondition"
            },
            "Name": {
              "type": "string"
            },
            "Predicate": {
              "$ref": "#/$defs/AWS::Glue::Trigger.Predicate"
            },
            "Schedule": {
              "type": "string"
            },
            "StartOnCreation": {
              "type": "boolean"
            },
            "Tags": {
              "type": "object"
            },
            "Type": {
              "type": "string"
            },
            "WorkflowName": {
              "type": "string"
            }
          },
          "required": [
            "Actions",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::Trigger"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Trigger.Action": {
      "type": "object",
      "properties": {
        "Arguments": {
          "type": "object"
        },
        "CrawlerName": {
          "type": "string"
        },
        "JobName": {
          "type": "string"
        },
        "NotificationProperty": {
          "$ref": "#/$defs/AWS::Glue::Trigger.NotificationProperty"
        },
        "SecurityConfiguration": {
          "type": "string"
        },
        "Timeout": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Trigger.Condition": {
      "type": "object",
      "properties": {
        "CrawlState": {
          "type": "string"
        },
        "CrawlerName": {
          "type": "string"
        },
        "JobName": {
          "type": "string"
        },
        "LogicalOperator": {
          "type": "string"
        },
        "State": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Trigger.EventBatchingCondition": {
      "type": "object",
      "properties": {
        "BatchSize": {
          "type": "number"
        },
        "BatchWindow": {
          "type": "number"
        }
      },
      "required": [
        "BatchSize"
      ],
      "additionalProperties": false
    },
    "AWS::Glue::Trigger.NotificationProperty": {
      "type": "object",
      "properties": {
        "NotifyDelayAfter": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Trigger.Predicate": {
      "type": "object",
      "properties": {
        "Conditions": {
          "items": {
            "$ref": "#/$defs/AWS::Glue::Trigger.Condition"
          },
          "type": "array"
        },
        "Logical": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Glue::Workflow": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DefaultRunProperties": {
              "type": "object"
            },
            "Description": {
              "type": "string"
            },
            "MaxConcurrentRuns": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Glue::Workflow"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Grafana::Workspace": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccountAccessType": {
              "type": "string"
            },
            "AuthenticationProviders": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ClientToken": {
              "type": "string"
            },
            "DataSources": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "GrafanaVersion": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "NetworkAccessControl": {
              "$ref": "#/$defs/AWS::Grafana::Workspace.NetworkAccessControl"
            },
            "NotificationDestinations": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "OrganizationRoleName": {
              "type": "string"
            },
            "OrganizationalUnits": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PermissionType": {
              "type": "string"
            },
            "PluginAdminEnabled": {
              "type": "boolean"
            },
            "RoleArn": {
              "type": "string"
            },
            "SamlConfiguration": {
              "$ref": "#/$defs/AWS::Grafana::Workspace.SamlConfiguration"
            },
            "StackSetName": {
              "type": "string"
            },
            "VpcConfiguration": {
              "$ref": "#/$defs/AWS::Grafana::Workspace.VpcConfiguration"
            }
          },
          "required": [
            "AccountAccessType",
            "AuthenticationProviders",
            "PermissionType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Grafana::Workspace"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Grafana::Workspace.AssertionAttributes": {
      "type": "object",
      "properties": {
        "Email": {
          "type": "string"
        },
        "Groups": {
          "type": "string"
        },
        "Login": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Org": {
          "type": "string"
        },
        "Role": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Grafana::Workspace.IdpMetadata": {
      "type": "object",
      "properties": {
        "Url": {
          "type": "string"
        },
        "Xml": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Grafana::Workspace.NetworkAccessControl": {
      "type": "object",
      "properties": {
        "PrefixListIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "VpceIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Grafana::Workspace.RoleValues": {
      "type": "object",
      "properties": {
        "Admin": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Editor": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Grafana::Workspace.SamlConfiguration": {
      "type": "object",
      "properties": {
        "AllowedOrganizations": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AssertionAttributes": {
          "$ref": "#/$defs/AWS::Grafana::Workspace.AssertionAttributes"
        },
        "IdpMetadata": {
          "$ref": "#/$defs/AWS::Grafana::Workspace.IdpMetadata"
        },
        "LoginValidityDuration": {
          "type": "number"
        },
        "RoleValues": {
          "$ref": "#/$defs/AWS::Grafana::Workspace.RoleValues"
        }
      },
      "required": [
        "IdpMetadata"
      ],
      "additionalProperties": false
    },
    "AWS::Grafana::Workspace.VpcConfiguration": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SecurityGroupIds",
        "SubnetIds"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ConnectorDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InitialVersion": {
              "$ref": "#/$defs/AWS::Greengrass::ConnectorDefinition.ConnectorDefinitionVersion"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::ConnectorDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ConnectorDefinition.Connector": {
      "type": "object",
      "properties": {
        "ConnectorArn": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "Parameters": {
          "type": "object"
        }
      },
      "required": [
        "ConnectorArn",
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ConnectorDefinition.ConnectorDefinitionVersion": {
      "type": "object",
      "properties": {
        "Connectors": {
          "items": {
            "$ref": "#/$defs/AWS::Greengrass::ConnectorDefinition.Connector"
          },
          "type": "array"
        }
      },
      "required": [
        "Connectors"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ConnectorDefinitionVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConnectorDefinitionId": {
              "type": "string"
            },
            "Connectors": {
              "items": {
                "$ref": "#/$defs/AWS::Greengrass::ConnectorDefinitionVersion.Connector"
              },
              "type": "array"
            }
          },
          "required": [
            "ConnectorDefinitionId",
            "Connectors"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::ConnectorDefinitionVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ConnectorDefinitionVersion.Connector": {
      "type": "object",
      "properties": {
        "ConnectorArn": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "Parameters": {
          "type": "object"
        }
      },
      "required": [
        "ConnectorArn",
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::CoreDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InitialVersion": {
              "$ref": "#/$defs/AWS::Greengrass::CoreDefinition.CoreDefinitionVersion"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::CoreDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::CoreDefinition.Core": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "SyncShadow": {
          "type": "boolean"
        },
        "ThingArn": {
          "type": "string"
        }
      },
      "required": [
        "CertificateArn",
        "Id",
        "ThingArn"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::CoreDefinition.CoreDefinitionVersion": {
      "type": "object",
      "properties": {
        "Cores": {
          "items": {
            "$ref": "#/$defs/AWS::Greengrass::CoreDefinition.Core"
          },
          "type": "array"
        }
      },
      "required": [
        "Cores"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::CoreDefinitionVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CoreDefinitionId": {
              "type": "string"
            },
            "Cores": {
              "items": {
                "$ref": "#/$defs/AWS::Greengrass::CoreDefinitionVersion.Core"
              },
              "type": "array"
            }
          },
          "required": [
            "CoreDefinitionId",
            "Cores"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::CoreDefinitionVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::CoreDefinitionVersion.Core": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "SyncShadow": {
          "type": "boolean"
        },
        "ThingArn": {
          "type": "string"
        }
      },
      "required": [
        "CertificateArn",
        "Id",
        "ThingArn"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::DeviceDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InitialVersion": {
              "$ref": "#/$defs/AWS::Greengrass::DeviceDefinition.DeviceDefinitionVersion"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::DeviceDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::DeviceDefinition.Device": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "SyncShadow": {
          "type": "boolean"
        },
        "ThingArn": {
          "type": "string"
        }
      },
      "required": [
        "CertificateArn",
        "Id",
        "ThingArn"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::DeviceDefinition.DeviceDefinitionVersion": {
      "type": "object",
      "properties": {
        "Devices": {
          "items": {
            "$ref": "#/$defs/AWS::Greengrass::DeviceDefinition.Device"
          },
          "type": "array"
        }
      },
      "required": [
        "Devices"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::DeviceDefinitionVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeviceDefinitionId": {
              "type": "string"
            },
            "Devices": {
              "items": {
                "$ref": "#/$defs/AWS::Greengrass::DeviceDefinitionVersion.Device"
              },
              "type": "array"
            }
          },
          "required": [
            "DeviceDefinitionId",
            "Devices"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::DeviceDefinitionVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::DeviceDefinitionVersion.Device": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "SyncShadow": {
          "type": "boolean"
        },
        "ThingArn": {
          "type": "string"
        }
      },
      "required": [
        "CertificateArn",
        "Id",
        "ThingArn"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InitialVersion": {
              "$ref": "#/$defs/AWS::Greengrass::FunctionDefinition.FunctionDefinitionVersion"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::FunctionDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinition.DefaultConfig": {
      "type": "object",
      "properties": {
        "Execution": {
          "$ref": "#/$defs/AWS::Greengrass::FunctionDefinition.Execution"
        }
      },
      "required": [
        "Execution"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinition.Environment": {
      "type": "object",
      "properties": {
        "AccessSysfs": {
          "type": "boolean"
        },
        "Execution": {
          "$ref": "#/$defs/AWS::Greengrass::FunctionDefinition.Execution"
        },
        "ResourceAccessPolicies": {
          "items": {
            "$ref": "#/$defs/AWS::Greengrass::FunctionDefinition.ResourceAccessPolicy"
          },
          "type": "array"
        },
        "Variables": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinition.Execution": {
      "type": "object",
      "properties": {
        "IsolationMode": {
          "type": "string"
        },
        "RunAs": {
          "$ref": "#/$defs/AWS::Greengrass::FunctionDefinition.RunAs"
        }
      },
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinition.Function": {
      "type": "object",
      "properties": {
        "FunctionArn": {
          "type": "string"
        },
        "FunctionConfiguration": {
          "$ref": "#/$defs/AWS::Greengrass::FunctionDefinition.FunctionConfiguration"
        },
        "Id": {
          "type": "string"
        }
      },
      "required": [
        "FunctionArn",
        "FunctionConfiguration",
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinition.FunctionConfiguration": {
      "type": "object",
      "properties": {
        "EncodingType": {
          "type": "string"
        },
        "Environment": {
          "$ref": "#/$defs/AWS::Greengrass::FunctionDefinition.Environment"
        },
        "ExecArgs": {
          "type": "string"
        },
        "Executable": {
          "type": "string"
        },
        "MemorySize": {
          "type": "number"
        },
        "Pinned": {
          "type": "boolean"
        },
        "Timeout": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinition.FunctionDefinitionVersion": {
      "type": "object",
      "properties": {
        "DefaultConfig": {
          "$ref": "#/$defs/AWS::Greengrass::FunctionDefinition.DefaultConfig"
        },
        "Functions": {
          "items": {
            "$ref": "#/$defs/AWS::Greengrass::FunctionDefinition.Function"
          },
          "type": "array"
        }
      },
      "required": [
        "Functions"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinition.ResourceAccessPolicy": {
      "type": "object",
      "properties": {
        "Permission": {
          "type": "string"
        },
        "ResourceId": {
          "type": "string"
        }
      },
      "required": [
        "ResourceId"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinition.RunAs": {
      "type": "object",
      "properties": {
        "Gid": {
          "type": "number"
        },
        "Uid": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinitionVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DefaultConfig": {
              "$ref": "#/$defs/AWS::Greengrass::FunctionDefinitionVersion.DefaultConfig"
            },
            "FunctionDefinitionId": {
              "type": "string"
            },
            "Functions": {
              "items": {
                "$ref": "#/$defs/AWS::Greengrass::FunctionDefinitionVersion.Function"
              },
              "type": "array"
            }
          },
          "required": [
            "FunctionDefinitionId",
            "Functions"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::FunctionDefinitionVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinitionVersion.DefaultConfig": {
      "type": "object",
      "properties": {
        "Execution": {
          "$ref": "#/$defs/AWS::Greengrass::FunctionDefinitionVersion.Execution"
        }
      },
      "required": [
        "Execution"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinitionVersion.Environment": {
      "type": "object",
      "properties": {
        "AccessSysfs": {
          "type": "boolean"
        },
        "Execution": {
          "$ref": "#/$defs/AWS::Greengrass::FunctionDefinitionVersion.Execution"
        },
        "ResourceAccessPolicies": {
          "items": {
            "$ref": "#/$defs/AWS::Greengrass::FunctionDefinitionVersion.ResourceAccessPolicy"
          },
          "type": "array"
        },
        "Variables": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinitionVersion.Execution": {
      "type": "object",
      "properties": {
        "IsolationMode": {
          "type": "string"
        },
        "RunAs": {
          "$ref": "#/$defs/AWS::Greengrass::FunctionDefinitionVersion.RunAs"
        }
      },
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinitionVersion.Function": {
      "type": "object",
      "properties": {
        "FunctionArn": {
          "type": "string"
        },
        "FunctionConfiguration": {
          "$ref": "#/$defs/AWS::Greengrass::FunctionDefinitionVersion.FunctionConfiguration"
        },
        "Id": {
          "type": "string"
        }
      },
      "required": [
        "FunctionArn",
        "FunctionConfiguration",
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinitionVersion.FunctionConfiguration": {
      "type": "object",
      "properties": {
        "EncodingType": {
          "type": "string"
        },
        "Environment": {
          "$ref": "#/$defs/AWS::Greengrass::FunctionDefinitionVersion.Environment"
        },
        "ExecArgs": {
          "type": "string"
        },
        "Executable": {
          "type": "string"
        },
        "MemorySize": {
          "type": "number"
        },
        "Pinned": {
          "type": "boolean"
        },
        "Timeout": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinitionVersion.ResourceAccessPolicy": {
      "type": "object",
      "properties": {
        "Permission": {
          "type": "string"
        },
        "ResourceId": {
          "type": "string"
        }
      },
      "required": [
        "ResourceId"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::FunctionDefinitionVersion.RunAs": {
      "type": "object",
      "properties": {
        "Gid": {
          "type": "number"
        },
        "Uid": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Greengrass::Group": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InitialVersion": {
              "$ref": "#/$defs/AWS::Greengrass::Group.GroupVersion"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::Group"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::Group.GroupVersion": {
      "type": "object",
      "properties": {
        "ConnectorDefinitionVersionArn": {
          "type": "string"
        },
        "CoreDefinitionVersionArn": {
          "type": "string"
        },
        "DeviceDefinitionVersionArn": {
          "type": "string"
        },
        "FunctionDefinitionVersionArn": {
          "type": "string"
        },
        "LoggerDefinitionVersionArn": {
          "type": "string"
        },
        "ResourceDefinitionVersionArn": {
          "type": "string"
        },
        "SubscriptionDefinitionVersionArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Greengrass::GroupVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConnectorDefinitionVersionArn": {
              "type": "string"
            },
            "CoreDefinitionVersionArn": {
              "type": "string"
            },
            "DeviceDefinitionVersionArn": {
              "type": "string"
            },
            "FunctionDefinitionVersionArn": {
              "type": "string"
            },
            "GroupId": {
              "type": "string"
            },
            "LoggerDefinitionVersionArn": {
              "type": "string"
            },
            "ResourceDefinitionVersionArn": {
              "type": "string"
            },
            "SubscriptionDefinitionVersionArn": {
              "type": "string"
            }
          },
          "required": [
            "GroupId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::GroupVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::LoggerDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InitialVersion": {
              "$ref": "#/$defs/AWS::Greengrass::LoggerDefinition.LoggerDefinitionVersion"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::LoggerDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::LoggerDefinition.Logger": {
      "type": "object",
      "properties": {
        "Component": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "Level": {
          "type": "string"
        },
        "Space": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Component",
        "Id",
        "Level",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::LoggerDefinition.LoggerDefinitionVersion": {
      "type": "object",
      "properties": {
        "Loggers": {
          "items": {
            "$ref": "#/$defs/AWS::Greengrass::LoggerDefinition.Logger"
          },
          "type": "array"
        }
      },
      "required": [
        "Loggers"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::LoggerDefinitionVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LoggerDefinitionId": {
              "type": "string"
            },
            "Loggers": {
              "items": {
                "$ref": "#/$defs/AWS::Greengrass::LoggerDefinitionVersion.Logger"
              },
              "type": "array"
            }
          },
          "required": [
            "LoggerDefinitionId",
            "Loggers"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::LoggerDefinitionVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::LoggerDefinitionVersion.Logger": {
      "type": "object",
      "properties": {
        "Component": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "Level": {
          "type": "string"
        },
        "Space": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Component",
        "Id",
        "Level",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InitialVersion": {
              "$ref": "#/$defs/AWS::Greengrass::ResourceDefinition.ResourceDefinitionVersion"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::ResourceDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinition.GroupOwnerSetting": {
      "type": "object",
      "properties": {
        "AutoAddGroupOwner": {
          "type": "boolean"
        },
        "GroupOwner": {
          "type": "string"
        }
      },
      "required": [
        "AutoAddGroupOwner"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinition.LocalDeviceResourceData": {
      "type": "object",
      "properties": {
        "GroupOwnerSetting": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinition.GroupOwnerSetting"
        },
        "SourcePath": {
          "type": "string"
        }
      },
      "required": [
        "SourcePath"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinition.LocalVolumeResourceData": {
      "type": "object",
      "properties": {
        "DestinationPath": {
          "type": "string"
        },
        "GroupOwnerSetting": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinition.GroupOwnerSetting"
        },
        "SourcePath": {
          "type": "string"
        }
      },
      "required": [
        "DestinationPath",
        "SourcePath"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinition.ResourceDataContainer": {
      "type": "object",
      "properties": {
        "LocalDeviceResourceData": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinition.LocalDeviceResourceData"
        },
        "LocalVolumeResourceData": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinition.LocalVolumeResourceData"
        },
        "S3MachineLearningModelResourceData": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinition.S3MachineLearningModelResourceData"
        },
        "SageMakerMachineLearningModelResourceData": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinition.SageMakerMachineLearningModelResourceData"
        },
        "SecretsManagerSecretResourceData": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinition.SecretsManagerSecretResourceData"
        }
      },
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinition.ResourceDefinitionVersion": {
      "type": "object",
      "properties": {
        "Resources": {
          "items": {
            "$ref": "#/$defs/AWS::Greengrass::ResourceDefinition.ResourceInstance"
          },
          "type": "array"
        }
      },
      "required": [
        "Resources"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinition.ResourceDownloadOwnerSetting": {
      "type": "object",
      "properties": {
        "GroupOwner": {
          "type": "string"
        },
        "GroupPermission": {
          "type": "string"
        }
      },
      "required": [
        "GroupOwner",
        "GroupPermission"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinition.ResourceInstance": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "ResourceDataContainer": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinition.ResourceDataContainer"
        }
      },
      "required": [
        "Id",
        "Name",
        "ResourceDataContainer"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinition.S3MachineLearningModelResourceData": {
      "type": "object",
      "properties": {
        "DestinationPath": {
          "type": "string"
        },
        "OwnerSetting": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinition.ResourceDownloadOwnerSetting"
        },
        "S3Uri": {
          "type": "string"
        }
      },
      "required": [
        "DestinationPath",
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinition.SageMakerMachineLearningModelResourceData": {
      "type": "object",
      "properties": {
        "DestinationPath": {
          "type": "string"
        },
        "OwnerSetting": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinition.ResourceDownloadOwnerSetting"
        },
        "SageMakerJobArn": {
          "type": "string"
        }
      },
      "required": [
        "DestinationPath",
        "SageMakerJobArn"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinition.SecretsManagerSecretResourceData": {
      "type": "object",
      "properties": {
        "ARN": {
          "type": "string"
        },
        "AdditionalStagingLabelsToDownload": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "ARN"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinitionVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ResourceDefinitionId": {
              "type": "string"
            },
            "Resources": {
              "items": {
                "$ref": "#/$defs/AWS::Greengrass::ResourceDefinitionVersion.ResourceInstance"
              },
              "type": "array"
            }
          },
          "required": [
            "ResourceDefinitionId",
            "Resources"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::ResourceDefinitionVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinitionVersion.GroupOwnerSetting": {
      "type": "object",
      "properties": {
        "AutoAddGroupOwner": {
          "type": "boolean"
        },
        "GroupOwner": {
          "type": "string"
        }
      },
      "required": [
        "AutoAddGroupOwner"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinitionVersion.LocalDeviceResourceData": {
      "type": "object",
      "properties": {
        "GroupOwnerSetting": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinitionVersion.GroupOwnerSetting"
        },
        "SourcePath": {
          "type": "string"
        }
      },
      "required": [
        "SourcePath"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinitionVersion.LocalVolumeResourceData": {
      "type": "object",
      "properties": {
        "DestinationPath": {
          "type": "string"
        },
        "GroupOwnerSetting": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinitionVersion.GroupOwnerSetting"
        },
        "SourcePath": {
          "type": "string"
        }
      },
      "required": [
        "DestinationPath",
        "SourcePath"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinitionVersion.ResourceDataContainer": {
      "type": "object",
      "properties": {
        "LocalDeviceResourceData": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinitionVersion.LocalDeviceResourceData"
        },
        "LocalVolumeResourceData": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinitionVersion.LocalVolumeResourceData"
        },
        "S3MachineLearningModelResourceData": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinitionVersion.S3MachineLearningModelResourceData"
        },
        "SageMakerMachineLearningModelResourceData": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinitionVersion.SageMakerMachineLearningModelResourceData"
        },
        "SecretsManagerSecretResourceData": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinitionVersion.SecretsManagerSecretResourceData"
        }
      },
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinitionVersion.ResourceDownloadOwnerSetting": {
      "type": "object",
      "properties": {
        "GroupOwner": {
          "type": "string"
        },
        "GroupPermission": {
          "type": "string"
        }
      },
      "required": [
        "GroupOwner",
        "GroupPermission"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinitionVersion.ResourceInstance": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "ResourceDataContainer": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinitionVersion.ResourceDataContainer"
        }
      },
      "required": [
        "Id",
        "Name",
        "ResourceDataContainer"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinitionVersion.S3MachineLearningModelResourceData": {
      "type": "object",
      "properties": {
        "DestinationPath": {
          "type": "string"
        },
        "OwnerSetting": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinitionVersion.ResourceDownloadOwnerSetting"
        },
        "S3Uri": {
          "type": "string"
        }
      },
      "required": [
        "DestinationPath",
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinitionVersion.SageMakerMachineLearningModelResourceData": {
      "type": "object",
      "properties": {
        "DestinationPath": {
          "type": "string"
        },
        "OwnerSetting": {
          "$ref": "#/$defs/AWS::Greengrass::ResourceDefinitionVersion.ResourceDownloadOwnerSetting"
        },
        "SageMakerJobArn": {
          "type": "string"
        }
      },
      "required": [
        "DestinationPath",
        "SageMakerJobArn"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::ResourceDefinitionVersion.SecretsManagerSecretResourceData": {
      "type": "object",
      "properties": {
        "ARN": {
          "type": "string"
        },
        "AdditionalStagingLabelsToDownload": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "ARN"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::SubscriptionDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InitialVersion": {
              "$ref": "#/$defs/AWS::Greengrass::SubscriptionDefinition.SubscriptionDefinitionVersion"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::SubscriptionDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::SubscriptionDefinition.Subscription": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Source": {
          "type": "string"
        },
        "Subject": {
          "type": "string"
        },
        "Target": {
          "type": "string"
        }
      },
      "required": [
        "Id",
        "Source",
        "Subject",
        "Target"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::SubscriptionDefinition.SubscriptionDefinitionVersion": {
      "type": "object",
      "properties": {
        "Subscriptions": {
          "items": {
            "$ref": "#/$defs/AWS::Greengrass::SubscriptionDefinition.Subscription"
          },
          "type": "array"
        }
      },
      "required": [
        "Subscriptions"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::SubscriptionDefinitionVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "SubscriptionDefinitionId": {
              "type": "string"
            },
            "Subscriptions": {
              "items": {
                "$ref": "#/$defs/AWS::Greengrass::SubscriptionDefinitionVersion.Subscription"
              },
              "type": "array"
            }
          },
          "required": [
            "SubscriptionDefinitionId",
            "Subscriptions"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Greengrass::SubscriptionDefinitionVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Greengrass::SubscriptionDefinitionVersion.Subscription": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Source": {
          "type": "string"
        },
        "Subject": {
          "type": "string"
        },
        "Target": {
          "type": "string"
        }
      },
      "required": [
        "Id",
        "Source",
        "Subject",
        "Target"
      ],
      "additionalProperties": false
    },
    "AWS::GreengrassV2::ComponentVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InlineRecipe": {
              "type": "string"
            },
            "LambdaFunction": {
              "$ref": "#/$defs/AWS::GreengrassV2::ComponentVersion.LambdaFunctionRecipeSource"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GreengrassV2::ComponentVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::GreengrassV2::ComponentVersion.ComponentDependencyRequirement": {
      "type": "object",
      "properties": {
        "DependencyType": {
          "type": "string"
        },
        "VersionRequirement": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::ComponentVersion.ComponentPlatform": {
      "type": "object",
      "properties": {
        "Attributes": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::ComponentVersion.LambdaContainerParams": {
      "type": "object",
      "properties": {
        "Devices": {
          "items": {
            "$ref": "#/$defs/AWS::GreengrassV2::ComponentVersion.LambdaDeviceMount"
          },
          "type": "array"
        },
        "MemorySizeInKB": {
          "type": "number"
        },
        "MountROSysfs": {
          "type": "boolean"
        },
        "Volumes": {
          "items": {
            "$ref": "#/$defs/AWS::GreengrassV2::ComponentVersion.LambdaVolumeMount"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::ComponentVersion.LambdaDeviceMount": {
      "type": "object",
      "properties": {
        "AddGroupOwner": {
          "type": "boolean"
        },
        "Path": {
          "type": "string"
        },
        "Permission": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::ComponentVersion.LambdaEventSource": {
      "type": "object",
      "properties": {
        "Topic": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::ComponentVersion.LambdaExecutionParameters": {
      "type": "object",
      "properties": {
        "EnvironmentVariables": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "EventSources": {
          "items": {
            "$ref": "#/$defs/AWS::GreengrassV2::ComponentVersion.LambdaEventSource"
          },
          "type": "array"
        },
        "ExecArgs": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "InputPayloadEncodingType": {
          "type": "string"
        },
        "LinuxProcessParams": {
          "$ref": "#/$defs/AWS::GreengrassV2::ComponentVersion.LambdaLinuxProcessParams"
        },
        "MaxIdleTimeInSeconds": {
          "type": "number"
        },
        "MaxInstancesCount": {
          "type": "number"
        },
        "MaxQueueSize": {
          "type": "number"
        },
        "Pinned": {
          "type": "boolean"
        },
        "StatusTimeoutInSeconds": {
          "type": "number"
        },
        "TimeoutInSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::ComponentVersion.LambdaFunctionRecipeSource": {
      "type": "object",
      "properties": {
        "ComponentDependencies": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::GreengrassV2::ComponentVersion.ComponentDependencyRequirement"
            }
          }
        },
        "ComponentLambdaParameters": {
          "$ref": "#/$defs/AWS::GreengrassV2::ComponentVersion.LambdaExecutionParameters"
        },
        "ComponentName": {
          "type": "string"
        },
        "ComponentPlatforms": {
          "items": {
            "$ref": "#/$defs/AWS::GreengrassV2::ComponentVersion.ComponentPlatform"
          },
          "type": "array"
        },
        "ComponentVersion": {
          "type": "string"
        },
        "LambdaArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::ComponentVersion.LambdaLinuxProcessParams": {
      "type": "object",
      "properties": {
        "ContainerParams": {
          "$ref": "#/$defs/AWS::GreengrassV2::ComponentVersion.LambdaContainerParams"
        },
        "IsolationMode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::ComponentVersion.LambdaVolumeMount": {
      "type": "object",
      "properties": {
        "AddGroupOwner": {
          "type": "boolean"
        },
        "DestinationPath": {
          "type": "string"
        },
        "Permission": {
          "type": "string"
        },
        "SourcePath": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::Deployment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Components": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::GreengrassV2::Deployment.ComponentDeploymentSpecification"
                }
              }
            },
            "DeploymentName": {
              "type": "string"
            },
            "DeploymentPolicies": {
              "$ref": "#/$defs/AWS::GreengrassV2::Deployment.DeploymentPolicies"
            },
            "IotJobConfiguration": {
              "$ref": "#/$defs/AWS::GreengrassV2::Deployment.DeploymentIoTJobConfiguration"
            },
            "ParentTargetArn": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "TargetArn": {
              "type": "string"
            }
          },
          "required": [
            "TargetArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GreengrassV2::Deployment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GreengrassV2::Deployment.ComponentConfigurationUpdate": {
      "type": "object",
      "properties": {
        "Merge": {
          "type": "string"
        },
        "Reset": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::Deployment.ComponentDeploymentSpecification": {
      "type": "object",
      "properties": {
        "ComponentVersion": {
          "type": "string"
        },
        "ConfigurationUpdate": {
          "$ref": "#/$defs/AWS::GreengrassV2::Deployment.ComponentConfigurationUpdate"
        },
        "RunWith": {
          "$ref": "#/$defs/AWS::GreengrassV2::Deployment.ComponentRunWith"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::Deployment.ComponentRunWith": {
      "type": "object",
      "properties": {
        "PosixUser": {
          "type": "string"
        },
        "SystemResourceLimits": {
          "$ref": "#/$defs/AWS::GreengrassV2::Deployment.SystemResourceLimits"
        },
        "WindowsUser": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::Deployment.DeploymentComponentUpdatePolicy": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "TimeoutInSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::Deployment.DeploymentConfigurationValidationPolicy": {
      "type": "object",
      "properties": {
        "TimeoutInSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::Deployment.DeploymentIoTJobConfiguration": {
      "type": "object",
      "properties": {
        "AbortConfig": {
          "$ref": "#/$defs/AWS::GreengrassV2::Deployment.IoTJobAbortConfig"
        },
        "JobExecutionsRolloutConfig": {
          "$ref": "#/$defs/AWS::GreengrassV2::Deployment.IoTJobExecutionsRolloutConfig"
        },
        "TimeoutConfig": {
          "$ref": "#/$defs/AWS::GreengrassV2::Deployment.IoTJobTimeoutConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::Deployment.DeploymentPolicies": {
      "type": "object",
      "properties": {
        "ComponentUpdatePolicy": {
          "$ref": "#/$defs/AWS::GreengrassV2::Deployment.DeploymentComponentUpdatePolicy"
        },
        "ConfigurationValidationPolicy": {
          "$ref": "#/$defs/AWS::GreengrassV2::Deployment.DeploymentConfigurationValidationPolicy"
        },
        "FailureHandlingPolicy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::Deployment.IoTJobAbortConfig": {
      "type": "object",
      "properties": {
        "CriteriaList": {
          "items": {
            "$ref": "#/$defs/AWS::GreengrassV2::Deployment.IoTJobAbortCriteria"
          },
          "type": "array"
        }
      },
      "required": [
        "CriteriaList"
      ],
      "additionalProperties": false
    },
    "AWS::GreengrassV2::Deployment.IoTJobAbortCriteria": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "FailureType": {
          "type": "string"
        },
        "MinNumberOfExecutedThings": {
          "type": "number"
        },
        "ThresholdPercentage": {
          "type": "number"
        }
      },
      "required": [
        "Action",
        "FailureType",
        "MinNumberOfExecutedThings",
        "ThresholdPercentage"
      ],
      "additionalProperties": false
    },
    "AWS::GreengrassV2::Deployment.IoTJobExecutionsRolloutConfig": {
      "type": "object",
      "properties": {
        "ExponentialRate": {
          "$ref": "#/$defs/AWS::GreengrassV2::Deployment.IoTJobExponentialRolloutRate"
        },
        "MaximumPerMinute": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::Deployment.IoTJobExponentialRolloutRate": {
      "type": "object",
      "properties": {
        "BaseRatePerMinute": {
          "type": "number"
        },
        "IncrementFactor": {
          "type": "number"
        },
        "RateIncreaseCriteria": {
          "$ref": "#/$defs/AWS::GreengrassV2::Deployment.IoTJobRateIncreaseCriteria"
        }
      },
      "required": [
        "BaseRatePerMinute",
        "IncrementFactor",
        "RateIncreaseCriteria"
      ],
      "additionalProperties": false
    },
    "AWS::GreengrassV2::Deployment.IoTJobRateIncreaseCriteria": {
      "type": "object",
      "properties": {
        "NumberOfNotifiedThings": {
          "type": "number"
        },
        "NumberOfSucceededThings": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::Deployment.IoTJobTimeoutConfig": {
      "type": "object",
      "properties": {
        "InProgressTimeoutInMinutes": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GreengrassV2::Deployment.SystemResourceLimits": {
      "type": "object",
      "properties": {
        "Cpus": {
          "type": "number"
        },
        "Memory": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::Config": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConfigData": {
              "$ref": "#/$defs/AWS::GroundStation::Config.ConfigData"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ConfigData",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GroundStation::Config"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GroundStation::Config.AntennaDownlinkConfig": {
      "type": "object",
      "properties": {
        "SpectrumConfig": {
          "$ref": "#/$defs/AWS::GroundStation::Config.SpectrumConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::Config.AntennaDownlinkDemodDecodeConfig": {
      "type": "object",
      "properties": {
        "DecodeConfig": {
          "$ref": "#/$defs/AWS::GroundStation::Config.DecodeConfig"
        },
        "DemodulationConfig": {
          "$ref": "#/$defs/AWS::GroundStation::Config.DemodulationConfig"
        },
        "SpectrumConfig": {
          "$ref": "#/$defs/AWS::GroundStation::Config.SpectrumConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::Config.AntennaUplinkConfig": {
      "type": "object",
      "properties": {
        "SpectrumConfig": {
          "$ref": "#/$defs/AWS::GroundStation::Config.UplinkSpectrumConfig"
        },
        "TargetEirp": {
          "$ref": "#/$defs/AWS::GroundStation::Config.Eirp"
        },
        "TransmitDisabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::Config.ConfigData": {
      "type": "object",
      "properties": {
        "AntennaDownlinkConfig": {
          "$ref": "#/$defs/AWS::GroundStation::Config.AntennaDownlinkConfig"
        },
        "AntennaDownlinkDemodDecodeConfig": {
          "$ref": "#/$defs/AWS::GroundStation::Config.AntennaDownlinkDemodDecodeConfig"
        },
        "AntennaUplinkConfig": {
          "$ref": "#/$defs/AWS::GroundStation::Config.AntennaUplinkConfig"
        },
        "DataflowEndpointConfig": {
          "$ref": "#/$defs/AWS::GroundStation::Config.DataflowEndpointConfig"
        },
        "S3RecordingConfig": {
          "$ref": "#/$defs/AWS::GroundStation::Config.S3RecordingConfig"
        },
        "TrackingConfig": {
          "$ref": "#/$defs/AWS::GroundStation::Config.TrackingConfig"
        },
        "UplinkEchoConfig": {
          "$ref": "#/$defs/AWS::GroundStation::Config.UplinkEchoConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::Config.DataflowEndpointConfig": {
      "type": "object",
      "properties": {
        "DataflowEndpointName": {
          "type": "string"
        },
        "DataflowEndpointRegion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::Config.DecodeConfig": {
      "type": "object",
      "properties": {
        "UnvalidatedJSON": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::Config.DemodulationConfig": {
      "type": "object",
      "properties": {
        "UnvalidatedJSON": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::Config.Eirp": {
      "type": "object",
      "properties": {
        "Units": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::Config.Frequency": {
      "type": "object",
      "properties": {
        "Units": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::Config.FrequencyBandwidth": {
      "type": "object",
      "properties": {
        "Units": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::Config.S3RecordingConfig": {
      "type": "object",
      "properties": {
        "BucketArn": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::Config.SpectrumConfig": {
      "type": "object",
      "properties": {
        "Bandwidth": {
          "$ref": "#/$defs/AWS::GroundStation::Config.FrequencyBandwidth"
        },
        "CenterFrequency": {
          "$ref": "#/$defs/AWS::GroundStation::Config.Frequency"
        },
        "Polarization": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::Config.TrackingConfig": {
      "type": "object",
      "properties": {
        "Autotrack": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::Config.UplinkEchoConfig": {
      "type": "object",
      "properties": {
        "AntennaUplinkConfigArn": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::Config.UplinkSpectrumConfig": {
      "type": "object",
      "properties": {
        "CenterFrequency": {
          "$ref": "#/$defs/AWS::GroundStation::Config.Frequency"
        },
        "Polarization": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::DataflowEndpointGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContactPostPassDurationSeconds": {
              "type": "number"
            },
            "ContactPrePassDurationSeconds": {
              "type": "number"
            },
            "EndpointDetails": {
              "items": {
                "$ref": "#/$defs/AWS::GroundStation::DataflowEndpointGroup.EndpointDetails"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "EndpointDetails"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GroundStation::DataflowEndpointGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GroundStation::DataflowEndpointGroup.AwsGroundStationAgentEndpoint": {
      "type": "object",
      "properties": {
        "AgentStatus": {
          "type": "string"
        },
        "AuditResults": {
          "type": "string"
        },
        "EgressAddress": {
          "$ref": "#/$defs/AWS::GroundStation::DataflowEndpointGroup.ConnectionDetails"
        },
        "IngressAddress": {
          "$ref": "#/$defs/AWS::GroundStation::DataflowEndpointGroup.RangedConnectionDetails"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::DataflowEndpointGroup.ConnectionDetails": {
      "type": "object",
      "properties": {
        "Mtu": {
          "type": "number"
        },
        "SocketAddress": {
          "$ref": "#/$defs/AWS::GroundStation::DataflowEndpointGroup.SocketAddress"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::DataflowEndpointGroup.DataflowEndpoint": {
      "type": "object",
      "properties": {
        "Address": {
          "$ref": "#/$defs/AWS::GroundStation::DataflowEndpointGroup.SocketAddress"
        },
        "Mtu": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::DataflowEndpointGroup.EndpointDetails": {
      "type": "object",
      "properties": {
        "AwsGroundStationAgentEndpoint": {
          "$ref": "#/$defs/AWS::GroundStation::DataflowEndpointGroup.AwsGroundStationAgentEndpoint"
        },
        "Endpoint": {
          "$ref": "#/$defs/AWS::GroundStation::DataflowEndpointGroup.DataflowEndpoint"
        },
        "SecurityDetails": {
          "$ref": "#/$defs/AWS::GroundStation::DataflowEndpointGroup.SecurityDetails"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::DataflowEndpointGroup.IntegerRange": {
      "type": "object",
      "properties": {
        "Maximum": {
          "type": "number"
        },
        "Minimum": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::DataflowEndpointGroup.RangedConnectionDetails": {
      "type": "object",
      "properties": {
        "Mtu": {
          "type": "number"
        },
        "SocketAddress": {
          "$ref": "#/$defs/AWS::GroundStation::DataflowEndpointGroup.RangedSocketAddress"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::DataflowEndpointGroup.RangedSocketAddress": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "PortRange": {
          "$ref": "#/$defs/AWS::GroundStation::DataflowEndpointGroup.IntegerRange"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::DataflowEndpointGroup.SecurityDetails": {
      "type": "object",
      "properties": {
        "RoleArn": {
          "type": "string"
        },
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::DataflowEndpointGroup.SocketAddress": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::MissionProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContactPostPassDurationSeconds": {
              "type": "number"
            },
            "ContactPrePassDurationSeconds": {
              "type": "number"
            },
            "DataflowEdges": {
              "items": {
                "$ref": "#/$defs/AWS::GroundStation::MissionProfile.DataflowEdge"
              },
              "type": "array"
            },
            "MinimumViableContactDurationSeconds": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "StreamsKmsKey": {
              "$ref": "#/$defs/AWS::GroundStation::MissionProfile.StreamsKmsKey"
            },
            "StreamsKmsRole": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TrackingConfigArn": {
              "type": "string"
            }
          },
          "required": [
            "DataflowEdges",
            "MinimumViableContactDurationSeconds",
            "Name",
            "TrackingConfigArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GroundStation::MissionProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GroundStation::MissionProfile.DataflowEdge": {
      "type": "object",
      "properties": {
        "Destination": {
          "type": "string"
        },
        "Source": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GroundStation::MissionProfile.StreamsKmsKey": {
      "type": "object",
      "properties": {
        "KmsAliasArn": {
          "type": "string"
        },
        "KmsKeyArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GuardDuty::Detector": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataSources": {
              "$ref": "#/$defs/AWS::GuardDuty::Detector.CFNDataSourceConfigurations"
            },
            "Enable": {
              "type": "boolean"
            },
            "Features": {
              "items": {
                "$ref": "#/$defs/AWS::GuardDuty::Detector.CFNFeatureConfiguration"
              },
              "type": "array"
            },
            "FindingPublishingFrequency": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::GuardDuty::Detector.TagItem"
              },
              "type": "array"
            }
          },
          "required": [
            "Enable"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GuardDuty::Detector"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GuardDuty::Detector.CFNDataSourceConfigurations": {
      "type": "object",
      "properties": {
        "Kubernetes": {
          "$ref": "#/$defs/AWS::GuardDuty::Detector.CFNKubernetesConfiguration"
        },
        "MalwareProtection": {
          "$ref": "#/$defs/AWS::GuardDuty::Detector.CFNMalwareProtectionConfiguration"
        },
        "S3Logs": {
          "$ref": "#/$defs/AWS::GuardDuty::Detector.CFNS3LogsConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::GuardDuty::Detector.CFNFeatureAdditionalConfiguration": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::GuardDuty::Detector.CFNFeatureConfiguration": {
      "type": "object",
      "properties": {
        "AdditionalConfiguration": {
          "items": {
            "$ref": "#/$defs/AWS::GuardDuty::Detector.CFNFeatureAdditionalConfiguration"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::GuardDuty::Detector.CFNKubernetesAuditLogsConfiguration": {
      "type": "object",
      "properties": {
        "Enable": {
          "type": "boolean"
        }
      },
      "required": [
        "Enable"
      ],
      "additionalProperties": false
    },
    "AWS::GuardDuty::Detector.CFNKubernetesConfiguration": {
      "type": "object",
      "properties": {
        "AuditLogs": {
          "$ref": "#/$defs/AWS::GuardDuty::Detector.CFNKubernetesAuditLogsConfiguration"
        }
      },
      "required": [
        "AuditLogs"
      ],
      "additionalProperties": false
    },
    "AWS::GuardDuty::Detector.CFNMalwareProtectionConfiguration": {
      "type": "object",
      "properties": {
        "ScanEc2InstanceWithFindings": {
          "$ref": "#/$defs/AWS::GuardDuty::Detector.CFNScanEc2InstanceWithFindingsConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::GuardDuty::Detector.CFNS3LogsConfiguration": {
      "type": "object",
      "properties": {
        "Enable": {
          "type": "boolean"
        }
      },
      "required": [
        "Enable"
      ],
      "additionalProperties": false
    },
    "AWS::GuardDuty::Detector.CFNScanEc2InstanceWithFindingsConfiguration": {
      "type": "object",
      "properties": {
        "EbsVolumes": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::GuardDuty::Detector.TagItem": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::GuardDuty::Filter": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Action": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DetectorId": {
              "type": "string"
            },
            "FindingCriteria": {
              "$ref": "#/$defs/AWS::GuardDuty::Filter.FindingCriteria"
            },
            "Name": {
              "type": "string"
            },
            "Rank": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::GuardDuty::Filter.TagItem"
              },
              "type": "array"
            }
          },
          "required": [
            "FindingCriteria"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GuardDuty::Filter"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GuardDuty::Filter.Condition": {
      "type": "object",
      "properties": {
        "Eq": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Equals": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "GreaterThan": {
          "type": "number"
        },
        "GreaterThanOrEqual": {
          "type": "number"
        },
        "Gt": {
          "type": "number"
        },
        "Gte": {
          "type": "number"
        },
        "LessThan": {
          "type": "number"
        },
        "LessThanOrEqual": {
          "type": "number"
        },
        "Lt": {
          "type": "number"
        },
        "Lte": {
          "type": "number"
        },
        "Neq": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "NotEquals": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::GuardDuty::Filter.FindingCriteria": {
      "type": "object",
      "properties": {
        "Criterion": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::GuardDuty::Filter.Condition"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::GuardDuty::Filter.TagItem": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::GuardDuty::IPSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Activate": {
              "type": "boolean"
            },
            "DetectorId": {
              "type": "string"
            },
            "Format": {
              "type": "string"
            },
            "Location": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::GuardDuty::IPSet.TagItem"
              },
              "type": "array"
            }
          },
          "required": [
            "Format",
            "Location"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GuardDuty::IPSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GuardDuty::IPSet.TagItem": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::GuardDuty::Master": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DetectorId": {
              "type": "string"
            },
            "InvitationId": {
              "type": "string"
            },
            "MasterId": {
              "type": "string"
            }
          },
          "required": [
            "DetectorId",
            "MasterId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GuardDuty::Master"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GuardDuty::Member": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DetectorId": {
              "type": "string"
            },
            "DisableEmailNotification": {
              "type": "boolean"
            },
            "Email": {
              "type": "string"
            },
            "MemberId": {
              "type": "string"
            },
            "Message": {
              "type": "string"
            },
            "Status": {
              "type": "string"
            }
          },
          "required": [
            "Email"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GuardDuty::Member"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GuardDuty::ThreatIntelSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Activate": {
              "type": "boolean"
            },
            "DetectorId": {
              "type": "string"
            },
            "Format": {
              "type": "string"
            },
            "Location": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::GuardDuty::ThreatIntelSet.TagItem"
              },
              "type": "array"
            }
          },
          "required": [
            "Format",
            "Location"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::GuardDuty::ThreatIntelSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::GuardDuty::ThreatIntelSet.TagItem": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::HealthImaging::Datastore": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DatastoreName": {
              "type": "string"
            },
            "KmsKeyArn": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::HealthImaging::Datastore"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::HealthLake::FHIRDatastore": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DatastoreName": {
              "type": "string"
            },
            "DatastoreTypeVersion": {
              "type": "string"
            },
            "IdentityProviderConfiguration": {
              "$ref": "#/$defs/AWS::HealthLake::FHIRDatastore.IdentityProviderConfiguration"
            },
            "PreloadDataConfig": {
              "$ref": "#/$defs/AWS::HealthLake::FHIRDatastore.PreloadDataConfig"
            },
            "SseConfiguration": {
              "$ref": "#/$defs/AWS::HealthLake::FHIRDatastore.SseConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DatastoreTypeVersion"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::HealthLake::FHIRDatastore"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::HealthLake::FHIRDatastore.CreatedAt": {
      "type": "object",
      "properties": {
        "Nanos": {
          "type": "number"
        },
        "Seconds": {
          "type": "string"
        }
      },
      "required": [
        "Nanos",
        "Seconds"
      ],
      "additionalProperties": false
    },
    "AWS::HealthLake::FHIRDatastore.IdentityProviderConfiguration": {
      "type": "object",
      "properties": {
        "AuthorizationStrategy": {
          "type": "string"
        },
        "FineGrainedAuthorizationEnabled": {
          "type": "boolean"
        },
        "IdpLambdaArn": {
          "type": "string"
        },
        "Metadata": {
          "type": "string"
        }
      },
      "required": [
        "AuthorizationStrategy"
      ],
      "additionalProperties": false
    },
    "AWS::HealthLake::FHIRDatastore.KmsEncryptionConfig": {
      "type": "object",
      "properties": {
        "CmkType": {
          "type": "string"
        },
        "KmsKeyId": {
          "type": "string"
        }
      },
      "required": [
        "CmkType"
      ],
      "additionalProperties": false
    },
    "AWS::HealthLake::FHIRDatastore.PreloadDataConfig": {
      "type": "object",
      "properties": {
        "PreloadDataType": {
          "type": "string"
        }
      },
      "required": [
        "PreloadDataType"
      ],
      "additionalProperties": false
    },
    "AWS::HealthLake::FHIRDatastore.SseConfiguration": {
      "type": "object",
      "properties": {
        "KmsEncryptionConfig": {
          "$ref": "#/$defs/AWS::HealthLake::FHIRDatastore.KmsEncryptionConfig"
        }
      },
      "required": [
        "KmsEncryptionConfig"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::AccessKey": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Serial": {
              "type": "number"
            },
            "Status": {
              "type": "string"
            },
            "UserName": {
              "type": "string"
            }
          },
          "required": [
            "UserName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::AccessKey"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::Group": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "GroupName": {
              "type": "string"
            },
            "ManagedPolicyArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Path": {
              "type": "string"
            },
            "Policies": {
              "items": {
                "$ref": "#/$defs/AWS::IAM::Group.Policy"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::Group"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::Group.Policy": {
      "type": "object",
      "properties": {
        "PolicyDocument": {
          "type": "object"
        },
        "PolicyName": {
          "type": "string"
        }
      },
      "required": [
        "PolicyDocument",
        "PolicyName"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::GroupPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "GroupName": {
              "type": "string"
            },
            "PolicyDocument": {
              "type": "object"
            },
            "PolicyName": {
              "type": "string"
            }
          },
          "required": [
            "GroupName",
            "PolicyName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::GroupPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::InstanceProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InstanceProfileName": {
              "type": "string"
            },
            "Path": {
              "type": "string"
            },
            "Roles": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "Roles"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::InstanceProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::ManagedPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Groups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ManagedPolicyName": {
              "type": "string"
            },
            "Path": {
              "type": "string"
            },
            "PolicyDocument": {
              "type": "object"
            },
            "Roles": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Users": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "PolicyDocument"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::ManagedPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::OIDCProvider": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClientIdList": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "ThumbprintList": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Url": {
              "type": "string"
            }
          },
          "required": [
            "ThumbprintList"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::OIDCProvider"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::Policy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Groups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PolicyDocument": {
              "type": "object"
            },
            "PolicyName": {
              "type": "string"
            },
            "Roles": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Users": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "PolicyDocument",
            "PolicyName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::Policy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::Role": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssumeRolePolicyDocument": {
              "type": "object"
            },
            "Description": {
              "type": "string"
            },
            "ManagedPolicyArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "MaxSessionDuration": {
              "type": "number"
            },
            "Path": {
              "type": "string"
            },
            "PermissionsBoundary": {
              "type": "string"
            },
            "Policies": {
              "items": {
                "$ref": "#/$defs/AWS::IAM::Role.Policy"
              },
              "type": "array"
            },
            "RoleName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AssumeRolePolicyDocument"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::Role"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::Role.Policy": {
      "type": "object",
      "properties": {
        "PolicyDocument": {
          "type": "object"
        },
        "PolicyName": {
          "type": "string"
        }
      },
      "required": [
        "PolicyDocument",
        "PolicyName"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::RolePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PolicyDocument": {
              "type": "object"
            },
            "PolicyName": {
              "type": "string"
            },
            "RoleName": {
              "type": "string"
            }
          },
          "required": [
            "PolicyName",
            "RoleName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::RolePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::SAMLProvider": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "SamlMetadataDocument": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "SamlMetadataDocument"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::SAMLProvider"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::ServerCertificate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CertificateBody": {
              "type": "string"
            },
            "CertificateChain": {
              "type": "string"
            },
            "Path": {
              "type": "string"
            },
            "PrivateKey": {
              "type": "string"
            },
            "ServerCertificateName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::ServerCertificate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::ServiceLinkedRole": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AWSServiceName": {
              "type": "string"
            },
            "CustomSuffix": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::ServiceLinkedRole"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::User": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Groups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "LoginProfile": {
              "$ref": "#/$defs/AWS::IAM::User.LoginProfile"
            },
            "ManagedPolicyArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Path": {
              "type": "string"
            },
            "PermissionsBoundary": {
              "type": "string"
            },
            "Policies": {
              "items": {
                "$ref": "#/$defs/AWS::IAM::User.Policy"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UserName": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::User"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::User.LoginProfile": {
      "type": "object",
      "properties": {
        "Password": {
          "type": "string"
        },
        "PasswordResetRequired": {
          "type": "boolean"
        }
      },
      "required": [
        "Password"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::User.Policy": {
      "type": "object",
      "properties": {
        "PolicyDocument": {
          "type": "object"
        },
        "PolicyName": {
          "type": "string"
        }
      },
      "required": [
        "PolicyDocument",
        "PolicyName"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::UserPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PolicyDocument": {
              "type": "object"
            },
            "PolicyName": {
              "type": "string"
            },
            "UserName": {
              "type": "string"
            }
          },
          "required": [
            "PolicyName",
            "UserName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::UserPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::UserToGroupAddition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "GroupName": {
              "type": "string"
            },
            "Users": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "GroupName",
            "Users"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::UserToGroupAddition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IAM::VirtualMFADevice": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Path": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Users": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "VirtualMfaDeviceName": {
              "type": "string"
            }
          },
          "required": [
            "Users"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IAM::VirtualMFADevice"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IVS::Channel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Authorized": {
              "type": "boolean"
            },
            "InsecureIngest": {
              "type": "boolean"
            },
            "LatencyMode": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Preset": {
              "type": "string"
            },
            "RecordingConfigurationArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IVS::Channel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IVS::EncoderConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Video": {
              "$ref": "#/$defs/AWS::IVS::EncoderConfiguration.Video"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IVS::EncoderConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IVS::EncoderConfiguration.Video": {
      "type": "object",
      "properties": {
        "Bitrate": {
          "type": "number"
        },
        "Framerate": {
          "type": "number"
        },
        "Height": {
          "type": "number"
        },
        "Width": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::IVS::PlaybackKeyPair": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "PublicKeyMaterial": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IVS::PlaybackKeyPair"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IVS::PlaybackRestrictionPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllowedCountries": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AllowedOrigins": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "EnableStrictOriginEnforcement": {
              "type": "boolean"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AllowedCountries",
            "AllowedOrigins"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IVS::PlaybackRestrictionPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IVS::RecordingConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DestinationConfiguration": {
              "$ref": "#/$defs/AWS::IVS::RecordingConfiguration.DestinationConfiguration"
            },
            "Name": {
              "type": "string"
            },
            "RecordingReconnectWindowSeconds": {
              "type": "number"
            },
            "RenditionConfiguration": {
              "$ref": "#/$defs/AWS::IVS::RecordingConfiguration.RenditionConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "ThumbnailConfiguration": {
              "$ref": "#/$defs/AWS::IVS::RecordingConfiguration.ThumbnailConfiguration"
            }
          },
          "required": [
            "DestinationConfiguration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IVS::RecordingConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IVS::RecordingConfiguration.DestinationConfiguration": {
      "type": "object",
      "properties": {
        "S3": {
          "$ref": "#/$defs/AWS::IVS::RecordingConfiguration.S3DestinationConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::IVS::RecordingConfiguration.RenditionConfiguration": {
      "type": "object",
      "properties": {
        "RenditionSelection": {
          "type": "string"
        },
        "Renditions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::IVS::RecordingConfiguration.S3DestinationConfiguration": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        }
      },
      "required": [
        "BucketName"
      ],
      "additionalProperties": false
    },
    "AWS::IVS::RecordingConfiguration.ThumbnailConfiguration": {
      "type": "object",
      "properties": {
        "RecordingMode": {
          "type": "string"
        },
        "Resolution": {
          "type": "string"
        },
        "Storage": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TargetIntervalSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::IVS::Stage": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IVS::Stage"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IVS::StorageConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "S3": {
              "$ref": "#/$defs/AWS::IVS::StorageConfiguration.S3StorageConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "S3"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IVS::StorageConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IVS::StorageConfiguration.S3StorageConfiguration": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        }
      },
      "required": [
        "BucketName"
      ],
      "additionalProperties": false
    },
    "AWS::IVS::StreamKey": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ChannelArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ChannelArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IVS::StreamKey"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IVSChat::LoggingConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DestinationConfiguration": {
              "$ref": "#/$defs/AWS::IVSChat::LoggingConfiguration.DestinationConfiguration"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DestinationConfiguration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IVSChat::LoggingConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IVSChat::LoggingConfiguration.CloudWatchLogsDestinationConfiguration": {
      "type": "object",
      "properties": {
        "LogGroupName": {
          "type": "string"
        }
      },
      "required": [
        "LogGroupName"
      ],
      "additionalProperties": false
    },
    "AWS::IVSChat::LoggingConfiguration.DestinationConfiguration": {
      "type": "object",
      "properties": {
        "CloudWatchLogs": {
          "$ref": "#/$defs/AWS::IVSChat::LoggingConfiguration.CloudWatchLogsDestinationConfiguration"
        },
        "Firehose": {
          "$ref": "#/$defs/AWS::IVSChat::LoggingConfiguration.FirehoseDestinationConfiguration"
        },
        "S3": {
          "$ref": "#/$defs/AWS::IVSChat::LoggingConfiguration.S3DestinationConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::IVSChat::LoggingConfiguration.FirehoseDestinationConfiguration": {
      "type": "object",
      "properties": {
        "DeliveryStreamName": {
          "type": "string"
        }
      },
      "required": [
        "DeliveryStreamName"
      ],
      "additionalProperties": false
    },
    "AWS::IVSChat::LoggingConfiguration.S3DestinationConfiguration": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        }
      },
      "required": [
        "BucketName"
      ],
      "additionalProperties": false
    },
    "AWS::IVSChat::Room": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LoggingConfigurationIdentifiers": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "MaximumMessageLength": {
              "type": "number"
            },
            "MaximumMessageRatePerSecond": {
              "type": "number"
            },
            "MessageReviewHandler": {
              "$ref": "#/$defs/AWS::IVSChat::Room.MessageReviewHandler"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IVSChat::Room"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IVSChat::Room.MessageReviewHandler": {
      "type": "object",
      "properties": {
        "FallbackResult": {
          "type": "string"
        },
        "Uri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IdentityStore::Group": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "IdentityStoreId": {
              "type": "string"
            }
          },
          "required": [
            "DisplayName",
            "IdentityStoreId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IdentityStore::Group"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IdentityStore::GroupMembership": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "GroupId": {
              "type": "string"
            },
            "IdentityStoreId": {
              "type": "string"
            },
            "MemberId": {
              "$ref": "#/$defs/AWS::IdentityStore::GroupMembership.MemberId"
            }
          },
          "required": [
            "GroupId",
            "IdentityStoreId",
            "MemberId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IdentityStore::GroupMembership"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IdentityStore::GroupMembership.MemberId": {
      "type": "object",
      "properties": {
        "UserId": {
          "type": "string"
        }
      },
      "required": [
        "UserId"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::Component": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ChangeDescription": {
              "type": "string"
            },
            "Data": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Platform": {
              "type": "string"
            },
            "SupportedOsVersions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Uri": {
              "type": "string"
            },
            "Version": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "Platform",
            "Version"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ImageBuilder::Component"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ContainerRecipe": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Components": {
              "items": {
                "$ref": "#/$defs/AWS::ImageBuilder::ContainerRecipe.ComponentConfiguration"
              },
              "type": "array"
            },
            "ContainerType": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DockerfileTemplateData": {
              "type": "string"
            },
            "DockerfileTemplateUri": {
              "type": "string"
            },
            "ImageOsVersionOverride": {
              "type": "string"
            },
            "InstanceConfiguration": {
              "$ref": "#/$defs/AWS::ImageBuilder::ContainerRecipe.InstanceConfiguration"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ParentImage": {
              "type": "string"
            },
            "PlatformOverride": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "TargetRepository": {
              "$ref": "#/$defs/AWS::ImageBuilder::ContainerRecipe.TargetContainerRepository"
            },
            "Version": {
              "type": "string"
            },
            "WorkingDirectory": {
              "type": "string"
            }
          },
          "required": [
            "Components",
            "ContainerType",
            "Name",
            "ParentImage",
            "TargetRepository",
            "Version"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ImageBuilder::ContainerRecipe"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ContainerRecipe.ComponentConfiguration": {
      "type": "object",
      "properties": {
        "ComponentArn": {
          "type": "string"
        },
        "Parameters": {
          "items": {
            "$ref": "#/$defs/AWS::ImageBuilder::ContainerRecipe.ComponentParameter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ContainerRecipe.ComponentParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ContainerRecipe.EbsInstanceBlockDeviceSpecification": {
      "type": "object",
      "properties": {
        "DeleteOnTermination": {
          "type": "boolean"
        },
        "Encrypted": {
          "type": "boolean"
        },
        "Iops": {
          "type": "number"
        },
        "KmsKeyId": {
          "type": "string"
        },
        "SnapshotId": {
          "type": "string"
        },
        "Throughput": {
          "type": "number"
        },
        "VolumeSize": {
          "type": "number"
        },
        "VolumeType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ContainerRecipe.InstanceBlockDeviceMapping": {
      "type": "object",
      "properties": {
        "DeviceName": {
          "type": "string"
        },
        "Ebs": {
          "$ref": "#/$defs/AWS::ImageBuilder::ContainerRecipe.EbsInstanceBlockDeviceSpecification"
        },
        "NoDevice": {
          "type": "string"
        },
        "VirtualName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ContainerRecipe.InstanceConfiguration": {
      "type": "object",
      "properties": {
        "BlockDeviceMappings": {
          "items": {
            "$ref": "#/$defs/AWS::ImageBuilder::ContainerRecipe.InstanceBlockDeviceMapping"
          },
          "type": "array"
        },
        "Image": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ContainerRecipe.TargetContainerRepository": {
      "type": "object",
      "properties": {
        "RepositoryName": {
          "type": "string"
        },
        "Service": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::DistributionConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Distributions": {
              "items": {
                "$ref": "#/$defs/AWS::ImageBuilder::DistributionConfiguration.Distribution"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "Distributions",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ImageBuilder::DistributionConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::DistributionConfiguration.AmiDistributionConfiguration": {
      "type": "object",
      "properties": {
        "AmiTags": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Description": {
          "type": "string"
        },
        "KmsKeyId": {
          "type": "string"
        },
        "LaunchPermissionConfiguration": {
          "$ref": "#/$defs/AWS::ImageBuilder::DistributionConfiguration.LaunchPermissionConfiguration"
        },
        "Name": {
          "type": "string"
        },
        "TargetAccountIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::DistributionConfiguration.ContainerDistributionConfiguration": {
      "type": "object",
      "properties": {
        "ContainerTags": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Description": {
          "type": "string"
        },
        "TargetRepository": {
          "$ref": "#/$defs/AWS::ImageBuilder::DistributionConfiguration.TargetContainerRepository"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::DistributionConfiguration.Distribution": {
      "type": "object",
      "properties": {
        "AmiDistributionConfiguration": {
          "$ref": "#/$defs/AWS::ImageBuilder::DistributionConfiguration.AmiDistributionConfiguration"
        },
        "ContainerDistributionConfiguration": {
          "$ref": "#/$defs/AWS::ImageBuilder::DistributionConfiguration.ContainerDistributionConfiguration"
        },
        "FastLaunchConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::ImageBuilder::DistributionConfiguration.FastLaunchConfiguration"
          },
          "type": "array"
        },
        "LaunchTemplateConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::ImageBuilder::DistributionConfiguration.LaunchTemplateConfiguration"
          },
          "type": "array"
        },
        "LicenseConfigurationArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Region": {
          "type": "string"
        }
      },
      "required": [
        "Region"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::DistributionConfiguration.FastLaunchConfiguration": {
      "type": "object",
      "properties": {
        "AccountId": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        },
        "LaunchTemplate": {
          "$ref": "#/$defs/AWS::ImageBuilder::DistributionConfiguration.FastLaunchLaunchTemplateSpecification"
        },
        "MaxParallelLaunches": {
          "type": "number"
        },
        "SnapshotConfiguration": {
          "$ref": "#/$defs/AWS::ImageBuilder::DistributionConfiguration.FastLaunchSnapshotConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::DistributionConfiguration.FastLaunchLaunchTemplateSpecification": {
      "type": "object",
      "properties": {
        "LaunchTemplateId": {
          "type": "string"
        },
        "LaunchTemplateName": {
          "type": "string"
        },
        "LaunchTemplateVersion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::DistributionConfiguration.FastLaunchSnapshotConfiguration": {
      "type": "object",
      "properties": {
        "TargetResourceCount": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::DistributionConfiguration.LaunchPermissionConfiguration": {
      "type": "object",
      "properties": {
        "OrganizationArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "OrganizationalUnitArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "UserGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "UserIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::DistributionConfiguration.LaunchTemplateConfiguration": {
      "type": "object",
      "properties": {
        "AccountId": {
          "type": "string"
        },
        "LaunchTemplateId": {
          "type": "string"
        },
        "SetDefaultVersion": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::DistributionConfiguration.TargetContainerRepository": {
      "type": "object",
      "properties": {
        "RepositoryName": {
          "type": "string"
        },
        "Service": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::Image": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContainerRecipeArn": {
              "type": "string"
            },
            "DistributionConfigurationArn": {
              "type": "string"
            },
            "EnhancedImageMetadataEnabled": {
              "type": "boolean"
            },
            "ExecutionRole": {
              "type": "string"
            },
            "ImageRecipeArn": {
              "type": "string"
            },
            "ImageScanningConfiguration": {
              "$ref": "#/$defs/AWS::ImageBuilder::Image.ImageScanningConfiguration"
            },
            "ImageTestsConfiguration": {
              "$ref": "#/$defs/AWS::ImageBuilder::Image.ImageTestsConfiguration"
            },
            "InfrastructureConfigurationArn": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Workflows": {
              "items": {
                "$ref": "#/$defs/AWS::ImageBuilder::Image.WorkflowConfiguration"
              },
              "type": "array"
            }
          },
          "required": [
            "InfrastructureConfigurationArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ImageBuilder::Image"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::Image.EcrConfiguration": {
      "type": "object",
      "properties": {
        "ContainerTags": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RepositoryName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::Image.ImageScanningConfiguration": {
      "type": "object",
      "properties": {
        "EcrConfiguration": {
          "$ref": "#/$defs/AWS::ImageBuilder::Image.EcrConfiguration"
        },
        "ImageScanningEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::Image.ImageTestsConfiguration": {
      "type": "object",
      "properties": {
        "ImageTestsEnabled": {
          "type": "boolean"
        },
        "TimeoutMinutes": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::Image.WorkflowConfiguration": {
      "type": "object",
      "properties": {
        "OnFailure": {
          "type": "string"
        },
        "ParallelGroup": {
          "type": "string"
        },
        "Parameters": {
          "items": {
            "$ref": "#/$defs/AWS::ImageBuilder::Image.WorkflowParameter"
          },
          "type": "array"
        },
        "WorkflowArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::Image.WorkflowParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ImagePipeline": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContainerRecipeArn": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DistributionConfigurationArn": {
              "type": "string"
            },
            "EnhancedImageMetadataEnabled": {
              "type": "boolean"
            },
            "ExecutionRole": {
              "type": "string"
            },
            "ImageRecipeArn": {
              "type": "string"
            },
            "ImageScanningConfiguration": {
              "$ref": "#/$defs/AWS::ImageBuilder::ImagePipeline.ImageScanningConfiguration"
            },
            "ImageTestsConfiguration": {
              "$ref": "#/$defs/AWS::ImageBuilder::ImagePipeline.ImageTestsConfiguration"
            },
            "InfrastructureConfigurationArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Schedule": {
              "$ref": "#/$defs/AWS::ImageBuilder::ImagePipeline.Schedule"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Workflows": {
              "items": {
                "$ref": "#/$defs/AWS::ImageBuilder::ImagePipeline.WorkflowConfiguration"
              },
              "type": "array"
            }
          },
          "required": [
            "InfrastructureConfigurationArn",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ImageBuilder::ImagePipeline"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ImagePipeline.EcrConfiguration": {
      "type": "object",
      "properties": {
        "ContainerTags": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RepositoryName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ImagePipeline.ImageScanningConfiguration": {
      "type": "object",
      "properties": {
        "EcrConfiguration": {
          "$ref": "#/$defs/AWS::ImageBuilder::ImagePipeline.EcrConfiguration"
        },
        "ImageScanningEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ImagePipeline.ImageTestsConfiguration": {
      "type": "object",
      "properties": {
        "ImageTestsEnabled": {
          "type": "boolean"
        },
        "TimeoutMinutes": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ImagePipeline.Schedule": {
      "type": "object",
      "properties": {
        "PipelineExecutionStartCondition": {
          "type": "string"
        },
        "ScheduleExpression": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ImagePipeline.WorkflowConfiguration": {
      "type": "object",
      "properties": {
        "OnFailure": {
          "type": "string"
        },
        "ParallelGroup": {
          "type": "string"
        },
        "Parameters": {
          "items": {
            "$ref": "#/$defs/AWS::ImageBuilder::ImagePipeline.WorkflowParameter"
          },
          "type": "array"
        },
        "WorkflowArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ImagePipeline.WorkflowParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ImageRecipe": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdditionalInstanceConfiguration": {
              "$ref": "#/$defs/AWS::ImageBuilder::ImageRecipe.AdditionalInstanceConfiguration"
            },
            "BlockDeviceMappings": {
              "items": {
                "$ref": "#/$defs/AWS::ImageBuilder::ImageRecipe.InstanceBlockDeviceMapping"
              },
              "type": "array"
            },
            "Components": {
              "items": {
                "$ref": "#/$defs/AWS::ImageBuilder::ImageRecipe.ComponentConfiguration"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ParentImage": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Version": {
              "type": "string"
            },
            "WorkingDirectory": {
              "type": "string"
            }
          },
          "required": [
            "Components",
            "Name",
            "ParentImage",
            "Version"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ImageBuilder::ImageRecipe"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ImageRecipe.AdditionalInstanceConfiguration": {
      "type": "object",
      "properties": {
        "SystemsManagerAgent": {
          "$ref": "#/$defs/AWS::ImageBuilder::ImageRecipe.SystemsManagerAgent"
        },
        "UserDataOverride": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ImageRecipe.ComponentConfiguration": {
      "type": "object",
      "properties": {
        "ComponentArn": {
          "type": "string"
        },
        "Parameters": {
          "items": {
            "$ref": "#/$defs/AWS::ImageBuilder::ImageRecipe.ComponentParameter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ImageRecipe.ComponentParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ImageRecipe.EbsInstanceBlockDeviceSpecification": {
      "type": "object",
      "properties": {
        "DeleteOnTermination": {
          "type": "boolean"
        },
        "Encrypted": {
          "type": "boolean"
        },
        "Iops": {
          "type": "number"
        },
        "KmsKeyId": {
          "type": "string"
        },
        "SnapshotId": {
          "type": "string"
        },
        "Throughput": {
          "type": "number"
        },
        "VolumeSize": {
          "type": "number"
        },
        "VolumeType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ImageRecipe.InstanceBlockDeviceMapping": {
      "type": "object",
      "properties": {
        "DeviceName": {
          "type": "string"
        },
        "Ebs": {
          "$ref": "#/$defs/AWS::ImageBuilder::ImageRecipe.EbsInstanceBlockDeviceSpecification"
        },
        "NoDevice": {
          "type": "string"
        },
        "VirtualName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::ImageRecipe.SystemsManagerAgent": {
      "type": "object",
      "properties": {
        "UninstallAfterBuild": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::InfrastructureConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "InstanceMetadataOptions": {
              "$ref": "#/$defs/AWS::ImageBuilder::InfrastructureConfiguration.InstanceMetadataOptions"
            },
            "InstanceProfileName": {
              "type": "string"
            },
            "InstanceTypes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "KeyPair": {
              "type": "string"
            },
            "Logging": {
              "$ref": "#/$defs/AWS::ImageBuilder::InfrastructureConfiguration.Logging"
            },
            "Name": {
              "type": "string"
            },
            "ResourceTags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SnsTopicArn": {
              "type": "string"
            },
            "SubnetId": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "TerminateInstanceOnFailure": {
              "type": "boolean"
            }
          },
          "required": [
            "InstanceProfileName",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ImageBuilder::InfrastructureConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::InfrastructureConfiguration.InstanceMetadataOptions": {
      "type": "object",
      "properties": {
        "HttpPutResponseHopLimit": {
          "type": "number"
        },
        "HttpTokens": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::InfrastructureConfiguration.Logging": {
      "type": "object",
      "properties": {
        "S3Logs": {
          "$ref": "#/$defs/AWS::ImageBuilder::InfrastructureConfiguration.S3Logs"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::InfrastructureConfiguration.S3Logs": {
      "type": "object",
      "properties": {
        "S3BucketName": {
          "type": "string"
        },
        "S3KeyPrefix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::LifecyclePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "ExecutionRole": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "PolicyDetails": {
              "items": {
                "$ref": "#/$defs/AWS::ImageBuilder::LifecyclePolicy.PolicyDetail"
              },
              "type": "array"
            },
            "ResourceSelection": {
              "$ref": "#/$defs/AWS::ImageBuilder::LifecyclePolicy.ResourceSelection"
            },
            "ResourceType": {
              "type": "string"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "ExecutionRole",
            "Name",
            "PolicyDetails",
            "ResourceSelection",
            "ResourceType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ImageBuilder::LifecyclePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::LifecyclePolicy.Action": {
      "type": "object",
      "properties": {
        "IncludeResources": {
          "$ref": "#/$defs/AWS::ImageBuilder::LifecyclePolicy.IncludeResources"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::LifecyclePolicy.AmiExclusionRules": {
      "type": "object",
      "properties": {
        "IsPublic": {
          "type": "boolean"
        },
        "LastLaunched": {
          "$ref": "#/$defs/AWS::ImageBuilder::LifecyclePolicy.LastLaunched"
        },
        "Regions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SharedAccounts": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TagMap": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::LifecyclePolicy.ExclusionRules": {
      "type": "object",
      "properties": {
        "Amis": {
          "$ref": "#/$defs/AWS::ImageBuilder::LifecyclePolicy.AmiExclusionRules"
        },
        "TagMap": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::LifecyclePolicy.Filter": {
      "type": "object",
      "properties": {
        "RetainAtLeast": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        },
        "Unit": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::LifecyclePolicy.IncludeResources": {
      "type": "object",
      "properties": {
        "Amis": {
          "type": "boolean"
        },
        "Containers": {
          "type": "boolean"
        },
        "Snapshots": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::LifecyclePolicy.LastLaunched": {
      "type": "object",
      "properties": {
        "Unit": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Unit",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::LifecyclePolicy.PolicyDetail": {
      "type": "object",
      "properties": {
        "Action": {
          "$ref": "#/$defs/AWS::ImageBuilder::LifecyclePolicy.Action"
        },
        "ExclusionRules": {
          "$ref": "#/$defs/AWS::ImageBuilder::LifecyclePolicy.ExclusionRules"
        },
        "Filter": {
          "$ref": "#/$defs/AWS::ImageBuilder::LifecyclePolicy.Filter"
        }
      },
      "required": [
        "Action",
        "Filter"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::LifecyclePolicy.RecipeSelection": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "SemanticVersion": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "SemanticVersion"
      ],
      "additionalProperties": false
    },
    "AWS::ImageBuilder::LifecyclePolicy.ResourceSelection": {
      "type": "object",
      "properties": {
        "Recipes": {
          "items": {
            "$ref": "#/$defs/AWS::ImageBuilder::LifecyclePolicy.RecipeSelection"
          },
          "type": "array"
        },
        "TagMap": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::ImageBuilder::Workflow": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ChangeDescription": {
              "type": "string"
            },
            "Data": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Type": {
              "type": "string"
            },
            "Uri": {
              "type": "string"
            },
            "Version": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "Type",
            "Version"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ImageBuilder::Workflow"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Inspector::AssessmentTarget": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssessmentTargetName": {
              "type": "string"
            },
            "ResourceGroupArn": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Inspector::AssessmentTarget"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Inspector::AssessmentTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssessmentTargetArn": {
              "type": "string"
            },
            "AssessmentTemplateName": {
              "type": "string"
            },
            "DurationInSeconds": {
              "type": "number"
            },
            "RulesPackageArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "UserAttributesForFindings": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AssessmentTargetArn",
            "DurationInSeconds",
            "RulesPackageArns"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Inspector::AssessmentTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Inspector::ResourceGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ResourceGroupTags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ResourceGroupTags"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Inspector::ResourceGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::InspectorV2::CisScanConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ScanName": {
              "type": "string"
            },
            "Schedule": {
              "$ref": "#/$defs/AWS::InspectorV2::CisScanConfiguration.Schedule"
            },
            "SecurityLevel": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Targets": {
              "$ref": "#/$defs/AWS::InspectorV2::CisScanConfiguration.CisTargets"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::InspectorV2::CisScanConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::InspectorV2::CisScanConfiguration.CisTargets": {
      "type": "object",
      "properties": {
        "AccountIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TargetResourceTags": {
          "type": "object"
        }
      },
      "required": [
        "AccountIds"
      ],
      "additionalProperties": false
    },
    "AWS::InspectorV2::CisScanConfiguration.DailySchedule": {
      "type": "object",
      "properties": {
        "StartTime": {
          "$ref": "#/$defs/AWS::InspectorV2::CisScanConfiguration.Time"
        }
      },
      "required": [
        "StartTime"
      ],
      "additionalProperties": false
    },
    "AWS::InspectorV2::CisScanConfiguration.MonthlySchedule": {
      "type": "object",
      "properties": {
        "Day": {
          "type": "string"
        },
        "StartTime": {
          "$ref": "#/$defs/AWS::InspectorV2::CisScanConfiguration.Time"
        }
      },
      "required": [
        "Day",
        "StartTime"
      ],
      "additionalProperties": false
    },
    "AWS::InspectorV2::CisScanConfiguration.Schedule": {
      "type": "object",
      "properties": {
        "Daily": {
          "$ref": "#/$defs/AWS::InspectorV2::CisScanConfiguration.DailySchedule"
        },
        "Monthly": {
          "$ref": "#/$defs/AWS::InspectorV2::CisScanConfiguration.MonthlySchedule"
        },
        "OneTime": {
          "type": "object"
        },
        "Weekly": {
          "$ref": "#/$defs/AWS::InspectorV2::CisScanConfiguration.WeeklySchedule"
        }
      },
      "additionalProperties": false
    },
    "AWS::InspectorV2::CisScanConfiguration.Time": {
      "type": "object",
      "properties": {
        "TimeOfDay": {
          "type": "string"
        },
        "TimeZone": {
          "type": "string"
        }
      },
      "required": [
        "TimeOfDay",
        "TimeZone"
      ],
      "additionalProperties": false
    },
    "AWS::InspectorV2::CisScanConfiguration.WeeklySchedule": {
      "type": "object",
      "properties": {
        "Days": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "StartTime": {
          "$ref": "#/$defs/AWS::InspectorV2::CisScanConfiguration.Time"
        }
      },
      "required": [
        "Days",
        "StartTime"
      ],
      "additionalProperties": false
    },
    "AWS::InspectorV2::Filter": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "FilterAction": {
              "type": "string"
            },
            "FilterCriteria": {
              "$ref": "#/$defs/AWS::InspectorV2::Filter.FilterCriteria"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "FilterAction",
            "FilterCriteria",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::InspectorV2::Filter"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::InspectorV2::Filter.DateFilter": {
      "type": "object",
      "properties": {
        "EndInclusive": {
          "type": "number"
        },
        "StartInclusive": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::InspectorV2::Filter.FilterCriteria": {
      "type": "object",
      "properties": {
        "AwsAccountId": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "ComponentId": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "ComponentType": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "Ec2InstanceImageId": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "Ec2InstanceSubnetId": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "Ec2InstanceVpcId": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "EcrImageArchitecture": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "EcrImageHash": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "EcrImagePushedAt": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.DateFilter"
          },
          "type": "array"
        },
        "EcrImageRegistry": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "EcrImageRepositoryName": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "EcrImageTags": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "FindingArn": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "FindingStatus": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "FindingType": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "FirstObservedAt": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.DateFilter"
          },
          "type": "array"
        },
        "InspectorScore": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.NumberFilter"
          },
          "type": "array"
        },
        "LastObservedAt": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.DateFilter"
          },
          "type": "array"
        },
        "NetworkProtocol": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "PortRange": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.PortRangeFilter"
          },
          "type": "array"
        },
        "RelatedVulnerabilities": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "ResourceId": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "ResourceTags": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.MapFilter"
          },
          "type": "array"
        },
        "ResourceType": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "Severity": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "Title": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "UpdatedAt": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.DateFilter"
          },
          "type": "array"
        },
        "VendorSeverity": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "VulnerabilityId": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "VulnerabilitySource": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
          },
          "type": "array"
        },
        "VulnerablePackages": {
          "items": {
            "$ref": "#/$defs/AWS::InspectorV2::Filter.PackageFilter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::InspectorV2::Filter.MapFilter": {
      "type": "object",
      "properties": {
        "Comparison": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Comparison"
      ],
      "additionalProperties": false
    },
    "AWS::InspectorV2::Filter.NumberFilter": {
      "type": "object",
      "properties": {
        "LowerInclusive": {
          "type": "number"
        },
        "UpperInclusive": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::InspectorV2::Filter.PackageFilter": {
      "type": "object",
      "properties": {
        "Architecture": {
          "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
        },
        "Epoch": {
          "$ref": "#/$defs/AWS::InspectorV2::Filter.NumberFilter"
        },
        "Name": {
          "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
        },
        "Release": {
          "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
        },
        "SourceLayerHash": {
          "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
        },
        "Version": {
          "$ref": "#/$defs/AWS::InspectorV2::Filter.StringFilter"
        }
      },
      "additionalProperties": false
    },
    "AWS::InspectorV2::Filter.PortRangeFilter": {
      "type": "object",
      "properties": {
        "BeginInclusive": {
          "type": "number"
        },
        "EndInclusive": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::InspectorV2::Filter.StringFilter": {
      "type": "object",
      "properties": {
        "Comparison": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Comparison",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::InternetMonitor::Monitor": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "HealthEventsConfig": {
              "$ref": "#/$defs/AWS::InternetMonitor::Monitor.HealthEventsConfig"
            },
            "IncludeLinkedAccounts": {
              "type": "boolean"
            },
            "InternetMeasurementsLogDelivery": {
              "$ref": "#/$defs/AWS::InternetMonitor::Monitor.InternetMeasurementsLogDelivery"
            },
            "LinkedAccountId": {
              "type": "string"
            },
            "MaxCityNetworksToMonitor": {
              "type": "number"
            },
            "MonitorName": {
              "type": "string"
            },
            "Resources": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ResourcesToAdd": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ResourcesToRemove": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TrafficPercentageToMonitor": {
              "type": "number"
            }
          },
          "required": [
            "MonitorName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::InternetMonitor::Monitor"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::InternetMonitor::Monitor.HealthEventsConfig": {
      "type": "object",
      "properties": {
        "AvailabilityLocalHealthEventsConfig": {
          "$ref": "#/$defs/AWS::InternetMonitor::Monitor.LocalHealthEventsConfig"
        },
        "AvailabilityScoreThreshold": {
          "type": "number"
        },
        "PerformanceLocalHealthEventsConfig": {
          "$ref": "#/$defs/AWS::InternetMonitor::Monitor.LocalHealthEventsConfig"
        },
        "PerformanceScoreThreshold": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::InternetMonitor::Monitor.InternetMeasurementsLogDelivery": {
      "type": "object",
      "properties": {
        "S3Config": {
          "$ref": "#/$defs/AWS::InternetMonitor::Monitor.S3Config"
        }
      },
      "additionalProperties": false
    },
    "AWS::InternetMonitor::Monitor.LocalHealthEventsConfig": {
      "type": "object",
      "properties": {
        "HealthScoreThreshold": {
          "type": "number"
        },
        "MinTrafficImpact": {
          "type": "number"
        },
        "Status": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::InternetMonitor::Monitor.S3Config": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "BucketPrefix": {
          "type": "string"
        },
        "LogDeliveryStatus": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT1Click::Device": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeviceId": {
              "type": "string"
            },
            "Enabled": {
              "type": "boolean"
            }
          },
          "required": [
            "DeviceId",
            "Enabled"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT1Click::Device"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT1Click::Placement": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssociatedDevices": {
              "type": "object"
            },
            "Attributes": {
              "type": "object"
            },
            "PlacementName": {
              "type": "string"
            },
            "ProjectName": {
              "type": "string"
            }
          },
          "required": [
            "ProjectName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT1Click::Placement"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT1Click::Project": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "PlacementTemplate": {
              "$ref": "#/$defs/AWS::IoT1Click::Project.PlacementTemplate"
            },
            "ProjectName": {
              "type": "string"
            }
          },
          "required": [
            "PlacementTemplate"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT1Click::Project"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT1Click::Project.DeviceTemplate": {
      "type": "object",
      "properties": {
        "CallbackOverrides": {
          "type": "object"
        },
        "DeviceType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT1Click::Project.PlacementTemplate": {
      "type": "object",
      "properties": {
        "DefaultAttributes": {
          "type": "object"
        },
        "DeviceTemplates": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::AccountAuditConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccountId": {
              "type": "string"
            },
            "AuditCheckConfigurations": {
              "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfigurations"
            },
            "AuditNotificationTargetConfigurations": {
              "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditNotificationTargetConfigurations"
            },
            "RoleArn": {
              "type": "string"
            }
          },
          "required": [
            "AccountId",
            "AuditCheckConfigurations",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::AccountAuditConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::AccountAuditConfiguration.AuditCheckConfigurations": {
      "type": "object",
      "properties": {
        "AuthenticatedCognitoRoleOverlyPermissiveCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        },
        "CaCertificateExpiringCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        },
        "CaCertificateKeyQualityCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        },
        "ConflictingClientIdsCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        },
        "DeviceCertificateExpiringCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        },
        "DeviceCertificateKeyQualityCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        },
        "DeviceCertificateSharedCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        },
        "IntermediateCaRevokedForActiveDeviceCertificatesCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        },
        "IoTPolicyPotentialMisConfigurationCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        },
        "IotPolicyOverlyPermissiveCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        },
        "IotRoleAliasAllowsAccessToUnusedServicesCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        },
        "IotRoleAliasOverlyPermissiveCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        },
        "LoggingDisabledCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        },
        "RevokedCaCertificateStillActiveCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        },
        "RevokedDeviceCertificateStillActiveCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        },
        "UnauthenticatedCognitoRoleOverlyPermissiveCheck": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditCheckConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::AccountAuditConfiguration.AuditNotificationTarget": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "RoleArn": {
          "type": "string"
        },
        "TargetArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::AccountAuditConfiguration.AuditNotificationTargetConfigurations": {
      "type": "object",
      "properties": {
        "Sns": {
          "$ref": "#/$defs/AWS::IoT::AccountAuditConfiguration.AuditNotificationTarget"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::Authorizer": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthorizerFunctionArn": {
              "type": "string"
            },
            "AuthorizerName": {
              "type": "string"
            },
            "EnableCachingForHttp": {
              "type": "boolean"
            },
            "SigningDisabled": {
              "type": "boolean"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TokenKeyName": {
              "type": "string"
            },
            "TokenSigningPublicKeys": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "AuthorizerFunctionArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::Authorizer"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::BillingGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BillingGroupName": {
              "type": "string"
            },
            "BillingGroupProperties": {
              "$ref": "#/$defs/AWS::IoT::BillingGroup.BillingGroupProperties"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::BillingGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::BillingGroup.BillingGroupProperties": {
      "type": "object",
      "properties": {
        "BillingGroupDescription": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::CACertificate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoRegistrationStatus": {
              "type": "string"
            },
            "CACertificatePem": {
              "type": "string"
            },
            "CertificateMode": {
              "type": "string"
            },
            "RegistrationConfig": {
              "$ref": "#/$defs/AWS::IoT::CACertificate.RegistrationConfig"
            },
            "RemoveAutoRegistration": {
              "type": "boolean"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VerificationCertificatePem": {
              "type": "string"
            }
          },
          "required": [
            "CACertificatePem",
            "Status"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::CACertificate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::CACertificate.RegistrationConfig": {
      "type": "object",
      "properties": {
        "RoleArn": {
          "type": "string"
        },
        "TemplateBody": {
          "type": "string"
        },
        "TemplateName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::Certificate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CACertificatePem": {
              "type": "string"
            },
            "CertificateMode": {
              "type": "string"
            },
            "CertificatePem": {
              "type": "string"
            },
            "CertificateSigningRequest": {
              "type": "string"
            },
            "Status": {
              "type": "string"
            }
          },
          "required": [
            "Status"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::Certificate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::CertificateProvider": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccountDefaultForOperations": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "CertificateProviderName": {
              "type": "string"
            },
            "LambdaFunctionArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AccountDefaultForOperations",
            "LambdaFunctionArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::CertificateProvider"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::CustomMetric": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DisplayName": {
              "type": "string"
            },
            "MetricName": {
              "type": "string"
            },
            "MetricType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "MetricType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::CustomMetric"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::Dimension": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "StringValues": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "StringValues",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::Dimension"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::DomainConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthorizerConfig": {
              "$ref": "#/$defs/AWS::IoT::DomainConfiguration.AuthorizerConfig"
            },
            "DomainConfigurationName": {
              "type": "string"
            },
            "DomainConfigurationStatus": {
              "type": "string"
            },
            "DomainName": {
              "type": "string"
            },
            "ServerCertificateArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ServerCertificateConfig": {
              "$ref": "#/$defs/AWS::IoT::DomainConfiguration.ServerCertificateConfig"
            },
            "ServiceType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TlsConfig": {
              "$ref": "#/$defs/AWS::IoT::DomainConfiguration.TlsConfig"
            },
            "ValidationCertificateArn": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::DomainConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::DomainConfiguration.AuthorizerConfig": {
      "type": "object",
      "properties": {
        "AllowAuthorizerOverride": {
          "type": "boolean"
        },
        "DefaultAuthorizerName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::DomainConfiguration.ServerCertificateConfig": {
      "type": "object",
      "properties": {
        "EnableOCSPCheck": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::DomainConfiguration.ServerCertificateSummary": {
      "type": "object",
      "properties": {
        "ServerCertificateArn": {
          "type": "string"
        },
        "ServerCertificateStatus": {
          "type": "string"
        },
        "ServerCertificateStatusDetail": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::DomainConfiguration.TlsConfig": {
      "type": "object",
      "properties": {
        "SecurityPolicy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::FleetMetric": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AggregationField": {
              "type": "string"
            },
            "AggregationType": {
              "$ref": "#/$defs/AWS::IoT::FleetMetric.AggregationType"
            },
            "Description": {
              "type": "string"
            },
            "IndexName": {
              "type": "string"
            },
            "MetricName": {
              "type": "string"
            },
            "Period": {
              "type": "number"
            },
            "QueryString": {
              "type": "string"
            },
            "QueryVersion": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Unit": {
              "type": "string"
            }
          },
          "required": [
            "MetricName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::FleetMetric"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::FleetMetric.AggregationType": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::JobTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AbortConfig": {
              "$ref": "#/$defs/AWS::IoT::JobTemplate.AbortConfig"
            },
            "Description": {
              "type": "string"
            },
            "DestinationPackageVersions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Document": {
              "type": "string"
            },
            "DocumentSource": {
              "type": "string"
            },
            "JobArn": {
              "type": "string"
            },
            "JobExecutionsRetryConfig": {
              "$ref": "#/$defs/AWS::IoT::JobTemplate.JobExecutionsRetryConfig"
            },
            "JobExecutionsRolloutConfig": {
              "$ref": "#/$defs/AWS::IoT::JobTemplate.JobExecutionsRolloutConfig"
            },
            "JobTemplateId": {
              "type": "string"
            },
            "MaintenanceWindows": {
              "items": {
                "$ref": "#/$defs/AWS::IoT::JobTemplate.MaintenanceWindow"
              },
              "type": "array"
            },
            "PresignedUrlConfig": {
              "$ref": "#/$defs/AWS::IoT::JobTemplate.PresignedUrlConfig"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TimeoutConfig": {
              "$ref": "#/$defs/AWS::IoT::JobTemplate.TimeoutConfig"
            }
          },
          "required": [
            "Description",
            "JobTemplateId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::JobTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::JobTemplate.AbortConfig": {
      "type": "object",
      "properties": {
        "CriteriaList": {
          "items": {
            "$ref": "#/$defs/AWS::IoT::JobTemplate.AbortCriteria"
          },
          "type": "array"
        }
      },
      "required": [
        "CriteriaList"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::JobTemplate.AbortCriteria": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "FailureType": {
          "type": "string"
        },
        "MinNumberOfExecutedThings": {
          "type": "number"
        },
        "ThresholdPercentage": {
          "type": "number"
        }
      },
      "required": [
        "Action",
        "FailureType",
        "MinNumberOfExecutedThings",
        "ThresholdPercentage"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::JobTemplate.ExponentialRolloutRate": {
      "type": "object",
      "properties": {
        "BaseRatePerMinute": {
          "type": "number"
        },
        "IncrementFactor": {
          "type": "number"
        },
        "RateIncreaseCriteria": {
          "$ref": "#/$defs/AWS::IoT::JobTemplate.RateIncreaseCriteria"
        }
      },
      "required": [
        "BaseRatePerMinute",
        "IncrementFactor",
        "RateIncreaseCriteria"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::JobTemplate.JobExecutionsRetryConfig": {
      "type": "object",
      "properties": {
        "RetryCriteriaList": {
          "items": {
            "$ref": "#/$defs/AWS::IoT::JobTemplate.RetryCriteria"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::JobTemplate.JobExecutionsRolloutConfig": {
      "type": "object",
      "properties": {
        "ExponentialRolloutRate": {
          "$ref": "#/$defs/AWS::IoT::JobTemplate.ExponentialRolloutRate"
        },
        "MaximumPerMinute": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::JobTemplate.MaintenanceWindow": {
      "type": "object",
      "properties": {
        "DurationInMinutes": {
          "type": "number"
        },
        "StartTime": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::JobTemplate.PresignedUrlConfig": {
      "type": "object",
      "properties": {
        "ExpiresInSec": {
          "type": "number"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::JobTemplate.RateIncreaseCriteria": {
      "type": "object",
      "properties": {
        "NumberOfNotifiedThings": {
          "type": "number"
        },
        "NumberOfSucceededThings": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::JobTemplate.RetryCriteria": {
      "type": "object",
      "properties": {
        "FailureType": {
          "type": "string"
        },
        "NumberOfRetries": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::JobTemplate.TimeoutConfig": {
      "type": "object",
      "properties": {
        "InProgressTimeoutInMinutes": {
          "type": "number"
        }
      },
      "required": [
        "InProgressTimeoutInMinutes"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::Logging": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccountId": {
              "type": "string"
            },
            "DefaultLogLevel": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            }
          },
          "required": [
            "AccountId",
            "DefaultLogLevel",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::Logging"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::MitigationAction": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ActionName": {
              "type": "string"
            },
            "ActionParams": {
              "$ref": "#/$defs/AWS::IoT::MitigationAction.ActionParams"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ActionParams",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::MitigationAction"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::MitigationAction.ActionParams": {
      "type": "object",
      "properties": {
        "AddThingsToThingGroupParams": {
          "$ref": "#/$defs/AWS::IoT::MitigationAction.AddThingsToThingGroupParams"
        },
        "EnableIoTLoggingParams": {
          "$ref": "#/$defs/AWS::IoT::MitigationAction.EnableIoTLoggingParams"
        },
        "PublishFindingToSnsParams": {
          "$ref": "#/$defs/AWS::IoT::MitigationAction.PublishFindingToSnsParams"
        },
        "ReplaceDefaultPolicyVersionParams": {
          "$ref": "#/$defs/AWS::IoT::MitigationAction.ReplaceDefaultPolicyVersionParams"
        },
        "UpdateCACertificateParams": {
          "$ref": "#/$defs/AWS::IoT::MitigationAction.UpdateCACertificateParams"
        },
        "UpdateDeviceCertificateParams": {
          "$ref": "#/$defs/AWS::IoT::MitigationAction.UpdateDeviceCertificateParams"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::MitigationAction.AddThingsToThingGroupParams": {
      "type": "object",
      "properties": {
        "OverrideDynamicGroups": {
          "type": "boolean"
        },
        "ThingGroupNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "ThingGroupNames"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::MitigationAction.EnableIoTLoggingParams": {
      "type": "object",
      "properties": {
        "LogLevel": {
          "type": "string"
        },
        "RoleArnForLogging": {
          "type": "string"
        }
      },
      "required": [
        "LogLevel",
        "RoleArnForLogging"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::MitigationAction.PublishFindingToSnsParams": {
      "type": "object",
      "properties": {
        "TopicArn": {
          "type": "string"
        }
      },
      "required": [
        "TopicArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::MitigationAction.ReplaceDefaultPolicyVersionParams": {
      "type": "object",
      "properties": {
        "TemplateName": {
          "type": "string"
        }
      },
      "required": [
        "TemplateName"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::MitigationAction.UpdateCACertificateParams": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        }
      },
      "required": [
        "Action"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::MitigationAction.UpdateDeviceCertificateParams": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        }
      },
      "required": [
        "Action"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::Policy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PolicyDocument": {
              "type": "object"
            },
            "PolicyName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "PolicyDocument"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::Policy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::PolicyPrincipalAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PolicyName": {
              "type": "string"
            },
            "Principal": {
              "type": "string"
            }
          },
          "required": [
            "PolicyName",
            "Principal"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::PolicyPrincipalAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::ProvisioningTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Enabled": {
              "type": "boolean"
            },
            "PreProvisioningHook": {
              "$ref": "#/$defs/AWS::IoT::ProvisioningTemplate.ProvisioningHook"
            },
            "ProvisioningRoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TemplateBody": {
              "type": "string"
            },
            "TemplateName": {
              "type": "string"
            },
            "TemplateType": {
              "type": "string"
            }
          },
          "required": [
            "ProvisioningRoleArn",
            "TemplateBody"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::ProvisioningTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::ProvisioningTemplate.ProvisioningHook": {
      "type": "object",
      "properties": {
        "PayloadVersion": {
          "type": "string"
        },
        "TargetArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::ResourceSpecificLogging": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LogLevel": {
              "type": "string"
            },
            "TargetName": {
              "type": "string"
            },
            "TargetType": {
              "type": "string"
            }
          },
          "required": [
            "LogLevel",
            "TargetName",
            "TargetType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::ResourceSpecificLogging"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::RoleAlias": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CredentialDurationSeconds": {
              "type": "number"
            },
            "RoleAlias": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::RoleAlias"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::ScheduledAudit": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DayOfMonth": {
              "type": "string"
            },
            "DayOfWeek": {
              "type": "string"
            },
            "Frequency": {
              "type": "string"
            },
            "ScheduledAuditName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetCheckNames": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "Frequency",
            "TargetCheckNames"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::ScheduledAudit"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::SecurityProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdditionalMetricsToRetainV2": {
              "items": {
                "$ref": "#/$defs/AWS::IoT::SecurityProfile.MetricToRetain"
              },
              "type": "array"
            },
            "AlertTargets": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::IoT::SecurityProfile.AlertTarget"
                }
              }
            },
            "Behaviors": {
              "items": {
                "$ref": "#/$defs/AWS::IoT::SecurityProfile.Behavior"
              },
              "type": "array"
            },
            "MetricsExportConfig": {
              "$ref": "#/$defs/AWS::IoT::SecurityProfile.MetricsExportConfig"
            },
            "SecurityProfileDescription": {
              "type": "string"
            },
            "SecurityProfileName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::SecurityProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::SecurityProfile.AlertTarget": {
      "type": "object",
      "properties": {
        "AlertTargetArn": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "AlertTargetArn",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::SecurityProfile.Behavior": {
      "type": "object",
      "properties": {
        "Criteria": {
          "$ref": "#/$defs/AWS::IoT::SecurityProfile.BehaviorCriteria"
        },
        "ExportMetric": {
          "type": "boolean"
        },
        "Metric": {
          "type": "string"
        },
        "MetricDimension": {
          "$ref": "#/$defs/AWS::IoT::SecurityProfile.MetricDimension"
        },
        "Name": {
          "type": "string"
        },
        "SuppressAlerts": {
          "type": "boolean"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::SecurityProfile.BehaviorCriteria": {
      "type": "object",
      "properties": {
        "ComparisonOperator": {
          "type": "string"
        },
        "ConsecutiveDatapointsToAlarm": {
          "type": "number"
        },
        "ConsecutiveDatapointsToClear": {
          "type": "number"
        },
        "DurationSeconds": {
          "type": "number"
        },
        "MlDetectionConfig": {
          "$ref": "#/$defs/AWS::IoT::SecurityProfile.MachineLearningDetectionConfig"
        },
        "StatisticalThreshold": {
          "$ref": "#/$defs/AWS::IoT::SecurityProfile.StatisticalThreshold"
        },
        "Value": {
          "$ref": "#/$defs/AWS::IoT::SecurityProfile.MetricValue"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::SecurityProfile.MachineLearningDetectionConfig": {
      "type": "object",
      "properties": {
        "ConfidenceLevel": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::SecurityProfile.MetricDimension": {
      "type": "object",
      "properties": {
        "DimensionName": {
          "type": "string"
        },
        "Operator": {
          "type": "string"
        }
      },
      "required": [
        "DimensionName"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::SecurityProfile.MetricToRetain": {
      "type": "object",
      "properties": {
        "ExportMetric": {
          "type": "boolean"
        },
        "Metric": {
          "type": "string"
        },
        "MetricDimension": {
          "$ref": "#/$defs/AWS::IoT::SecurityProfile.MetricDimension"
        }
      },
      "required": [
        "Metric"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::SecurityProfile.MetricValue": {
      "type": "object",
      "properties": {
        "Cidrs": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Count": {
          "type": "string"
        },
        "Number": {
          "type": "number"
        },
        "Numbers": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "Ports": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "Strings": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::SecurityProfile.MetricsExportConfig": {
      "type": "object",
      "properties": {
        "MqttTopic": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "MqttTopic",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::SecurityProfile.StatisticalThreshold": {
      "type": "object",
      "properties": {
        "Statistic": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::SoftwarePackage": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "PackageName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::SoftwarePackage"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::SoftwarePackageVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Attributes": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Description": {
              "type": "string"
            },
            "PackageName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VersionName": {
              "type": "string"
            }
          },
          "required": [
            "PackageName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::SoftwarePackageVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::Thing": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AttributePayload": {
              "$ref": "#/$defs/AWS::IoT::Thing.AttributePayload"
            },
            "ThingName": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::Thing"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::Thing.AttributePayload": {
      "type": "object",
      "properties": {
        "Attributes": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::ThingGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ParentGroupName": {
              "type": "string"
            },
            "QueryString": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "ThingGroupName": {
              "type": "string"
            },
            "ThingGroupProperties": {
              "$ref": "#/$defs/AWS::IoT::ThingGroup.ThingGroupProperties"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::ThingGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::ThingGroup.AttributePayload": {
      "type": "object",
      "properties": {
        "Attributes": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::ThingGroup.ThingGroupProperties": {
      "type": "object",
      "properties": {
        "AttributePayload": {
          "$ref": "#/$defs/AWS::IoT::ThingGroup.AttributePayload"
        },
        "ThingGroupDescription": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::ThingPrincipalAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Principal": {
              "type": "string"
            },
            "ThingName": {
              "type": "string"
            }
          },
          "required": [
            "Principal",
            "ThingName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::ThingPrincipalAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::ThingType": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeprecateThingType": {
              "type": "boolean"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "ThingTypeName": {
              "type": "string"
            },
            "ThingTypeProperties": {
              "$ref": "#/$defs/AWS::IoT::ThingType.ThingTypeProperties"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::ThingType"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::ThingType.ThingTypeProperties": {
      "type": "object",
      "properties": {
        "SearchableAttributes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ThingTypeDescription": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "RuleName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TopicRulePayload": {
              "$ref": "#/$defs/AWS::IoT::TopicRule.TopicRulePayload"
            }
          },
          "required": [
            "TopicRulePayload"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::TopicRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.Action": {
      "type": "object",
      "properties": {
        "CloudwatchAlarm": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.CloudwatchAlarmAction"
        },
        "CloudwatchLogs": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.CloudwatchLogsAction"
        },
        "CloudwatchMetric": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.CloudwatchMetricAction"
        },
        "DynamoDB": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.DynamoDBAction"
        },
        "DynamoDBv2": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.DynamoDBv2Action"
        },
        "Elasticsearch": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.ElasticsearchAction"
        },
        "Firehose": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.FirehoseAction"
        },
        "Http": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.HttpAction"
        },
        "IotAnalytics": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.IotAnalyticsAction"
        },
        "IotEvents": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.IotEventsAction"
        },
        "IotSiteWise": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.IotSiteWiseAction"
        },
        "Kafka": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.KafkaAction"
        },
        "Kinesis": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.KinesisAction"
        },
        "Lambda": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.LambdaAction"
        },
        "Location": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.LocationAction"
        },
        "OpenSearch": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.OpenSearchAction"
        },
        "Republish": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.RepublishAction"
        },
        "S3": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.S3Action"
        },
        "Sns": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.SnsAction"
        },
        "Sqs": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.SqsAction"
        },
        "StepFunctions": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.StepFunctionsAction"
        },
        "Timestream": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.TimestreamAction"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.AssetPropertyTimestamp": {
      "type": "object",
      "properties": {
        "OffsetInNanos": {
          "type": "string"
        },
        "TimeInSeconds": {
          "type": "string"
        }
      },
      "required": [
        "TimeInSeconds"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.AssetPropertyValue": {
      "type": "object",
      "properties": {
        "Quality": {
          "type": "string"
        },
        "Timestamp": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.AssetPropertyTimestamp"
        },
        "Value": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.AssetPropertyVariant"
        }
      },
      "required": [
        "Timestamp",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.AssetPropertyVariant": {
      "type": "object",
      "properties": {
        "BooleanValue": {
          "type": "string"
        },
        "DoubleValue": {
          "type": "string"
        },
        "IntegerValue": {
          "type": "string"
        },
        "StringValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.CloudwatchAlarmAction": {
      "type": "object",
      "properties": {
        "AlarmName": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "StateReason": {
          "type": "string"
        },
        "StateValue": {
          "type": "string"
        }
      },
      "required": [
        "AlarmName",
        "RoleArn",
        "StateReason",
        "StateValue"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.CloudwatchLogsAction": {
      "type": "object",
      "properties": {
        "BatchMode": {
          "type": "boolean"
        },
        "LogGroupName": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "LogGroupName",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.CloudwatchMetricAction": {
      "type": "object",
      "properties": {
        "MetricName": {
          "type": "string"
        },
        "MetricNamespace": {
          "type": "string"
        },
        "MetricTimestamp": {
          "type": "string"
        },
        "MetricUnit": {
          "type": "string"
        },
        "MetricValue": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "MetricName",
        "MetricNamespace",
        "MetricUnit",
        "MetricValue",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.DynamoDBAction": {
      "type": "object",
      "properties": {
        "HashKeyField": {
          "type": "string"
        },
        "HashKeyType": {
          "type": "string"
        },
        "HashKeyValue": {
          "type": "string"
        },
        "PayloadField": {
          "type": "string"
        },
        "RangeKeyField": {
          "type": "string"
        },
        "RangeKeyType": {
          "type": "string"
        },
        "RangeKeyValue": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "HashKeyField",
        "HashKeyValue",
        "RoleArn",
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.DynamoDBv2Action": {
      "type": "object",
      "properties": {
        "PutItem": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.PutItemInput"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.ElasticsearchAction": {
      "type": "object",
      "properties": {
        "Endpoint": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "Index": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Endpoint",
        "Id",
        "Index",
        "RoleArn",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.FirehoseAction": {
      "type": "object",
      "properties": {
        "BatchMode": {
          "type": "boolean"
        },
        "DeliveryStreamName": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "Separator": {
          "type": "string"
        }
      },
      "required": [
        "DeliveryStreamName",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.HttpAction": {
      "type": "object",
      "properties": {
        "Auth": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.HttpAuthorization"
        },
        "ConfirmationUrl": {
          "type": "string"
        },
        "Headers": {
          "items": {
            "$ref": "#/$defs/AWS::IoT::TopicRule.HttpActionHeader"
          },
          "type": "array"
        },
        "Url": {
          "type": "string"
        }
      },
      "required": [
        "Url"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.HttpActionHeader": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.HttpAuthorization": {
      "type": "object",
      "properties": {
        "Sigv4": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.SigV4Authorization"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.IotAnalyticsAction": {
      "type": "object",
      "properties": {
        "BatchMode": {
          "type": "boolean"
        },
        "ChannelName": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "ChannelName",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.IotEventsAction": {
      "type": "object",
      "properties": {
        "BatchMode": {
          "type": "boolean"
        },
        "InputName": {
          "type": "string"
        },
        "MessageId": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "InputName",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.IotSiteWiseAction": {
      "type": "object",
      "properties": {
        "PutAssetPropertyValueEntries": {
          "items": {
            "$ref": "#/$defs/AWS::IoT::TopicRule.PutAssetPropertyValueEntry"
          },
          "type": "array"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "PutAssetPropertyValueEntries",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.KafkaAction": {
      "type": "object",
      "properties": {
        "ClientProperties": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "DestinationArn": {
          "type": "string"
        },
        "Headers": {
          "items": {
            "$ref": "#/$defs/AWS::IoT::TopicRule.KafkaActionHeader"
          },
          "type": "array"
        },
        "Key": {
          "type": "string"
        },
        "Partition": {
          "type": "string"
        },
        "Topic": {
          "type": "string"
        }
      },
      "required": [
        "ClientProperties",
        "DestinationArn",
        "Topic"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.KafkaActionHeader": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.KinesisAction": {
      "type": "object",
      "properties": {
        "PartitionKey": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "StreamName": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn",
        "StreamName"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.LambdaAction": {
      "type": "object",
      "properties": {
        "FunctionArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.LocationAction": {
      "type": "object",
      "properties": {
        "DeviceId": {
          "type": "string"
        },
        "Latitude": {
          "type": "string"
        },
        "Longitude": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "Timestamp": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.Timestamp"
        },
        "TrackerName": {
          "type": "string"
        }
      },
      "required": [
        "DeviceId",
        "Latitude",
        "Longitude",
        "RoleArn",
        "TrackerName"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.OpenSearchAction": {
      "type": "object",
      "properties": {
        "Endpoint": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "Index": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Endpoint",
        "Id",
        "Index",
        "RoleArn",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.PutAssetPropertyValueEntry": {
      "type": "object",
      "properties": {
        "AssetId": {
          "type": "string"
        },
        "EntryId": {
          "type": "string"
        },
        "PropertyAlias": {
          "type": "string"
        },
        "PropertyId": {
          "type": "string"
        },
        "PropertyValues": {
          "items": {
            "$ref": "#/$defs/AWS::IoT::TopicRule.AssetPropertyValue"
          },
          "type": "array"
        }
      },
      "required": [
        "PropertyValues"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.PutItemInput": {
      "type": "object",
      "properties": {
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.RepublishAction": {
      "type": "object",
      "properties": {
        "Headers": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.RepublishActionHeaders"
        },
        "Qos": {
          "type": "number"
        },
        "RoleArn": {
          "type": "string"
        },
        "Topic": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn",
        "Topic"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.RepublishActionHeaders": {
      "type": "object",
      "properties": {
        "ContentType": {
          "type": "string"
        },
        "CorrelationData": {
          "type": "string"
        },
        "MessageExpiry": {
          "type": "string"
        },
        "PayloadFormatIndicator": {
          "type": "string"
        },
        "ResponseTopic": {
          "type": "string"
        },
        "UserProperties": {
          "items": {
            "$ref": "#/$defs/AWS::IoT::TopicRule.UserProperty"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.S3Action": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "CannedAcl": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "BucketName",
        "Key",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.SigV4Authorization": {
      "type": "object",
      "properties": {
        "RoleArn": {
          "type": "string"
        },
        "ServiceName": {
          "type": "string"
        },
        "SigningRegion": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn",
        "ServiceName",
        "SigningRegion"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.SnsAction": {
      "type": "object",
      "properties": {
        "MessageFormat": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "TargetArn": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn",
        "TargetArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.SqsAction": {
      "type": "object",
      "properties": {
        "QueueUrl": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "UseBase64": {
          "type": "boolean"
        }
      },
      "required": [
        "QueueUrl",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.StepFunctionsAction": {
      "type": "object",
      "properties": {
        "ExecutionNamePrefix": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "StateMachineName": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn",
        "StateMachineName"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.Timestamp": {
      "type": "object",
      "properties": {
        "Unit": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.TimestreamAction": {
      "type": "object",
      "properties": {
        "DatabaseName": {
          "type": "string"
        },
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::IoT::TopicRule.TimestreamDimension"
          },
          "type": "array"
        },
        "RoleArn": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        },
        "Timestamp": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.TimestreamTimestamp"
        }
      },
      "required": [
        "DatabaseName",
        "Dimensions",
        "RoleArn",
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.TimestreamDimension": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.TimestreamTimestamp": {
      "type": "object",
      "properties": {
        "Unit": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Unit",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.TopicRulePayload": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::IoT::TopicRule.Action"
          },
          "type": "array"
        },
        "AwsIotSqlVersion": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "ErrorAction": {
          "$ref": "#/$defs/AWS::IoT::TopicRule.Action"
        },
        "RuleDisabled": {
          "type": "boolean"
        },
        "Sql": {
          "type": "string"
        }
      },
      "required": [
        "Actions",
        "Sql"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRule.UserProperty": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRuleDestination": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "HttpUrlProperties": {
              "$ref": "#/$defs/AWS::IoT::TopicRuleDestination.HttpUrlDestinationSummary"
            },
            "Status": {
              "type": "string"
            },
            "VpcProperties": {
              "$ref": "#/$defs/AWS::IoT::TopicRuleDestination.VpcDestinationProperties"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoT::TopicRuleDestination"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoT::TopicRuleDestination.HttpUrlDestinationSummary": {
      "type": "object",
      "properties": {
        "ConfirmationUrl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoT::TopicRuleDestination.VpcDestinationProperties": {
      "type": "object",
      "properties": {
        "RoleArn": {
          "type": "string"
        },
        "SecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "VpcId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Channel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ChannelName": {
              "type": "string"
            },
            "ChannelStorage": {
              "$ref": "#/$defs/AWS::IoTAnalytics::Channel.ChannelStorage"
            },
            "RetentionPeriod": {
              "$ref": "#/$defs/AWS::IoTAnalytics::Channel.RetentionPeriod"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTAnalytics::Channel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Channel.ChannelStorage": {
      "type": "object",
      "properties": {
        "CustomerManagedS3": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Channel.CustomerManagedS3"
        },
        "ServiceManagedS3": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Channel.CustomerManagedS3": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "KeyPrefix": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "Bucket",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Channel.RetentionPeriod": {
      "type": "object",
      "properties": {
        "NumberOfDays": {
          "type": "number"
        },
        "Unlimited": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Actions": {
              "items": {
                "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.Action"
              },
              "type": "array"
            },
            "ContentDeliveryRules": {
              "items": {
                "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.DatasetContentDeliveryRule"
              },
              "type": "array"
            },
            "DatasetName": {
              "type": "string"
            },
            "LateDataRules": {
              "items": {
                "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.LateDataRule"
              },
              "type": "array"
            },
            "RetentionPeriod": {
              "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.RetentionPeriod"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Triggers": {
              "items": {
                "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.Trigger"
              },
              "type": "array"
            },
            "VersioningConfiguration": {
              "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.VersioningConfiguration"
            }
          },
          "required": [
            "Actions"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTAnalytics::Dataset"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.Action": {
      "type": "object",
      "properties": {
        "ActionName": {
          "type": "string"
        },
        "ContainerAction": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.ContainerAction"
        },
        "QueryAction": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.QueryAction"
        }
      },
      "required": [
        "ActionName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.ContainerAction": {
      "type": "object",
      "properties": {
        "ExecutionRoleArn": {
          "type": "string"
        },
        "Image": {
          "type": "string"
        },
        "ResourceConfiguration": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.ResourceConfiguration"
        },
        "Variables": {
          "items": {
            "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.Variable"
          },
          "type": "array"
        }
      },
      "required": [
        "ExecutionRoleArn",
        "Image",
        "ResourceConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.DatasetContentDeliveryRule": {
      "type": "object",
      "properties": {
        "Destination": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.DatasetContentDeliveryRuleDestination"
        },
        "EntryName": {
          "type": "string"
        }
      },
      "required": [
        "Destination"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.DatasetContentDeliveryRuleDestination": {
      "type": "object",
      "properties": {
        "IotEventsDestinationConfiguration": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.IotEventsDestinationConfiguration"
        },
        "S3DestinationConfiguration": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.S3DestinationConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.DatasetContentVersionValue": {
      "type": "object",
      "properties": {
        "DatasetName": {
          "type": "string"
        }
      },
      "required": [
        "DatasetName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.DeltaTime": {
      "type": "object",
      "properties": {
        "OffsetSeconds": {
          "type": "number"
        },
        "TimeExpression": {
          "type": "string"
        }
      },
      "required": [
        "OffsetSeconds",
        "TimeExpression"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.DeltaTimeSessionWindowConfiguration": {
      "type": "object",
      "properties": {
        "TimeoutInMinutes": {
          "type": "number"
        }
      },
      "required": [
        "TimeoutInMinutes"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.Filter": {
      "type": "object",
      "properties": {
        "DeltaTime": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.DeltaTime"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.GlueConfiguration": {
      "type": "object",
      "properties": {
        "DatabaseName": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "DatabaseName",
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.IotEventsDestinationConfiguration": {
      "type": "object",
      "properties": {
        "InputName": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "InputName",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.LateDataRule": {
      "type": "object",
      "properties": {
        "RuleConfiguration": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.LateDataRuleConfiguration"
        },
        "RuleName": {
          "type": "string"
        }
      },
      "required": [
        "RuleConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.LateDataRuleConfiguration": {
      "type": "object",
      "properties": {
        "DeltaTimeSessionWindowConfiguration": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.DeltaTimeSessionWindowConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.OutputFileUriValue": {
      "type": "object",
      "properties": {
        "FileName": {
          "type": "string"
        }
      },
      "required": [
        "FileName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.QueryAction": {
      "type": "object",
      "properties": {
        "Filters": {
          "items": {
            "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.Filter"
          },
          "type": "array"
        },
        "SqlQuery": {
          "type": "string"
        }
      },
      "required": [
        "SqlQuery"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.ResourceConfiguration": {
      "type": "object",
      "properties": {
        "ComputeType": {
          "type": "string"
        },
        "VolumeSizeInGB": {
          "type": "number"
        }
      },
      "required": [
        "ComputeType",
        "VolumeSizeInGB"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.RetentionPeriod": {
      "type": "object",
      "properties": {
        "NumberOfDays": {
          "type": "number"
        },
        "Unlimited": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.S3DestinationConfiguration": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "GlueConfiguration": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.GlueConfiguration"
        },
        "Key": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "Bucket",
        "Key",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.Schedule": {
      "type": "object",
      "properties": {
        "ScheduleExpression": {
          "type": "string"
        }
      },
      "required": [
        "ScheduleExpression"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.Trigger": {
      "type": "object",
      "properties": {
        "Schedule": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.Schedule"
        },
        "TriggeringDataset": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.TriggeringDataset"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.TriggeringDataset": {
      "type": "object",
      "properties": {
        "DatasetName": {
          "type": "string"
        }
      },
      "required": [
        "DatasetName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.Variable": {
      "type": "object",
      "properties": {
        "DatasetContentVersionValue": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.DatasetContentVersionValue"
        },
        "DoubleValue": {
          "type": "number"
        },
        "OutputFileUriValue": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Dataset.OutputFileUriValue"
        },
        "StringValue": {
          "type": "string"
        },
        "VariableName": {
          "type": "string"
        }
      },
      "required": [
        "VariableName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Dataset.VersioningConfiguration": {
      "type": "object",
      "properties": {
        "MaxVersions": {
          "type": "number"
        },
        "Unlimited": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Datastore": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DatastoreName": {
              "type": "string"
            },
            "DatastorePartitions": {
              "$ref": "#/$defs/AWS::IoTAnalytics::Datastore.DatastorePartitions"
            },
            "DatastoreStorage": {
              "$ref": "#/$defs/AWS::IoTAnalytics::Datastore.DatastoreStorage"
            },
            "FileFormatConfiguration": {
              "$ref": "#/$defs/AWS::IoTAnalytics::Datastore.FileFormatConfiguration"
            },
            "RetentionPeriod": {
              "$ref": "#/$defs/AWS::IoTAnalytics::Datastore.RetentionPeriod"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTAnalytics::Datastore"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Datastore.Column": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Datastore.CustomerManagedS3": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "KeyPrefix": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "Bucket",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Datastore.CustomerManagedS3Storage": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "KeyPrefix": {
          "type": "string"
        }
      },
      "required": [
        "Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Datastore.DatastorePartition": {
      "type": "object",
      "properties": {
        "Partition": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Datastore.Partition"
        },
        "TimestampPartition": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Datastore.TimestampPartition"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Datastore.DatastorePartitions": {
      "type": "object",
      "properties": {
        "Partitions": {
          "items": {
            "$ref": "#/$defs/AWS::IoTAnalytics::Datastore.DatastorePartition"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Datastore.DatastoreStorage": {
      "type": "object",
      "properties": {
        "CustomerManagedS3": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Datastore.CustomerManagedS3"
        },
        "IotSiteWiseMultiLayerStorage": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Datastore.IotSiteWiseMultiLayerStorage"
        },
        "ServiceManagedS3": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Datastore.FileFormatConfiguration": {
      "type": "object",
      "properties": {
        "JsonConfiguration": {
          "type": "object"
        },
        "ParquetConfiguration": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Datastore.ParquetConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Datastore.IotSiteWiseMultiLayerStorage": {
      "type": "object",
      "properties": {
        "CustomerManagedS3Storage": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Datastore.CustomerManagedS3Storage"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Datastore.ParquetConfiguration": {
      "type": "object",
      "properties": {
        "SchemaDefinition": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Datastore.SchemaDefinition"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Datastore.Partition": {
      "type": "object",
      "properties": {
        "AttributeName": {
          "type": "string"
        }
      },
      "required": [
        "AttributeName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Datastore.RetentionPeriod": {
      "type": "object",
      "properties": {
        "NumberOfDays": {
          "type": "number"
        },
        "Unlimited": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Datastore.SchemaDefinition": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::IoTAnalytics::Datastore.Column"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Datastore.TimestampPartition": {
      "type": "object",
      "properties": {
        "AttributeName": {
          "type": "string"
        },
        "TimestampFormat": {
          "type": "string"
        }
      },
      "required": [
        "AttributeName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Pipeline": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PipelineActivities": {
              "items": {
                "$ref": "#/$defs/AWS::IoTAnalytics::Pipeline.Activity"
              },
              "type": "array"
            },
            "PipelineName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "PipelineActivities"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTAnalytics::Pipeline"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Pipeline.Activity": {
      "type": "object",
      "properties": {
        "AddAttributes": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Pipeline.AddAttributes"
        },
        "Channel": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Pipeline.Channel"
        },
        "Datastore": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Pipeline.Datastore"
        },
        "DeviceRegistryEnrich": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Pipeline.DeviceRegistryEnrich"
        },
        "DeviceShadowEnrich": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Pipeline.DeviceShadowEnrich"
        },
        "Filter": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Pipeline.Filter"
        },
        "Lambda": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Pipeline.Lambda"
        },
        "Math": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Pipeline.Math"
        },
        "RemoveAttributes": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Pipeline.RemoveAttributes"
        },
        "SelectAttributes": {
          "$ref": "#/$defs/AWS::IoTAnalytics::Pipeline.SelectAttributes"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Pipeline.AddAttributes": {
      "type": "object",
      "properties": {
        "Attributes": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Name": {
          "type": "string"
        },
        "Next": {
          "type": "string"
        }
      },
      "required": [
        "Attributes",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Pipeline.Channel": {
      "type": "object",
      "properties": {
        "ChannelName": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Next": {
          "type": "string"
        }
      },
      "required": [
        "ChannelName",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Pipeline.Datastore": {
      "type": "object",
      "properties": {
        "DatastoreName": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "DatastoreName",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Pipeline.DeviceRegistryEnrich": {
      "type": "object",
      "properties": {
        "Attribute": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Next": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "ThingName": {
          "type": "string"
        }
      },
      "required": [
        "Attribute",
        "Name",
        "RoleArn",
        "ThingName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Pipeline.DeviceShadowEnrich": {
      "type": "object",
      "properties": {
        "Attribute": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Next": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "ThingName": {
          "type": "string"
        }
      },
      "required": [
        "Attribute",
        "Name",
        "RoleArn",
        "ThingName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Pipeline.Filter": {
      "type": "object",
      "properties": {
        "Filter": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Next": {
          "type": "string"
        }
      },
      "required": [
        "Filter",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Pipeline.Lambda": {
      "type": "object",
      "properties": {
        "BatchSize": {
          "type": "number"
        },
        "LambdaName": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Next": {
          "type": "string"
        }
      },
      "required": [
        "BatchSize",
        "LambdaName",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Pipeline.Math": {
      "type": "object",
      "properties": {
        "Attribute": {
          "type": "string"
        },
        "Math": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Next": {
          "type": "string"
        }
      },
      "required": [
        "Attribute",
        "Math",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Pipeline.RemoveAttributes": {
      "type": "object",
      "properties": {
        "Attributes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "Next": {
          "type": "string"
        }
      },
      "required": [
        "Attributes",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::IoTAnalytics::Pipeline.SelectAttributes": {
      "type": "object",
      "properties": {
        "Attributes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "Next": {
          "type": "string"
        }
      },
      "required": [
        "Attributes",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::IoTCoreDeviceAdvisor::SuiteDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "SuiteDefinitionConfiguration": {
              "$ref": "#/$defs/AWS::IoTCoreDeviceAdvisor::SuiteDefinition.SuiteDefinitionConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "SuiteDefinitionConfiguration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTCoreDeviceAdvisor::SuiteDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTCoreDeviceAdvisor::SuiteDefinition.DeviceUnderTest": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        },
        "ThingArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTCoreDeviceAdvisor::SuiteDefinition.SuiteDefinitionConfiguration": {
      "type": "object",
      "properties": {
        "DevicePermissionRoleArn": {
          "type": "string"
        },
        "Devices": {
          "items": {
            "$ref": "#/$defs/AWS::IoTCoreDeviceAdvisor::SuiteDefinition.DeviceUnderTest"
          },
          "type": "array"
        },
        "IntendedForQualification": {
          "type": "boolean"
        },
        "RootGroup": {
          "type": "string"
        },
        "SuiteDefinitionName": {
          "type": "string"
        }
      },
      "required": [
        "DevicePermissionRoleArn",
        "RootGroup"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AlarmCapabilities": {
              "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.AlarmCapabilities"
            },
            "AlarmEventActions": {
              "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.AlarmEventActions"
            },
            "AlarmModelDescription": {
              "type": "string"
            },
            "AlarmModelName": {
              "type": "string"
            },
            "AlarmRule": {
              "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.AlarmRule"
            },
            "Key": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Severity": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AlarmRule",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTEvents::AlarmModel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.AcknowledgeFlow": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.AlarmAction": {
      "type": "object",
      "properties": {
        "DynamoDB": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.DynamoDB"
        },
        "DynamoDBv2": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.DynamoDBv2"
        },
        "Firehose": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.Firehose"
        },
        "IotEvents": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.IotEvents"
        },
        "IotSiteWise": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.IotSiteWise"
        },
        "IotTopicPublish": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.IotTopicPublish"
        },
        "Lambda": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.Lambda"
        },
        "Sns": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.Sns"
        },
        "Sqs": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.Sqs"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.AlarmCapabilities": {
      "type": "object",
      "properties": {
        "AcknowledgeFlow": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.AcknowledgeFlow"
        },
        "InitializationConfiguration": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.InitializationConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.AlarmEventActions": {
      "type": "object",
      "properties": {
        "AlarmActions": {
          "items": {
            "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.AlarmAction"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.AlarmRule": {
      "type": "object",
      "properties": {
        "SimpleRule": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.SimpleRule"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.AssetPropertyTimestamp": {
      "type": "object",
      "properties": {
        "OffsetInNanos": {
          "type": "string"
        },
        "TimeInSeconds": {
          "type": "string"
        }
      },
      "required": [
        "TimeInSeconds"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.AssetPropertyValue": {
      "type": "object",
      "properties": {
        "Quality": {
          "type": "string"
        },
        "Timestamp": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.AssetPropertyTimestamp"
        },
        "Value": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.AssetPropertyVariant"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.AssetPropertyVariant": {
      "type": "object",
      "properties": {
        "BooleanValue": {
          "type": "string"
        },
        "DoubleValue": {
          "type": "string"
        },
        "IntegerValue": {
          "type": "string"
        },
        "StringValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.DynamoDB": {
      "type": "object",
      "properties": {
        "HashKeyField": {
          "type": "string"
        },
        "HashKeyType": {
          "type": "string"
        },
        "HashKeyValue": {
          "type": "string"
        },
        "Operation": {
          "type": "string"
        },
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.Payload"
        },
        "PayloadField": {
          "type": "string"
        },
        "RangeKeyField": {
          "type": "string"
        },
        "RangeKeyType": {
          "type": "string"
        },
        "RangeKeyValue": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "HashKeyField",
        "HashKeyValue",
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.DynamoDBv2": {
      "type": "object",
      "properties": {
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.Payload"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.Firehose": {
      "type": "object",
      "properties": {
        "DeliveryStreamName": {
          "type": "string"
        },
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.Payload"
        },
        "Separator": {
          "type": "string"
        }
      },
      "required": [
        "DeliveryStreamName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.InitializationConfiguration": {
      "type": "object",
      "properties": {
        "DisabledOnInitialization": {
          "type": "boolean"
        }
      },
      "required": [
        "DisabledOnInitialization"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.IotEvents": {
      "type": "object",
      "properties": {
        "InputName": {
          "type": "string"
        },
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.Payload"
        }
      },
      "required": [
        "InputName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.IotSiteWise": {
      "type": "object",
      "properties": {
        "AssetId": {
          "type": "string"
        },
        "EntryId": {
          "type": "string"
        },
        "PropertyAlias": {
          "type": "string"
        },
        "PropertyId": {
          "type": "string"
        },
        "PropertyValue": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.AssetPropertyValue"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.IotTopicPublish": {
      "type": "object",
      "properties": {
        "MqttTopic": {
          "type": "string"
        },
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.Payload"
        }
      },
      "required": [
        "MqttTopic"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.Lambda": {
      "type": "object",
      "properties": {
        "FunctionArn": {
          "type": "string"
        },
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.Payload"
        }
      },
      "required": [
        "FunctionArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.Payload": {
      "type": "object",
      "properties": {
        "ContentExpression": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "ContentExpression",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.SimpleRule": {
      "type": "object",
      "properties": {
        "ComparisonOperator": {
          "type": "string"
        },
        "InputProperty": {
          "type": "string"
        },
        "Threshold": {
          "type": "string"
        }
      },
      "required": [
        "ComparisonOperator",
        "InputProperty",
        "Threshold"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.Sns": {
      "type": "object",
      "properties": {
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.Payload"
        },
        "TargetArn": {
          "type": "string"
        }
      },
      "required": [
        "TargetArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::AlarmModel.Sqs": {
      "type": "object",
      "properties": {
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::AlarmModel.Payload"
        },
        "QueueUrl": {
          "type": "string"
        },
        "UseBase64": {
          "type": "boolean"
        }
      },
      "required": [
        "QueueUrl"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DetectorModelDefinition": {
              "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.DetectorModelDefinition"
            },
            "DetectorModelDescription": {
              "type": "string"
            },
            "DetectorModelName": {
              "type": "string"
            },
            "EvaluationMethod": {
              "type": "string"
            },
            "Key": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DetectorModelDefinition",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTEvents::DetectorModel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.Action": {
      "type": "object",
      "properties": {
        "ClearTimer": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.ClearTimer"
        },
        "DynamoDB": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.DynamoDB"
        },
        "DynamoDBv2": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.DynamoDBv2"
        },
        "Firehose": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Firehose"
        },
        "IotEvents": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.IotEvents"
        },
        "IotSiteWise": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.IotSiteWise"
        },
        "IotTopicPublish": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.IotTopicPublish"
        },
        "Lambda": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Lambda"
        },
        "ResetTimer": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.ResetTimer"
        },
        "SetTimer": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.SetTimer"
        },
        "SetVariable": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.SetVariable"
        },
        "Sns": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Sns"
        },
        "Sqs": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Sqs"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.AssetPropertyTimestamp": {
      "type": "object",
      "properties": {
        "OffsetInNanos": {
          "type": "string"
        },
        "TimeInSeconds": {
          "type": "string"
        }
      },
      "required": [
        "TimeInSeconds"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.AssetPropertyValue": {
      "type": "object",
      "properties": {
        "Quality": {
          "type": "string"
        },
        "Timestamp": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.AssetPropertyTimestamp"
        },
        "Value": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.AssetPropertyVariant"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.AssetPropertyVariant": {
      "type": "object",
      "properties": {
        "BooleanValue": {
          "type": "string"
        },
        "DoubleValue": {
          "type": "string"
        },
        "IntegerValue": {
          "type": "string"
        },
        "StringValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.ClearTimer": {
      "type": "object",
      "properties": {
        "TimerName": {
          "type": "string"
        }
      },
      "required": [
        "TimerName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.DetectorModelDefinition": {
      "type": "object",
      "properties": {
        "InitialStateName": {
          "type": "string"
        },
        "States": {
          "items": {
            "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.State"
          },
          "type": "array"
        }
      },
      "required": [
        "InitialStateName",
        "States"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.DynamoDB": {
      "type": "object",
      "properties": {
        "HashKeyField": {
          "type": "string"
        },
        "HashKeyType": {
          "type": "string"
        },
        "HashKeyValue": {
          "type": "string"
        },
        "Operation": {
          "type": "string"
        },
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Payload"
        },
        "PayloadField": {
          "type": "string"
        },
        "RangeKeyField": {
          "type": "string"
        },
        "RangeKeyType": {
          "type": "string"
        },
        "RangeKeyValue": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "HashKeyField",
        "HashKeyValue",
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.DynamoDBv2": {
      "type": "object",
      "properties": {
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Payload"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.Event": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Action"
          },
          "type": "array"
        },
        "Condition": {
          "type": "string"
        },
        "EventName": {
          "type": "string"
        }
      },
      "required": [
        "EventName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.Firehose": {
      "type": "object",
      "properties": {
        "DeliveryStreamName": {
          "type": "string"
        },
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Payload"
        },
        "Separator": {
          "type": "string"
        }
      },
      "required": [
        "DeliveryStreamName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.IotEvents": {
      "type": "object",
      "properties": {
        "InputName": {
          "type": "string"
        },
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Payload"
        }
      },
      "required": [
        "InputName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.IotSiteWise": {
      "type": "object",
      "properties": {
        "AssetId": {
          "type": "string"
        },
        "EntryId": {
          "type": "string"
        },
        "PropertyAlias": {
          "type": "string"
        },
        "PropertyId": {
          "type": "string"
        },
        "PropertyValue": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.AssetPropertyValue"
        }
      },
      "required": [
        "PropertyValue"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.IotTopicPublish": {
      "type": "object",
      "properties": {
        "MqttTopic": {
          "type": "string"
        },
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Payload"
        }
      },
      "required": [
        "MqttTopic"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.Lambda": {
      "type": "object",
      "properties": {
        "FunctionArn": {
          "type": "string"
        },
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Payload"
        }
      },
      "required": [
        "FunctionArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.OnEnter": {
      "type": "object",
      "properties": {
        "Events": {
          "items": {
            "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Event"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.OnExit": {
      "type": "object",
      "properties": {
        "Events": {
          "items": {
            "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Event"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.OnInput": {
      "type": "object",
      "properties": {
        "Events": {
          "items": {
            "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Event"
          },
          "type": "array"
        },
        "TransitionEvents": {
          "items": {
            "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.TransitionEvent"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.Payload": {
      "type": "object",
      "properties": {
        "ContentExpression": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "ContentExpression",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.ResetTimer": {
      "type": "object",
      "properties": {
        "TimerName": {
          "type": "string"
        }
      },
      "required": [
        "TimerName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.SetTimer": {
      "type": "object",
      "properties": {
        "DurationExpression": {
          "type": "string"
        },
        "Seconds": {
          "type": "number"
        },
        "TimerName": {
          "type": "string"
        }
      },
      "required": [
        "TimerName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.SetVariable": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "string"
        },
        "VariableName": {
          "type": "string"
        }
      },
      "required": [
        "Value",
        "VariableName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.Sns": {
      "type": "object",
      "properties": {
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Payload"
        },
        "TargetArn": {
          "type": "string"
        }
      },
      "required": [
        "TargetArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.Sqs": {
      "type": "object",
      "properties": {
        "Payload": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Payload"
        },
        "QueueUrl": {
          "type": "string"
        },
        "UseBase64": {
          "type": "boolean"
        }
      },
      "required": [
        "QueueUrl"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.State": {
      "type": "object",
      "properties": {
        "OnEnter": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.OnEnter"
        },
        "OnExit": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.OnExit"
        },
        "OnInput": {
          "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.OnInput"
        },
        "StateName": {
          "type": "string"
        }
      },
      "required": [
        "StateName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::DetectorModel.TransitionEvent": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::IoTEvents::DetectorModel.Action"
          },
          "type": "array"
        },
        "Condition": {
          "type": "string"
        },
        "EventName": {
          "type": "string"
        },
        "NextState": {
          "type": "string"
        }
      },
      "required": [
        "Condition",
        "EventName",
        "NextState"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::Input": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InputDefinition": {
              "$ref": "#/$defs/AWS::IoTEvents::Input.InputDefinition"
            },
            "InputDescription": {
              "type": "string"
            },
            "InputName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "InputDefinition"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTEvents::Input"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::Input.Attribute": {
      "type": "object",
      "properties": {
        "JsonPath": {
          "type": "string"
        }
      },
      "required": [
        "JsonPath"
      ],
      "additionalProperties": false
    },
    "AWS::IoTEvents::Input.InputDefinition": {
      "type": "object",
      "properties": {
        "Attributes": {
          "items": {
            "$ref": "#/$defs/AWS::IoTEvents::Input.Attribute"
          },
          "type": "array"
        }
      },
      "required": [
        "Attributes"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetHub::Application": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationDescription": {
              "type": "string"
            },
            "ApplicationName": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ApplicationName",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTFleetHub::Application"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::Campaign": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Action": {
              "type": "string"
            },
            "CollectionScheme": {
              "$ref": "#/$defs/AWS::IoTFleetWise::Campaign.CollectionScheme"
            },
            "Compression": {
              "type": "string"
            },
            "DataDestinationConfigs": {
              "items": {
                "$ref": "#/$defs/AWS::IoTFleetWise::Campaign.DataDestinationConfig"
              },
              "type": "array"
            },
            "DataExtraDimensions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "DiagnosticsMode": {
              "type": "string"
            },
            "ExpiryTime": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "PostTriggerCollectionDuration": {
              "type": "number"
            },
            "Priority": {
              "type": "number"
            },
            "SignalCatalogArn": {
              "type": "string"
            },
            "SignalsToCollect": {
              "items": {
                "$ref": "#/$defs/AWS::IoTFleetWise::Campaign.SignalInformation"
              },
              "type": "array"
            },
            "SpoolingMode": {
              "type": "string"
            },
            "StartTime": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetArn": {
              "type": "string"
            }
          },
          "required": [
            "Action",
            "CollectionScheme",
            "Name",
            "SignalCatalogArn",
            "TargetArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTFleetWise::Campaign"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::Campaign.CollectionScheme": {
      "type": "object",
      "properties": {
        "ConditionBasedCollectionScheme": {
          "$ref": "#/$defs/AWS::IoTFleetWise::Campaign.ConditionBasedCollectionScheme"
        },
        "TimeBasedCollectionScheme": {
          "$ref": "#/$defs/AWS::IoTFleetWise::Campaign.TimeBasedCollectionScheme"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::Campaign.ConditionBasedCollectionScheme": {
      "type": "object",
      "properties": {
        "ConditionLanguageVersion": {
          "type": "number"
        },
        "Expression": {
          "type": "string"
        },
        "MinimumTriggerIntervalMs": {
          "type": "number"
        },
        "TriggerMode": {
          "type": "string"
        }
      },
      "required": [
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::Campaign.DataDestinationConfig": {
      "type": "object",
      "properties": {
        "S3Config": {
          "$ref": "#/$defs/AWS::IoTFleetWise::Campaign.S3Config"
        },
        "TimestreamConfig": {
          "$ref": "#/$defs/AWS::IoTFleetWise::Campaign.TimestreamConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::Campaign.S3Config": {
      "type": "object",
      "properties": {
        "BucketArn": {
          "type": "string"
        },
        "DataFormat": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "StorageCompressionFormat": {
          "type": "string"
        }
      },
      "required": [
        "BucketArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::Campaign.SignalInformation": {
      "type": "object",
      "properties": {
        "MaxSampleCount": {
          "type": "number"
        },
        "MinimumSamplingIntervalMs": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::Campaign.TimeBasedCollectionScheme": {
      "type": "object",
      "properties": {
        "PeriodMs": {
          "type": "number"
        }
      },
      "required": [
        "PeriodMs"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::Campaign.TimestreamConfig": {
      "type": "object",
      "properties": {
        "ExecutionRoleArn": {
          "type": "string"
        },
        "TimestreamTableArn": {
          "type": "string"
        }
      },
      "required": [
        "ExecutionRoleArn",
        "TimestreamTableArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::DecoderManifest": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "ModelManifestArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "NetworkInterfaces": {
              "items": {
                "$ref": "#/$defs/AWS::IoTFleetWise::DecoderManifest.NetworkInterfacesItems"
              },
              "type": "array"
            },
            "SignalDecoders": {
              "items": {
                "$ref": "#/$defs/AWS::IoTFleetWise::DecoderManifest.SignalDecodersItems"
              },
              "type": "array"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ModelManifestArn",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTFleetWise::DecoderManifest"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::DecoderManifest.CanInterface": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "ProtocolName": {
          "type": "string"
        },
        "ProtocolVersion": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::DecoderManifest.CanSignal": {
      "type": "object",
      "properties": {
        "Factor": {
          "type": "string"
        },
        "IsBigEndian": {
          "type": "string"
        },
        "IsSigned": {
          "type": "string"
        },
        "Length": {
          "type": "string"
        },
        "MessageId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Offset": {
          "type": "string"
        },
        "StartBit": {
          "type": "string"
        }
      },
      "required": [
        "Factor",
        "IsBigEndian",
        "IsSigned",
        "Length",
        "MessageId",
        "Offset",
        "StartBit"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::DecoderManifest.NetworkInterfacesItems": {
      "type": "object",
      "properties": {
        "CanInterface": {
          "$ref": "#/$defs/AWS::IoTFleetWise::DecoderManifest.CanInterface"
        },
        "InterfaceId": {
          "type": "string"
        },
        "ObdInterface": {
          "$ref": "#/$defs/AWS::IoTFleetWise::DecoderManifest.ObdInterface"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "InterfaceId",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::DecoderManifest.ObdInterface": {
      "type": "object",
      "properties": {
        "DtcRequestIntervalSeconds": {
          "type": "string"
        },
        "HasTransmissionEcu": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "ObdStandard": {
          "type": "string"
        },
        "PidRequestIntervalSeconds": {
          "type": "string"
        },
        "RequestMessageId": {
          "type": "string"
        },
        "UseExtendedIds": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "RequestMessageId"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::DecoderManifest.ObdSignal": {
      "type": "object",
      "properties": {
        "BitMaskLength": {
          "type": "string"
        },
        "BitRightShift": {
          "type": "string"
        },
        "ByteLength": {
          "type": "string"
        },
        "Offset": {
          "type": "string"
        },
        "Pid": {
          "type": "string"
        },
        "PidResponseLength": {
          "type": "string"
        },
        "Scaling": {
          "type": "string"
        },
        "ServiceMode": {
          "type": "string"
        },
        "StartByte": {
          "type": "string"
        }
      },
      "required": [
        "ByteLength",
        "Offset",
        "Pid",
        "PidResponseLength",
        "Scaling",
        "ServiceMode",
        "StartByte"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::DecoderManifest.SignalDecodersItems": {
      "type": "object",
      "properties": {
        "CanSignal": {
          "$ref": "#/$defs/AWS::IoTFleetWise::DecoderManifest.CanSignal"
        },
        "FullyQualifiedName": {
          "type": "string"
        },
        "InterfaceId": {
          "type": "string"
        },
        "ObdSignal": {
          "$ref": "#/$defs/AWS::IoTFleetWise::DecoderManifest.ObdSignal"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "FullyQualifiedName",
        "InterfaceId",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::Fleet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Id": {
              "type": "string"
            },
            "SignalCatalogArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Id",
            "SignalCatalogArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTFleetWise::Fleet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::ModelManifest": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Nodes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SignalCatalogArn": {
              "type": "string"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "SignalCatalogArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTFleetWise::ModelManifest"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::SignalCatalog": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "NodeCounts": {
              "$ref": "#/$defs/AWS::IoTFleetWise::SignalCatalog.NodeCounts"
            },
            "Nodes": {
              "items": {
                "$ref": "#/$defs/AWS::IoTFleetWise::SignalCatalog.Node"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTFleetWise::SignalCatalog"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::SignalCatalog.Actuator": {
      "type": "object",
      "properties": {
        "AllowedValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AssignedValue": {
          "type": "string"
        },
        "DataType": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "FullyQualifiedName": {
          "type": "string"
        },
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        },
        "Unit": {
          "type": "string"
        }
      },
      "required": [
        "DataType",
        "FullyQualifiedName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::SignalCatalog.Attribute": {
      "type": "object",
      "properties": {
        "AllowedValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AssignedValue": {
          "type": "string"
        },
        "DataType": {
          "type": "string"
        },
        "DefaultValue": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "FullyQualifiedName": {
          "type": "string"
        },
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        },
        "Unit": {
          "type": "string"
        }
      },
      "required": [
        "DataType",
        "FullyQualifiedName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::SignalCatalog.Branch": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "FullyQualifiedName": {
          "type": "string"
        }
      },
      "required": [
        "FullyQualifiedName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::SignalCatalog.Node": {
      "type": "object",
      "properties": {
        "Actuator": {
          "$ref": "#/$defs/AWS::IoTFleetWise::SignalCatalog.Actuator"
        },
        "Attribute": {
          "$ref": "#/$defs/AWS::IoTFleetWise::SignalCatalog.Attribute"
        },
        "Branch": {
          "$ref": "#/$defs/AWS::IoTFleetWise::SignalCatalog.Branch"
        },
        "Sensor": {
          "$ref": "#/$defs/AWS::IoTFleetWise::SignalCatalog.Sensor"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::SignalCatalog.NodeCounts": {
      "type": "object",
      "properties": {
        "TotalActuators": {
          "type": "number"
        },
        "TotalAttributes": {
          "type": "number"
        },
        "TotalBranches": {
          "type": "number"
        },
        "TotalNodes": {
          "type": "number"
        },
        "TotalSensors": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::SignalCatalog.Sensor": {
      "type": "object",
      "properties": {
        "AllowedValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DataType": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "FullyQualifiedName": {
          "type": "string"
        },
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        },
        "Unit": {
          "type": "string"
        }
      },
      "required": [
        "DataType",
        "FullyQualifiedName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTFleetWise::Vehicle": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssociationBehavior": {
              "type": "string"
            },
            "Attributes": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "DecoderManifestArn": {
              "type": "string"
            },
            "ModelManifestArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DecoderManifestArn",
            "ModelManifestArn",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTFleetWise::Vehicle"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AccessPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessPolicyIdentity": {
              "$ref": "#/$defs/AWS::IoTSiteWise::AccessPolicy.AccessPolicyIdentity"
            },
            "AccessPolicyPermission": {
              "type": "string"
            },
            "AccessPolicyResource": {
              "$ref": "#/$defs/AWS::IoTSiteWise::AccessPolicy.AccessPolicyResource"
            }
          },
          "required": [
            "AccessPolicyIdentity",
            "AccessPolicyPermission",
            "AccessPolicyResource"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTSiteWise::AccessPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AccessPolicy.AccessPolicyIdentity": {
      "type": "object",
      "properties": {
        "IamRole": {
          "$ref": "#/$defs/AWS::IoTSiteWise::AccessPolicy.IamRole"
        },
        "IamUser": {
          "$ref": "#/$defs/AWS::IoTSiteWise::AccessPolicy.IamUser"
        },
        "User": {
          "$ref": "#/$defs/AWS::IoTSiteWise::AccessPolicy.User"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AccessPolicy.AccessPolicyResource": {
      "type": "object",
      "properties": {
        "Portal": {
          "$ref": "#/$defs/AWS::IoTSiteWise::AccessPolicy.Portal"
        },
        "Project": {
          "$ref": "#/$defs/AWS::IoTSiteWise::AccessPolicy.Project"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AccessPolicy.IamRole": {
      "type": "object",
      "properties": {
        "arn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AccessPolicy.IamUser": {
      "type": "object",
      "properties": {
        "arn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AccessPolicy.Portal": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AccessPolicy.Project": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AccessPolicy.User": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::Asset": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssetDescription": {
              "type": "string"
            },
            "AssetExternalId": {
              "type": "string"
            },
            "AssetHierarchies": {
              "items": {
                "$ref": "#/$defs/AWS::IoTSiteWise::Asset.AssetHierarchy"
              },
              "type": "array"
            },
            "AssetModelId": {
              "type": "string"
            },
            "AssetName": {
              "type": "string"
            },
            "AssetProperties": {
              "items": {
                "$ref": "#/$defs/AWS::IoTSiteWise::Asset.AssetProperty"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AssetModelId",
            "AssetName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTSiteWise::Asset"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::Asset.AssetHierarchy": {
      "type": "object",
      "properties": {
        "ChildAssetId": {
          "type": "string"
        },
        "ExternalId": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "LogicalId": {
          "type": "string"
        }
      },
      "required": [
        "ChildAssetId"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::Asset.AssetProperty": {
      "type": "object",
      "properties": {
        "Alias": {
          "type": "string"
        },
        "ExternalId": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "LogicalId": {
          "type": "string"
        },
        "NotificationState": {
          "type": "string"
        },
        "Unit": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AssetModel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssetModelCompositeModels": {
              "items": {
                "$ref": "#/$defs/AWS::IoTSiteWise::AssetModel.AssetModelCompositeModel"
              },
              "type": "array"
            },
            "AssetModelDescription": {
              "type": "string"
            },
            "AssetModelExternalId": {
              "type": "string"
            },
            "AssetModelHierarchies": {
              "items": {
                "$ref": "#/$defs/AWS::IoTSiteWise::AssetModel.AssetModelHierarchy"
              },
              "type": "array"
            },
            "AssetModelName": {
              "type": "string"
            },
            "AssetModelProperties": {
              "items": {
                "$ref": "#/$defs/AWS::IoTSiteWise::AssetModel.AssetModelProperty"
              },
              "type": "array"
            },
            "AssetModelType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AssetModelName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTSiteWise::AssetModel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AssetModel.AssetModelCompositeModel": {
      "type": "object",
      "properties": {
        "ComposedAssetModelId": {
          "type": "string"
        },
        "CompositeModelProperties": {
          "items": {
            "$ref": "#/$defs/AWS::IoTSiteWise::AssetModel.AssetModelProperty"
          },
          "type": "array"
        },
        "Description": {
          "type": "string"
        },
        "ExternalId": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "ParentAssetModelCompositeModelExternalId": {
          "type": "string"
        },
        "Path": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AssetModel.AssetModelHierarchy": {
      "type": "object",
      "properties": {
        "ChildAssetModelId": {
          "type": "string"
        },
        "ExternalId": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "LogicalId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "ChildAssetModelId",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AssetModel.AssetModelProperty": {
      "type": "object",
      "properties": {
        "DataType": {
          "type": "string"
        },
        "DataTypeSpec": {
          "type": "string"
        },
        "ExternalId": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "LogicalId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Type": {
          "$ref": "#/$defs/AWS::IoTSiteWise::AssetModel.PropertyType"
        },
        "Unit": {
          "type": "string"
        }
      },
      "required": [
        "DataType",
        "Name",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AssetModel.Attribute": {
      "type": "object",
      "properties": {
        "DefaultValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AssetModel.ExpressionVariable": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::IoTSiteWise::AssetModel.VariableValue"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AssetModel.Metric": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "Variables": {
          "items": {
            "$ref": "#/$defs/AWS::IoTSiteWise::AssetModel.ExpressionVariable"
          },
          "type": "array"
        },
        "Window": {
          "$ref": "#/$defs/AWS::IoTSiteWise::AssetModel.MetricWindow"
        }
      },
      "required": [
        "Expression",
        "Variables",
        "Window"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AssetModel.MetricWindow": {
      "type": "object",
      "properties": {
        "Tumbling": {
          "$ref": "#/$defs/AWS::IoTSiteWise::AssetModel.TumblingWindow"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AssetModel.PropertyPathDefinition": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AssetModel.PropertyType": {
      "type": "object",
      "properties": {
        "Attribute": {
          "$ref": "#/$defs/AWS::IoTSiteWise::AssetModel.Attribute"
        },
        "Metric": {
          "$ref": "#/$defs/AWS::IoTSiteWise::AssetModel.Metric"
        },
        "Transform": {
          "$ref": "#/$defs/AWS::IoTSiteWise::AssetModel.Transform"
        },
        "TypeName": {
          "type": "string"
        }
      },
      "required": [
        "TypeName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AssetModel.Transform": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "Variables": {
          "items": {
            "$ref": "#/$defs/AWS::IoTSiteWise::AssetModel.ExpressionVariable"
          },
          "type": "array"
        }
      },
      "required": [
        "Expression",
        "Variables"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AssetModel.TumblingWindow": {
      "type": "object",
      "properties": {
        "Interval": {
          "type": "string"
        },
        "Offset": {
          "type": "string"
        }
      },
      "required": [
        "Interval"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::AssetModel.VariableValue": {
      "type": "object",
      "properties": {
        "HierarchyExternalId": {
          "type": "string"
        },
        "HierarchyId": {
          "type": "string"
        },
        "HierarchyLogicalId": {
          "type": "string"
        },
        "PropertyExternalId": {
          "type": "string"
        },
        "PropertyId": {
          "type": "string"
        },
        "PropertyLogicalId": {
          "type": "string"
        },
        "PropertyPath": {
          "items": {
            "$ref": "#/$defs/AWS::IoTSiteWise::AssetModel.PropertyPathDefinition"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::Dashboard": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DashboardDefinition": {
              "type": "string"
            },
            "DashboardDescription": {
              "type": "string"
            },
            "DashboardName": {
              "type": "string"
            },
            "ProjectId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DashboardDefinition",
            "DashboardDescription",
            "DashboardName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTSiteWise::Dashboard"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::Gateway": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "GatewayCapabilitySummaries": {
              "items": {
                "$ref": "#/$defs/AWS::IoTSiteWise::Gateway.GatewayCapabilitySummary"
              },
              "type": "array"
            },
            "GatewayName": {
              "type": "string"
            },
            "GatewayPlatform": {
              "$ref": "#/$defs/AWS::IoTSiteWise::Gateway.GatewayPlatform"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "GatewayName",
            "GatewayPlatform"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTSiteWise::Gateway"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::Gateway.GatewayCapabilitySummary": {
      "type": "object",
      "properties": {
        "CapabilityConfiguration": {
          "type": "string"
        },
        "CapabilityNamespace": {
          "type": "string"
        }
      },
      "required": [
        "CapabilityNamespace"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::Gateway.GatewayPlatform": {
      "type": "object",
      "properties": {
        "Greengrass": {
          "$ref": "#/$defs/AWS::IoTSiteWise::Gateway.Greengrass"
        },
        "GreengrassV2": {
          "$ref": "#/$defs/AWS::IoTSiteWise::Gateway.GreengrassV2"
        },
        "SiemensIE": {
          "$ref": "#/$defs/AWS::IoTSiteWise::Gateway.SiemensIE"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::Gateway.Greengrass": {
      "type": "object",
      "properties": {
        "GroupArn": {
          "type": "string"
        }
      },
      "required": [
        "GroupArn"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::Gateway.GreengrassV2": {
      "type": "object",
      "properties": {
        "CoreDeviceThingName": {
          "type": "string"
        }
      },
      "required": [
        "CoreDeviceThingName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::Gateway.SiemensIE": {
      "type": "object",
      "properties": {
        "IotCoreThingName": {
          "type": "string"
        }
      },
      "required": [
        "IotCoreThingName"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::Portal": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Alarms": {
              "$ref": "#/$defs/AWS::IoTSiteWise::Portal.Alarms"
            },
            "NotificationSenderEmail": {
              "type": "string"
            },
            "PortalAuthMode": {
              "type": "string"
            },
            "PortalContactEmail": {
              "type": "string"
            },
            "PortalDescription": {
              "type": "string"
            },
            "PortalName": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "PortalContactEmail",
            "PortalName",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTSiteWise::Portal"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::Portal.Alarms": {
      "type": "object",
      "properties": {
        "AlarmRoleArn": {
          "type": "string"
        },
        "NotificationLambdaArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTSiteWise::Project": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PortalId": {
              "type": "string"
            },
            "ProjectDescription": {
              "type": "string"
            },
            "ProjectName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "PortalId",
            "ProjectName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTSiteWise::Project"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTThingsGraph::FlowTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CompatibleNamespaceVersion": {
              "type": "number"
            },
            "Definition": {
              "$ref": "#/$defs/AWS::IoTThingsGraph::FlowTemplate.DefinitionDocument"
            }
          },
          "required": [
            "Definition"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTThingsGraph::FlowTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTThingsGraph::FlowTemplate.DefinitionDocument": {
      "type": "object",
      "properties": {
        "Language": {
          "type": "string"
        },
        "Text": {
          "type": "string"
        }
      },
      "required": [
        "Language",
        "Text"
      ],
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::ComponentType": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ComponentTypeId": {
              "type": "string"
            },
            "CompositeComponentTypes": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType.CompositeComponentType"
                }
              }
            },
            "Description": {
              "type": "string"
            },
            "ExtendsFrom": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Functions": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType.Function"
                }
              }
            },
            "IsSingleton": {
              "type": "boolean"
            },
            "PropertyDefinitions": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType.PropertyDefinition"
                }
              }
            },
            "PropertyGroups": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType.PropertyGroup"
                }
              }
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "WorkspaceId": {
              "type": "string"
            }
          },
          "required": [
            "ComponentTypeId",
            "WorkspaceId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTTwinMaker::ComponentType"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::ComponentType.CompositeComponentType": {
      "type": "object",
      "properties": {
        "ComponentTypeId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::ComponentType.DataConnector": {
      "type": "object",
      "properties": {
        "IsNative": {
          "type": "boolean"
        },
        "Lambda": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType.LambdaFunction"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::ComponentType.DataType": {
      "type": "object",
      "properties": {
        "AllowedValues": {
          "items": {
            "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType.DataValue"
          },
          "type": "array"
        },
        "NestedType": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType.DataType"
        },
        "Relationship": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType.Relationship"
        },
        "Type": {
          "type": "string"
        },
        "UnitOfMeasure": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::ComponentType.DataValue": {
      "type": "object",
      "properties": {
        "BooleanValue": {
          "type": "boolean"
        },
        "DoubleValue": {
          "type": "number"
        },
        "Expression": {
          "type": "string"
        },
        "IntegerValue": {
          "type": "number"
        },
        "ListValue": {
          "items": {
            "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType.DataValue"
          },
          "type": "array"
        },
        "LongValue": {
          "type": "number"
        },
        "MapValue": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType.DataValue"
            }
          }
        },
        "RelationshipValue": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType.RelationshipValue"
        },
        "StringValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::ComponentType.Error": {
      "type": "object",
      "properties": {
        "Code": {
          "type": "string"
        },
        "Message": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::ComponentType.Function": {
      "type": "object",
      "properties": {
        "ImplementedBy": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType.DataConnector"
        },
        "RequiredProperties": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Scope": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::ComponentType.LambdaFunction": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        }
      },
      "required": [
        "Arn"
      ],
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::ComponentType.PropertyDefinition": {
      "type": "object",
      "properties": {
        "Configurations": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "DataType": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType.DataType"
        },
        "DefaultValue": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType.DataValue"
        },
        "IsExternalId": {
          "type": "boolean"
        },
        "IsRequiredInEntity": {
          "type": "boolean"
        },
        "IsStoredExternally": {
          "type": "boolean"
        },
        "IsTimeSeries": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::ComponentType.PropertyGroup": {
      "type": "object",
      "properties": {
        "GroupType": {
          "type": "string"
        },
        "PropertyNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::ComponentType.Relationship": {
      "type": "object",
      "properties": {
        "RelationshipType": {
          "type": "string"
        },
        "TargetComponentTypeId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::ComponentType.RelationshipValue": {
      "type": "object",
      "properties": {
        "TargetComponentName": {
          "type": "string"
        },
        "TargetEntityId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::ComponentType.Status": {
      "type": "object",
      "properties": {
        "Error": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::ComponentType.Error"
        },
        "State": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::Entity": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Components": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.Component"
                }
              }
            },
            "CompositeComponents": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.CompositeComponent"
                }
              }
            },
            "Description": {
              "type": "string"
            },
            "EntityId": {
              "type": "string"
            },
            "EntityName": {
              "type": "string"
            },
            "ParentEntityId": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "WorkspaceId": {
              "type": "string"
            }
          },
          "required": [
            "EntityName",
            "WorkspaceId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTTwinMaker::Entity"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::Entity.Component": {
      "type": "object",
      "properties": {
        "ComponentName": {
          "type": "string"
        },
        "ComponentTypeId": {
          "type": "string"
        },
        "DefinedIn": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "Properties": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.Property"
            }
          }
        },
        "PropertyGroups": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.PropertyGroup"
            }
          }
        },
        "Status": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.Status"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::Entity.CompositeComponent": {
      "type": "object",
      "properties": {
        "ComponentName": {
          "type": "string"
        },
        "ComponentPath": {
          "type": "string"
        },
        "ComponentTypeId": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "Properties": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.Property"
            }
          }
        },
        "PropertyGroups": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.PropertyGroup"
            }
          }
        },
        "Status": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.Status"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::Entity.DataType": {
      "type": "object",
      "properties": {
        "AllowedValues": {
          "items": {
            "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.DataValue"
          },
          "type": "array"
        },
        "NestedType": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.DataType"
        },
        "Relationship": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.Relationship"
        },
        "Type": {
          "type": "string"
        },
        "UnitOfMeasure": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::Entity.DataValue": {
      "type": "object",
      "properties": {
        "BooleanValue": {
          "type": "boolean"
        },
        "DoubleValue": {
          "type": "number"
        },
        "Expression": {
          "type": "string"
        },
        "IntegerValue": {
          "type": "number"
        },
        "ListValue": {
          "items": {
            "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.DataValue"
          },
          "type": "array"
        },
        "LongValue": {
          "type": "number"
        },
        "MapValue": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.DataValue"
            }
          }
        },
        "RelationshipValue": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.RelationshipValue"
        },
        "StringValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::Entity.Definition": {
      "type": "object",
      "properties": {
        "Configuration": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "DataType": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.DataType"
        },
        "DefaultValue": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.DataValue"
        },
        "IsExternalId": {
          "type": "boolean"
        },
        "IsFinal": {
          "type": "boolean"
        },
        "IsImported": {
          "type": "boolean"
        },
        "IsInherited": {
          "type": "boolean"
        },
        "IsRequiredInEntity": {
          "type": "boolean"
        },
        "IsStoredExternally": {
          "type": "boolean"
        },
        "IsTimeSeries": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::Entity.Error": {
      "type": "object",
      "properties": {
        "Code": {
          "type": "string"
        },
        "Message": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::Entity.Property": {
      "type": "object",
      "properties": {
        "Definition": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.Definition"
        },
        "Value": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.DataValue"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::Entity.PropertyGroup": {
      "type": "object",
      "properties": {
        "GroupType": {
          "type": "string"
        },
        "PropertyNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::Entity.Relationship": {
      "type": "object",
      "properties": {
        "RelationshipType": {
          "type": "string"
        },
        "TargetComponentTypeId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::Entity.RelationshipValue": {
      "type": "object",
      "properties": {
        "TargetComponentName": {
          "type": "string"
        },
        "TargetEntityId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::Entity.Status": {
      "type": "object",
      "properties": {
        "Error": {
          "$ref": "#/$defs/AWS::IoTTwinMaker::Entity.Error"
        },
        "State": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::Scene": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Capabilities": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ContentLocation": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "SceneId": {
              "type": "string"
            },
            "SceneMetadata": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "WorkspaceId": {
              "type": "string"
            }
          },
          "required": [
            "ContentLocation",
            "SceneId",
            "WorkspaceId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTTwinMaker::Scene"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::SyncJob": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "SyncRole": {
              "type": "string"
            },
            "SyncSource": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "WorkspaceId": {
              "type": "string"
            }
          },
          "required": [
            "SyncRole",
            "SyncSource",
            "WorkspaceId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTTwinMaker::SyncJob"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTTwinMaker::Workspace": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Role": {
              "type": "string"
            },
            "S3Location": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "WorkspaceId": {
              "type": "string"
            }
          },
          "required": [
            "Role",
            "S3Location",
            "WorkspaceId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTTwinMaker::Workspace"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::Destination": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Expression": {
              "type": "string"
            },
            "ExpressionType": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Expression",
            "ExpressionType",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTWireless::Destination"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::DeviceProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LoRaWAN": {
              "$ref": "#/$defs/AWS::IoTWireless::DeviceProfile.LoRaWANDeviceProfile"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTWireless::DeviceProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::DeviceProfile.LoRaWANDeviceProfile": {
      "type": "object",
      "properties": {
        "ClassBTimeout": {
          "type": "number"
        },
        "ClassCTimeout": {
          "type": "number"
        },
        "FactoryPresetFreqsList": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "MacVersion": {
          "type": "string"
        },
        "MaxDutyCycle": {
          "type": "number"
        },
        "MaxEirp": {
          "type": "number"
        },
        "PingSlotDr": {
          "type": "number"
        },
        "PingSlotFreq": {
          "type": "number"
        },
        "PingSlotPeriod": {
          "type": "number"
        },
        "RegParamsRevision": {
          "type": "string"
        },
        "RfRegion": {
          "type": "string"
        },
        "RxDataRate2": {
          "type": "number"
        },
        "RxDelay1": {
          "type": "number"
        },
        "RxDrOffset1": {
          "type": "number"
        },
        "RxFreq2": {
          "type": "number"
        },
        "Supports32BitFCnt": {
          "type": "boolean"
        },
        "SupportsClassB": {
          "type": "boolean"
        },
        "SupportsClassC": {
          "type": "boolean"
        },
        "SupportsJoin": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTWireless::FuotaTask": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssociateMulticastGroup": {
              "type": "string"
            },
            "AssociateWirelessDevice": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DisassociateMulticastGroup": {
              "type": "string"
            },
            "DisassociateWirelessDevice": {
              "type": "string"
            },
            "FirmwareUpdateImage": {
              "type": "string"
            },
            "FirmwareUpdateRole": {
              "type": "string"
            },
            "LoRaWAN": {
              "$ref": "#/$defs/AWS::IoTWireless::FuotaTask.LoRaWAN"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "FirmwareUpdateImage",
            "FirmwareUpdateRole",
            "LoRaWAN"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTWireless::FuotaTask"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::FuotaTask.LoRaWAN": {
      "type": "object",
      "properties": {
        "RfRegion": {
          "type": "string"
        },
        "StartTime": {
          "type": "string"
        }
      },
      "required": [
        "RfRegion"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::MulticastGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssociateWirelessDevice": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DisassociateWirelessDevice": {
              "type": "string"
            },
            "LoRaWAN": {
              "$ref": "#/$defs/AWS::IoTWireless::MulticastGroup.LoRaWAN"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "LoRaWAN"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTWireless::MulticastGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::MulticastGroup.LoRaWAN": {
      "type": "object",
      "properties": {
        "DlClass": {
          "type": "string"
        },
        "NumberOfDevicesInGroup": {
          "type": "number"
        },
        "NumberOfDevicesRequested": {
          "type": "number"
        },
        "RfRegion": {
          "type": "string"
        }
      },
      "required": [
        "DlClass",
        "RfRegion"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::NetworkAnalyzerConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TraceContent": {
              "$ref": "#/$defs/AWS::IoTWireless::NetworkAnalyzerConfiguration.TraceContent"
            },
            "WirelessDevices": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "WirelessGateways": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTWireless::NetworkAnalyzerConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::NetworkAnalyzerConfiguration.TraceContent": {
      "type": "object",
      "properties": {
        "LogLevel": {
          "type": "string"
        },
        "WirelessDeviceFrameInfo": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTWireless::PartnerAccount": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccountLinked": {
              "type": "boolean"
            },
            "PartnerAccountId": {
              "type": "string"
            },
            "PartnerType": {
              "type": "string"
            },
            "Sidewalk": {
              "$ref": "#/$defs/AWS::IoTWireless::PartnerAccount.SidewalkAccountInfo"
            },
            "SidewalkResponse": {
              "$ref": "#/$defs/AWS::IoTWireless::PartnerAccount.SidewalkAccountInfoWithFingerprint"
            },
            "SidewalkUpdate": {
              "$ref": "#/$defs/AWS::IoTWireless::PartnerAccount.SidewalkUpdateAccount"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTWireless::PartnerAccount"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::PartnerAccount.SidewalkAccountInfo": {
      "type": "object",
      "properties": {
        "AppServerPrivateKey": {
          "type": "string"
        }
      },
      "required": [
        "AppServerPrivateKey"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::PartnerAccount.SidewalkAccountInfoWithFingerprint": {
      "type": "object",
      "properties": {
        "AmazonId": {
          "type": "string"
        },
        "Arn": {
          "type": "string"
        },
        "Fingerprint": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTWireless::PartnerAccount.SidewalkUpdateAccount": {
      "type": "object",
      "properties": {
        "AppServerPrivateKey": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTWireless::ServiceProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LoRaWAN": {
              "$ref": "#/$defs/AWS::IoTWireless::ServiceProfile.LoRaWANServiceProfile"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTWireless::ServiceProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::ServiceProfile.LoRaWANServiceProfile": {
      "type": "object",
      "properties": {
        "AddGwMetadata": {
          "type": "boolean"
        },
        "ChannelMask": {
          "type": "string"
        },
        "DevStatusReqFreq": {
          "type": "number"
        },
        "DlBucketSize": {
          "type": "number"
        },
        "DlRate": {
          "type": "number"
        },
        "DlRatePolicy": {
          "type": "string"
        },
        "DrMax": {
          "type": "number"
        },
        "DrMin": {
          "type": "number"
        },
        "HrAllowed": {
          "type": "boolean"
        },
        "MinGwDiversity": {
          "type": "number"
        },
        "NwkGeoLoc": {
          "type": "boolean"
        },
        "PrAllowed": {
          "type": "boolean"
        },
        "RaAllowed": {
          "type": "boolean"
        },
        "ReportDevStatusBattery": {
          "type": "boolean"
        },
        "ReportDevStatusMargin": {
          "type": "boolean"
        },
        "TargetPer": {
          "type": "number"
        },
        "UlBucketSize": {
          "type": "number"
        },
        "UlRate": {
          "type": "number"
        },
        "UlRatePolicy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTWireless::TaskDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoCreateTasks": {
              "type": "boolean"
            },
            "LoRaWANUpdateGatewayTaskEntry": {
              "$ref": "#/$defs/AWS::IoTWireless::TaskDefinition.LoRaWANUpdateGatewayTaskEntry"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TaskDefinitionType": {
              "type": "string"
            },
            "Update": {
              "$ref": "#/$defs/AWS::IoTWireless::TaskDefinition.UpdateWirelessGatewayTaskCreate"
            }
          },
          "required": [
            "AutoCreateTasks"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTWireless::TaskDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::TaskDefinition.LoRaWANGatewayVersion": {
      "type": "object",
      "properties": {
        "Model": {
          "type": "string"
        },
        "PackageVersion": {
          "type": "string"
        },
        "Station": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTWireless::TaskDefinition.LoRaWANUpdateGatewayTaskCreate": {
      "type": "object",
      "properties": {
        "CurrentVersion": {
          "$ref": "#/$defs/AWS::IoTWireless::TaskDefinition.LoRaWANGatewayVersion"
        },
        "SigKeyCrc": {
          "type": "number"
        },
        "UpdateSignature": {
          "type": "string"
        },
        "UpdateVersion": {
          "$ref": "#/$defs/AWS::IoTWireless::TaskDefinition.LoRaWANGatewayVersion"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTWireless::TaskDefinition.LoRaWANUpdateGatewayTaskEntry": {
      "type": "object",
      "properties": {
        "CurrentVersion": {
          "$ref": "#/$defs/AWS::IoTWireless::TaskDefinition.LoRaWANGatewayVersion"
        },
        "UpdateVersion": {
          "$ref": "#/$defs/AWS::IoTWireless::TaskDefinition.LoRaWANGatewayVersion"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTWireless::TaskDefinition.UpdateWirelessGatewayTaskCreate": {
      "type": "object",
      "properties": {
        "LoRaWAN": {
          "$ref": "#/$defs/AWS::IoTWireless::TaskDefinition.LoRaWANUpdateGatewayTaskCreate"
        },
        "UpdateDataRole": {
          "type": "string"
        },
        "UpdateDataSource": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTWireless::WirelessDevice": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DestinationName": {
              "type": "string"
            },
            "LastUplinkReceivedAt": {
              "type": "string"
            },
            "LoRaWAN": {
              "$ref": "#/$defs/AWS::IoTWireless::WirelessDevice.LoRaWANDevice"
            },
            "Name": {
              "type": "string"
            },
            "Positioning": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "ThingArn": {
              "type": "string"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "DestinationName",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTWireless::WirelessDevice"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::WirelessDevice.AbpV10x": {
      "type": "object",
      "properties": {
        "DevAddr": {
          "type": "string"
        },
        "SessionKeys": {
          "$ref": "#/$defs/AWS::IoTWireless::WirelessDevice.SessionKeysAbpV10x"
        }
      },
      "required": [
        "DevAddr",
        "SessionKeys"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::WirelessDevice.AbpV11": {
      "type": "object",
      "properties": {
        "DevAddr": {
          "type": "string"
        },
        "SessionKeys": {
          "$ref": "#/$defs/AWS::IoTWireless::WirelessDevice.SessionKeysAbpV11"
        }
      },
      "required": [
        "DevAddr",
        "SessionKeys"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::WirelessDevice.Application": {
      "type": "object",
      "properties": {
        "DestinationName": {
          "type": "string"
        },
        "FPort": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTWireless::WirelessDevice.FPorts": {
      "type": "object",
      "properties": {
        "Applications": {
          "items": {
            "$ref": "#/$defs/AWS::IoTWireless::WirelessDevice.Application"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTWireless::WirelessDevice.LoRaWANDevice": {
      "type": "object",
      "properties": {
        "AbpV10x": {
          "$ref": "#/$defs/AWS::IoTWireless::WirelessDevice.AbpV10x"
        },
        "AbpV11": {
          "$ref": "#/$defs/AWS::IoTWireless::WirelessDevice.AbpV11"
        },
        "DevEui": {
          "type": "string"
        },
        "DeviceProfileId": {
          "type": "string"
        },
        "FPorts": {
          "$ref": "#/$defs/AWS::IoTWireless::WirelessDevice.FPorts"
        },
        "OtaaV10x": {
          "$ref": "#/$defs/AWS::IoTWireless::WirelessDevice.OtaaV10x"
        },
        "OtaaV11": {
          "$ref": "#/$defs/AWS::IoTWireless::WirelessDevice.OtaaV11"
        },
        "ServiceProfileId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTWireless::WirelessDevice.OtaaV10x": {
      "type": "object",
      "properties": {
        "AppEui": {
          "type": "string"
        },
        "AppKey": {
          "type": "string"
        }
      },
      "required": [
        "AppEui",
        "AppKey"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::WirelessDevice.OtaaV11": {
      "type": "object",
      "properties": {
        "AppKey": {
          "type": "string"
        },
        "JoinEui": {
          "type": "string"
        },
        "NwkKey": {
          "type": "string"
        }
      },
      "required": [
        "AppKey",
        "JoinEui",
        "NwkKey"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::WirelessDevice.SessionKeysAbpV10x": {
      "type": "object",
      "properties": {
        "AppSKey": {
          "type": "string"
        },
        "NwkSKey": {
          "type": "string"
        }
      },
      "required": [
        "AppSKey",
        "NwkSKey"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::WirelessDevice.SessionKeysAbpV11": {
      "type": "object",
      "properties": {
        "AppSKey": {
          "type": "string"
        },
        "FNwkSIntKey": {
          "type": "string"
        },
        "NwkSEncKey": {
          "type": "string"
        },
        "SNwkSIntKey": {
          "type": "string"
        }
      },
      "required": [
        "AppSKey",
        "FNwkSIntKey",
        "NwkSEncKey",
        "SNwkSIntKey"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::WirelessDeviceImportTask": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DestinationName": {
              "type": "string"
            },
            "Sidewalk": {
              "$ref": "#/$defs/AWS::IoTWireless::WirelessDeviceImportTask.Sidewalk"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DestinationName",
            "Sidewalk"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTWireless::WirelessDeviceImportTask"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::WirelessDeviceImportTask.Sidewalk": {
      "type": "object",
      "properties": {
        "DeviceCreationFile": {
          "type": "string"
        },
        "DeviceCreationFileList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Role": {
          "type": "string"
        },
        "SidewalkManufacturingSn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::IoTWireless::WirelessGateway": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "LastUplinkReceivedAt": {
              "type": "string"
            },
            "LoRaWAN": {
              "$ref": "#/$defs/AWS::IoTWireless::WirelessGateway.LoRaWANGateway"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "ThingArn": {
              "type": "string"
            },
            "ThingName": {
              "type": "string"
            }
          },
          "required": [
            "LoRaWAN"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::IoTWireless::WirelessGateway"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::IoTWireless::WirelessGateway.LoRaWANGateway": {
      "type": "object",
      "properties": {
        "GatewayEui": {
          "type": "string"
        },
        "RfRegion": {
          "type": "string"
        }
      },
      "required": [
        "GatewayEui",
        "RfRegion"
      ],
      "additionalProperties": false
    },
    "AWS::KMS::Alias": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AliasName": {
              "type": "string"
            },
            "TargetKeyId": {
              "type": "string"
            }
          },
          "required": [
            "AliasName",
            "TargetKeyId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KMS::Alias"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::KMS::Key": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BypassPolicyLockoutSafetyCheck": {
              "type": "boolean"
            },
            "Description": {
              "type": "string"
            },
            "EnableKeyRotation": {
              "type": "boolean"
            },
            "Enabled": {
              "type": "boolean"
            },
            "KeyPolicy": {
              "type": "object"
            },
            "KeySpec": {
              "type": "string"
            },
            "KeyUsage": {
              "type": "string"
            },
            "MultiRegion": {
              "type": "boolean"
            },
            "Origin": {
              "type": "string"
            },
            "PendingWindowInDays": {
              "type": "number"
            },
            "RotationPeriodInDays": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KMS::Key"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::KMS::ReplicaKey": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Enabled": {
              "type": "boolean"
            },
            "KeyPolicy": {
              "type": "object"
            },
            "PendingWindowInDays": {
              "type": "number"
            },
            "PrimaryKeyArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "KeyPolicy",
            "PrimaryKeyArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KMS::ReplicaKey"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Capacity": {
              "$ref": "#/$defs/AWS::KafkaConnect::Connector.Capacity"
            },
            "ConnectorConfiguration": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "ConnectorDescription": {
              "type": "string"
            },
            "ConnectorName": {
              "type": "string"
            },
            "KafkaCluster": {
              "$ref": "#/$defs/AWS::KafkaConnect::Connector.KafkaCluster"
            },
            "KafkaClusterClientAuthentication": {
              "$ref": "#/$defs/AWS::KafkaConnect::Connector.KafkaClusterClientAuthentication"
            },
            "KafkaClusterEncryptionInTransit": {
              "$ref": "#/$defs/AWS::KafkaConnect::Connector.KafkaClusterEncryptionInTransit"
            },
            "KafkaConnectVersion": {
              "type": "string"
            },
            "LogDelivery": {
              "$ref": "#/$defs/AWS::KafkaConnect::Connector.LogDelivery"
            },
            "Plugins": {
              "items": {
                "$ref": "#/$defs/AWS::KafkaConnect::Connector.Plugin"
              },
              "type": "array"
            },
            "ServiceExecutionRoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "WorkerConfiguration": {
              "$ref": "#/$defs/AWS::KafkaConnect::Connector.WorkerConfiguration"
            }
          },
          "required": [
            "Capacity",
            "ConnectorConfiguration",
            "ConnectorName",
            "KafkaCluster",
            "KafkaClusterClientAuthentication",
            "KafkaClusterEncryptionInTransit",
            "KafkaConnectVersion",
            "Plugins",
            "ServiceExecutionRoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KafkaConnect::Connector"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.ApacheKafkaCluster": {
      "type": "object",
      "properties": {
        "BootstrapServers": {
          "type": "string"
        },
        "Vpc": {
          "$ref": "#/$defs/AWS::KafkaConnect::Connector.Vpc"
        }
      },
      "required": [
        "BootstrapServers",
        "Vpc"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.AutoScaling": {
      "type": "object",
      "properties": {
        "MaxWorkerCount": {
          "type": "number"
        },
        "McuCount": {
          "type": "number"
        },
        "MinWorkerCount": {
          "type": "number"
        },
        "ScaleInPolicy": {
          "$ref": "#/$defs/AWS::KafkaConnect::Connector.ScaleInPolicy"
        },
        "ScaleOutPolicy": {
          "$ref": "#/$defs/AWS::KafkaConnect::Connector.ScaleOutPolicy"
        }
      },
      "required": [
        "MaxWorkerCount",
        "McuCount",
        "MinWorkerCount",
        "ScaleInPolicy",
        "ScaleOutPolicy"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.Capacity": {
      "type": "object",
      "properties": {
        "AutoScaling": {
          "$ref": "#/$defs/AWS::KafkaConnect::Connector.AutoScaling"
        },
        "ProvisionedCapacity": {
          "$ref": "#/$defs/AWS::KafkaConnect::Connector.ProvisionedCapacity"
        }
      },
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.CloudWatchLogsLogDelivery": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "LogGroup": {
          "type": "string"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.CustomPlugin": {
      "type": "object",
      "properties": {
        "CustomPluginArn": {
          "type": "string"
        },
        "Revision": {
          "type": "number"
        }
      },
      "required": [
        "CustomPluginArn",
        "Revision"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.FirehoseLogDelivery": {
      "type": "object",
      "properties": {
        "DeliveryStream": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.KafkaCluster": {
      "type": "object",
      "properties": {
        "ApacheKafkaCluster": {
          "$ref": "#/$defs/AWS::KafkaConnect::Connector.ApacheKafkaCluster"
        }
      },
      "required": [
        "ApacheKafkaCluster"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.KafkaClusterClientAuthentication": {
      "type": "object",
      "properties": {
        "AuthenticationType": {
          "type": "string"
        }
      },
      "required": [
        "AuthenticationType"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.KafkaClusterEncryptionInTransit": {
      "type": "object",
      "properties": {
        "EncryptionType": {
          "type": "string"
        }
      },
      "required": [
        "EncryptionType"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.LogDelivery": {
      "type": "object",
      "properties": {
        "WorkerLogDelivery": {
          "$ref": "#/$defs/AWS::KafkaConnect::Connector.WorkerLogDelivery"
        }
      },
      "required": [
        "WorkerLogDelivery"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.Plugin": {
      "type": "object",
      "properties": {
        "CustomPlugin": {
          "$ref": "#/$defs/AWS::KafkaConnect::Connector.CustomPlugin"
        }
      },
      "required": [
        "CustomPlugin"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.ProvisionedCapacity": {
      "type": "object",
      "properties": {
        "McuCount": {
          "type": "number"
        },
        "WorkerCount": {
          "type": "number"
        }
      },
      "required": [
        "WorkerCount"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.S3LogDelivery": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.ScaleInPolicy": {
      "type": "object",
      "properties": {
        "CpuUtilizationPercentage": {
          "type": "number"
        }
      },
      "required": [
        "CpuUtilizationPercentage"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.ScaleOutPolicy": {
      "type": "object",
      "properties": {
        "CpuUtilizationPercentage": {
          "type": "number"
        }
      },
      "required": [
        "CpuUtilizationPercentage"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.Vpc": {
      "type": "object",
      "properties": {
        "SecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SecurityGroups",
        "Subnets"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.WorkerConfiguration": {
      "type": "object",
      "properties": {
        "Revision": {
          "type": "number"
        },
        "WorkerConfigurationArn": {
          "type": "string"
        }
      },
      "required": [
        "Revision",
        "WorkerConfigurationArn"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::Connector.WorkerLogDelivery": {
      "type": "object",
      "properties": {
        "CloudWatchLogs": {
          "$ref": "#/$defs/AWS::KafkaConnect::Connector.CloudWatchLogsLogDelivery"
        },
        "Firehose": {
          "$ref": "#/$defs/AWS::KafkaConnect::Connector.FirehoseLogDelivery"
        },
        "S3": {
          "$ref": "#/$defs/AWS::KafkaConnect::Connector.S3LogDelivery"
        }
      },
      "additionalProperties": false
    },
    "AWS::KafkaConnect::CustomPlugin": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContentType": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Location": {
              "$ref": "#/$defs/AWS::KafkaConnect::CustomPlugin.CustomPluginLocation"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ContentType",
            "Location",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KafkaConnect::CustomPlugin"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::CustomPlugin.CustomPluginFileDescription": {
      "type": "object",
      "properties": {
        "FileMd5": {
          "type": "string"
        },
        "FileSize": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KafkaConnect::CustomPlugin.CustomPluginLocation": {
      "type": "object",
      "properties": {
        "S3Location": {
          "$ref": "#/$defs/AWS::KafkaConnect::CustomPlugin.S3Location"
        }
      },
      "required": [
        "S3Location"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::CustomPlugin.S3Location": {
      "type": "object",
      "properties": {
        "BucketArn": {
          "type": "string"
        },
        "FileKey": {
          "type": "string"
        },
        "ObjectVersion": {
          "type": "string"
        }
      },
      "required": [
        "BucketArn",
        "FileKey"
      ],
      "additionalProperties": false
    },
    "AWS::KafkaConnect::WorkerConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "PropertiesFileContent": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "PropertiesFileContent"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KafkaConnect::WorkerConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CustomDocumentEnrichmentConfiguration": {
              "$ref": "#/$defs/AWS::Kendra::DataSource.CustomDocumentEnrichmentConfiguration"
            },
            "DataSourceConfiguration": {
              "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceConfiguration"
            },
            "Description": {
              "type": "string"
            },
            "IndexId": {
              "type": "string"
            },
            "LanguageCode": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Schedule": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "IndexId",
            "Name",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Kendra::DataSource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.AccessControlListConfiguration": {
      "type": "object",
      "properties": {
        "KeyPath": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.AclConfiguration": {
      "type": "object",
      "properties": {
        "AllowedGroupsColumnName": {
          "type": "string"
        }
      },
      "required": [
        "AllowedGroupsColumnName"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.ColumnConfiguration": {
      "type": "object",
      "properties": {
        "ChangeDetectingColumns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DocumentDataColumnName": {
          "type": "string"
        },
        "DocumentIdColumnName": {
          "type": "string"
        },
        "DocumentTitleColumnName": {
          "type": "string"
        },
        "FieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceToIndexFieldMapping"
          },
          "type": "array"
        }
      },
      "required": [
        "ChangeDetectingColumns",
        "DocumentDataColumnName",
        "DocumentIdColumnName"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.ConfluenceAttachmentConfiguration": {
      "type": "object",
      "properties": {
        "AttachmentFieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.ConfluenceAttachmentToIndexFieldMapping"
          },
          "type": "array"
        },
        "CrawlAttachments": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.ConfluenceAttachmentToIndexFieldMapping": {
      "type": "object",
      "properties": {
        "DataSourceFieldName": {
          "type": "string"
        },
        "DateFieldFormat": {
          "type": "string"
        },
        "IndexFieldName": {
          "type": "string"
        }
      },
      "required": [
        "DataSourceFieldName",
        "IndexFieldName"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.ConfluenceBlogConfiguration": {
      "type": "object",
      "properties": {
        "BlogFieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.ConfluenceBlogToIndexFieldMapping"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.ConfluenceBlogToIndexFieldMapping": {
      "type": "object",
      "properties": {
        "DataSourceFieldName": {
          "type": "string"
        },
        "DateFieldFormat": {
          "type": "string"
        },
        "IndexFieldName": {
          "type": "string"
        }
      },
      "required": [
        "DataSourceFieldName",
        "IndexFieldName"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.ConfluenceConfiguration": {
      "type": "object",
      "properties": {
        "AttachmentConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.ConfluenceAttachmentConfiguration"
        },
        "BlogConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.ConfluenceBlogConfiguration"
        },
        "ExclusionPatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "InclusionPatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PageConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.ConfluencePageConfiguration"
        },
        "SecretArn": {
          "type": "string"
        },
        "ServerUrl": {
          "type": "string"
        },
        "SpaceConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.ConfluenceSpaceConfiguration"
        },
        "Version": {
          "type": "string"
        },
        "VpcConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceVpcConfiguration"
        }
      },
      "required": [
        "SecretArn",
        "ServerUrl",
        "Version"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.ConfluencePageConfiguration": {
      "type": "object",
      "properties": {
        "PageFieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.ConfluencePageToIndexFieldMapping"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.ConfluencePageToIndexFieldMapping": {
      "type": "object",
      "properties": {
        "DataSourceFieldName": {
          "type": "string"
        },
        "DateFieldFormat": {
          "type": "string"
        },
        "IndexFieldName": {
          "type": "string"
        }
      },
      "required": [
        "DataSourceFieldName",
        "IndexFieldName"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.ConfluenceSpaceConfiguration": {
      "type": "object",
      "properties": {
        "CrawlArchivedSpaces": {
          "type": "boolean"
        },
        "CrawlPersonalSpaces": {
          "type": "boolean"
        },
        "ExcludeSpaces": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "IncludeSpaces": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SpaceFieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.ConfluenceSpaceToIndexFieldMapping"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.ConfluenceSpaceToIndexFieldMapping": {
      "type": "object",
      "properties": {
        "DataSourceFieldName": {
          "type": "string"
        },
        "DateFieldFormat": {
          "type": "string"
        },
        "IndexFieldName": {
          "type": "string"
        }
      },
      "required": [
        "DataSourceFieldName",
        "IndexFieldName"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.ConnectionConfiguration": {
      "type": "object",
      "properties": {
        "DatabaseHost": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "DatabasePort": {
          "type": "number"
        },
        "SecretArn": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "DatabaseHost",
        "DatabaseName",
        "DatabasePort",
        "SecretArn",
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.CustomDocumentEnrichmentConfiguration": {
      "type": "object",
      "properties": {
        "InlineConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.InlineCustomDocumentEnrichmentConfiguration"
          },
          "type": "array"
        },
        "PostExtractionHookConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.HookConfiguration"
        },
        "PreExtractionHookConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.HookConfiguration"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.DataSourceConfiguration": {
      "type": "object",
      "properties": {
        "ConfluenceConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.ConfluenceConfiguration"
        },
        "DatabaseConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.DatabaseConfiguration"
        },
        "GoogleDriveConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.GoogleDriveConfiguration"
        },
        "OneDriveConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.OneDriveConfiguration"
        },
        "S3Configuration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.S3DataSourceConfiguration"
        },
        "SalesforceConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.SalesforceConfiguration"
        },
        "ServiceNowConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.ServiceNowConfiguration"
        },
        "SharePointConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.SharePointConfiguration"
        },
        "WebCrawlerConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.WebCrawlerConfiguration"
        },
        "WorkDocsConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.WorkDocsConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.DataSourceToIndexFieldMapping": {
      "type": "object",
      "properties": {
        "DataSourceFieldName": {
          "type": "string"
        },
        "DateFieldFormat": {
          "type": "string"
        },
        "IndexFieldName": {
          "type": "string"
        }
      },
      "required": [
        "DataSourceFieldName",
        "IndexFieldName"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.DataSourceVpcConfiguration": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SecurityGroupIds",
        "SubnetIds"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.DatabaseConfiguration": {
      "type": "object",
      "properties": {
        "AclConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.AclConfiguration"
        },
        "ColumnConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.ColumnConfiguration"
        },
        "ConnectionConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.ConnectionConfiguration"
        },
        "DatabaseEngineType": {
          "type": "string"
        },
        "SqlConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.SqlConfiguration"
        },
        "VpcConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceVpcConfiguration"
        }
      },
      "required": [
        "ColumnConfiguration",
        "ConnectionConfiguration",
        "DatabaseEngineType"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.DocumentAttributeCondition": {
      "type": "object",
      "properties": {
        "ConditionDocumentAttributeKey": {
          "type": "string"
        },
        "ConditionOnValue": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.DocumentAttributeValue"
        },
        "Operator": {
          "type": "string"
        }
      },
      "required": [
        "ConditionDocumentAttributeKey",
        "Operator"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.DocumentAttributeTarget": {
      "type": "object",
      "properties": {
        "TargetDocumentAttributeKey": {
          "type": "string"
        },
        "TargetDocumentAttributeValue": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.DocumentAttributeValue"
        },
        "TargetDocumentAttributeValueDeletion": {
          "type": "boolean"
        }
      },
      "required": [
        "TargetDocumentAttributeKey"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.DocumentAttributeValue": {
      "type": "object",
      "properties": {
        "DateValue": {
          "type": "string"
        },
        "LongValue": {
          "type": "number"
        },
        "StringListValue": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "StringValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.DocumentsMetadataConfiguration": {
      "type": "object",
      "properties": {
        "S3Prefix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.GoogleDriveConfiguration": {
      "type": "object",
      "properties": {
        "ExcludeMimeTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ExcludeSharedDrives": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ExcludeUserAccounts": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ExclusionPatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "FieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceToIndexFieldMapping"
          },
          "type": "array"
        },
        "InclusionPatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SecretArn": {
          "type": "string"
        }
      },
      "required": [
        "SecretArn"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.HookConfiguration": {
      "type": "object",
      "properties": {
        "InvocationCondition": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.DocumentAttributeCondition"
        },
        "LambdaArn": {
          "type": "string"
        },
        "S3Bucket": {
          "type": "string"
        }
      },
      "required": [
        "LambdaArn",
        "S3Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.InlineCustomDocumentEnrichmentConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.DocumentAttributeCondition"
        },
        "DocumentContentDeletion": {
          "type": "boolean"
        },
        "Target": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.DocumentAttributeTarget"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.OneDriveConfiguration": {
      "type": "object",
      "properties": {
        "DisableLocalGroups": {
          "type": "boolean"
        },
        "ExclusionPatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "FieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceToIndexFieldMapping"
          },
          "type": "array"
        },
        "InclusionPatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "OneDriveUsers": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.OneDriveUsers"
        },
        "SecretArn": {
          "type": "string"
        },
        "TenantDomain": {
          "type": "string"
        }
      },
      "required": [
        "OneDriveUsers",
        "SecretArn",
        "TenantDomain"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.OneDriveUsers": {
      "type": "object",
      "properties": {
        "OneDriveUserList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "OneDriveUserS3Path": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.S3Path"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.ProxyConfiguration": {
      "type": "object",
      "properties": {
        "Credentials": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Host",
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.S3DataSourceConfiguration": {
      "type": "object",
      "properties": {
        "AccessControlListConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.AccessControlListConfiguration"
        },
        "BucketName": {
          "type": "string"
        },
        "DocumentsMetadataConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.DocumentsMetadataConfiguration"
        },
        "ExclusionPatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "InclusionPatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "InclusionPrefixes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "BucketName"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.S3Path": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        }
      },
      "required": [
        "Bucket",
        "Key"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.SalesforceChatterFeedConfiguration": {
      "type": "object",
      "properties": {
        "DocumentDataFieldName": {
          "type": "string"
        },
        "DocumentTitleFieldName": {
          "type": "string"
        },
        "FieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceToIndexFieldMapping"
          },
          "type": "array"
        },
        "IncludeFilterTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "DocumentDataFieldName"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.SalesforceConfiguration": {
      "type": "object",
      "properties": {
        "ChatterFeedConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.SalesforceChatterFeedConfiguration"
        },
        "CrawlAttachments": {
          "type": "boolean"
        },
        "ExcludeAttachmentFilePatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "IncludeAttachmentFilePatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "KnowledgeArticleConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.SalesforceKnowledgeArticleConfiguration"
        },
        "SecretArn": {
          "type": "string"
        },
        "ServerUrl": {
          "type": "string"
        },
        "StandardObjectAttachmentConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.SalesforceStandardObjectAttachmentConfiguration"
        },
        "StandardObjectConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.SalesforceStandardObjectConfiguration"
          },
          "type": "array"
        }
      },
      "required": [
        "SecretArn",
        "ServerUrl"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.SalesforceCustomKnowledgeArticleTypeConfiguration": {
      "type": "object",
      "properties": {
        "DocumentDataFieldName": {
          "type": "string"
        },
        "DocumentTitleFieldName": {
          "type": "string"
        },
        "FieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceToIndexFieldMapping"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "DocumentDataFieldName",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.SalesforceKnowledgeArticleConfiguration": {
      "type": "object",
      "properties": {
        "CustomKnowledgeArticleTypeConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.SalesforceCustomKnowledgeArticleTypeConfiguration"
          },
          "type": "array"
        },
        "IncludedStates": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "StandardKnowledgeArticleTypeConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.SalesforceStandardKnowledgeArticleTypeConfiguration"
        }
      },
      "required": [
        "IncludedStates"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.SalesforceStandardKnowledgeArticleTypeConfiguration": {
      "type": "object",
      "properties": {
        "DocumentDataFieldName": {
          "type": "string"
        },
        "DocumentTitleFieldName": {
          "type": "string"
        },
        "FieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceToIndexFieldMapping"
          },
          "type": "array"
        }
      },
      "required": [
        "DocumentDataFieldName"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.SalesforceStandardObjectAttachmentConfiguration": {
      "type": "object",
      "properties": {
        "DocumentTitleFieldName": {
          "type": "string"
        },
        "FieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceToIndexFieldMapping"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.SalesforceStandardObjectConfiguration": {
      "type": "object",
      "properties": {
        "DocumentDataFieldName": {
          "type": "string"
        },
        "DocumentTitleFieldName": {
          "type": "string"
        },
        "FieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceToIndexFieldMapping"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "DocumentDataFieldName",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.ServiceNowConfiguration": {
      "type": "object",
      "properties": {
        "AuthenticationType": {
          "type": "string"
        },
        "HostUrl": {
          "type": "string"
        },
        "KnowledgeArticleConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.ServiceNowKnowledgeArticleConfiguration"
        },
        "SecretArn": {
          "type": "string"
        },
        "ServiceCatalogConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.ServiceNowServiceCatalogConfiguration"
        },
        "ServiceNowBuildVersion": {
          "type": "string"
        }
      },
      "required": [
        "HostUrl",
        "SecretArn",
        "ServiceNowBuildVersion"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.ServiceNowKnowledgeArticleConfiguration": {
      "type": "object",
      "properties": {
        "CrawlAttachments": {
          "type": "boolean"
        },
        "DocumentDataFieldName": {
          "type": "string"
        },
        "DocumentTitleFieldName": {
          "type": "string"
        },
        "ExcludeAttachmentFilePatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "FieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceToIndexFieldMapping"
          },
          "type": "array"
        },
        "FilterQuery": {
          "type": "string"
        },
        "IncludeAttachmentFilePatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "DocumentDataFieldName"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.ServiceNowServiceCatalogConfiguration": {
      "type": "object",
      "properties": {
        "CrawlAttachments": {
          "type": "boolean"
        },
        "DocumentDataFieldName": {
          "type": "string"
        },
        "DocumentTitleFieldName": {
          "type": "string"
        },
        "ExcludeAttachmentFilePatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "FieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceToIndexFieldMapping"
          },
          "type": "array"
        },
        "IncludeAttachmentFilePatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "DocumentDataFieldName"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.SharePointConfiguration": {
      "type": "object",
      "properties": {
        "CrawlAttachments": {
          "type": "boolean"
        },
        "DisableLocalGroups": {
          "type": "boolean"
        },
        "DocumentTitleFieldName": {
          "type": "string"
        },
        "ExclusionPatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "FieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceToIndexFieldMapping"
          },
          "type": "array"
        },
        "InclusionPatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SecretArn": {
          "type": "string"
        },
        "SharePointVersion": {
          "type": "string"
        },
        "SslCertificateS3Path": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.S3Path"
        },
        "Urls": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "UseChangeLog": {
          "type": "boolean"
        },
        "VpcConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceVpcConfiguration"
        }
      },
      "required": [
        "SecretArn",
        "SharePointVersion",
        "Urls"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.SqlConfiguration": {
      "type": "object",
      "properties": {
        "QueryIdentifiersEnclosingOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.WebCrawlerAuthenticationConfiguration": {
      "type": "object",
      "properties": {
        "BasicAuthentication": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.WebCrawlerBasicAuthentication"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.WebCrawlerBasicAuthentication": {
      "type": "object",
      "properties": {
        "Credentials": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Credentials",
        "Host",
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.WebCrawlerConfiguration": {
      "type": "object",
      "properties": {
        "AuthenticationConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.WebCrawlerAuthenticationConfiguration"
        },
        "CrawlDepth": {
          "type": "number"
        },
        "MaxContentSizePerPageInMegaBytes": {
          "type": "number"
        },
        "MaxLinksPerPage": {
          "type": "number"
        },
        "MaxUrlsPerMinuteCrawlRate": {
          "type": "number"
        },
        "ProxyConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.ProxyConfiguration"
        },
        "UrlExclusionPatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "UrlInclusionPatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Urls": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.WebCrawlerUrls"
        }
      },
      "required": [
        "Urls"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.WebCrawlerSeedUrlConfiguration": {
      "type": "object",
      "properties": {
        "SeedUrls": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "WebCrawlerMode": {
          "type": "string"
        }
      },
      "required": [
        "SeedUrls"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.WebCrawlerSiteMapsConfiguration": {
      "type": "object",
      "properties": {
        "SiteMaps": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SiteMaps"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.WebCrawlerUrls": {
      "type": "object",
      "properties": {
        "SeedUrlConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.WebCrawlerSeedUrlConfiguration"
        },
        "SiteMapsConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::DataSource.WebCrawlerSiteMapsConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::DataSource.WorkDocsConfiguration": {
      "type": "object",
      "properties": {
        "CrawlComments": {
          "type": "boolean"
        },
        "ExclusionPatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "FieldMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::DataSource.DataSourceToIndexFieldMapping"
          },
          "type": "array"
        },
        "InclusionPatterns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "OrganizationId": {
          "type": "string"
        },
        "UseChangeLog": {
          "type": "boolean"
        }
      },
      "required": [
        "OrganizationId"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::Faq": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "FileFormat": {
              "type": "string"
            },
            "IndexId": {
              "type": "string"
            },
            "LanguageCode": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "S3Path": {
              "$ref": "#/$defs/AWS::Kendra::Faq.S3Path"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "IndexId",
            "Name",
            "RoleArn",
            "S3Path"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Kendra::Faq"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::Faq.S3Path": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        }
      },
      "required": [
        "Bucket",
        "Key"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::Index": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CapacityUnits": {
              "$ref": "#/$defs/AWS::Kendra::Index.CapacityUnitsConfiguration"
            },
            "Description": {
              "type": "string"
            },
            "DocumentMetadataConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::Kendra::Index.DocumentMetadataConfiguration"
              },
              "type": "array"
            },
            "Edition": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "ServerSideEncryptionConfiguration": {
              "$ref": "#/$defs/AWS::Kendra::Index.ServerSideEncryptionConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UserContextPolicy": {
              "type": "string"
            },
            "UserTokenConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::Kendra::Index.UserTokenConfiguration"
              },
              "type": "array"
            }
          },
          "required": [
            "Edition",
            "Name",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Kendra::Index"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::Index.CapacityUnitsConfiguration": {
      "type": "object",
      "properties": {
        "QueryCapacityUnits": {
          "type": "number"
        },
        "StorageCapacityUnits": {
          "type": "number"
        }
      },
      "required": [
        "QueryCapacityUnits",
        "StorageCapacityUnits"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::Index.DocumentMetadataConfiguration": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Relevance": {
          "$ref": "#/$defs/AWS::Kendra::Index.Relevance"
        },
        "Search": {
          "$ref": "#/$defs/AWS::Kendra::Index.Search"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::Index.JsonTokenTypeConfiguration": {
      "type": "object",
      "properties": {
        "GroupAttributeField": {
          "type": "string"
        },
        "UserNameAttributeField": {
          "type": "string"
        }
      },
      "required": [
        "GroupAttributeField",
        "UserNameAttributeField"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::Index.JwtTokenTypeConfiguration": {
      "type": "object",
      "properties": {
        "ClaimRegex": {
          "type": "string"
        },
        "GroupAttributeField": {
          "type": "string"
        },
        "Issuer": {
          "type": "string"
        },
        "KeyLocation": {
          "type": "string"
        },
        "SecretManagerArn": {
          "type": "string"
        },
        "URL": {
          "type": "string"
        },
        "UserNameAttributeField": {
          "type": "string"
        }
      },
      "required": [
        "KeyLocation"
      ],
      "additionalProperties": false
    },
    "AWS::Kendra::Index.Relevance": {
      "type": "object",
      "properties": {
        "Duration": {
          "type": "string"
        },
        "Freshness": {
          "type": "boolean"
        },
        "Importance": {
          "type": "number"
        },
        "RankOrder": {
          "type": "string"
        },
        "ValueImportanceItems": {
          "items": {
            "$ref": "#/$defs/AWS::Kendra::Index.ValueImportanceItem"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::Index.Search": {
      "type": "object",
      "properties": {
        "Displayable": {
          "type": "boolean"
        },
        "Facetable": {
          "type": "boolean"
        },
        "Searchable": {
          "type": "boolean"
        },
        "Sortable": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::Index.ServerSideEncryptionConfiguration": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::Index.UserTokenConfiguration": {
      "type": "object",
      "properties": {
        "JsonTokenTypeConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::Index.JsonTokenTypeConfiguration"
        },
        "JwtTokenTypeConfiguration": {
          "$ref": "#/$defs/AWS::Kendra::Index.JwtTokenTypeConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::Kendra::Index.ValueImportanceItem": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KendraRanking::ExecutionPlan": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CapacityUnits": {
              "$ref": "#/$defs/AWS::KendraRanking::ExecutionPlan.CapacityUnitsConfiguration"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KendraRanking::ExecutionPlan"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::KendraRanking::ExecutionPlan.CapacityUnitsConfiguration": {
      "type": "object",
      "properties": {
        "RescoreCapacityUnits": {
          "type": "number"
        }
      },
      "required": [
        "RescoreCapacityUnits"
      ],
      "additionalProperties": false
    },
    "AWS::Kinesis::Stream": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "RetentionPeriodHours": {
              "type": "number"
            },
            "ShardCount": {
              "type": "number"
            },
            "StreamEncryption": {
              "$ref": "#/$defs/AWS::Kinesis::Stream.StreamEncryption"
            },
            "StreamModeDetails": {
              "$ref": "#/$defs/AWS::Kinesis::Stream.StreamModeDetails"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Kinesis::Stream"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Kinesis::Stream.StreamEncryption": {
      "type": "object",
      "properties": {
        "EncryptionType": {
          "type": "string"
        },
        "KeyId": {
          "type": "string"
        }
      },
      "required": [
        "EncryptionType",
        "KeyId"
      ],
      "additionalProperties": false
    },
    "AWS::Kinesis::Stream.StreamModeDetails": {
      "type": "object",
      "properties": {
        "StreamMode": {
          "type": "string"
        }
      },
      "required": [
        "StreamMode"
      ],
      "additionalProperties": false
    },
    "AWS::Kinesis::StreamConsumer": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConsumerName": {
              "type": "string"
            },
            "StreamARN": {
              "type": "string"
            }
          },
          "required": [
            "ConsumerName",
            "StreamARN"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Kinesis::StreamConsumer"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::Application": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationCode": {
              "type": "string"
            },
            "ApplicationDescription": {
              "type": "string"
            },
            "ApplicationName": {
              "type": "string"
            },
            "Inputs": {
              "items": {
                "$ref": "#/$defs/AWS::KinesisAnalytics::Application.Input"
              },
              "type": "array"
            }
          },
          "required": [
            "Inputs"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KinesisAnalytics::Application"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::Application.CSVMappingParameters": {
      "type": "object",
      "properties": {
        "RecordColumnDelimiter": {
          "type": "string"
        },
        "RecordRowDelimiter": {
          "type": "string"
        }
      },
      "required": [
        "RecordColumnDelimiter",
        "RecordRowDelimiter"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::Application.Input": {
      "type": "object",
      "properties": {
        "InputParallelism": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::Application.InputParallelism"
        },
        "InputProcessingConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::Application.InputProcessingConfiguration"
        },
        "InputSchema": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::Application.InputSchema"
        },
        "KinesisFirehoseInput": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::Application.KinesisFirehoseInput"
        },
        "KinesisStreamsInput": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::Application.KinesisStreamsInput"
        },
        "NamePrefix": {
          "type": "string"
        }
      },
      "required": [
        "InputSchema",
        "NamePrefix"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::Application.InputLambdaProcessor": {
      "type": "object",
      "properties": {
        "ResourceARN": {
          "type": "string"
        },
        "RoleARN": {
          "type": "string"
        }
      },
      "required": [
        "ResourceARN",
        "RoleARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::Application.InputParallelism": {
      "type": "object",
      "properties": {
        "Count": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::Application.InputProcessingConfiguration": {
      "type": "object",
      "properties": {
        "InputLambdaProcessor": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::Application.InputLambdaProcessor"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::Application.InputSchema": {
      "type": "object",
      "properties": {
        "RecordColumns": {
          "items": {
            "$ref": "#/$defs/AWS::KinesisAnalytics::Application.RecordColumn"
          },
          "type": "array"
        },
        "RecordEncoding": {
          "type": "string"
        },
        "RecordFormat": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::Application.RecordFormat"
        }
      },
      "required": [
        "RecordColumns",
        "RecordFormat"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::Application.JSONMappingParameters": {
      "type": "object",
      "properties": {
        "RecordRowPath": {
          "type": "string"
        }
      },
      "required": [
        "RecordRowPath"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::Application.KinesisFirehoseInput": {
      "type": "object",
      "properties": {
        "ResourceARN": {
          "type": "string"
        },
        "RoleARN": {
          "type": "string"
        }
      },
      "required": [
        "ResourceARN",
        "RoleARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::Application.KinesisStreamsInput": {
      "type": "object",
      "properties": {
        "ResourceARN": {
          "type": "string"
        },
        "RoleARN": {
          "type": "string"
        }
      },
      "required": [
        "ResourceARN",
        "RoleARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::Application.MappingParameters": {
      "type": "object",
      "properties": {
        "CSVMappingParameters": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::Application.CSVMappingParameters"
        },
        "JSONMappingParameters": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::Application.JSONMappingParameters"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::Application.RecordColumn": {
      "type": "object",
      "properties": {
        "Mapping": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "SqlType": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "SqlType"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::Application.RecordFormat": {
      "type": "object",
      "properties": {
        "MappingParameters": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::Application.MappingParameters"
        },
        "RecordFormatType": {
          "type": "string"
        }
      },
      "required": [
        "RecordFormatType"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::ApplicationOutput": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationName": {
              "type": "string"
            },
            "Output": {
              "$ref": "#/$defs/AWS::KinesisAnalytics::ApplicationOutput.Output"
            }
          },
          "required": [
            "ApplicationName",
            "Output"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KinesisAnalytics::ApplicationOutput"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::ApplicationOutput.DestinationSchema": {
      "type": "object",
      "properties": {
        "RecordFormatType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::ApplicationOutput.KinesisFirehoseOutput": {
      "type": "object",
      "properties": {
        "ResourceARN": {
          "type": "string"
        },
        "RoleARN": {
          "type": "string"
        }
      },
      "required": [
        "ResourceARN",
        "RoleARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::ApplicationOutput.KinesisStreamsOutput": {
      "type": "object",
      "properties": {
        "ResourceARN": {
          "type": "string"
        },
        "RoleARN": {
          "type": "string"
        }
      },
      "required": [
        "ResourceARN",
        "RoleARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::ApplicationOutput.LambdaOutput": {
      "type": "object",
      "properties": {
        "ResourceARN": {
          "type": "string"
        },
        "RoleARN": {
          "type": "string"
        }
      },
      "required": [
        "ResourceARN",
        "RoleARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::ApplicationOutput.Output": {
      "type": "object",
      "properties": {
        "DestinationSchema": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::ApplicationOutput.DestinationSchema"
        },
        "KinesisFirehoseOutput": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::ApplicationOutput.KinesisFirehoseOutput"
        },
        "KinesisStreamsOutput": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::ApplicationOutput.KinesisStreamsOutput"
        },
        "LambdaOutput": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::ApplicationOutput.LambdaOutput"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "DestinationSchema"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::ApplicationReferenceDataSource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationName": {
              "type": "string"
            },
            "ReferenceDataSource": {
              "$ref": "#/$defs/AWS::KinesisAnalytics::ApplicationReferenceDataSource.ReferenceDataSource"
            }
          },
          "required": [
            "ApplicationName",
            "ReferenceDataSource"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KinesisAnalytics::ApplicationReferenceDataSource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::ApplicationReferenceDataSource.CSVMappingParameters": {
      "type": "object",
      "properties": {
        "RecordColumnDelimiter": {
          "type": "string"
        },
        "RecordRowDelimiter": {
          "type": "string"
        }
      },
      "required": [
        "RecordColumnDelimiter",
        "RecordRowDelimiter"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::ApplicationReferenceDataSource.JSONMappingParameters": {
      "type": "object",
      "properties": {
        "RecordRowPath": {
          "type": "string"
        }
      },
      "required": [
        "RecordRowPath"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::ApplicationReferenceDataSource.MappingParameters": {
      "type": "object",
      "properties": {
        "CSVMappingParameters": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::ApplicationReferenceDataSource.CSVMappingParameters"
        },
        "JSONMappingParameters": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::ApplicationReferenceDataSource.JSONMappingParameters"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::ApplicationReferenceDataSource.RecordColumn": {
      "type": "object",
      "properties": {
        "Mapping": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "SqlType": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "SqlType"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::ApplicationReferenceDataSource.RecordFormat": {
      "type": "object",
      "properties": {
        "MappingParameters": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::ApplicationReferenceDataSource.MappingParameters"
        },
        "RecordFormatType": {
          "type": "string"
        }
      },
      "required": [
        "RecordFormatType"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::ApplicationReferenceDataSource.ReferenceDataSource": {
      "type": "object",
      "properties": {
        "ReferenceSchema": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::ApplicationReferenceDataSource.ReferenceSchema"
        },
        "S3ReferenceDataSource": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::ApplicationReferenceDataSource.S3ReferenceDataSource"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "ReferenceSchema"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::ApplicationReferenceDataSource.ReferenceSchema": {
      "type": "object",
      "properties": {
        "RecordColumns": {
          "items": {
            "$ref": "#/$defs/AWS::KinesisAnalytics::ApplicationReferenceDataSource.RecordColumn"
          },
          "type": "array"
        },
        "RecordEncoding": {
          "type": "string"
        },
        "RecordFormat": {
          "$ref": "#/$defs/AWS::KinesisAnalytics::ApplicationReferenceDataSource.RecordFormat"
        }
      },
      "required": [
        "RecordColumns",
        "RecordFormat"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalytics::ApplicationReferenceDataSource.S3ReferenceDataSource": {
      "type": "object",
      "properties": {
        "BucketARN": {
          "type": "string"
        },
        "FileKey": {
          "type": "string"
        },
        "ReferenceRoleARN": {
          "type": "string"
        }
      },
      "required": [
        "BucketARN",
        "FileKey",
        "ReferenceRoleARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationConfiguration": {
              "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.ApplicationConfiguration"
            },
            "ApplicationDescription": {
              "type": "string"
            },
            "ApplicationMaintenanceConfiguration": {
              "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.ApplicationMaintenanceConfiguration"
            },
            "ApplicationMode": {
              "type": "string"
            },
            "ApplicationName": {
              "type": "string"
            },
            "RunConfiguration": {
              "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.RunConfiguration"
            },
            "RuntimeEnvironment": {
              "type": "string"
            },
            "ServiceExecutionRole": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "RuntimeEnvironment",
            "ServiceExecutionRole"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KinesisAnalyticsV2::Application"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.ApplicationCodeConfiguration": {
      "type": "object",
      "properties": {
        "CodeContent": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.CodeContent"
        },
        "CodeContentType": {
          "type": "string"
        }
      },
      "required": [
        "CodeContent",
        "CodeContentType"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.ApplicationConfiguration": {
      "type": "object",
      "properties": {
        "ApplicationCodeConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.ApplicationCodeConfiguration"
        },
        "ApplicationSnapshotConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.ApplicationSnapshotConfiguration"
        },
        "EnvironmentProperties": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.EnvironmentProperties"
        },
        "FlinkApplicationConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.FlinkApplicationConfiguration"
        },
        "SqlApplicationConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.SqlApplicationConfiguration"
        },
        "VpcConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.VpcConfiguration"
          },
          "type": "array"
        },
        "ZeppelinApplicationConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.ZeppelinApplicationConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.ApplicationMaintenanceConfiguration": {
      "type": "object",
      "properties": {
        "ApplicationMaintenanceWindowStartTime": {
          "type": "string"
        }
      },
      "required": [
        "ApplicationMaintenanceWindowStartTime"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.ApplicationRestoreConfiguration": {
      "type": "object",
      "properties": {
        "ApplicationRestoreType": {
          "type": "string"
        },
        "SnapshotName": {
          "type": "string"
        }
      },
      "required": [
        "ApplicationRestoreType"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.ApplicationSnapshotConfiguration": {
      "type": "object",
      "properties": {
        "SnapshotsEnabled": {
          "type": "boolean"
        }
      },
      "required": [
        "SnapshotsEnabled"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.CSVMappingParameters": {
      "type": "object",
      "properties": {
        "RecordColumnDelimiter": {
          "type": "string"
        },
        "RecordRowDelimiter": {
          "type": "string"
        }
      },
      "required": [
        "RecordColumnDelimiter",
        "RecordRowDelimiter"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.CatalogConfiguration": {
      "type": "object",
      "properties": {
        "GlueDataCatalogConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.GlueDataCatalogConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.CheckpointConfiguration": {
      "type": "object",
      "properties": {
        "CheckpointInterval": {
          "type": "number"
        },
        "CheckpointingEnabled": {
          "type": "boolean"
        },
        "ConfigurationType": {
          "type": "string"
        },
        "MinPauseBetweenCheckpoints": {
          "type": "number"
        }
      },
      "required": [
        "ConfigurationType"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.CodeContent": {
      "type": "object",
      "properties": {
        "S3ContentLocation": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.S3ContentLocation"
        },
        "TextContent": {
          "type": "string"
        },
        "ZipFileContent": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.CustomArtifactConfiguration": {
      "type": "object",
      "properties": {
        "ArtifactType": {
          "type": "string"
        },
        "MavenReference": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.MavenReference"
        },
        "S3ContentLocation": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.S3ContentLocation"
        }
      },
      "required": [
        "ArtifactType"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.DeployAsApplicationConfiguration": {
      "type": "object",
      "properties": {
        "S3ContentLocation": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.S3ContentBaseLocation"
        }
      },
      "required": [
        "S3ContentLocation"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.EnvironmentProperties": {
      "type": "object",
      "properties": {
        "PropertyGroups": {
          "items": {
            "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.PropertyGroup"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.FlinkApplicationConfiguration": {
      "type": "object",
      "properties": {
        "CheckpointConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.CheckpointConfiguration"
        },
        "MonitoringConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.MonitoringConfiguration"
        },
        "ParallelismConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.ParallelismConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.FlinkRunConfiguration": {
      "type": "object",
      "properties": {
        "AllowNonRestoredState": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.GlueDataCatalogConfiguration": {
      "type": "object",
      "properties": {
        "DatabaseARN": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.Input": {
      "type": "object",
      "properties": {
        "InputParallelism": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.InputParallelism"
        },
        "InputProcessingConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.InputProcessingConfiguration"
        },
        "InputSchema": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.InputSchema"
        },
        "KinesisFirehoseInput": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.KinesisFirehoseInput"
        },
        "KinesisStreamsInput": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.KinesisStreamsInput"
        },
        "NamePrefix": {
          "type": "string"
        }
      },
      "required": [
        "InputSchema",
        "NamePrefix"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.InputLambdaProcessor": {
      "type": "object",
      "properties": {
        "ResourceARN": {
          "type": "string"
        }
      },
      "required": [
        "ResourceARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.InputParallelism": {
      "type": "object",
      "properties": {
        "Count": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.InputProcessingConfiguration": {
      "type": "object",
      "properties": {
        "InputLambdaProcessor": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.InputLambdaProcessor"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.InputSchema": {
      "type": "object",
      "properties": {
        "RecordColumns": {
          "items": {
            "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.RecordColumn"
          },
          "type": "array"
        },
        "RecordEncoding": {
          "type": "string"
        },
        "RecordFormat": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.RecordFormat"
        }
      },
      "required": [
        "RecordColumns",
        "RecordFormat"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.JSONMappingParameters": {
      "type": "object",
      "properties": {
        "RecordRowPath": {
          "type": "string"
        }
      },
      "required": [
        "RecordRowPath"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.KinesisFirehoseInput": {
      "type": "object",
      "properties": {
        "ResourceARN": {
          "type": "string"
        }
      },
      "required": [
        "ResourceARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.KinesisStreamsInput": {
      "type": "object",
      "properties": {
        "ResourceARN": {
          "type": "string"
        }
      },
      "required": [
        "ResourceARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.MappingParameters": {
      "type": "object",
      "properties": {
        "CSVMappingParameters": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.CSVMappingParameters"
        },
        "JSONMappingParameters": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.JSONMappingParameters"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.MavenReference": {
      "type": "object",
      "properties": {
        "ArtifactId": {
          "type": "string"
        },
        "GroupId": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "required": [
        "ArtifactId",
        "GroupId",
        "Version"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.MonitoringConfiguration": {
      "type": "object",
      "properties": {
        "ConfigurationType": {
          "type": "string"
        },
        "LogLevel": {
          "type": "string"
        },
        "MetricsLevel": {
          "type": "string"
        }
      },
      "required": [
        "ConfigurationType"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.ParallelismConfiguration": {
      "type": "object",
      "properties": {
        "AutoScalingEnabled": {
          "type": "boolean"
        },
        "ConfigurationType": {
          "type": "string"
        },
        "Parallelism": {
          "type": "number"
        },
        "ParallelismPerKPU": {
          "type": "number"
        }
      },
      "required": [
        "ConfigurationType"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.PropertyGroup": {
      "type": "object",
      "properties": {
        "PropertyGroupId": {
          "type": "string"
        },
        "PropertyMap": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.RecordColumn": {
      "type": "object",
      "properties": {
        "Mapping": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "SqlType": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "SqlType"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.RecordFormat": {
      "type": "object",
      "properties": {
        "MappingParameters": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.MappingParameters"
        },
        "RecordFormatType": {
          "type": "string"
        }
      },
      "required": [
        "RecordFormatType"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.RunConfiguration": {
      "type": "object",
      "properties": {
        "ApplicationRestoreConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.ApplicationRestoreConfiguration"
        },
        "FlinkRunConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.FlinkRunConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.S3ContentBaseLocation": {
      "type": "object",
      "properties": {
        "BasePath": {
          "type": "string"
        },
        "BucketARN": {
          "type": "string"
        }
      },
      "required": [
        "BucketARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.S3ContentLocation": {
      "type": "object",
      "properties": {
        "BucketARN": {
          "type": "string"
        },
        "FileKey": {
          "type": "string"
        },
        "ObjectVersion": {
          "type": "string"
        }
      },
      "required": [
        "BucketARN",
        "FileKey"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.SqlApplicationConfiguration": {
      "type": "object",
      "properties": {
        "Inputs": {
          "items": {
            "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.Input"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.VpcConfiguration": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SecurityGroupIds",
        "SubnetIds"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.ZeppelinApplicationConfiguration": {
      "type": "object",
      "properties": {
        "CatalogConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.CatalogConfiguration"
        },
        "CustomArtifactsConfiguration": {
          "items": {
            "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.CustomArtifactConfiguration"
          },
          "type": "array"
        },
        "DeployAsApplicationConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.DeployAsApplicationConfiguration"
        },
        "MonitoringConfiguration": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::Application.ZeppelinMonitoringConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::Application.ZeppelinMonitoringConfiguration": {
      "type": "object",
      "properties": {
        "LogLevel": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationName": {
              "type": "string"
            },
            "CloudWatchLoggingOption": {
              "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption.CloudWatchLoggingOption"
            }
          },
          "required": [
            "ApplicationName",
            "CloudWatchLoggingOption"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption.CloudWatchLoggingOption": {
      "type": "object",
      "properties": {
        "LogStreamARN": {
          "type": "string"
        }
      },
      "required": [
        "LogStreamARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationOutput": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationName": {
              "type": "string"
            },
            "Output": {
              "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationOutput.Output"
            }
          },
          "required": [
            "ApplicationName",
            "Output"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KinesisAnalyticsV2::ApplicationOutput"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationOutput.DestinationSchema": {
      "type": "object",
      "properties": {
        "RecordFormatType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationOutput.KinesisFirehoseOutput": {
      "type": "object",
      "properties": {
        "ResourceARN": {
          "type": "string"
        }
      },
      "required": [
        "ResourceARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationOutput.KinesisStreamsOutput": {
      "type": "object",
      "properties": {
        "ResourceARN": {
          "type": "string"
        }
      },
      "required": [
        "ResourceARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationOutput.LambdaOutput": {
      "type": "object",
      "properties": {
        "ResourceARN": {
          "type": "string"
        }
      },
      "required": [
        "ResourceARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationOutput.Output": {
      "type": "object",
      "properties": {
        "DestinationSchema": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationOutput.DestinationSchema"
        },
        "KinesisFirehoseOutput": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationOutput.KinesisFirehoseOutput"
        },
        "KinesisStreamsOutput": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationOutput.KinesisStreamsOutput"
        },
        "LambdaOutput": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationOutput.LambdaOutput"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "DestinationSchema"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationName": {
              "type": "string"
            },
            "ReferenceDataSource": {
              "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.ReferenceDataSource"
            }
          },
          "required": [
            "ApplicationName",
            "ReferenceDataSource"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.CSVMappingParameters": {
      "type": "object",
      "properties": {
        "RecordColumnDelimiter": {
          "type": "string"
        },
        "RecordRowDelimiter": {
          "type": "string"
        }
      },
      "required": [
        "RecordColumnDelimiter",
        "RecordRowDelimiter"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.JSONMappingParameters": {
      "type": "object",
      "properties": {
        "RecordRowPath": {
          "type": "string"
        }
      },
      "required": [
        "RecordRowPath"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.MappingParameters": {
      "type": "object",
      "properties": {
        "CSVMappingParameters": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.CSVMappingParameters"
        },
        "JSONMappingParameters": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.JSONMappingParameters"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.RecordColumn": {
      "type": "object",
      "properties": {
        "Mapping": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "SqlType": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "SqlType"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.RecordFormat": {
      "type": "object",
      "properties": {
        "MappingParameters": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.MappingParameters"
        },
        "RecordFormatType": {
          "type": "string"
        }
      },
      "required": [
        "RecordFormatType"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.ReferenceDataSource": {
      "type": "object",
      "properties": {
        "ReferenceSchema": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.ReferenceSchema"
        },
        "S3ReferenceDataSource": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.S3ReferenceDataSource"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "ReferenceSchema"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.ReferenceSchema": {
      "type": "object",
      "properties": {
        "RecordColumns": {
          "items": {
            "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.RecordColumn"
          },
          "type": "array"
        },
        "RecordEncoding": {
          "type": "string"
        },
        "RecordFormat": {
          "$ref": "#/$defs/AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.RecordFormat"
        }
      },
      "required": [
        "RecordColumns",
        "RecordFormat"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.S3ReferenceDataSource": {
      "type": "object",
      "properties": {
        "BucketARN": {
          "type": "string"
        },
        "FileKey": {
          "type": "string"
        }
      },
      "required": [
        "BucketARN",
        "FileKey"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AmazonOpenSearchServerlessDestinationConfiguration": {
              "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.AmazonOpenSearchServerlessDestinationConfiguration"
            },
            "AmazonopensearchserviceDestinationConfiguration": {
              "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.AmazonopensearchserviceDestinationConfiguration"
            },
            "DeliveryStreamEncryptionConfigurationInput": {
              "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.DeliveryStreamEncryptionConfigurationInput"
            },
            "DeliveryStreamName": {
              "type": "string"
            },
            "DeliveryStreamType": {
              "type": "string"
            },
            "ElasticsearchDestinationConfiguration": {
              "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.ElasticsearchDestinationConfiguration"
            },
            "ExtendedS3DestinationConfiguration": {
              "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.ExtendedS3DestinationConfiguration"
            },
            "HttpEndpointDestinationConfiguration": {
              "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.HttpEndpointDestinationConfiguration"
            },
            "KinesisStreamSourceConfiguration": {
              "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.KinesisStreamSourceConfiguration"
            },
            "MSKSourceConfiguration": {
              "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.MSKSourceConfiguration"
            },
            "RedshiftDestinationConfiguration": {
              "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.RedshiftDestinationConfiguration"
            },
            "S3DestinationConfiguration": {
              "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration"
            },
            "SnowflakeDestinationConfiguration": {
              "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.SnowflakeDestinationConfiguration"
            },
            "SplunkDestinationConfiguration": {
              "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.SplunkDestinationConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KinesisFirehose::DeliveryStream"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.AmazonOpenSearchServerlessBufferingHints": {
      "type": "object",
      "properties": {
        "IntervalInSeconds": {
          "type": "number"
        },
        "SizeInMBs": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.AmazonOpenSearchServerlessDestinationConfiguration": {
      "type": "object",
      "properties": {
        "BufferingHints": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.AmazonOpenSearchServerlessBufferingHints"
        },
        "CloudWatchLoggingOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.CloudWatchLoggingOptions"
        },
        "CollectionEndpoint": {
          "type": "string"
        },
        "IndexName": {
          "type": "string"
        },
        "ProcessingConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.ProcessingConfiguration"
        },
        "RetryOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.AmazonOpenSearchServerlessRetryOptions"
        },
        "RoleARN": {
          "type": "string"
        },
        "S3BackupMode": {
          "type": "string"
        },
        "S3Configuration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration"
        },
        "VpcConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.VpcConfiguration"
        }
      },
      "required": [
        "IndexName",
        "RoleARN",
        "S3Configuration"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.AmazonOpenSearchServerlessRetryOptions": {
      "type": "object",
      "properties": {
        "DurationInSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.AmazonopensearchserviceBufferingHints": {
      "type": "object",
      "properties": {
        "IntervalInSeconds": {
          "type": "number"
        },
        "SizeInMBs": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.AmazonopensearchserviceDestinationConfiguration": {
      "type": "object",
      "properties": {
        "BufferingHints": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.AmazonopensearchserviceBufferingHints"
        },
        "CloudWatchLoggingOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.CloudWatchLoggingOptions"
        },
        "ClusterEndpoint": {
          "type": "string"
        },
        "DocumentIdOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.DocumentIdOptions"
        },
        "DomainARN": {
          "type": "string"
        },
        "IndexName": {
          "type": "string"
        },
        "IndexRotationPeriod": {
          "type": "string"
        },
        "ProcessingConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.ProcessingConfiguration"
        },
        "RetryOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.AmazonopensearchserviceRetryOptions"
        },
        "RoleARN": {
          "type": "string"
        },
        "S3BackupMode": {
          "type": "string"
        },
        "S3Configuration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration"
        },
        "TypeName": {
          "type": "string"
        },
        "VpcConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.VpcConfiguration"
        }
      },
      "required": [
        "IndexName",
        "RoleARN",
        "S3Configuration"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.AmazonopensearchserviceRetryOptions": {
      "type": "object",
      "properties": {
        "DurationInSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.AuthenticationConfiguration": {
      "type": "object",
      "properties": {
        "Connectivity": {
          "type": "string"
        },
        "RoleARN": {
          "type": "string"
        }
      },
      "required": [
        "Connectivity",
        "RoleARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.BufferingHints": {
      "type": "object",
      "properties": {
        "IntervalInSeconds": {
          "type": "number"
        },
        "SizeInMBs": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.CloudWatchLoggingOptions": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "LogGroupName": {
          "type": "string"
        },
        "LogStreamName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.CopyCommand": {
      "type": "object",
      "properties": {
        "CopyOptions": {
          "type": "string"
        },
        "DataTableColumns": {
          "type": "string"
        },
        "DataTableName": {
          "type": "string"
        }
      },
      "required": [
        "DataTableName"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.DataFormatConversionConfiguration": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "InputFormatConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.InputFormatConfiguration"
        },
        "OutputFormatConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.OutputFormatConfiguration"
        },
        "SchemaConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.SchemaConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.DeliveryStreamEncryptionConfigurationInput": {
      "type": "object",
      "properties": {
        "KeyARN": {
          "type": "string"
        },
        "KeyType": {
          "type": "string"
        }
      },
      "required": [
        "KeyType"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.Deserializer": {
      "type": "object",
      "properties": {
        "HiveJsonSerDe": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.HiveJsonSerDe"
        },
        "OpenXJsonSerDe": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.OpenXJsonSerDe"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.DocumentIdOptions": {
      "type": "object",
      "properties": {
        "DefaultDocumentIdFormat": {
          "type": "string"
        }
      },
      "required": [
        "DefaultDocumentIdFormat"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.DynamicPartitioningConfiguration": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "RetryOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.RetryOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.ElasticsearchBufferingHints": {
      "type": "object",
      "properties": {
        "IntervalInSeconds": {
          "type": "number"
        },
        "SizeInMBs": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.ElasticsearchDestinationConfiguration": {
      "type": "object",
      "properties": {
        "BufferingHints": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.ElasticsearchBufferingHints"
        },
        "CloudWatchLoggingOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.CloudWatchLoggingOptions"
        },
        "ClusterEndpoint": {
          "type": "string"
        },
        "DocumentIdOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.DocumentIdOptions"
        },
        "DomainARN": {
          "type": "string"
        },
        "IndexName": {
          "type": "string"
        },
        "IndexRotationPeriod": {
          "type": "string"
        },
        "ProcessingConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.ProcessingConfiguration"
        },
        "RetryOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.ElasticsearchRetryOptions"
        },
        "RoleARN": {
          "type": "string"
        },
        "S3BackupMode": {
          "type": "string"
        },
        "S3Configuration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration"
        },
        "TypeName": {
          "type": "string"
        },
        "VpcConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.VpcConfiguration"
        }
      },
      "required": [
        "IndexName",
        "RoleARN",
        "S3Configuration"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.ElasticsearchRetryOptions": {
      "type": "object",
      "properties": {
        "DurationInSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.EncryptionConfiguration": {
      "type": "object",
      "properties": {
        "KMSEncryptionConfig": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.KMSEncryptionConfig"
        },
        "NoEncryptionConfig": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.ExtendedS3DestinationConfiguration": {
      "type": "object",
      "properties": {
        "BucketARN": {
          "type": "string"
        },
        "BufferingHints": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.BufferingHints"
        },
        "CloudWatchLoggingOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.CloudWatchLoggingOptions"
        },
        "CompressionFormat": {
          "type": "string"
        },
        "CustomTimeZone": {
          "type": "string"
        },
        "DataFormatConversionConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.DataFormatConversionConfiguration"
        },
        "DynamicPartitioningConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.DynamicPartitioningConfiguration"
        },
        "EncryptionConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.EncryptionConfiguration"
        },
        "ErrorOutputPrefix": {
          "type": "string"
        },
        "FileExtension": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "ProcessingConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.ProcessingConfiguration"
        },
        "RoleARN": {
          "type": "string"
        },
        "S3BackupConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration"
        },
        "S3BackupMode": {
          "type": "string"
        }
      },
      "required": [
        "BucketARN",
        "RoleARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.HiveJsonSerDe": {
      "type": "object",
      "properties": {
        "TimestampFormats": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.HttpEndpointCommonAttribute": {
      "type": "object",
      "properties": {
        "AttributeName": {
          "type": "string"
        },
        "AttributeValue": {
          "type": "string"
        }
      },
      "required": [
        "AttributeName",
        "AttributeValue"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.HttpEndpointConfiguration": {
      "type": "object",
      "properties": {
        "AccessKey": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        }
      },
      "required": [
        "Url"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.HttpEndpointDestinationConfiguration": {
      "type": "object",
      "properties": {
        "BufferingHints": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.BufferingHints"
        },
        "CloudWatchLoggingOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.CloudWatchLoggingOptions"
        },
        "EndpointConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.HttpEndpointConfiguration"
        },
        "ProcessingConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.ProcessingConfiguration"
        },
        "RequestConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.HttpEndpointRequestConfiguration"
        },
        "RetryOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.RetryOptions"
        },
        "RoleARN": {
          "type": "string"
        },
        "S3BackupMode": {
          "type": "string"
        },
        "S3Configuration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration"
        }
      },
      "required": [
        "EndpointConfiguration",
        "S3Configuration"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.HttpEndpointRequestConfiguration": {
      "type": "object",
      "properties": {
        "CommonAttributes": {
          "items": {
            "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.HttpEndpointCommonAttribute"
          },
          "type": "array"
        },
        "ContentEncoding": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.InputFormatConfiguration": {
      "type": "object",
      "properties": {
        "Deserializer": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.Deserializer"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.KMSEncryptionConfig": {
      "type": "object",
      "properties": {
        "AWSKMSKeyARN": {
          "type": "string"
        }
      },
      "required": [
        "AWSKMSKeyARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.KinesisStreamSourceConfiguration": {
      "type": "object",
      "properties": {
        "KinesisStreamARN": {
          "type": "string"
        },
        "RoleARN": {
          "type": "string"
        }
      },
      "required": [
        "KinesisStreamARN",
        "RoleARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.MSKSourceConfiguration": {
      "type": "object",
      "properties": {
        "AuthenticationConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.AuthenticationConfiguration"
        },
        "MSKClusterARN": {
          "type": "string"
        },
        "TopicName": {
          "type": "string"
        }
      },
      "required": [
        "AuthenticationConfiguration",
        "MSKClusterARN",
        "TopicName"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.OpenXJsonSerDe": {
      "type": "object",
      "properties": {
        "CaseInsensitive": {
          "type": "boolean"
        },
        "ColumnToJsonKeyMappings": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "ConvertDotsInJsonKeysToUnderscores": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.OrcSerDe": {
      "type": "object",
      "properties": {
        "BlockSizeBytes": {
          "type": "number"
        },
        "BloomFilterColumns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "BloomFilterFalsePositiveProbability": {
          "type": "number"
        },
        "Compression": {
          "type": "string"
        },
        "DictionaryKeyThreshold": {
          "type": "number"
        },
        "EnablePadding": {
          "type": "boolean"
        },
        "FormatVersion": {
          "type": "string"
        },
        "PaddingTolerance": {
          "type": "number"
        },
        "RowIndexStride": {
          "type": "number"
        },
        "StripeSizeBytes": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.OutputFormatConfiguration": {
      "type": "object",
      "properties": {
        "Serializer": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.Serializer"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.ParquetSerDe": {
      "type": "object",
      "properties": {
        "BlockSizeBytes": {
          "type": "number"
        },
        "Compression": {
          "type": "string"
        },
        "EnableDictionaryCompression": {
          "type": "boolean"
        },
        "MaxPaddingBytes": {
          "type": "number"
        },
        "PageSizeBytes": {
          "type": "number"
        },
        "WriterVersion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.ProcessingConfiguration": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "Processors": {
          "items": {
            "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.Processor"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.Processor": {
      "type": "object",
      "properties": {
        "Parameters": {
          "items": {
            "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.ProcessorParameter"
          },
          "type": "array"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.ProcessorParameter": {
      "type": "object",
      "properties": {
        "ParameterName": {
          "type": "string"
        },
        "ParameterValue": {
          "type": "string"
        }
      },
      "required": [
        "ParameterName",
        "ParameterValue"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.RedshiftDestinationConfiguration": {
      "type": "object",
      "properties": {
        "CloudWatchLoggingOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.CloudWatchLoggingOptions"
        },
        "ClusterJDBCURL": {
          "type": "string"
        },
        "CopyCommand": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.CopyCommand"
        },
        "Password": {
          "type": "string"
        },
        "ProcessingConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.ProcessingConfiguration"
        },
        "RetryOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.RedshiftRetryOptions"
        },
        "RoleARN": {
          "type": "string"
        },
        "S3BackupConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration"
        },
        "S3BackupMode": {
          "type": "string"
        },
        "S3Configuration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration"
        },
        "Username": {
          "type": "string"
        }
      },
      "required": [
        "ClusterJDBCURL",
        "CopyCommand",
        "Password",
        "RoleARN",
        "S3Configuration",
        "Username"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.RedshiftRetryOptions": {
      "type": "object",
      "properties": {
        "DurationInSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.RetryOptions": {
      "type": "object",
      "properties": {
        "DurationInSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration": {
      "type": "object",
      "properties": {
        "BucketARN": {
          "type": "string"
        },
        "BufferingHints": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.BufferingHints"
        },
        "CloudWatchLoggingOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.CloudWatchLoggingOptions"
        },
        "CompressionFormat": {
          "type": "string"
        },
        "EncryptionConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.EncryptionConfiguration"
        },
        "ErrorOutputPrefix": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "RoleARN": {
          "type": "string"
        }
      },
      "required": [
        "BucketARN",
        "RoleARN"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.SchemaConfiguration": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "Region": {
          "type": "string"
        },
        "RoleARN": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        },
        "VersionId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.Serializer": {
      "type": "object",
      "properties": {
        "OrcSerDe": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.OrcSerDe"
        },
        "ParquetSerDe": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.ParquetSerDe"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.SnowflakeDestinationConfiguration": {
      "type": "object",
      "properties": {
        "AccountUrl": {
          "type": "string"
        },
        "CloudWatchLoggingOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.CloudWatchLoggingOptions"
        },
        "ContentColumnName": {
          "type": "string"
        },
        "DataLoadingOption": {
          "type": "string"
        },
        "Database": {
          "type": "string"
        },
        "KeyPassphrase": {
          "type": "string"
        },
        "MetaDataColumnName": {
          "type": "string"
        },
        "PrivateKey": {
          "type": "string"
        },
        "ProcessingConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.ProcessingConfiguration"
        },
        "RetryOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.SnowflakeRetryOptions"
        },
        "RoleARN": {
          "type": "string"
        },
        "S3BackupMode": {
          "type": "string"
        },
        "S3Configuration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration"
        },
        "Schema": {
          "type": "string"
        },
        "SnowflakeRoleConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.SnowflakeRoleConfiguration"
        },
        "SnowflakeVpcConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.SnowflakeVpcConfiguration"
        },
        "Table": {
          "type": "string"
        },
        "User": {
          "type": "string"
        }
      },
      "required": [
        "AccountUrl",
        "Database",
        "PrivateKey",
        "RoleARN",
        "S3Configuration",
        "Schema",
        "Table",
        "User"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.SnowflakeRetryOptions": {
      "type": "object",
      "properties": {
        "DurationInSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.SnowflakeRoleConfiguration": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "SnowflakeRole": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.SnowflakeVpcConfiguration": {
      "type": "object",
      "properties": {
        "PrivateLinkVpceId": {
          "type": "string"
        }
      },
      "required": [
        "PrivateLinkVpceId"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.SplunkBufferingHints": {
      "type": "object",
      "properties": {
        "IntervalInSeconds": {
          "type": "number"
        },
        "SizeInMBs": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.SplunkDestinationConfiguration": {
      "type": "object",
      "properties": {
        "BufferingHints": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.SplunkBufferingHints"
        },
        "CloudWatchLoggingOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.CloudWatchLoggingOptions"
        },
        "HECAcknowledgmentTimeoutInSeconds": {
          "type": "number"
        },
        "HECEndpoint": {
          "type": "string"
        },
        "HECEndpointType": {
          "type": "string"
        },
        "HECToken": {
          "type": "string"
        },
        "ProcessingConfiguration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.ProcessingConfiguration"
        },
        "RetryOptions": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.SplunkRetryOptions"
        },
        "S3BackupMode": {
          "type": "string"
        },
        "S3Configuration": {
          "$ref": "#/$defs/AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration"
        }
      },
      "required": [
        "HECEndpoint",
        "HECEndpointType",
        "HECToken",
        "S3Configuration"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.SplunkRetryOptions": {
      "type": "object",
      "properties": {
        "DurationInSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::KinesisFirehose::DeliveryStream.VpcConfiguration": {
      "type": "object",
      "properties": {
        "RoleARN": {
          "type": "string"
        },
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "RoleARN",
        "SecurityGroupIds",
        "SubnetIds"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisVideo::SignalingChannel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MessageTtlSeconds": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KinesisVideo::SignalingChannel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::KinesisVideo::Stream": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataRetentionInHours": {
              "type": "number"
            },
            "DeviceName": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "MediaType": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::KinesisVideo::Stream"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::DataCellsFilter": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ColumnNames": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ColumnWildcard": {
              "$ref": "#/$defs/AWS::LakeFormation::DataCellsFilter.ColumnWildcard"
            },
            "DatabaseName": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RowFilter": {
              "$ref": "#/$defs/AWS::LakeFormation::DataCellsFilter.RowFilter"
            },
            "TableCatalogId": {
              "type": "string"
            },
            "TableName": {
              "type": "string"
            }
          },
          "required": [
            "DatabaseName",
            "Name",
            "TableCatalogId",
            "TableName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::LakeFormation::DataCellsFilter"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::DataCellsFilter.ColumnWildcard": {
      "type": "object",
      "properties": {
        "ExcludedColumnNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::LakeFormation::DataCellsFilter.RowFilter": {
      "type": "object",
      "properties": {
        "AllRowsWildcard": {
          "type": "object"
        },
        "FilterExpression": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::LakeFormation::DataLakeSettings": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Admins": {
              "$ref": "#/$defs/AWS::LakeFormation::DataLakeSettings.Admins"
            },
            "AllowExternalDataFiltering": {
              "type": "boolean"
            },
            "AllowFullTableExternalDataAccess": {
              "type": "boolean"
            },
            "AuthorizedSessionTagValueList": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "CreateDatabaseDefaultPermissions": {
              "$ref": "#/$defs/AWS::LakeFormation::DataLakeSettings.CreateDatabaseDefaultPermissions"
            },
            "CreateTableDefaultPermissions": {
              "$ref": "#/$defs/AWS::LakeFormation::DataLakeSettings.CreateTableDefaultPermissions"
            },
            "ExternalDataFilteringAllowList": {
              "$ref": "#/$defs/AWS::LakeFormation::DataLakeSettings.ExternalDataFilteringAllowList"
            },
            "MutationType": {
              "type": "string"
            },
            "Parameters": {
              "type": "object"
            },
            "TrustedResourceOwners": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::LakeFormation::DataLakeSettings"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::DataLakeSettings.Admins": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::LakeFormation::DataLakeSettings.CreateDatabaseDefaultPermissions": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::LakeFormation::DataLakeSettings.CreateTableDefaultPermissions": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::LakeFormation::DataLakeSettings.DataLakePrincipal": {
      "type": "object",
      "properties": {
        "DataLakePrincipalIdentifier": {
          "type": "string"
        }
      },
      "required": [
        "DataLakePrincipalIdentifier"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::DataLakeSettings.ExternalDataFilteringAllowList": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::LakeFormation::DataLakeSettings.PrincipalPermissions": {
      "type": "object",
      "properties": {
        "Permissions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Principal": {
          "$ref": "#/$defs/AWS::LakeFormation::DataLakeSettings.DataLakePrincipal"
        }
      },
      "required": [
        "Permissions",
        "Principal"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::Permissions": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataLakePrincipal": {
              "$ref": "#/$defs/AWS::LakeFormation::Permissions.DataLakePrincipal"
            },
            "Permissions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PermissionsWithGrantOption": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Resource": {
              "$ref": "#/$defs/AWS::LakeFormation::Permissions.Resource"
            }
          },
          "required": [
            "DataLakePrincipal",
            "Resource"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::LakeFormation::Permissions"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::Permissions.ColumnWildcard": {
      "type": "object",
      "properties": {
        "ExcludedColumnNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::LakeFormation::Permissions.DataLakePrincipal": {
      "type": "object",
      "properties": {
        "DataLakePrincipalIdentifier": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::LakeFormation::Permissions.DataLocationResource": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "S3Resource": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::LakeFormation::Permissions.DatabaseResource": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::LakeFormation::Permissions.Resource": {
      "type": "object",
      "properties": {
        "DataLocationResource": {
          "$ref": "#/$defs/AWS::LakeFormation::Permissions.DataLocationResource"
        },
        "DatabaseResource": {
          "$ref": "#/$defs/AWS::LakeFormation::Permissions.DatabaseResource"
        },
        "TableResource": {
          "$ref": "#/$defs/AWS::LakeFormation::Permissions.TableResource"
        },
        "TableWithColumnsResource": {
          "$ref": "#/$defs/AWS::LakeFormation::Permissions.TableWithColumnsResource"
        }
      },
      "additionalProperties": false
    },
    "AWS::LakeFormation::Permissions.TableResource": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "TableWildcard": {
          "$ref": "#/$defs/AWS::LakeFormation::Permissions.TableWildcard"
        }
      },
      "additionalProperties": false
    },
    "AWS::LakeFormation::Permissions.TableWildcard": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::LakeFormation::Permissions.TableWithColumnsResource": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "ColumnNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ColumnWildcard": {
          "$ref": "#/$defs/AWS::LakeFormation::Permissions.ColumnWildcard"
        },
        "DatabaseName": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::LakeFormation::PrincipalPermissions": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Catalog": {
              "type": "string"
            },
            "Permissions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PermissionsWithGrantOption": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Principal": {
              "$ref": "#/$defs/AWS::LakeFormation::PrincipalPermissions.DataLakePrincipal"
            },
            "Resource": {
              "$ref": "#/$defs/AWS::LakeFormation::PrincipalPermissions.Resource"
            }
          },
          "required": [
            "Permissions",
            "PermissionsWithGrantOption",
            "Principal",
            "Resource"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::LakeFormation::PrincipalPermissions"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::PrincipalPermissions.ColumnWildcard": {
      "type": "object",
      "properties": {
        "ExcludedColumnNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::LakeFormation::PrincipalPermissions.DataCellsFilterResource": {
      "type": "object",
      "properties": {
        "DatabaseName": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "TableCatalogId": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "DatabaseName",
        "Name",
        "TableCatalogId",
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::PrincipalPermissions.DataLakePrincipal": {
      "type": "object",
      "properties": {
        "DataLakePrincipalIdentifier": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::LakeFormation::PrincipalPermissions.DataLocationResource": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "ResourceArn": {
          "type": "string"
        }
      },
      "required": [
        "CatalogId",
        "ResourceArn"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::PrincipalPermissions.DatabaseResource": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "CatalogId",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::PrincipalPermissions.LFTag": {
      "type": "object",
      "properties": {
        "TagKey": {
          "type": "string"
        },
        "TagValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::LakeFormation::PrincipalPermissions.LFTagKeyResource": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "TagKey": {
          "type": "string"
        },
        "TagValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "CatalogId",
        "TagKey",
        "TagValues"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::PrincipalPermissions.LFTagPolicyResource": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "Expression": {
          "items": {
            "$ref": "#/$defs/AWS::LakeFormation::PrincipalPermissions.LFTag"
          },
          "type": "array"
        },
        "ResourceType": {
          "type": "string"
        }
      },
      "required": [
        "CatalogId",
        "Expression",
        "ResourceType"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::PrincipalPermissions.Resource": {
      "type": "object",
      "properties": {
        "Catalog": {
          "type": "object"
        },
        "DataCellsFilter": {
          "$ref": "#/$defs/AWS::LakeFormation::PrincipalPermissions.DataCellsFilterResource"
        },
        "DataLocation": {
          "$ref": "#/$defs/AWS::LakeFormation::PrincipalPermissions.DataLocationResource"
        },
        "Database": {
          "$ref": "#/$defs/AWS::LakeFormation::PrincipalPermissions.DatabaseResource"
        },
        "LFTag": {
          "$ref": "#/$defs/AWS::LakeFormation::PrincipalPermissions.LFTagKeyResource"
        },
        "LFTagPolicy": {
          "$ref": "#/$defs/AWS::LakeFormation::PrincipalPermissions.LFTagPolicyResource"
        },
        "Table": {
          "$ref": "#/$defs/AWS::LakeFormation::PrincipalPermissions.TableResource"
        },
        "TableWithColumns": {
          "$ref": "#/$defs/AWS::LakeFormation::PrincipalPermissions.TableWithColumnsResource"
        }
      },
      "additionalProperties": false
    },
    "AWS::LakeFormation::PrincipalPermissions.TableResource": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "TableWildcard": {
          "type": "object"
        }
      },
      "required": [
        "CatalogId",
        "DatabaseName"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::PrincipalPermissions.TableWithColumnsResource": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "ColumnNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ColumnWildcard": {
          "$ref": "#/$defs/AWS::LakeFormation::PrincipalPermissions.ColumnWildcard"
        },
        "DatabaseName": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "CatalogId",
        "DatabaseName",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::Resource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "HybridAccessEnabled": {
              "type": "boolean"
            },
            "ResourceArn": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "UseServiceLinkedRole": {
              "type": "boolean"
            },
            "WithFederation": {
              "type": "boolean"
            }
          },
          "required": [
            "ResourceArn",
            "UseServiceLinkedRole"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::LakeFormation::Resource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::Tag": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CatalogId": {
              "type": "string"
            },
            "TagKey": {
              "type": "string"
            },
            "TagValues": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "TagKey",
            "TagValues"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::LakeFormation::Tag"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::TagAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LFTags": {
              "items": {
                "$ref": "#/$defs/AWS::LakeFormation::TagAssociation.LFTagPair"
              },
              "type": "array"
            },
            "Resource": {
              "$ref": "#/$defs/AWS::LakeFormation::TagAssociation.Resource"
            }
          },
          "required": [
            "LFTags",
            "Resource"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::LakeFormation::TagAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::TagAssociation.DatabaseResource": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "CatalogId",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::TagAssociation.LFTagPair": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "TagKey": {
          "type": "string"
        },
        "TagValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "CatalogId",
        "TagKey",
        "TagValues"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::TagAssociation.Resource": {
      "type": "object",
      "properties": {
        "Catalog": {
          "type": "object"
        },
        "Database": {
          "$ref": "#/$defs/AWS::LakeFormation::TagAssociation.DatabaseResource"
        },
        "Table": {
          "$ref": "#/$defs/AWS::LakeFormation::TagAssociation.TableResource"
        },
        "TableWithColumns": {
          "$ref": "#/$defs/AWS::LakeFormation::TagAssociation.TableWithColumnsResource"
        }
      },
      "additionalProperties": false
    },
    "AWS::LakeFormation::TagAssociation.TableResource": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "TableWildcard": {
          "type": "object"
        }
      },
      "required": [
        "CatalogId",
        "DatabaseName"
      ],
      "additionalProperties": false
    },
    "AWS::LakeFormation::TagAssociation.TableWithColumnsResource": {
      "type": "object",
      "properties": {
        "CatalogId": {
          "type": "string"
        },
        "ColumnNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DatabaseName": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "CatalogId",
        "ColumnNames",
        "DatabaseName",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::Alias": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "FunctionName": {
              "type": "string"
            },
            "FunctionVersion": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ProvisionedConcurrencyConfig": {
              "$ref": "#/$defs/AWS::Lambda::Alias.ProvisionedConcurrencyConfiguration"
            },
            "RoutingConfig": {
              "$ref": "#/$defs/AWS::Lambda::Alias.AliasRoutingConfiguration"
            }
          },
          "required": [
            "FunctionName",
            "FunctionVersion",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lambda::Alias"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::Alias.AliasRoutingConfiguration": {
      "type": "object",
      "properties": {
        "AdditionalVersionWeights": {
          "items": {
            "$ref": "#/$defs/AWS::Lambda::Alias.VersionWeight"
          },
          "type": "array"
        }
      },
      "required": [
        "AdditionalVersionWeights"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::Alias.ProvisionedConcurrencyConfiguration": {
      "type": "object",
      "properties": {
        "ProvisionedConcurrentExecutions": {
          "type": "number"
        }
      },
      "required": [
        "ProvisionedConcurrentExecutions"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::Alias.VersionWeight": {
      "type": "object",
      "properties": {
        "FunctionVersion": {
          "type": "string"
        },
        "FunctionWeight": {
          "type": "number"
        }
      },
      "required": [
        "FunctionVersion",
        "FunctionWeight"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::CodeSigningConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllowedPublishers": {
              "$ref": "#/$defs/AWS::Lambda::CodeSigningConfig.AllowedPublishers"
            },
            "CodeSigningPolicies": {
              "$ref": "#/$defs/AWS::Lambda::CodeSigningConfig.CodeSigningPolicies"
            },
            "Description": {
              "type": "string"
            }
          },
          "required": [
            "AllowedPublishers"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lambda::CodeSigningConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::CodeSigningConfig.AllowedPublishers": {
      "type": "object",
      "properties": {
        "SigningProfileVersionArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SigningProfileVersionArns"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::CodeSigningConfig.CodeSigningPolicies": {
      "type": "object",
      "properties": {
        "UntrustedArtifactOnDeployment": {
          "type": "string"
        }
      },
      "required": [
        "UntrustedArtifactOnDeployment"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::EventInvokeConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DestinationConfig": {
              "$ref": "#/$defs/AWS::Lambda::EventInvokeConfig.DestinationConfig"
            },
            "FunctionName": {
              "type": "string"
            },
            "MaximumEventAgeInSeconds": {
              "type": "number"
            },
            "MaximumRetryAttempts": {
              "type": "number"
            },
            "Qualifier": {
              "type": "string"
            }
          },
          "required": [
            "FunctionName",
            "Qualifier"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lambda::EventInvokeConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::EventInvokeConfig.DestinationConfig": {
      "type": "object",
      "properties": {
        "OnFailure": {
          "$ref": "#/$defs/AWS::Lambda::EventInvokeConfig.OnFailure"
        },
        "OnSuccess": {
          "$ref": "#/$defs/AWS::Lambda::EventInvokeConfig.OnSuccess"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::EventInvokeConfig.OnFailure": {
      "type": "object",
      "properties": {
        "Destination": {
          "type": "string"
        }
      },
      "required": [
        "Destination"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::EventInvokeConfig.OnSuccess": {
      "type": "object",
      "properties": {
        "Destination": {
          "type": "string"
        }
      },
      "required": [
        "Destination"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::EventSourceMapping": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AmazonManagedKafkaEventSourceConfig": {
              "$ref": "#/$defs/AWS::Lambda::EventSourceMapping.AmazonManagedKafkaEventSourceConfig"
            },
            "BatchSize": {
              "type": "number"
            },
            "BisectBatchOnFunctionError": {
              "type": "boolean"
            },
            "DestinationConfig": {
              "$ref": "#/$defs/AWS::Lambda::EventSourceMapping.DestinationConfig"
            },
            "DocumentDBEventSourceConfig": {
              "$ref": "#/$defs/AWS::Lambda::EventSourceMapping.DocumentDBEventSourceConfig"
            },
            "Enabled": {
              "type": "boolean"
            },
            "EventSourceArn": {
              "type": "string"
            },
            "FilterCriteria": {
              "$ref": "#/$defs/AWS::Lambda::EventSourceMapping.FilterCriteria"
            },
            "FunctionName": {
              "type": "string"
            },
            "FunctionResponseTypes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "MaximumBatchingWindowInSeconds": {
              "type": "number"
            },
            "MaximumRecordAgeInSeconds": {
              "type": "number"
            },
            "MaximumRetryAttempts": {
              "type": "number"
            },
            "ParallelizationFactor": {
              "type": "number"
            },
            "Queues": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ScalingConfig": {
              "$ref": "#/$defs/AWS::Lambda::EventSourceMapping.ScalingConfig"
            },
            "SelfManagedEventSource": {
              "$ref": "#/$defs/AWS::Lambda::EventSourceMapping.SelfManagedEventSource"
            },
            "SelfManagedKafkaEventSourceConfig": {
              "$ref": "#/$defs/AWS::Lambda::EventSourceMapping.SelfManagedKafkaEventSourceConfig"
            },
            "SourceAccessConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::Lambda::EventSourceMapping.SourceAccessConfiguration"
              },
              "type": "array"
            },
            "StartingPosition": {
              "type": "string"
            },
            "StartingPositionTimestamp": {
              "type": "number"
            },
            "Topics": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "TumblingWindowInSeconds": {
              "type": "number"
            }
          },
          "required": [
            "FunctionName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lambda::EventSourceMapping"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::EventSourceMapping.AmazonManagedKafkaEventSourceConfig": {
      "type": "object",
      "properties": {
        "ConsumerGroupId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::EventSourceMapping.DestinationConfig": {
      "type": "object",
      "properties": {
        "OnFailure": {
          "$ref": "#/$defs/AWS::Lambda::EventSourceMapping.OnFailure"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::EventSourceMapping.DocumentDBEventSourceConfig": {
      "type": "object",
      "properties": {
        "CollectionName": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "FullDocument": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::EventSourceMapping.Endpoints": {
      "type": "object",
      "properties": {
        "KafkaBootstrapServers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::EventSourceMapping.Filter": {
      "type": "object",
      "properties": {
        "Pattern": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::EventSourceMapping.FilterCriteria": {
      "type": "object",
      "properties": {
        "Filters": {
          "items": {
            "$ref": "#/$defs/AWS::Lambda::EventSourceMapping.Filter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::EventSourceMapping.OnFailure": {
      "type": "object",
      "properties": {
        "Destination": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::EventSourceMapping.ScalingConfig": {
      "type": "object",
      "properties": {
        "MaximumConcurrency": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::EventSourceMapping.SelfManagedEventSource": {
      "type": "object",
      "properties": {
        "Endpoints": {
          "$ref": "#/$defs/AWS::Lambda::EventSourceMapping.Endpoints"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::EventSourceMapping.SelfManagedKafkaEventSourceConfig": {
      "type": "object",
      "properties": {
        "ConsumerGroupId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::EventSourceMapping.SourceAccessConfiguration": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "URI": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::Function": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Architectures": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Code": {
              "$ref": "#/$defs/AWS::Lambda::Function.Code"
            },
            "CodeSigningConfigArn": {
              "type": "string"
            },
            "DeadLetterConfig": {
              "$ref": "#/$defs/AWS::Lambda::Function.DeadLetterConfig"
            },
            "Description": {
              "type": "string"
            },
            "Environment": {
              "$ref": "#/$defs/AWS::Lambda::Function.Environment"
            },
            "EphemeralStorage": {
              "$ref": "#/$defs/AWS::Lambda::Function.EphemeralStorage"
            },
            "FileSystemConfigs": {
              "items": {
                "$ref": "#/$defs/AWS::Lambda::Function.FileSystemConfig"
              },
              "type": "array"
            },
            "FunctionName": {
              "type": "string"
            },
            "Handler": {
              "type": "string"
            },
            "ImageConfig": {
              "$ref": "#/$defs/AWS::Lambda::Function.ImageConfig"
            },
            "KmsKeyArn": {
              "type": "string"
            },
            "Layers": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "LoggingConfig": {
              "$ref": "#/$defs/AWS::Lambda::Function.LoggingConfig"
            },
            "MemorySize": {
              "type": "number"
            },
            "PackageType": {
              "type": "string"
            },
            "ReservedConcurrentExecutions": {
              "type": "number"
            },
            "Role": {
              "type": "string"
            },
            "Runtime": {
              "type": "string"
            },
            "RuntimeManagementConfig": {
              "$ref": "#/$defs/AWS::Lambda::Function.RuntimeManagementConfig"
            },
            "SnapStart": {
              "$ref": "#/$defs/AWS::Lambda::Function.SnapStart"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Timeout": {
              "type": "number"
            },
            "TracingConfig": {
              "$ref": "#/$defs/AWS::Lambda::Function.TracingConfig"
            },
            "VpcConfig": {
              "$ref": "#/$defs/AWS::Lambda::Function.VpcConfig"
            }
          },
          "required": [
            "Code",
            "Role"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lambda::Function"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::Function.Code": {
      "type": "object",
      "properties": {
        "ImageUri": {
          "type": "string"
        },
        "S3Bucket": {
          "type": "string"
        },
        "S3Key": {
          "type": "string"
        },
        "S3ObjectVersion": {
          "type": "string"
        },
        "ZipFile": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::Function.DeadLetterConfig": {
      "type": "object",
      "properties": {
        "TargetArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::Function.Environment": {
      "type": "object",
      "properties": {
        "Variables": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::Function.EphemeralStorage": {
      "type": "object",
      "properties": {
        "Size": {
          "type": "number"
        }
      },
      "required": [
        "Size"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::Function.FileSystemConfig": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "LocalMountPath": {
          "type": "string"
        }
      },
      "required": [
        "Arn",
        "LocalMountPath"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::Function.ImageConfig": {
      "type": "object",
      "properties": {
        "Command": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "EntryPoint": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "WorkingDirectory": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::Function.LoggingConfig": {
      "type": "object",
      "properties": {
        "ApplicationLogLevel": {
          "type": "string"
        },
        "LogFormat": {
          "type": "string"
        },
        "LogGroup": {
          "type": "string"
        },
        "SystemLogLevel": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::Function.RuntimeManagementConfig": {
      "type": "object",
      "properties": {
        "RuntimeVersionArn": {
          "type": "string"
        },
        "UpdateRuntimeOn": {
          "type": "string"
        }
      },
      "required": [
        "UpdateRuntimeOn"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::Function.SnapStart": {
      "type": "object",
      "properties": {
        "ApplyOn": {
          "type": "string"
        }
      },
      "required": [
        "ApplyOn"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::Function.SnapStartResponse": {
      "type": "object",
      "properties": {
        "ApplyOn": {
          "type": "string"
        },
        "OptimizationStatus": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::Function.TracingConfig": {
      "type": "object",
      "properties": {
        "Mode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::Function.VpcConfig": {
      "type": "object",
      "properties": {
        "Ipv6AllowedForDualStack": {
          "type": "boolean"
        },
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::LayerVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CompatibleArchitectures": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "CompatibleRuntimes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Content": {
              "$ref": "#/$defs/AWS::Lambda::LayerVersion.Content"
            },
            "Description": {
              "type": "string"
            },
            "LayerName": {
              "type": "string"
            },
            "LicenseInfo": {
              "type": "string"
            }
          },
          "required": [
            "Content"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lambda::LayerVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::LayerVersion.Content": {
      "type": "object",
      "properties": {
        "S3Bucket": {
          "type": "string"
        },
        "S3Key": {
          "type": "string"
        },
        "S3ObjectVersion": {
          "type": "string"
        }
      },
      "required": [
        "S3Bucket",
        "S3Key"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::LayerVersionPermission": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Action": {
              "type": "string"
            },
            "LayerVersionArn": {
              "type": "string"
            },
            "OrganizationId": {
              "type": "string"
            },
            "Principal": {
              "type": "string"
            }
          },
          "required": [
            "Action",
            "LayerVersionArn",
            "Principal"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lambda::LayerVersionPermission"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::Permission": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Action": {
              "type": "string"
            },
            "EventSourceToken": {
              "type": "string"
            },
            "FunctionName": {
              "type": "string"
            },
            "FunctionUrlAuthType": {
              "type": "string"
            },
            "Principal": {
              "type": "string"
            },
            "PrincipalOrgID": {
              "type": "string"
            },
            "SourceAccount": {
              "type": "string"
            },
            "SourceArn": {
              "type": "string"
            }
          },
          "required": [
            "Action",
            "FunctionName",
            "Principal"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lambda::Permission"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::Url": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthType": {
              "type": "string"
            },
            "Cors": {
              "$ref": "#/$defs/AWS::Lambda::Url.Cors"
            },
            "InvokeMode": {
              "type": "string"
            },
            "Qualifier": {
              "type": "string"
            },
            "TargetFunctionArn": {
              "type": "string"
            }
          },
          "required": [
            "AuthType",
            "TargetFunctionArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lambda::Url"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::Url.Cors": {
      "type": "object",
      "properties": {
        "AllowCredentials": {
          "type": "boolean"
        },
        "AllowHeaders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllowMethods": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllowOrigins": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ExposeHeaders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MaxAge": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lambda::Version": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CodeSha256": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "FunctionName": {
              "type": "string"
            },
            "ProvisionedConcurrencyConfig": {
              "$ref": "#/$defs/AWS::Lambda::Version.ProvisionedConcurrencyConfiguration"
            },
            "RuntimePolicy": {
              "$ref": "#/$defs/AWS::Lambda::Version.RuntimePolicy"
            }
          },
          "required": [
            "FunctionName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lambda::Version"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::Version.ProvisionedConcurrencyConfiguration": {
      "type": "object",
      "properties": {
        "ProvisionedConcurrentExecutions": {
          "type": "number"
        }
      },
      "required": [
        "ProvisionedConcurrentExecutions"
      ],
      "additionalProperties": false
    },
    "AWS::Lambda::Version.RuntimePolicy": {
      "type": "object",
      "properties": {
        "RuntimeVersionArn": {
          "type": "string"
        },
        "UpdateRuntimeOn": {
          "type": "string"
        }
      },
      "required": [
        "UpdateRuntimeOn"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoBuildBotLocales": {
              "type": "boolean"
            },
            "BotFileS3Location": {
              "$ref": "#/$defs/AWS::Lex::Bot.S3Location"
            },
            "BotLocales": {
              "items": {
                "$ref": "#/$defs/AWS::Lex::Bot.BotLocale"
              },
              "type": "array"
            },
            "BotTags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "DataPrivacy": {
              "$ref": "#/$defs/AWS::Lex::Bot.DataPrivacy"
            },
            "Description": {
              "type": "string"
            },
            "IdleSessionTTLInSeconds": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "TestBotAliasSettings": {
              "$ref": "#/$defs/AWS::Lex::Bot.TestBotAliasSettings"
            },
            "TestBotAliasTags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DataPrivacy",
            "IdleSessionTTLInSeconds",
            "Name",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lex::Bot"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.AdvancedRecognitionSetting": {
      "type": "object",
      "properties": {
        "AudioRecognitionStrategy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.AllowedInputTypes": {
      "type": "object",
      "properties": {
        "AllowAudioInput": {
          "type": "boolean"
        },
        "AllowDTMFInput": {
          "type": "boolean"
        }
      },
      "required": [
        "AllowAudioInput",
        "AllowDTMFInput"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.AudioAndDTMFInputSpecification": {
      "type": "object",
      "properties": {
        "AudioSpecification": {
          "$ref": "#/$defs/AWS::Lex::Bot.AudioSpecification"
        },
        "DTMFSpecification": {
          "$ref": "#/$defs/AWS::Lex::Bot.DTMFSpecification"
        },
        "StartTimeoutMs": {
          "type": "number"
        }
      },
      "required": [
        "StartTimeoutMs"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.AudioLogDestination": {
      "type": "object",
      "properties": {
        "S3Bucket": {
          "$ref": "#/$defs/AWS::Lex::Bot.S3BucketLogDestination"
        }
      },
      "required": [
        "S3Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.AudioLogSetting": {
      "type": "object",
      "properties": {
        "Destination": {
          "$ref": "#/$defs/AWS::Lex::Bot.AudioLogDestination"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Destination",
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.AudioSpecification": {
      "type": "object",
      "properties": {
        "EndTimeoutMs": {
          "type": "number"
        },
        "MaxLengthMs": {
          "type": "number"
        }
      },
      "required": [
        "EndTimeoutMs",
        "MaxLengthMs"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.BotAliasLocaleSettings": {
      "type": "object",
      "properties": {
        "CodeHookSpecification": {
          "$ref": "#/$defs/AWS::Lex::Bot.CodeHookSpecification"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.BotAliasLocaleSettingsItem": {
      "type": "object",
      "properties": {
        "BotAliasLocaleSetting": {
          "$ref": "#/$defs/AWS::Lex::Bot.BotAliasLocaleSettings"
        },
        "LocaleId": {
          "type": "string"
        }
      },
      "required": [
        "BotAliasLocaleSetting",
        "LocaleId"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.BotLocale": {
      "type": "object",
      "properties": {
        "CustomVocabulary": {
          "$ref": "#/$defs/AWS::Lex::Bot.CustomVocabulary"
        },
        "Description": {
          "type": "string"
        },
        "Intents": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.Intent"
          },
          "type": "array"
        },
        "LocaleId": {
          "type": "string"
        },
        "NluConfidenceThreshold": {
          "type": "number"
        },
        "SlotTypes": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.SlotType"
          },
          "type": "array"
        },
        "VoiceSettings": {
          "$ref": "#/$defs/AWS::Lex::Bot.VoiceSettings"
        }
      },
      "required": [
        "LocaleId",
        "NluConfidenceThreshold"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.Button": {
      "type": "object",
      "properties": {
        "Text": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Text",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.CloudWatchLogGroupLogDestination": {
      "type": "object",
      "properties": {
        "CloudWatchLogGroupArn": {
          "type": "string"
        },
        "LogPrefix": {
          "type": "string"
        }
      },
      "required": [
        "CloudWatchLogGroupArn",
        "LogPrefix"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.CodeHookSpecification": {
      "type": "object",
      "properties": {
        "LambdaCodeHook": {
          "$ref": "#/$defs/AWS::Lex::Bot.LambdaCodeHook"
        }
      },
      "required": [
        "LambdaCodeHook"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.Condition": {
      "type": "object",
      "properties": {
        "ExpressionString": {
          "type": "string"
        }
      },
      "required": [
        "ExpressionString"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.ConditionalBranch": {
      "type": "object",
      "properties": {
        "Condition": {
          "$ref": "#/$defs/AWS::Lex::Bot.Condition"
        },
        "Name": {
          "type": "string"
        },
        "NextStep": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogState"
        },
        "Response": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        }
      },
      "required": [
        "Condition",
        "Name",
        "NextStep"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.ConditionalSpecification": {
      "type": "object",
      "properties": {
        "ConditionalBranches": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.ConditionalBranch"
          },
          "type": "array"
        },
        "DefaultBranch": {
          "$ref": "#/$defs/AWS::Lex::Bot.DefaultConditionalBranch"
        },
        "IsActive": {
          "type": "boolean"
        }
      },
      "required": [
        "ConditionalBranches",
        "DefaultBranch",
        "IsActive"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.ConversationLogSettings": {
      "type": "object",
      "properties": {
        "AudioLogSettings": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.AudioLogSetting"
          },
          "type": "array"
        },
        "TextLogSettings": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.TextLogSetting"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.CustomPayload": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.CustomVocabulary": {
      "type": "object",
      "properties": {
        "CustomVocabularyItems": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.CustomVocabularyItem"
          },
          "type": "array"
        }
      },
      "required": [
        "CustomVocabularyItems"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.CustomVocabularyItem": {
      "type": "object",
      "properties": {
        "DisplayAs": {
          "type": "string"
        },
        "Phrase": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "required": [
        "Phrase"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.DTMFSpecification": {
      "type": "object",
      "properties": {
        "DeletionCharacter": {
          "type": "string"
        },
        "EndCharacter": {
          "type": "string"
        },
        "EndTimeoutMs": {
          "type": "number"
        },
        "MaxLength": {
          "type": "number"
        }
      },
      "required": [
        "DeletionCharacter",
        "EndCharacter",
        "EndTimeoutMs",
        "MaxLength"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.DataPrivacy": {
      "type": "object",
      "properties": {
        "ChildDirected": {
          "type": "boolean"
        }
      },
      "required": [
        "ChildDirected"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.DefaultConditionalBranch": {
      "type": "object",
      "properties": {
        "NextStep": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogState"
        },
        "Response": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.DialogAction": {
      "type": "object",
      "properties": {
        "SlotToElicit": {
          "type": "string"
        },
        "SuppressNextMessage": {
          "type": "boolean"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.DialogCodeHookInvocationSetting": {
      "type": "object",
      "properties": {
        "EnableCodeHookInvocation": {
          "type": "boolean"
        },
        "InvocationLabel": {
          "type": "string"
        },
        "IsActive": {
          "type": "boolean"
        },
        "PostCodeHookSpecification": {
          "$ref": "#/$defs/AWS::Lex::Bot.PostDialogCodeHookInvocationSpecification"
        }
      },
      "required": [
        "EnableCodeHookInvocation",
        "IsActive",
        "PostCodeHookSpecification"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.DialogCodeHookSetting": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.DialogState": {
      "type": "object",
      "properties": {
        "DialogAction": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogAction"
        },
        "Intent": {
          "$ref": "#/$defs/AWS::Lex::Bot.IntentOverride"
        },
        "SessionAttributes": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.SessionAttribute"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.ElicitationCodeHookInvocationSetting": {
      "type": "object",
      "properties": {
        "EnableCodeHookInvocation": {
          "type": "boolean"
        },
        "InvocationLabel": {
          "type": "string"
        }
      },
      "required": [
        "EnableCodeHookInvocation"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.ExternalSourceSetting": {
      "type": "object",
      "properties": {
        "GrammarSlotTypeSetting": {
          "$ref": "#/$defs/AWS::Lex::Bot.GrammarSlotTypeSetting"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.FulfillmentCodeHookSetting": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "FulfillmentUpdatesSpecification": {
          "$ref": "#/$defs/AWS::Lex::Bot.FulfillmentUpdatesSpecification"
        },
        "IsActive": {
          "type": "boolean"
        },
        "PostFulfillmentStatusSpecification": {
          "$ref": "#/$defs/AWS::Lex::Bot.PostFulfillmentStatusSpecification"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.FulfillmentStartResponseSpecification": {
      "type": "object",
      "properties": {
        "AllowInterrupt": {
          "type": "boolean"
        },
        "DelayInSeconds": {
          "type": "number"
        },
        "MessageGroups": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.MessageGroup"
          },
          "type": "array"
        }
      },
      "required": [
        "DelayInSeconds",
        "MessageGroups"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.FulfillmentUpdateResponseSpecification": {
      "type": "object",
      "properties": {
        "AllowInterrupt": {
          "type": "boolean"
        },
        "FrequencyInSeconds": {
          "type": "number"
        },
        "MessageGroups": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.MessageGroup"
          },
          "type": "array"
        }
      },
      "required": [
        "FrequencyInSeconds",
        "MessageGroups"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.FulfillmentUpdatesSpecification": {
      "type": "object",
      "properties": {
        "Active": {
          "type": "boolean"
        },
        "StartResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.FulfillmentStartResponseSpecification"
        },
        "TimeoutInSeconds": {
          "type": "number"
        },
        "UpdateResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.FulfillmentUpdateResponseSpecification"
        }
      },
      "required": [
        "Active"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.GrammarSlotTypeSetting": {
      "type": "object",
      "properties": {
        "Source": {
          "$ref": "#/$defs/AWS::Lex::Bot.GrammarSlotTypeSource"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.GrammarSlotTypeSource": {
      "type": "object",
      "properties": {
        "KmsKeyArn": {
          "type": "string"
        },
        "S3BucketName": {
          "type": "string"
        },
        "S3ObjectKey": {
          "type": "string"
        }
      },
      "required": [
        "S3BucketName",
        "S3ObjectKey"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.ImageResponseCard": {
      "type": "object",
      "properties": {
        "Buttons": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.Button"
          },
          "type": "array"
        },
        "ImageUrl": {
          "type": "string"
        },
        "Subtitle": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.InitialResponseSetting": {
      "type": "object",
      "properties": {
        "CodeHook": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogCodeHookInvocationSetting"
        },
        "Conditional": {
          "$ref": "#/$defs/AWS::Lex::Bot.ConditionalSpecification"
        },
        "InitialResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        },
        "NextStep": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogState"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.InputContext": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.Intent": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "DialogCodeHook": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogCodeHookSetting"
        },
        "FulfillmentCodeHook": {
          "$ref": "#/$defs/AWS::Lex::Bot.FulfillmentCodeHookSetting"
        },
        "InitialResponseSetting": {
          "$ref": "#/$defs/AWS::Lex::Bot.InitialResponseSetting"
        },
        "InputContexts": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.InputContext"
          },
          "type": "array"
        },
        "IntentClosingSetting": {
          "$ref": "#/$defs/AWS::Lex::Bot.IntentClosingSetting"
        },
        "IntentConfirmationSetting": {
          "$ref": "#/$defs/AWS::Lex::Bot.IntentConfirmationSetting"
        },
        "KendraConfiguration": {
          "$ref": "#/$defs/AWS::Lex::Bot.KendraConfiguration"
        },
        "Name": {
          "type": "string"
        },
        "OutputContexts": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.OutputContext"
          },
          "type": "array"
        },
        "ParentIntentSignature": {
          "type": "string"
        },
        "SampleUtterances": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.SampleUtterance"
          },
          "type": "array"
        },
        "SlotPriorities": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.SlotPriority"
          },
          "type": "array"
        },
        "Slots": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.Slot"
          },
          "type": "array"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.IntentClosingSetting": {
      "type": "object",
      "properties": {
        "ClosingResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        },
        "Conditional": {
          "$ref": "#/$defs/AWS::Lex::Bot.ConditionalSpecification"
        },
        "IsActive": {
          "type": "boolean"
        },
        "NextStep": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogState"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.IntentConfirmationSetting": {
      "type": "object",
      "properties": {
        "CodeHook": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogCodeHookInvocationSetting"
        },
        "ConfirmationConditional": {
          "$ref": "#/$defs/AWS::Lex::Bot.ConditionalSpecification"
        },
        "ConfirmationNextStep": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogState"
        },
        "ConfirmationResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        },
        "DeclinationConditional": {
          "$ref": "#/$defs/AWS::Lex::Bot.ConditionalSpecification"
        },
        "DeclinationNextStep": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogState"
        },
        "DeclinationResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        },
        "ElicitationCodeHook": {
          "$ref": "#/$defs/AWS::Lex::Bot.ElicitationCodeHookInvocationSetting"
        },
        "FailureConditional": {
          "$ref": "#/$defs/AWS::Lex::Bot.ConditionalSpecification"
        },
        "FailureNextStep": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogState"
        },
        "FailureResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        },
        "IsActive": {
          "type": "boolean"
        },
        "PromptSpecification": {
          "$ref": "#/$defs/AWS::Lex::Bot.PromptSpecification"
        }
      },
      "required": [
        "PromptSpecification"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.IntentOverride": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Slots": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.SlotValueOverrideMap"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.KendraConfiguration": {
      "type": "object",
      "properties": {
        "KendraIndex": {
          "type": "string"
        },
        "QueryFilterString": {
          "type": "string"
        },
        "QueryFilterStringEnabled": {
          "type": "boolean"
        }
      },
      "required": [
        "KendraIndex"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.LambdaCodeHook": {
      "type": "object",
      "properties": {
        "CodeHookInterfaceVersion": {
          "type": "string"
        },
        "LambdaArn": {
          "type": "string"
        }
      },
      "required": [
        "CodeHookInterfaceVersion",
        "LambdaArn"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.Message": {
      "type": "object",
      "properties": {
        "CustomPayload": {
          "$ref": "#/$defs/AWS::Lex::Bot.CustomPayload"
        },
        "ImageResponseCard": {
          "$ref": "#/$defs/AWS::Lex::Bot.ImageResponseCard"
        },
        "PlainTextMessage": {
          "$ref": "#/$defs/AWS::Lex::Bot.PlainTextMessage"
        },
        "SSMLMessage": {
          "$ref": "#/$defs/AWS::Lex::Bot.SSMLMessage"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.MessageGroup": {
      "type": "object",
      "properties": {
        "Message": {
          "$ref": "#/$defs/AWS::Lex::Bot.Message"
        },
        "Variations": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.Message"
          },
          "type": "array"
        }
      },
      "required": [
        "Message"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.MultipleValuesSetting": {
      "type": "object",
      "properties": {
        "AllowMultipleValues": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.ObfuscationSetting": {
      "type": "object",
      "properties": {
        "ObfuscationSettingType": {
          "type": "string"
        }
      },
      "required": [
        "ObfuscationSettingType"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.OutputContext": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "TimeToLiveInSeconds": {
          "type": "number"
        },
        "TurnsToLive": {
          "type": "number"
        }
      },
      "required": [
        "Name",
        "TimeToLiveInSeconds",
        "TurnsToLive"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.PlainTextMessage": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.PostDialogCodeHookInvocationSpecification": {
      "type": "object",
      "properties": {
        "FailureConditional": {
          "$ref": "#/$defs/AWS::Lex::Bot.ConditionalSpecification"
        },
        "FailureNextStep": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogState"
        },
        "FailureResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        },
        "SuccessConditional": {
          "$ref": "#/$defs/AWS::Lex::Bot.ConditionalSpecification"
        },
        "SuccessNextStep": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogState"
        },
        "SuccessResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        },
        "TimeoutConditional": {
          "$ref": "#/$defs/AWS::Lex::Bot.ConditionalSpecification"
        },
        "TimeoutNextStep": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogState"
        },
        "TimeoutResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.PostFulfillmentStatusSpecification": {
      "type": "object",
      "properties": {
        "FailureConditional": {
          "$ref": "#/$defs/AWS::Lex::Bot.ConditionalSpecification"
        },
        "FailureNextStep": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogState"
        },
        "FailureResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        },
        "SuccessConditional": {
          "$ref": "#/$defs/AWS::Lex::Bot.ConditionalSpecification"
        },
        "SuccessNextStep": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogState"
        },
        "SuccessResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        },
        "TimeoutConditional": {
          "$ref": "#/$defs/AWS::Lex::Bot.ConditionalSpecification"
        },
        "TimeoutNextStep": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogState"
        },
        "TimeoutResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.PromptAttemptSpecification": {
      "type": "object",
      "properties": {
        "AllowInterrupt": {
          "type": "boolean"
        },
        "AllowedInputTypes": {
          "$ref": "#/$defs/AWS::Lex::Bot.AllowedInputTypes"
        },
        "AudioAndDTMFInputSpecification": {
          "$ref": "#/$defs/AWS::Lex::Bot.AudioAndDTMFInputSpecification"
        },
        "TextInputSpecification": {
          "$ref": "#/$defs/AWS::Lex::Bot.TextInputSpecification"
        }
      },
      "required": [
        "AllowedInputTypes"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.PromptSpecification": {
      "type": "object",
      "properties": {
        "AllowInterrupt": {
          "type": "boolean"
        },
        "MaxRetries": {
          "type": "number"
        },
        "MessageGroupsList": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.MessageGroup"
          },
          "type": "array"
        },
        "MessageSelectionStrategy": {
          "type": "string"
        },
        "PromptAttemptsSpecification": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::Lex::Bot.PromptAttemptSpecification"
            }
          }
        }
      },
      "required": [
        "MaxRetries",
        "MessageGroupsList"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.ResponseSpecification": {
      "type": "object",
      "properties": {
        "AllowInterrupt": {
          "type": "boolean"
        },
        "MessageGroupsList": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.MessageGroup"
          },
          "type": "array"
        }
      },
      "required": [
        "MessageGroupsList"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.S3BucketLogDestination": {
      "type": "object",
      "properties": {
        "KmsKeyArn": {
          "type": "string"
        },
        "LogPrefix": {
          "type": "string"
        },
        "S3BucketArn": {
          "type": "string"
        }
      },
      "required": [
        "LogPrefix",
        "S3BucketArn"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.S3Location": {
      "type": "object",
      "properties": {
        "S3Bucket": {
          "type": "string"
        },
        "S3ObjectKey": {
          "type": "string"
        },
        "S3ObjectVersion": {
          "type": "string"
        }
      },
      "required": [
        "S3Bucket",
        "S3ObjectKey"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SSMLMessage": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SampleUtterance": {
      "type": "object",
      "properties": {
        "Utterance": {
          "type": "string"
        }
      },
      "required": [
        "Utterance"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SampleValue": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SentimentAnalysisSettings": {
      "type": "object",
      "properties": {
        "DetectSentiment": {
          "type": "boolean"
        }
      },
      "required": [
        "DetectSentiment"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SessionAttribute": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.Slot": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "MultipleValuesSetting": {
          "$ref": "#/$defs/AWS::Lex::Bot.MultipleValuesSetting"
        },
        "Name": {
          "type": "string"
        },
        "ObfuscationSetting": {
          "$ref": "#/$defs/AWS::Lex::Bot.ObfuscationSetting"
        },
        "SlotTypeName": {
          "type": "string"
        },
        "ValueElicitationSetting": {
          "$ref": "#/$defs/AWS::Lex::Bot.SlotValueElicitationSetting"
        }
      },
      "required": [
        "Name",
        "SlotTypeName",
        "ValueElicitationSetting"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SlotCaptureSetting": {
      "type": "object",
      "properties": {
        "CaptureConditional": {
          "$ref": "#/$defs/AWS::Lex::Bot.ConditionalSpecification"
        },
        "CaptureNextStep": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogState"
        },
        "CaptureResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        },
        "CodeHook": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogCodeHookInvocationSetting"
        },
        "ElicitationCodeHook": {
          "$ref": "#/$defs/AWS::Lex::Bot.ElicitationCodeHookInvocationSetting"
        },
        "FailureConditional": {
          "$ref": "#/$defs/AWS::Lex::Bot.ConditionalSpecification"
        },
        "FailureNextStep": {
          "$ref": "#/$defs/AWS::Lex::Bot.DialogState"
        },
        "FailureResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SlotDefaultValue": {
      "type": "object",
      "properties": {
        "DefaultValue": {
          "type": "string"
        }
      },
      "required": [
        "DefaultValue"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SlotDefaultValueSpecification": {
      "type": "object",
      "properties": {
        "DefaultValueList": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.SlotDefaultValue"
          },
          "type": "array"
        }
      },
      "required": [
        "DefaultValueList"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SlotPriority": {
      "type": "object",
      "properties": {
        "Priority": {
          "type": "number"
        },
        "SlotName": {
          "type": "string"
        }
      },
      "required": [
        "Priority",
        "SlotName"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SlotType": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "ExternalSourceSetting": {
          "$ref": "#/$defs/AWS::Lex::Bot.ExternalSourceSetting"
        },
        "Name": {
          "type": "string"
        },
        "ParentSlotTypeSignature": {
          "type": "string"
        },
        "SlotTypeValues": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.SlotTypeValue"
          },
          "type": "array"
        },
        "ValueSelectionSetting": {
          "$ref": "#/$defs/AWS::Lex::Bot.SlotValueSelectionSetting"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SlotTypeValue": {
      "type": "object",
      "properties": {
        "SampleValue": {
          "$ref": "#/$defs/AWS::Lex::Bot.SampleValue"
        },
        "Synonyms": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.SampleValue"
          },
          "type": "array"
        }
      },
      "required": [
        "SampleValue"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SlotValue": {
      "type": "object",
      "properties": {
        "InterpretedValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SlotValueElicitationSetting": {
      "type": "object",
      "properties": {
        "DefaultValueSpecification": {
          "$ref": "#/$defs/AWS::Lex::Bot.SlotDefaultValueSpecification"
        },
        "PromptSpecification": {
          "$ref": "#/$defs/AWS::Lex::Bot.PromptSpecification"
        },
        "SampleUtterances": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.SampleUtterance"
          },
          "type": "array"
        },
        "SlotCaptureSetting": {
          "$ref": "#/$defs/AWS::Lex::Bot.SlotCaptureSetting"
        },
        "SlotConstraint": {
          "type": "string"
        },
        "WaitAndContinueSpecification": {
          "$ref": "#/$defs/AWS::Lex::Bot.WaitAndContinueSpecification"
        }
      },
      "required": [
        "SlotConstraint"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SlotValueOverride": {
      "type": "object",
      "properties": {
        "Shape": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::Lex::Bot.SlotValue"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.SlotValueOverride"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SlotValueOverrideMap": {
      "type": "object",
      "properties": {
        "SlotName": {
          "type": "string"
        },
        "SlotValueOverride": {
          "$ref": "#/$defs/AWS::Lex::Bot.SlotValueOverride"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SlotValueRegexFilter": {
      "type": "object",
      "properties": {
        "Pattern": {
          "type": "string"
        }
      },
      "required": [
        "Pattern"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.SlotValueSelectionSetting": {
      "type": "object",
      "properties": {
        "AdvancedRecognitionSetting": {
          "$ref": "#/$defs/AWS::Lex::Bot.AdvancedRecognitionSetting"
        },
        "RegexFilter": {
          "$ref": "#/$defs/AWS::Lex::Bot.SlotValueRegexFilter"
        },
        "ResolutionStrategy": {
          "type": "string"
        }
      },
      "required": [
        "ResolutionStrategy"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.StillWaitingResponseSpecification": {
      "type": "object",
      "properties": {
        "AllowInterrupt": {
          "type": "boolean"
        },
        "FrequencyInSeconds": {
          "type": "number"
        },
        "MessageGroupsList": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.MessageGroup"
          },
          "type": "array"
        },
        "TimeoutInSeconds": {
          "type": "number"
        }
      },
      "required": [
        "FrequencyInSeconds",
        "MessageGroupsList",
        "TimeoutInSeconds"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.TestBotAliasSettings": {
      "type": "object",
      "properties": {
        "BotAliasLocaleSettings": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::Bot.BotAliasLocaleSettingsItem"
          },
          "type": "array"
        },
        "ConversationLogSettings": {
          "$ref": "#/$defs/AWS::Lex::Bot.ConversationLogSettings"
        },
        "Description": {
          "type": "string"
        },
        "SentimentAnalysisSettings": {
          "$ref": "#/$defs/AWS::Lex::Bot.SentimentAnalysisSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::Bot.TextInputSpecification": {
      "type": "object",
      "properties": {
        "StartTimeoutMs": {
          "type": "number"
        }
      },
      "required": [
        "StartTimeoutMs"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.TextLogDestination": {
      "type": "object",
      "properties": {
        "CloudWatch": {
          "$ref": "#/$defs/AWS::Lex::Bot.CloudWatchLogGroupLogDestination"
        }
      },
      "required": [
        "CloudWatch"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.TextLogSetting": {
      "type": "object",
      "properties": {
        "Destination": {
          "$ref": "#/$defs/AWS::Lex::Bot.TextLogDestination"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Destination",
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.VoiceSettings": {
      "type": "object",
      "properties": {
        "Engine": {
          "type": "string"
        },
        "VoiceId": {
          "type": "string"
        }
      },
      "required": [
        "VoiceId"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::Bot.WaitAndContinueSpecification": {
      "type": "object",
      "properties": {
        "ContinueResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        },
        "IsActive": {
          "type": "boolean"
        },
        "StillWaitingResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.StillWaitingResponseSpecification"
        },
        "WaitingResponse": {
          "$ref": "#/$defs/AWS::Lex::Bot.ResponseSpecification"
        }
      },
      "required": [
        "ContinueResponse",
        "WaitingResponse"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::BotAlias": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BotAliasLocaleSettings": {
              "items": {
                "$ref": "#/$defs/AWS::Lex::BotAlias.BotAliasLocaleSettingsItem"
              },
              "type": "array"
            },
            "BotAliasName": {
              "type": "string"
            },
            "BotAliasTags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "BotId": {
              "type": "string"
            },
            "BotVersion": {
              "type": "string"
            },
            "ConversationLogSettings": {
              "$ref": "#/$defs/AWS::Lex::BotAlias.ConversationLogSettings"
            },
            "Description": {
              "type": "string"
            },
            "SentimentAnalysisSettings": {
              "$ref": "#/$defs/AWS::Lex::BotAlias.SentimentAnalysisSettings"
            }
          },
          "required": [
            "BotAliasName",
            "BotId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lex::BotAlias"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::BotAlias.AudioLogDestination": {
      "type": "object",
      "properties": {
        "S3Bucket": {
          "$ref": "#/$defs/AWS::Lex::BotAlias.S3BucketLogDestination"
        }
      },
      "required": [
        "S3Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::BotAlias.AudioLogSetting": {
      "type": "object",
      "properties": {
        "Destination": {
          "$ref": "#/$defs/AWS::Lex::BotAlias.AudioLogDestination"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Destination",
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::BotAlias.BotAliasLocaleSettings": {
      "type": "object",
      "properties": {
        "CodeHookSpecification": {
          "$ref": "#/$defs/AWS::Lex::BotAlias.CodeHookSpecification"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::BotAlias.BotAliasLocaleSettingsItem": {
      "type": "object",
      "properties": {
        "BotAliasLocaleSetting": {
          "$ref": "#/$defs/AWS::Lex::BotAlias.BotAliasLocaleSettings"
        },
        "LocaleId": {
          "type": "string"
        }
      },
      "required": [
        "BotAliasLocaleSetting",
        "LocaleId"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::BotAlias.CloudWatchLogGroupLogDestination": {
      "type": "object",
      "properties": {
        "CloudWatchLogGroupArn": {
          "type": "string"
        },
        "LogPrefix": {
          "type": "string"
        }
      },
      "required": [
        "CloudWatchLogGroupArn",
        "LogPrefix"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::BotAlias.CodeHookSpecification": {
      "type": "object",
      "properties": {
        "LambdaCodeHook": {
          "$ref": "#/$defs/AWS::Lex::BotAlias.LambdaCodeHook"
        }
      },
      "required": [
        "LambdaCodeHook"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::BotAlias.ConversationLogSettings": {
      "type": "object",
      "properties": {
        "AudioLogSettings": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::BotAlias.AudioLogSetting"
          },
          "type": "array"
        },
        "TextLogSettings": {
          "items": {
            "$ref": "#/$defs/AWS::Lex::BotAlias.TextLogSetting"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lex::BotAlias.LambdaCodeHook": {
      "type": "object",
      "properties": {
        "CodeHookInterfaceVersion": {
          "type": "string"
        },
        "LambdaArn": {
          "type": "string"
        }
      },
      "required": [
        "CodeHookInterfaceVersion",
        "LambdaArn"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::BotAlias.S3BucketLogDestination": {
      "type": "object",
      "properties": {
        "KmsKeyArn": {
          "type": "string"
        },
        "LogPrefix": {
          "type": "string"
        },
        "S3BucketArn": {
          "type": "string"
        }
      },
      "required": [
        "LogPrefix",
        "S3BucketArn"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::BotAlias.SentimentAnalysisSettings": {
      "type": "object",
      "properties": {
        "DetectSentiment": {
          "type": "boolean"
        }
      },
      "required": [
        "DetectSentiment"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::BotAlias.TextLogDestination": {
      "type": "object",
      "properties": {
        "CloudWatch": {
          "$ref": "#/$defs/AWS::Lex::BotAlias.CloudWatchLogGroupLogDestination"
        }
      },
      "required": [
        "CloudWatch"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::BotAlias.TextLogSetting": {
      "type": "object",
      "properties": {
        "Destination": {
          "$ref": "#/$defs/AWS::Lex::BotAlias.TextLogDestination"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Destination",
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::BotVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BotId": {
              "type": "string"
            },
            "BotVersionLocaleSpecification": {
              "items": {
                "$ref": "#/$defs/AWS::Lex::BotVersion.BotVersionLocaleSpecification"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            }
          },
          "required": [
            "BotId",
            "BotVersionLocaleSpecification"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lex::BotVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::BotVersion.BotVersionLocaleDetails": {
      "type": "object",
      "properties": {
        "SourceBotVersion": {
          "type": "string"
        }
      },
      "required": [
        "SourceBotVersion"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::BotVersion.BotVersionLocaleSpecification": {
      "type": "object",
      "properties": {
        "BotVersionLocaleDetails": {
          "$ref": "#/$defs/AWS::Lex::BotVersion.BotVersionLocaleDetails"
        },
        "LocaleId": {
          "type": "string"
        }
      },
      "required": [
        "BotVersionLocaleDetails",
        "LocaleId"
      ],
      "additionalProperties": false
    },
    "AWS::Lex::ResourcePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Policy": {
              "type": "object"
            },
            "ResourceArn": {
              "type": "string"
            }
          },
          "required": [
            "Policy",
            "ResourceArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lex::ResourcePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::LicenseManager::Grant": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllowedOperations": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "GrantName": {
              "type": "string"
            },
            "HomeRegion": {
              "type": "string"
            },
            "LicenseArn": {
              "type": "string"
            },
            "Principals": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Status": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::LicenseManager::Grant"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::LicenseManager::License": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Beneficiary": {
              "type": "string"
            },
            "ConsumptionConfiguration": {
              "$ref": "#/$defs/AWS::LicenseManager::License.ConsumptionConfiguration"
            },
            "Entitlements": {
              "items": {
                "$ref": "#/$defs/AWS::LicenseManager::License.Entitlement"
              },
              "type": "array"
            },
            "HomeRegion": {
              "type": "string"
            },
            "Issuer": {
              "$ref": "#/$defs/AWS::LicenseManager::License.IssuerData"
            },
            "LicenseMetadata": {
              "items": {
                "$ref": "#/$defs/AWS::LicenseManager::License.Metadata"
              },
              "type": "array"
            },
            "LicenseName": {
              "type": "string"
            },
            "ProductName": {
              "type": "string"
            },
            "ProductSKU": {
              "type": "string"
            },
            "Status": {
              "type": "string"
            },
            "Validity": {
              "$ref": "#/$defs/AWS::LicenseManager::License.ValidityDateFormat"
            }
          },
          "required": [
            "ConsumptionConfiguration",
            "Entitlements",
            "HomeRegion",
            "Issuer",
            "LicenseName",
            "ProductName",
            "Validity"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::LicenseManager::License"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::LicenseManager::License.BorrowConfiguration": {
      "type": "object",
      "properties": {
        "AllowEarlyCheckIn": {
          "type": "boolean"
        },
        "MaxTimeToLiveInMinutes": {
          "type": "number"
        }
      },
      "required": [
        "AllowEarlyCheckIn",
        "MaxTimeToLiveInMinutes"
      ],
      "additionalProperties": false
    },
    "AWS::LicenseManager::License.ConsumptionConfiguration": {
      "type": "object",
      "properties": {
        "BorrowConfiguration": {
          "$ref": "#/$defs/AWS::LicenseManager::License.BorrowConfiguration"
        },
        "ProvisionalConfiguration": {
          "$ref": "#/$defs/AWS::LicenseManager::License.ProvisionalConfiguration"
        },
        "RenewType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::LicenseManager::License.Entitlement": {
      "type": "object",
      "properties": {
        "AllowCheckIn": {
          "type": "boolean"
        },
        "MaxCount": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        },
        "Overage": {
          "type": "boolean"
        },
        "Unit": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Unit"
      ],
      "additionalProperties": false
    },
    "AWS::LicenseManager::License.IssuerData": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "SignKey": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::LicenseManager::License.Metadata": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::LicenseManager::License.ProvisionalConfiguration": {
      "type": "object",
      "properties": {
        "MaxTimeToLiveInMinutes": {
          "type": "number"
        }
      },
      "required": [
        "MaxTimeToLiveInMinutes"
      ],
      "additionalProperties": false
    },
    "AWS::LicenseManager::License.ValidityDateFormat": {
      "type": "object",
      "properties": {
        "Begin": {
          "type": "string"
        },
        "End": {
          "type": "string"
        }
      },
      "required": [
        "Begin",
        "End"
      ],
      "additionalProperties": false
    },
    "AWS::Lightsail::Alarm": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AlarmName": {
              "type": "string"
            },
            "ComparisonOperator": {
              "type": "string"
            },
            "ContactProtocols": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "DatapointsToAlarm": {
              "type": "number"
            },
            "EvaluationPeriods": {
              "type": "number"
            },
            "MetricName": {
              "type": "string"
            },
            "MonitoredResourceName": {
              "type": "string"
            },
            "NotificationEnabled": {
              "type": "boolean"
            },
            "NotificationTriggers": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Threshold": {
              "type": "number"
            },
            "TreatMissingData": {
              "type": "string"
            }
          },
          "required": [
            "AlarmName",
            "ComparisonOperator",
            "EvaluationPeriods",
            "MetricName",
            "MonitoredResourceName",
            "Threshold"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lightsail::Alarm"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lightsail::Bucket": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessRules": {
              "$ref": "#/$defs/AWS::Lightsail::Bucket.AccessRules"
            },
            "BucketName": {
              "type": "string"
            },
            "BundleId": {
              "type": "string"
            },
            "ObjectVersioning": {
              "type": "boolean"
            },
            "ReadOnlyAccessAccounts": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ResourcesReceivingAccess": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "BucketName",
            "BundleId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lightsail::Bucket"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lightsail::Bucket.AccessRules": {
      "type": "object",
      "properties": {
        "AllowPublicOverrides": {
          "type": "boolean"
        },
        "GetObject": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Certificate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CertificateName": {
              "type": "string"
            },
            "DomainName": {
              "type": "string"
            },
            "SubjectAlternativeNames": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "CertificateName",
            "DomainName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lightsail::Certificate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lightsail::Container": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContainerServiceDeployment": {
              "$ref": "#/$defs/AWS::Lightsail::Container.ContainerServiceDeployment"
            },
            "IsDisabled": {
              "type": "boolean"
            },
            "Power": {
              "type": "string"
            },
            "PrivateRegistryAccess": {
              "$ref": "#/$defs/AWS::Lightsail::Container.PrivateRegistryAccess"
            },
            "PublicDomainNames": {
              "items": {
                "$ref": "#/$defs/AWS::Lightsail::Container.PublicDomainName"
              },
              "type": "array"
            },
            "Scale": {
              "type": "number"
            },
            "ServiceName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Power",
            "Scale",
            "ServiceName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lightsail::Container"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lightsail::Container.Container": {
      "type": "object",
      "properties": {
        "Command": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ContainerName": {
          "type": "string"
        },
        "Environment": {
          "items": {
            "$ref": "#/$defs/AWS::Lightsail::Container.EnvironmentVariable"
          },
          "type": "array"
        },
        "Image": {
          "type": "string"
        },
        "Ports": {
          "items": {
            "$ref": "#/$defs/AWS::Lightsail::Container.PortInfo"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Container.ContainerServiceDeployment": {
      "type": "object",
      "properties": {
        "Containers": {
          "items": {
            "$ref": "#/$defs/AWS::Lightsail::Container.Container"
          },
          "type": "array"
        },
        "PublicEndpoint": {
          "$ref": "#/$defs/AWS::Lightsail::Container.PublicEndpoint"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Container.EcrImagePullerRole": {
      "type": "object",
      "properties": {
        "IsActive": {
          "type": "boolean"
        },
        "PrincipalArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Container.EnvironmentVariable": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "string"
        },
        "Variable": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Container.HealthCheckConfig": {
      "type": "object",
      "properties": {
        "HealthyThreshold": {
          "type": "number"
        },
        "IntervalSeconds": {
          "type": "number"
        },
        "Path": {
          "type": "string"
        },
        "SuccessCodes": {
          "type": "string"
        },
        "TimeoutSeconds": {
          "type": "number"
        },
        "UnhealthyThreshold": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Container.PortInfo": {
      "type": "object",
      "properties": {
        "Port": {
          "type": "string"
        },
        "Protocol": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Container.PrivateRegistryAccess": {
      "type": "object",
      "properties": {
        "EcrImagePullerRole": {
          "$ref": "#/$defs/AWS::Lightsail::Container.EcrImagePullerRole"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Container.PublicDomainName": {
      "type": "object",
      "properties": {
        "CertificateName": {
          "type": "string"
        },
        "DomainNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Container.PublicEndpoint": {
      "type": "object",
      "properties": {
        "ContainerName": {
          "type": "string"
        },
        "ContainerPort": {
          "type": "number"
        },
        "HealthCheckConfig": {
          "$ref": "#/$defs/AWS::Lightsail::Container.HealthCheckConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Database": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AvailabilityZone": {
              "type": "string"
            },
            "BackupRetention": {
              "type": "boolean"
            },
            "CaCertificateIdentifier": {
              "type": "string"
            },
            "MasterDatabaseName": {
              "type": "string"
            },
            "MasterUserPassword": {
              "type": "string"
            },
            "MasterUsername": {
              "type": "string"
            },
            "PreferredBackupWindow": {
              "type": "string"
            },
            "PreferredMaintenanceWindow": {
              "type": "string"
            },
            "PubliclyAccessible": {
              "type": "boolean"
            },
            "RelationalDatabaseBlueprintId": {
              "type": "string"
            },
            "RelationalDatabaseBundleId": {
              "type": "string"
            },
            "RelationalDatabaseName": {
              "type": "string"
            },
            "RelationalDatabaseParameters": {
              "items": {
                "$ref": "#/$defs/AWS::Lightsail::Database.RelationalDatabaseParameter"
              },
              "type": "array"
            },
            "RotateMasterUserPassword": {
              "type": "boolean"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "MasterDatabaseName",
            "MasterUsername",
            "RelationalDatabaseBlueprintId",
            "RelationalDatabaseBundleId",
            "RelationalDatabaseName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lightsail::Database"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lightsail::Database.RelationalDatabaseParameter": {
      "type": "object",
      "properties": {
        "AllowedValues": {
          "type": "string"
        },
        "ApplyMethod": {
          "type": "string"
        },
        "ApplyType": {
          "type": "string"
        },
        "DataType": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "IsModifiable": {
          "type": "boolean"
        },
        "ParameterName": {
          "type": "string"
        },
        "ParameterValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Disk": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AddOns": {
              "items": {
                "$ref": "#/$defs/AWS::Lightsail::Disk.AddOn"
              },
              "type": "array"
            },
            "AvailabilityZone": {
              "type": "string"
            },
            "DiskName": {
              "type": "string"
            },
            "Location": {
              "$ref": "#/$defs/AWS::Lightsail::Disk.Location"
            },
            "SizeInGb": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DiskName",
            "SizeInGb"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lightsail::Disk"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lightsail::Disk.AddOn": {
      "type": "object",
      "properties": {
        "AddOnType": {
          "type": "string"
        },
        "AutoSnapshotAddOnRequest": {
          "$ref": "#/$defs/AWS::Lightsail::Disk.AutoSnapshotAddOn"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "AddOnType"
      ],
      "additionalProperties": false
    },
    "AWS::Lightsail::Disk.AutoSnapshotAddOn": {
      "type": "object",
      "properties": {
        "SnapshotTimeOfDay": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Disk.Location": {
      "type": "object",
      "properties": {
        "AvailabilityZone": {
          "type": "string"
        },
        "RegionName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Distribution": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BundleId": {
              "type": "string"
            },
            "CacheBehaviorSettings": {
              "$ref": "#/$defs/AWS::Lightsail::Distribution.CacheSettings"
            },
            "CacheBehaviors": {
              "items": {
                "$ref": "#/$defs/AWS::Lightsail::Distribution.CacheBehaviorPerPath"
              },
              "type": "array"
            },
            "CertificateName": {
              "type": "string"
            },
            "DefaultCacheBehavior": {
              "$ref": "#/$defs/AWS::Lightsail::Distribution.CacheBehavior"
            },
            "DistributionName": {
              "type": "string"
            },
            "IpAddressType": {
              "type": "string"
            },
            "IsEnabled": {
              "type": "boolean"
            },
            "Origin": {
              "$ref": "#/$defs/AWS::Lightsail::Distribution.InputOrigin"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "BundleId",
            "DefaultCacheBehavior",
            "DistributionName",
            "Origin"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lightsail::Distribution"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lightsail::Distribution.CacheBehavior": {
      "type": "object",
      "properties": {
        "Behavior": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Distribution.CacheBehaviorPerPath": {
      "type": "object",
      "properties": {
        "Behavior": {
          "type": "string"
        },
        "Path": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Distribution.CacheSettings": {
      "type": "object",
      "properties": {
        "AllowedHTTPMethods": {
          "type": "string"
        },
        "CachedHTTPMethods": {
          "type": "string"
        },
        "DefaultTTL": {
          "type": "number"
        },
        "ForwardedCookies": {
          "$ref": "#/$defs/AWS::Lightsail::Distribution.CookieObject"
        },
        "ForwardedHeaders": {
          "$ref": "#/$defs/AWS::Lightsail::Distribution.HeaderObject"
        },
        "ForwardedQueryStrings": {
          "$ref": "#/$defs/AWS::Lightsail::Distribution.QueryStringObject"
        },
        "MaximumTTL": {
          "type": "number"
        },
        "MinimumTTL": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Distribution.CookieObject": {
      "type": "object",
      "properties": {
        "CookiesAllowList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Option": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Distribution.HeaderObject": {
      "type": "object",
      "properties": {
        "HeadersAllowList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Option": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Distribution.InputOrigin": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "ProtocolPolicy": {
          "type": "string"
        },
        "RegionName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Distribution.QueryStringObject": {
      "type": "object",
      "properties": {
        "Option": {
          "type": "boolean"
        },
        "QueryStringsAllowList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Instance": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AddOns": {
              "items": {
                "$ref": "#/$defs/AWS::Lightsail::Instance.AddOn"
              },
              "type": "array"
            },
            "AvailabilityZone": {
              "type": "string"
            },
            "BlueprintId": {
              "type": "string"
            },
            "BundleId": {
              "type": "string"
            },
            "Hardware": {
              "$ref": "#/$defs/AWS::Lightsail::Instance.Hardware"
            },
            "InstanceName": {
              "type": "string"
            },
            "KeyPairName": {
              "type": "string"
            },
            "Location": {
              "$ref": "#/$defs/AWS::Lightsail::Instance.Location"
            },
            "Networking": {
              "$ref": "#/$defs/AWS::Lightsail::Instance.Networking"
            },
            "State": {
              "$ref": "#/$defs/AWS::Lightsail::Instance.State"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UserData": {
              "type": "string"
            }
          },
          "required": [
            "BlueprintId",
            "BundleId",
            "InstanceName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lightsail::Instance"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lightsail::Instance.AddOn": {
      "type": "object",
      "properties": {
        "AddOnType": {
          "type": "string"
        },
        "AutoSnapshotAddOnRequest": {
          "$ref": "#/$defs/AWS::Lightsail::Instance.AutoSnapshotAddOn"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "AddOnType"
      ],
      "additionalProperties": false
    },
    "AWS::Lightsail::Instance.AutoSnapshotAddOn": {
      "type": "object",
      "properties": {
        "SnapshotTimeOfDay": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Instance.Disk": {
      "type": "object",
      "properties": {
        "AttachedTo": {
          "type": "string"
        },
        "AttachmentState": {
          "type": "string"
        },
        "DiskName": {
          "type": "string"
        },
        "IOPS": {
          "type": "number"
        },
        "IsSystemDisk": {
          "type": "boolean"
        },
        "Path": {
          "type": "string"
        },
        "SizeInGb": {
          "type": "string"
        }
      },
      "required": [
        "DiskName",
        "Path"
      ],
      "additionalProperties": false
    },
    "AWS::Lightsail::Instance.Hardware": {
      "type": "object",
      "properties": {
        "CpuCount": {
          "type": "number"
        },
        "Disks": {
          "items": {
            "$ref": "#/$defs/AWS::Lightsail::Instance.Disk"
          },
          "type": "array"
        },
        "RamSizeInGb": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Instance.Location": {
      "type": "object",
      "properties": {
        "AvailabilityZone": {
          "type": "string"
        },
        "RegionName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Instance.MonthlyTransfer": {
      "type": "object",
      "properties": {
        "GbPerMonthAllocated": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Instance.Networking": {
      "type": "object",
      "properties": {
        "MonthlyTransfer": {
          "$ref": "#/$defs/AWS::Lightsail::Instance.MonthlyTransfer"
        },
        "Ports": {
          "items": {
            "$ref": "#/$defs/AWS::Lightsail::Instance.Port"
          },
          "type": "array"
        }
      },
      "required": [
        "Ports"
      ],
      "additionalProperties": false
    },
    "AWS::Lightsail::Instance.Port": {
      "type": "object",
      "properties": {
        "AccessDirection": {
          "type": "string"
        },
        "AccessFrom": {
          "type": "string"
        },
        "AccessType": {
          "type": "string"
        },
        "CidrListAliases": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Cidrs": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CommonName": {
          "type": "string"
        },
        "FromPort": {
          "type": "number"
        },
        "Ipv6Cidrs": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Protocol": {
          "type": "string"
        },
        "ToPort": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::Instance.State": {
      "type": "object",
      "properties": {
        "Code": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Lightsail::LoadBalancer": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AttachedInstances": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "HealthCheckPath": {
              "type": "string"
            },
            "InstancePort": {
              "type": "number"
            },
            "IpAddressType": {
              "type": "string"
            },
            "LoadBalancerName": {
              "type": "string"
            },
            "SessionStickinessEnabled": {
              "type": "boolean"
            },
            "SessionStickinessLBCookieDurationSeconds": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TlsPolicyName": {
              "type": "string"
            }
          },
          "required": [
            "InstancePort",
            "LoadBalancerName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lightsail::LoadBalancer"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lightsail::LoadBalancerTlsCertificate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CertificateAlternativeNames": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "CertificateDomainName": {
              "type": "string"
            },
            "CertificateName": {
              "type": "string"
            },
            "HttpsRedirectionEnabled": {
              "type": "boolean"
            },
            "IsAttached": {
              "type": "boolean"
            },
            "LoadBalancerName": {
              "type": "string"
            }
          },
          "required": [
            "CertificateDomainName",
            "CertificateName",
            "LoadBalancerName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lightsail::LoadBalancerTlsCertificate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Lightsail::StaticIp": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AttachedTo": {
              "type": "string"
            },
            "StaticIpName": {
              "type": "string"
            }
          },
          "required": [
            "StaticIpName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Lightsail::StaticIp"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Location::APIKey": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "ExpireTime": {
              "type": "string"
            },
            "ForceDelete": {
              "type": "boolean"
            },
            "ForceUpdate": {
              "type": "boolean"
            },
            "KeyName": {
              "type": "string"
            },
            "NoExpiry": {
              "type": "boolean"
            },
            "Restrictions": {
              "$ref": "#/$defs/AWS::Location::APIKey.ApiKeyRestrictions"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "KeyName",
            "Restrictions"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Location::APIKey"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Location::APIKey.ApiKeyRestrictions": {
      "type": "object",
      "properties": {
        "AllowActions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllowReferers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllowResources": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "AllowActions",
        "AllowResources"
      ],
      "additionalProperties": false
    },
    "AWS::Location::GeofenceCollection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CollectionName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "CollectionName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Location::GeofenceCollection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Location::Map": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Configuration": {
              "$ref": "#/$defs/AWS::Location::Map.MapConfiguration"
            },
            "Description": {
              "type": "string"
            },
            "MapName": {
              "type": "string"
            },
            "PricingPlan": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Configuration",
            "MapName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Location::Map"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Location::Map.MapConfiguration": {
      "type": "object",
      "properties": {
        "CustomLayers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PoliticalView": {
          "type": "string"
        },
        "Style": {
          "type": "string"
        }
      },
      "required": [
        "Style"
      ],
      "additionalProperties": false
    },
    "AWS::Location::PlaceIndex": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataSource": {
              "type": "string"
            },
            "DataSourceConfiguration": {
              "$ref": "#/$defs/AWS::Location::PlaceIndex.DataSourceConfiguration"
            },
            "Description": {
              "type": "string"
            },
            "IndexName": {
              "type": "string"
            },
            "PricingPlan": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DataSource",
            "IndexName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Location::PlaceIndex"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Location::PlaceIndex.DataSourceConfiguration": {
      "type": "object",
      "properties": {
        "IntendedUse": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Location::RouteCalculator": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CalculatorName": {
              "type": "string"
            },
            "DataSource": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "PricingPlan": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "CalculatorName",
            "DataSource"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Location::RouteCalculator"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Location::Tracker": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "EventBridgeEnabled": {
              "type": "boolean"
            },
            "KmsKeyEnableGeospatialQueries": {
              "type": "boolean"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "PositionFiltering": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TrackerName": {
              "type": "string"
            }
          },
          "required": [
            "TrackerName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Location::Tracker"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Location::TrackerConsumer": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConsumerArn": {
              "type": "string"
            },
            "TrackerName": {
              "type": "string"
            }
          },
          "required": [
            "ConsumerArn",
            "TrackerName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Location::TrackerConsumer"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Logs::AccountPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PolicyDocument": {
              "type": "string"
            },
            "PolicyName": {
              "type": "string"
            },
            "PolicyType": {
              "type": "string"
            },
            "Scope": {
              "type": "string"
            },
            "SelectionCriteria": {
              "type": "string"
            }
          },
          "required": [
            "PolicyDocument",
            "PolicyName",
            "PolicyType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Logs::AccountPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Logs::Delivery": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeliveryDestinationArn": {
              "type": "string"
            },
            "DeliverySourceName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DeliveryDestinationArn",
            "DeliverySourceName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Logs::Delivery"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Logs::DeliveryDestination": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeliveryDestinationPolicy": {
              "type": "object"
            },
            "DestinationResourceArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Logs::DeliveryDestination"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Logs::DeliverySource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LogType": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ResourceArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Logs::DeliverySource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Logs::Destination": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DestinationName": {
              "type": "string"
            },
            "DestinationPolicy": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "TargetArn": {
              "type": "string"
            }
          },
          "required": [
            "DestinationName",
            "RoleArn",
            "TargetArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Logs::Destination"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Logs::LogAnomalyDetector": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccountId": {
              "type": "string"
            },
            "AnomalyVisibilityTime": {
              "type": "number"
            },
            "DetectorName": {
              "type": "string"
            },
            "EvaluationFrequency": {
              "type": "string"
            },
            "FilterPattern": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "LogGroupArnList": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Logs::LogAnomalyDetector"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Logs::LogGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataProtectionPolicy": {
              "type": "object"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "LogGroupClass": {
              "type": "string"
            },
            "LogGroupName": {
              "type": "string"
            },
            "RetentionInDays": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Logs::LogGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Logs::LogStream": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LogGroupName": {
              "type": "string"
            },
            "LogStreamName": {
              "type": "string"
            }
          },
          "required": [
            "LogGroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Logs::LogStream"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Logs::MetricFilter": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FilterName": {
              "type": "string"
            },
            "FilterPattern": {
              "type": "string"
            },
            "LogGroupName": {
              "type": "string"
            },
            "MetricTransformations": {
              "items": {
                "$ref": "#/$defs/AWS::Logs::MetricFilter.MetricTransformation"
              },
              "type": "array"
            }
          },
          "required": [
            "FilterPattern",
            "LogGroupName",
            "MetricTransformations"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Logs::MetricFilter"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Logs::MetricFilter.Dimension": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Logs::MetricFilter.MetricTransformation": {
      "type": "object",
      "properties": {
        "DefaultValue": {
          "type": "number"
        },
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::Logs::MetricFilter.Dimension"
          },
          "type": "array"
        },
        "MetricName": {
          "type": "string"
        },
        "MetricNamespace": {
          "type": "string"
        },
        "MetricValue": {
          "type": "string"
        },
        "Unit": {
          "type": "string"
        }
      },
      "required": [
        "MetricName",
        "MetricNamespace",
        "MetricValue"
      ],
      "additionalProperties": false
    },
    "AWS::Logs::QueryDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LogGroupNames": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "QueryString": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "QueryString"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Logs::QueryDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Logs::ResourcePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PolicyDocument": {
              "type": "string"
            },
            "PolicyName": {
              "type": "string"
            }
          },
          "required": [
            "PolicyDocument",
            "PolicyName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Logs::ResourcePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Logs::SubscriptionFilter": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DestinationArn": {
              "type": "string"
            },
            "Distribution": {
              "type": "string"
            },
            "FilterName": {
              "type": "string"
            },
            "FilterPattern": {
              "type": "string"
            },
            "LogGroupName": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            }
          },
          "required": [
            "DestinationArn",
            "FilterPattern",
            "LogGroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Logs::SubscriptionFilter"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutEquipment::InferenceScheduler": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataDelayOffsetInMinutes": {
              "type": "number"
            },
            "DataInputConfiguration": {
              "$ref": "#/$defs/AWS::LookoutEquipment::InferenceScheduler.DataInputConfiguration"
            },
            "DataOutputConfiguration": {
              "$ref": "#/$defs/AWS::LookoutEquipment::InferenceScheduler.DataOutputConfiguration"
            },
            "DataUploadFrequency": {
              "type": "string"
            },
            "InferenceSchedulerName": {
              "type": "string"
            },
            "ModelName": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "ServerSideKmsKeyId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DataInputConfiguration",
            "DataOutputConfiguration",
            "DataUploadFrequency",
            "ModelName",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::LookoutEquipment::InferenceScheduler"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutEquipment::InferenceScheduler.DataInputConfiguration": {
      "type": "object",
      "properties": {
        "InferenceInputNameConfiguration": {
          "$ref": "#/$defs/AWS::LookoutEquipment::InferenceScheduler.InputNameConfiguration"
        },
        "InputTimeZoneOffset": {
          "type": "string"
        },
        "S3InputConfiguration": {
          "$ref": "#/$defs/AWS::LookoutEquipment::InferenceScheduler.S3InputConfiguration"
        }
      },
      "required": [
        "S3InputConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutEquipment::InferenceScheduler.DataOutputConfiguration": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "S3OutputConfiguration": {
          "$ref": "#/$defs/AWS::LookoutEquipment::InferenceScheduler.S3OutputConfiguration"
        }
      },
      "required": [
        "S3OutputConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutEquipment::InferenceScheduler.InputNameConfiguration": {
      "type": "object",
      "properties": {
        "ComponentTimestampDelimiter": {
          "type": "string"
        },
        "TimestampFormat": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::LookoutEquipment::InferenceScheduler.S3InputConfiguration": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "required": [
        "Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutEquipment::InferenceScheduler.S3OutputConfiguration": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "required": [
        "Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::Alert": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Action": {
              "$ref": "#/$defs/AWS::LookoutMetrics::Alert.Action"
            },
            "AlertDescription": {
              "type": "string"
            },
            "AlertName": {
              "type": "string"
            },
            "AlertSensitivityThreshold": {
              "type": "number"
            },
            "AnomalyDetectorArn": {
              "type": "string"
            }
          },
          "required": [
            "Action",
            "AlertSensitivityThreshold",
            "AnomalyDetectorArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::LookoutMetrics::Alert"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::Alert.Action": {
      "type": "object",
      "properties": {
        "LambdaConfiguration": {
          "$ref": "#/$defs/AWS::LookoutMetrics::Alert.LambdaConfiguration"
        },
        "SNSConfiguration": {
          "$ref": "#/$defs/AWS::LookoutMetrics::Alert.SNSConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::Alert.LambdaConfiguration": {
      "type": "object",
      "properties": {
        "LambdaArn": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "LambdaArn",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::Alert.SNSConfiguration": {
      "type": "object",
      "properties": {
        "RoleArn": {
          "type": "string"
        },
        "SnsTopicArn": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn",
        "SnsTopicArn"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::AnomalyDetector": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AnomalyDetectorConfig": {
              "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector.AnomalyDetectorConfig"
            },
            "AnomalyDetectorDescription": {
              "type": "string"
            },
            "AnomalyDetectorName": {
              "type": "string"
            },
            "KmsKeyArn": {
              "type": "string"
            },
            "MetricSetList": {
              "items": {
                "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector.MetricSet"
              },
              "type": "array"
            }
          },
          "required": [
            "AnomalyDetectorConfig",
            "MetricSetList"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::LookoutMetrics::AnomalyDetector"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::AnomalyDetector.AnomalyDetectorConfig": {
      "type": "object",
      "properties": {
        "AnomalyDetectorFrequency": {
          "type": "string"
        }
      },
      "required": [
        "AnomalyDetectorFrequency"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::AnomalyDetector.AppFlowConfig": {
      "type": "object",
      "properties": {
        "FlowName": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "FlowName",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::AnomalyDetector.CloudwatchConfig": {
      "type": "object",
      "properties": {
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::AnomalyDetector.CsvFormatDescriptor": {
      "type": "object",
      "properties": {
        "Charset": {
          "type": "string"
        },
        "ContainsHeader": {
          "type": "boolean"
        },
        "Delimiter": {
          "type": "string"
        },
        "FileCompression": {
          "type": "string"
        },
        "HeaderList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "QuoteSymbol": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::AnomalyDetector.FileFormatDescriptor": {
      "type": "object",
      "properties": {
        "CsvFormatDescriptor": {
          "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector.CsvFormatDescriptor"
        },
        "JsonFormatDescriptor": {
          "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector.JsonFormatDescriptor"
        }
      },
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::AnomalyDetector.JsonFormatDescriptor": {
      "type": "object",
      "properties": {
        "Charset": {
          "type": "string"
        },
        "FileCompression": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::AnomalyDetector.Metric": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "type": "string"
        },
        "MetricName": {
          "type": "string"
        },
        "Namespace": {
          "type": "string"
        }
      },
      "required": [
        "AggregationFunction",
        "MetricName"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::AnomalyDetector.MetricSet": {
      "type": "object",
      "properties": {
        "DimensionList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MetricList": {
          "items": {
            "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector.Metric"
          },
          "type": "array"
        },
        "MetricSetDescription": {
          "type": "string"
        },
        "MetricSetFrequency": {
          "type": "string"
        },
        "MetricSetName": {
          "type": "string"
        },
        "MetricSource": {
          "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector.MetricSource"
        },
        "Offset": {
          "type": "number"
        },
        "TimestampColumn": {
          "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector.TimestampColumn"
        },
        "Timezone": {
          "type": "string"
        }
      },
      "required": [
        "MetricList",
        "MetricSetName",
        "MetricSource"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::AnomalyDetector.MetricSource": {
      "type": "object",
      "properties": {
        "AppFlowConfig": {
          "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector.AppFlowConfig"
        },
        "CloudwatchConfig": {
          "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector.CloudwatchConfig"
        },
        "RDSSourceConfig": {
          "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector.RDSSourceConfig"
        },
        "RedshiftSourceConfig": {
          "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector.RedshiftSourceConfig"
        },
        "S3SourceConfig": {
          "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector.S3SourceConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::AnomalyDetector.RDSSourceConfig": {
      "type": "object",
      "properties": {
        "DBInstanceIdentifier": {
          "type": "string"
        },
        "DatabaseHost": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "DatabasePort": {
          "type": "number"
        },
        "RoleArn": {
          "type": "string"
        },
        "SecretManagerArn": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        },
        "VpcConfiguration": {
          "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector.VpcConfiguration"
        }
      },
      "required": [
        "DBInstanceIdentifier",
        "DatabaseHost",
        "DatabaseName",
        "DatabasePort",
        "RoleArn",
        "SecretManagerArn",
        "TableName",
        "VpcConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::AnomalyDetector.RedshiftSourceConfig": {
      "type": "object",
      "properties": {
        "ClusterIdentifier": {
          "type": "string"
        },
        "DatabaseHost": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "DatabasePort": {
          "type": "number"
        },
        "RoleArn": {
          "type": "string"
        },
        "SecretManagerArn": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        },
        "VpcConfiguration": {
          "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector.VpcConfiguration"
        }
      },
      "required": [
        "ClusterIdentifier",
        "DatabaseHost",
        "DatabaseName",
        "DatabasePort",
        "RoleArn",
        "SecretManagerArn",
        "TableName",
        "VpcConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::AnomalyDetector.S3SourceConfig": {
      "type": "object",
      "properties": {
        "FileFormatDescriptor": {
          "$ref": "#/$defs/AWS::LookoutMetrics::AnomalyDetector.FileFormatDescriptor"
        },
        "HistoricalDataPathList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RoleArn": {
          "type": "string"
        },
        "TemplatedPathList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "FileFormatDescriptor",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::AnomalyDetector.TimestampColumn": {
      "type": "object",
      "properties": {
        "ColumnFormat": {
          "type": "string"
        },
        "ColumnName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::LookoutMetrics::AnomalyDetector.VpcConfiguration": {
      "type": "object",
      "properties": {
        "SecurityGroupIdList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIdList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SecurityGroupIdList",
        "SubnetIdList"
      ],
      "additionalProperties": false
    },
    "AWS::LookoutVision::Project": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ProjectName": {
              "type": "string"
            }
          },
          "required": [
            "ProjectName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::LookoutVision::Project"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::M2::Application": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Definition": {
              "$ref": "#/$defs/AWS::M2::Application.Definition"
            },
            "Description": {
              "type": "string"
            },
            "EngineType": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "Definition",
            "EngineType",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::M2::Application"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::M2::Application.Definition": {
      "type": "object",
      "properties": {
        "Content": {
          "type": "string"
        },
        "S3Location": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::M2::Environment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "EngineType": {
              "type": "string"
            },
            "EngineVersion": {
              "type": "string"
            },
            "HighAvailabilityConfig": {
              "$ref": "#/$defs/AWS::M2::Environment.HighAvailabilityConfig"
            },
            "InstanceType": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "PreferredMaintenanceWindow": {
              "type": "string"
            },
            "PubliclyAccessible": {
              "type": "boolean"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "StorageConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::M2::Environment.StorageConfiguration"
              },
              "type": "array"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "EngineType",
            "InstanceType",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::M2::Environment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::M2::Environment.EfsStorageConfiguration": {
      "type": "object",
      "properties": {
        "FileSystemId": {
          "type": "string"
        },
        "MountPoint": {
          "type": "string"
        }
      },
      "required": [
        "FileSystemId",
        "MountPoint"
      ],
      "additionalProperties": false
    },
    "AWS::M2::Environment.FsxStorageConfiguration": {
      "type": "object",
      "properties": {
        "FileSystemId": {
          "type": "string"
        },
        "MountPoint": {
          "type": "string"
        }
      },
      "required": [
        "FileSystemId",
        "MountPoint"
      ],
      "additionalProperties": false
    },
    "AWS::M2::Environment.HighAvailabilityConfig": {
      "type": "object",
      "properties": {
        "DesiredCapacity": {
          "type": "number"
        }
      },
      "required": [
        "DesiredCapacity"
      ],
      "additionalProperties": false
    },
    "AWS::M2::Environment.StorageConfiguration": {
      "type": "object",
      "properties": {
        "Efs": {
          "$ref": "#/$defs/AWS::M2::Environment.EfsStorageConfiguration"
        },
        "Fsx": {
          "$ref": "#/$defs/AWS::M2::Environment.FsxStorageConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::BatchScramSecret": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClusterArn": {
              "type": "string"
            },
            "SecretArnList": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "ClusterArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MSK::BatchScramSecret"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BrokerNodeGroupInfo": {
              "$ref": "#/$defs/AWS::MSK::Cluster.BrokerNodeGroupInfo"
            },
            "ClientAuthentication": {
              "$ref": "#/$defs/AWS::MSK::Cluster.ClientAuthentication"
            },
            "ClusterName": {
              "type": "string"
            },
            "ConfigurationInfo": {
              "$ref": "#/$defs/AWS::MSK::Cluster.ConfigurationInfo"
            },
            "CurrentVersion": {
              "type": "string"
            },
            "EncryptionInfo": {
              "$ref": "#/$defs/AWS::MSK::Cluster.EncryptionInfo"
            },
            "EnhancedMonitoring": {
              "type": "string"
            },
            "KafkaVersion": {
              "type": "string"
            },
            "LoggingInfo": {
              "$ref": "#/$defs/AWS::MSK::Cluster.LoggingInfo"
            },
            "NumberOfBrokerNodes": {
              "type": "number"
            },
            "OpenMonitoring": {
              "$ref": "#/$defs/AWS::MSK::Cluster.OpenMonitoring"
            },
            "StorageMode": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "BrokerNodeGroupInfo",
            "ClusterName",
            "KafkaVersion",
            "NumberOfBrokerNodes"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MSK::Cluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.BrokerLogs": {
      "type": "object",
      "properties": {
        "CloudWatchLogs": {
          "$ref": "#/$defs/AWS::MSK::Cluster.CloudWatchLogs"
        },
        "Firehose": {
          "$ref": "#/$defs/AWS::MSK::Cluster.Firehose"
        },
        "S3": {
          "$ref": "#/$defs/AWS::MSK::Cluster.S3"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.BrokerNodeGroupInfo": {
      "type": "object",
      "properties": {
        "BrokerAZDistribution": {
          "type": "string"
        },
        "ClientSubnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ConnectivityInfo": {
          "$ref": "#/$defs/AWS::MSK::Cluster.ConnectivityInfo"
        },
        "InstanceType": {
          "type": "string"
        },
        "SecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "StorageInfo": {
          "$ref": "#/$defs/AWS::MSK::Cluster.StorageInfo"
        }
      },
      "required": [
        "ClientSubnets",
        "InstanceType"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.ClientAuthentication": {
      "type": "object",
      "properties": {
        "Sasl": {
          "$ref": "#/$defs/AWS::MSK::Cluster.Sasl"
        },
        "Tls": {
          "$ref": "#/$defs/AWS::MSK::Cluster.Tls"
        },
        "Unauthenticated": {
          "$ref": "#/$defs/AWS::MSK::Cluster.Unauthenticated"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.CloudWatchLogs": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "LogGroup": {
          "type": "string"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.ConfigurationInfo": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "Revision": {
          "type": "number"
        }
      },
      "required": [
        "Arn",
        "Revision"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.ConnectivityInfo": {
      "type": "object",
      "properties": {
        "PublicAccess": {
          "$ref": "#/$defs/AWS::MSK::Cluster.PublicAccess"
        },
        "VpcConnectivity": {
          "$ref": "#/$defs/AWS::MSK::Cluster.VpcConnectivity"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.EBSStorageInfo": {
      "type": "object",
      "properties": {
        "ProvisionedThroughput": {
          "$ref": "#/$defs/AWS::MSK::Cluster.ProvisionedThroughput"
        },
        "VolumeSize": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.EncryptionAtRest": {
      "type": "object",
      "properties": {
        "DataVolumeKMSKeyId": {
          "type": "string"
        }
      },
      "required": [
        "DataVolumeKMSKeyId"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.EncryptionInTransit": {
      "type": "object",
      "properties": {
        "ClientBroker": {
          "type": "string"
        },
        "InCluster": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.EncryptionInfo": {
      "type": "object",
      "properties": {
        "EncryptionAtRest": {
          "$ref": "#/$defs/AWS::MSK::Cluster.EncryptionAtRest"
        },
        "EncryptionInTransit": {
          "$ref": "#/$defs/AWS::MSK::Cluster.EncryptionInTransit"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.Firehose": {
      "type": "object",
      "properties": {
        "DeliveryStream": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.Iam": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.JmxExporter": {
      "type": "object",
      "properties": {
        "EnabledInBroker": {
          "type": "boolean"
        }
      },
      "required": [
        "EnabledInBroker"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.LoggingInfo": {
      "type": "object",
      "properties": {
        "BrokerLogs": {
          "$ref": "#/$defs/AWS::MSK::Cluster.BrokerLogs"
        }
      },
      "required": [
        "BrokerLogs"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.NodeExporter": {
      "type": "object",
      "properties": {
        "EnabledInBroker": {
          "type": "boolean"
        }
      },
      "required": [
        "EnabledInBroker"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.OpenMonitoring": {
      "type": "object",
      "properties": {
        "Prometheus": {
          "$ref": "#/$defs/AWS::MSK::Cluster.Prometheus"
        }
      },
      "required": [
        "Prometheus"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.Prometheus": {
      "type": "object",
      "properties": {
        "JmxExporter": {
          "$ref": "#/$defs/AWS::MSK::Cluster.JmxExporter"
        },
        "NodeExporter": {
          "$ref": "#/$defs/AWS::MSK::Cluster.NodeExporter"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.ProvisionedThroughput": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "VolumeThroughput": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.PublicAccess": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.S3": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.Sasl": {
      "type": "object",
      "properties": {
        "Iam": {
          "$ref": "#/$defs/AWS::MSK::Cluster.Iam"
        },
        "Scram": {
          "$ref": "#/$defs/AWS::MSK::Cluster.Scram"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.Scram": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.StorageInfo": {
      "type": "object",
      "properties": {
        "EBSStorageInfo": {
          "$ref": "#/$defs/AWS::MSK::Cluster.EBSStorageInfo"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.Tls": {
      "type": "object",
      "properties": {
        "CertificateAuthorityArnList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.Unauthenticated": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.VpcConnectivity": {
      "type": "object",
      "properties": {
        "ClientAuthentication": {
          "$ref": "#/$defs/AWS::MSK::Cluster.VpcConnectivityClientAuthentication"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.VpcConnectivityClientAuthentication": {
      "type": "object",
      "properties": {
        "Sasl": {
          "$ref": "#/$defs/AWS::MSK::Cluster.VpcConnectivitySasl"
        },
        "Tls": {
          "$ref": "#/$defs/AWS::MSK::Cluster.VpcConnectivityTls"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.VpcConnectivityIam": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.VpcConnectivitySasl": {
      "type": "object",
      "properties": {
        "Iam": {
          "$ref": "#/$defs/AWS::MSK::Cluster.VpcConnectivityIam"
        },
        "Scram": {
          "$ref": "#/$defs/AWS::MSK::Cluster.VpcConnectivityScram"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.VpcConnectivityScram": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Cluster.VpcConnectivityTls": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::ClusterPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClusterArn": {
              "type": "string"
            },
            "Policy": {
              "type": "object"
            }
          },
          "required": [
            "ClusterArn",
            "Policy"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MSK::ClusterPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Configuration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "KafkaVersionsList": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "LatestRevision": {
              "$ref": "#/$defs/AWS::MSK::Configuration.LatestRevision"
            },
            "Name": {
              "type": "string"
            },
            "ServerProperties": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "ServerProperties"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MSK::Configuration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Configuration.LatestRevision": {
      "type": "object",
      "properties": {
        "CreationTime": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "Revision": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Replicator": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CurrentVersion": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "KafkaClusters": {
              "items": {
                "$ref": "#/$defs/AWS::MSK::Replicator.KafkaCluster"
              },
              "type": "array"
            },
            "ReplicationInfoList": {
              "items": {
                "$ref": "#/$defs/AWS::MSK::Replicator.ReplicationInfo"
              },
              "type": "array"
            },
            "ReplicatorName": {
              "type": "string"
            },
            "ServiceExecutionRoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "KafkaClusters",
            "ReplicationInfoList",
            "ReplicatorName",
            "ServiceExecutionRoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MSK::Replicator"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Replicator.AmazonMskCluster": {
      "type": "object",
      "properties": {
        "MskClusterArn": {
          "type": "string"
        }
      },
      "required": [
        "MskClusterArn"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Replicator.ConsumerGroupReplication": {
      "type": "object",
      "properties": {
        "ConsumerGroupsToExclude": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ConsumerGroupsToReplicate": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DetectAndCopyNewConsumerGroups": {
          "type": "boolean"
        },
        "SynchroniseConsumerGroupOffsets": {
          "type": "boolean"
        }
      },
      "required": [
        "ConsumerGroupsToReplicate"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Replicator.KafkaCluster": {
      "type": "object",
      "properties": {
        "AmazonMskCluster": {
          "$ref": "#/$defs/AWS::MSK::Replicator.AmazonMskCluster"
        },
        "VpcConfig": {
          "$ref": "#/$defs/AWS::MSK::Replicator.KafkaClusterClientVpcConfig"
        }
      },
      "required": [
        "AmazonMskCluster",
        "VpcConfig"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Replicator.KafkaClusterClientVpcConfig": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SubnetIds"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Replicator.ReplicationInfo": {
      "type": "object",
      "properties": {
        "ConsumerGroupReplication": {
          "$ref": "#/$defs/AWS::MSK::Replicator.ConsumerGroupReplication"
        },
        "SourceKafkaClusterArn": {
          "type": "string"
        },
        "TargetCompressionType": {
          "type": "string"
        },
        "TargetKafkaClusterArn": {
          "type": "string"
        },
        "TopicReplication": {
          "$ref": "#/$defs/AWS::MSK::Replicator.TopicReplication"
        }
      },
      "required": [
        "ConsumerGroupReplication",
        "SourceKafkaClusterArn",
        "TargetCompressionType",
        "TargetKafkaClusterArn",
        "TopicReplication"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::Replicator.ReplicationStartingPosition": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MSK::Replicator.TopicReplication": {
      "type": "object",
      "properties": {
        "CopyAccessControlListsForTopics": {
          "type": "boolean"
        },
        "CopyTopicConfigurations": {
          "type": "boolean"
        },
        "DetectAndCopyNewTopics": {
          "type": "boolean"
        },
        "StartingPosition": {
          "$ref": "#/$defs/AWS::MSK::Replicator.ReplicationStartingPosition"
        },
        "TopicsToExclude": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TopicsToReplicate": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "TopicsToReplicate"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::ServerlessCluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClientAuthentication": {
              "$ref": "#/$defs/AWS::MSK::ServerlessCluster.ClientAuthentication"
            },
            "ClusterName": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "VpcConfigs": {
              "items": {
                "$ref": "#/$defs/AWS::MSK::ServerlessCluster.VpcConfig"
              },
              "type": "array"
            }
          },
          "required": [
            "ClientAuthentication",
            "ClusterName",
            "VpcConfigs"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MSK::ServerlessCluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::ServerlessCluster.ClientAuthentication": {
      "type": "object",
      "properties": {
        "Sasl": {
          "$ref": "#/$defs/AWS::MSK::ServerlessCluster.Sasl"
        }
      },
      "required": [
        "Sasl"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::ServerlessCluster.Iam": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::ServerlessCluster.Sasl": {
      "type": "object",
      "properties": {
        "Iam": {
          "$ref": "#/$defs/AWS::MSK::ServerlessCluster.Iam"
        }
      },
      "required": [
        "Iam"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::ServerlessCluster.VpcConfig": {
      "type": "object",
      "properties": {
        "SecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SubnetIds"
      ],
      "additionalProperties": false
    },
    "AWS::MSK::VpcConnection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Authentication": {
              "type": "string"
            },
            "ClientSubnets": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SecurityGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "TargetClusterArn": {
              "type": "string"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "Authentication",
            "ClientSubnets",
            "SecurityGroups",
            "TargetClusterArn",
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MSK::VpcConnection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MWAA::Environment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AirflowConfigurationOptions": {
              "type": "object"
            },
            "AirflowVersion": {
              "type": "string"
            },
            "DagS3Path": {
              "type": "string"
            },
            "EndpointManagement": {
              "type": "string"
            },
            "EnvironmentClass": {
              "type": "string"
            },
            "ExecutionRoleArn": {
              "type": "string"
            },
            "KmsKey": {
              "type": "string"
            },
            "LoggingConfiguration": {
              "$ref": "#/$defs/AWS::MWAA::Environment.LoggingConfiguration"
            },
            "MaxWorkers": {
              "type": "number"
            },
            "MinWorkers": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "NetworkConfiguration": {
              "$ref": "#/$defs/AWS::MWAA::Environment.NetworkConfiguration"
            },
            "PluginsS3ObjectVersion": {
              "type": "string"
            },
            "PluginsS3Path": {
              "type": "string"
            },
            "RequirementsS3ObjectVersion": {
              "type": "string"
            },
            "RequirementsS3Path": {
              "type": "string"
            },
            "Schedulers": {
              "type": "number"
            },
            "SourceBucketArn": {
              "type": "string"
            },
            "StartupScriptS3ObjectVersion": {
              "type": "string"
            },
            "StartupScriptS3Path": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            },
            "WebserverAccessMode": {
              "type": "string"
            },
            "WeeklyMaintenanceWindowStart": {
              "type": "string"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MWAA::Environment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MWAA::Environment.LoggingConfiguration": {
      "type": "object",
      "properties": {
        "DagProcessingLogs": {
          "$ref": "#/$defs/AWS::MWAA::Environment.ModuleLoggingConfiguration"
        },
        "SchedulerLogs": {
          "$ref": "#/$defs/AWS::MWAA::Environment.ModuleLoggingConfiguration"
        },
        "TaskLogs": {
          "$ref": "#/$defs/AWS::MWAA::Environment.ModuleLoggingConfiguration"
        },
        "WebserverLogs": {
          "$ref": "#/$defs/AWS::MWAA::Environment.ModuleLoggingConfiguration"
        },
        "WorkerLogs": {
          "$ref": "#/$defs/AWS::MWAA::Environment.ModuleLoggingConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::MWAA::Environment.ModuleLoggingConfiguration": {
      "type": "object",
      "properties": {
        "CloudWatchLogGroupArn": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        },
        "LogLevel": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MWAA::Environment.NetworkConfiguration": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Macie::AllowList": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Criteria": {
              "$ref": "#/$defs/AWS::Macie::AllowList.Criteria"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Criteria",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Macie::AllowList"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Macie::AllowList.Criteria": {
      "type": "object",
      "properties": {
        "Regex": {
          "type": "string"
        },
        "S3WordsList": {
          "$ref": "#/$defs/AWS::Macie::AllowList.S3WordsList"
        }
      },
      "additionalProperties": false
    },
    "AWS::Macie::AllowList.S3WordsList": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "ObjectKey": {
          "type": "string"
        }
      },
      "required": [
        "BucketName",
        "ObjectKey"
      ],
      "additionalProperties": false
    },
    "AWS::Macie::CustomDataIdentifier": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "IgnoreWords": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Keywords": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "MaximumMatchDistance": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "Regex": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "Regex"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Macie::CustomDataIdentifier"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Macie::FindingsFilter": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Action": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "FindingCriteria": {
              "$ref": "#/$defs/AWS::Macie::FindingsFilter.FindingCriteria"
            },
            "Name": {
              "type": "string"
            },
            "Position": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "FindingCriteria",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Macie::FindingsFilter"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Macie::FindingsFilter.CriterionAdditionalProperties": {
      "type": "object",
      "properties": {
        "eq": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "gt": {
          "type": "number"
        },
        "gte": {
          "type": "number"
        },
        "lt": {
          "type": "number"
        },
        "lte": {
          "type": "number"
        },
        "neq": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Macie::FindingsFilter.FindingCriteria": {
      "type": "object",
      "properties": {
        "Criterion": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::Macie::FindingsFilter.CriterionAdditionalProperties"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::Macie::Session": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FindingPublishingFrequency": {
              "type": "string"
            },
            "Status": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Macie::Session"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ManagedBlockchain::Accessor": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessorType": {
              "type": "string"
            },
            "NetworkType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AccessorType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ManagedBlockchain::Accessor"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ManagedBlockchain::Member": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InvitationId": {
              "type": "string"
            },
            "MemberConfiguration": {
              "$ref": "#/$defs/AWS::ManagedBlockchain::Member.MemberConfiguration"
            },
            "NetworkConfiguration": {
              "$ref": "#/$defs/AWS::ManagedBlockchain::Member.NetworkConfiguration"
            },
            "NetworkId": {
              "type": "string"
            }
          },
          "required": [
            "MemberConfiguration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ManagedBlockchain::Member"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ManagedBlockchain::Member.ApprovalThresholdPolicy": {
      "type": "object",
      "properties": {
        "ProposalDurationInHours": {
          "type": "number"
        },
        "ThresholdComparator": {
          "type": "string"
        },
        "ThresholdPercentage": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ManagedBlockchain::Member.MemberConfiguration": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "MemberFrameworkConfiguration": {
          "$ref": "#/$defs/AWS::ManagedBlockchain::Member.MemberFrameworkConfiguration"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::ManagedBlockchain::Member.MemberFabricConfiguration": {
      "type": "object",
      "properties": {
        "AdminPassword": {
          "type": "string"
        },
        "AdminUsername": {
          "type": "string"
        }
      },
      "required": [
        "AdminPassword",
        "AdminUsername"
      ],
      "additionalProperties": false
    },
    "AWS::ManagedBlockchain::Member.MemberFrameworkConfiguration": {
      "type": "object",
      "properties": {
        "MemberFabricConfiguration": {
          "$ref": "#/$defs/AWS::ManagedBlockchain::Member.MemberFabricConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::ManagedBlockchain::Member.NetworkConfiguration": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "Framework": {
          "type": "string"
        },
        "FrameworkVersion": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "NetworkFrameworkConfiguration": {
          "$ref": "#/$defs/AWS::ManagedBlockchain::Member.NetworkFrameworkConfiguration"
        },
        "VotingPolicy": {
          "$ref": "#/$defs/AWS::ManagedBlockchain::Member.VotingPolicy"
        }
      },
      "required": [
        "Framework",
        "FrameworkVersion",
        "Name",
        "VotingPolicy"
      ],
      "additionalProperties": false
    },
    "AWS::ManagedBlockchain::Member.NetworkFabricConfiguration": {
      "type": "object",
      "properties": {
        "Edition": {
          "type": "string"
        }
      },
      "required": [
        "Edition"
      ],
      "additionalProperties": false
    },
    "AWS::ManagedBlockchain::Member.NetworkFrameworkConfiguration": {
      "type": "object",
      "properties": {
        "NetworkFabricConfiguration": {
          "$ref": "#/$defs/AWS::ManagedBlockchain::Member.NetworkFabricConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::ManagedBlockchain::Member.VotingPolicy": {
      "type": "object",
      "properties": {
        "ApprovalThresholdPolicy": {
          "$ref": "#/$defs/AWS::ManagedBlockchain::Member.ApprovalThresholdPolicy"
        }
      },
      "additionalProperties": false
    },
    "AWS::ManagedBlockchain::Node": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MemberId": {
              "type": "string"
            },
            "NetworkId": {
              "type": "string"
            },
            "NodeConfiguration": {
              "$ref": "#/$defs/AWS::ManagedBlockchain::Node.NodeConfiguration"
            }
          },
          "required": [
            "NetworkId",
            "NodeConfiguration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ManagedBlockchain::Node"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ManagedBlockchain::Node.NodeConfiguration": {
      "type": "object",
      "properties": {
        "AvailabilityZone": {
          "type": "string"
        },
        "InstanceType": {
          "type": "string"
        }
      },
      "required": [
        "AvailabilityZone",
        "InstanceType"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::Bridge": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EgressGatewayBridge": {
              "$ref": "#/$defs/AWS::MediaConnect::Bridge.EgressGatewayBridge"
            },
            "IngressGatewayBridge": {
              "$ref": "#/$defs/AWS::MediaConnect::Bridge.IngressGatewayBridge"
            },
            "Name": {
              "type": "string"
            },
            "Outputs": {
              "items": {
                "$ref": "#/$defs/AWS::MediaConnect::Bridge.BridgeOutput"
              },
              "type": "array"
            },
            "PlacementArn": {
              "type": "string"
            },
            "SourceFailoverConfig": {
              "$ref": "#/$defs/AWS::MediaConnect::Bridge.FailoverConfig"
            },
            "Sources": {
              "items": {
                "$ref": "#/$defs/AWS::MediaConnect::Bridge.BridgeSource"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "PlacementArn",
            "Sources"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaConnect::Bridge"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::Bridge.BridgeFlowSource": {
      "type": "object",
      "properties": {
        "FlowArn": {
          "type": "string"
        },
        "FlowVpcInterfaceAttachment": {
          "$ref": "#/$defs/AWS::MediaConnect::Bridge.VpcInterfaceAttachment"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "FlowArn",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::Bridge.BridgeNetworkOutput": {
      "type": "object",
      "properties": {
        "IpAddress": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "NetworkName": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "Protocol": {
          "type": "string"
        },
        "Ttl": {
          "type": "number"
        }
      },
      "required": [
        "IpAddress",
        "Name",
        "NetworkName",
        "Port",
        "Protocol",
        "Ttl"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::Bridge.BridgeNetworkSource": {
      "type": "object",
      "properties": {
        "MulticastIp": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "NetworkName": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "Protocol": {
          "type": "string"
        }
      },
      "required": [
        "MulticastIp",
        "Name",
        "NetworkName",
        "Port",
        "Protocol"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::Bridge.BridgeOutput": {
      "type": "object",
      "properties": {
        "NetworkOutput": {
          "$ref": "#/$defs/AWS::MediaConnect::Bridge.BridgeNetworkOutput"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaConnect::Bridge.BridgeSource": {
      "type": "object",
      "properties": {
        "FlowSource": {
          "$ref": "#/$defs/AWS::MediaConnect::Bridge.BridgeFlowSource"
        },
        "NetworkSource": {
          "$ref": "#/$defs/AWS::MediaConnect::Bridge.BridgeNetworkSource"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaConnect::Bridge.EgressGatewayBridge": {
      "type": "object",
      "properties": {
        "MaxBitrate": {
          "type": "number"
        }
      },
      "required": [
        "MaxBitrate"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::Bridge.FailoverConfig": {
      "type": "object",
      "properties": {
        "FailoverMode": {
          "type": "string"
        },
        "SourcePriority": {
          "$ref": "#/$defs/AWS::MediaConnect::Bridge.SourcePriority"
        },
        "State": {
          "type": "string"
        }
      },
      "required": [
        "FailoverMode"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::Bridge.IngressGatewayBridge": {
      "type": "object",
      "properties": {
        "MaxBitrate": {
          "type": "number"
        },
        "MaxOutputs": {
          "type": "number"
        }
      },
      "required": [
        "MaxBitrate",
        "MaxOutputs"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::Bridge.SourcePriority": {
      "type": "object",
      "properties": {
        "PrimarySource": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaConnect::Bridge.VpcInterfaceAttachment": {
      "type": "object",
      "properties": {
        "VpcInterfaceName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaConnect::BridgeOutput": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BridgeArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "NetworkOutput": {
              "$ref": "#/$defs/AWS::MediaConnect::BridgeOutput.BridgeNetworkOutput"
            }
          },
          "required": [
            "BridgeArn",
            "Name",
            "NetworkOutput"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaConnect::BridgeOutput"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::BridgeOutput.BridgeNetworkOutput": {
      "type": "object",
      "properties": {
        "IpAddress": {
          "type": "string"
        },
        "NetworkName": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "Protocol": {
          "type": "string"
        },
        "Ttl": {
          "type": "number"
        }
      },
      "required": [
        "IpAddress",
        "NetworkName",
        "Port",
        "Protocol",
        "Ttl"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::BridgeSource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BridgeArn": {
              "type": "string"
            },
            "FlowSource": {
              "$ref": "#/$defs/AWS::MediaConnect::BridgeSource.BridgeFlowSource"
            },
            "Name": {
              "type": "string"
            },
            "NetworkSource": {
              "$ref": "#/$defs/AWS::MediaConnect::BridgeSource.BridgeNetworkSource"
            }
          },
          "required": [
            "BridgeArn",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaConnect::BridgeSource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::BridgeSource.BridgeFlowSource": {
      "type": "object",
      "properties": {
        "FlowArn": {
          "type": "string"
        },
        "FlowVpcInterfaceAttachment": {
          "$ref": "#/$defs/AWS::MediaConnect::BridgeSource.VpcInterfaceAttachment"
        }
      },
      "required": [
        "FlowArn"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::BridgeSource.BridgeNetworkSource": {
      "type": "object",
      "properties": {
        "MulticastIp": {
          "type": "string"
        },
        "NetworkName": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "Protocol": {
          "type": "string"
        }
      },
      "required": [
        "MulticastIp",
        "NetworkName",
        "Port",
        "Protocol"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::BridgeSource.VpcInterfaceAttachment": {
      "type": "object",
      "properties": {
        "VpcInterfaceName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaConnect::Flow": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AvailabilityZone": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Source": {
              "$ref": "#/$defs/AWS::MediaConnect::Flow.Source"
            },
            "SourceFailoverConfig": {
              "$ref": "#/$defs/AWS::MediaConnect::Flow.FailoverConfig"
            }
          },
          "required": [
            "Name",
            "Source"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaConnect::Flow"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::Flow.Encryption": {
      "type": "object",
      "properties": {
        "Algorithm": {
          "type": "string"
        },
        "ConstantInitializationVector": {
          "type": "string"
        },
        "DeviceId": {
          "type": "string"
        },
        "KeyType": {
          "type": "string"
        },
        "Region": {
          "type": "string"
        },
        "ResourceId": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "SecretArn": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::Flow.FailoverConfig": {
      "type": "object",
      "properties": {
        "FailoverMode": {
          "type": "string"
        },
        "RecoveryWindow": {
          "type": "number"
        },
        "SourcePriority": {
          "$ref": "#/$defs/AWS::MediaConnect::Flow.SourcePriority"
        },
        "State": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaConnect::Flow.GatewayBridgeSource": {
      "type": "object",
      "properties": {
        "BridgeArn": {
          "type": "string"
        },
        "VpcInterfaceAttachment": {
          "$ref": "#/$defs/AWS::MediaConnect::Flow.VpcInterfaceAttachment"
        }
      },
      "required": [
        "BridgeArn"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::Flow.Source": {
      "type": "object",
      "properties": {
        "Decryption": {
          "$ref": "#/$defs/AWS::MediaConnect::Flow.Encryption"
        },
        "Description": {
          "type": "string"
        },
        "EntitlementArn": {
          "type": "string"
        },
        "GatewayBridgeSource": {
          "$ref": "#/$defs/AWS::MediaConnect::Flow.GatewayBridgeSource"
        },
        "IngestIp": {
          "type": "string"
        },
        "IngestPort": {
          "type": "number"
        },
        "MaxBitrate": {
          "type": "number"
        },
        "MaxLatency": {
          "type": "number"
        },
        "MinLatency": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        },
        "Protocol": {
          "type": "string"
        },
        "SenderControlPort": {
          "type": "number"
        },
        "SenderIpAddress": {
          "type": "string"
        },
        "SourceArn": {
          "type": "string"
        },
        "SourceIngestPort": {
          "type": "string"
        },
        "SourceListenerAddress": {
          "type": "string"
        },
        "SourceListenerPort": {
          "type": "number"
        },
        "StreamId": {
          "type": "string"
        },
        "VpcInterfaceName": {
          "type": "string"
        },
        "WhitelistCidr": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaConnect::Flow.SourcePriority": {
      "type": "object",
      "properties": {
        "PrimarySource": {
          "type": "string"
        }
      },
      "required": [
        "PrimarySource"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::Flow.VpcInterfaceAttachment": {
      "type": "object",
      "properties": {
        "VpcInterfaceName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaConnect::FlowEntitlement": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataTransferSubscriberFeePercent": {
              "type": "number"
            },
            "Description": {
              "type": "string"
            },
            "Encryption": {
              "$ref": "#/$defs/AWS::MediaConnect::FlowEntitlement.Encryption"
            },
            "EntitlementStatus": {
              "type": "string"
            },
            "FlowArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Subscribers": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "Description",
            "FlowArn",
            "Name",
            "Subscribers"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaConnect::FlowEntitlement"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::FlowEntitlement.Encryption": {
      "type": "object",
      "properties": {
        "Algorithm": {
          "type": "string"
        },
        "ConstantInitializationVector": {
          "type": "string"
        },
        "DeviceId": {
          "type": "string"
        },
        "KeyType": {
          "type": "string"
        },
        "Region": {
          "type": "string"
        },
        "ResourceId": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "SecretArn": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        }
      },
      "required": [
        "Algorithm",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::FlowOutput": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CidrAllowList": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "Destination": {
              "type": "string"
            },
            "Encryption": {
              "$ref": "#/$defs/AWS::MediaConnect::FlowOutput.Encryption"
            },
            "FlowArn": {
              "type": "string"
            },
            "MaxLatency": {
              "type": "number"
            },
            "MinLatency": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "Port": {
              "type": "number"
            },
            "Protocol": {
              "type": "string"
            },
            "RemoteId": {
              "type": "string"
            },
            "SmoothingLatency": {
              "type": "number"
            },
            "StreamId": {
              "type": "string"
            },
            "VpcInterfaceAttachment": {
              "$ref": "#/$defs/AWS::MediaConnect::FlowOutput.VpcInterfaceAttachment"
            }
          },
          "required": [
            "FlowArn",
            "Protocol"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaConnect::FlowOutput"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::FlowOutput.Encryption": {
      "type": "object",
      "properties": {
        "Algorithm": {
          "type": "string"
        },
        "KeyType": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "SecretArn": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn",
        "SecretArn"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::FlowOutput.VpcInterfaceAttachment": {
      "type": "object",
      "properties": {
        "VpcInterfaceName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaConnect::FlowSource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Decryption": {
              "$ref": "#/$defs/AWS::MediaConnect::FlowSource.Encryption"
            },
            "Description": {
              "type": "string"
            },
            "EntitlementArn": {
              "type": "string"
            },
            "FlowArn": {
              "type": "string"
            },
            "GatewayBridgeSource": {
              "$ref": "#/$defs/AWS::MediaConnect::FlowSource.GatewayBridgeSource"
            },
            "IngestPort": {
              "type": "number"
            },
            "MaxBitrate": {
              "type": "number"
            },
            "MaxLatency": {
              "type": "number"
            },
            "MinLatency": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "Protocol": {
              "type": "string"
            },
            "SenderControlPort": {
              "type": "number"
            },
            "SenderIpAddress": {
              "type": "string"
            },
            "SourceListenerAddress": {
              "type": "string"
            },
            "SourceListenerPort": {
              "type": "number"
            },
            "StreamId": {
              "type": "string"
            },
            "VpcInterfaceName": {
              "type": "string"
            },
            "WhitelistCidr": {
              "type": "string"
            }
          },
          "required": [
            "Description",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaConnect::FlowSource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::FlowSource.Encryption": {
      "type": "object",
      "properties": {
        "Algorithm": {
          "type": "string"
        },
        "ConstantInitializationVector": {
          "type": "string"
        },
        "DeviceId": {
          "type": "string"
        },
        "KeyType": {
          "type": "string"
        },
        "Region": {
          "type": "string"
        },
        "ResourceId": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "SecretArn": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::FlowSource.GatewayBridgeSource": {
      "type": "object",
      "properties": {
        "BridgeArn": {
          "type": "string"
        },
        "VpcInterfaceAttachment": {
          "$ref": "#/$defs/AWS::MediaConnect::FlowSource.VpcInterfaceAttachment"
        }
      },
      "required": [
        "BridgeArn"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::FlowSource.VpcInterfaceAttachment": {
      "type": "object",
      "properties": {
        "VpcInterfaceName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaConnect::FlowVpcInterface": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FlowArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetId": {
              "type": "string"
            }
          },
          "required": [
            "FlowArn",
            "Name",
            "RoleArn",
            "SecurityGroupIds",
            "SubnetId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaConnect::FlowVpcInterface"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::Gateway": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EgressCidrBlocks": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Networks": {
              "items": {
                "$ref": "#/$defs/AWS::MediaConnect::Gateway.GatewayNetwork"
              },
              "type": "array"
            }
          },
          "required": [
            "EgressCidrBlocks",
            "Name",
            "Networks"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaConnect::Gateway"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConnect::Gateway.GatewayNetwork": {
      "type": "object",
      "properties": {
        "CidrBlock": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "CidrBlock",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConvert::JobTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccelerationSettings": {
              "$ref": "#/$defs/AWS::MediaConvert::JobTemplate.AccelerationSettings"
            },
            "Category": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "HopDestinations": {
              "items": {
                "$ref": "#/$defs/AWS::MediaConvert::JobTemplate.HopDestination"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Priority": {
              "type": "number"
            },
            "Queue": {
              "type": "string"
            },
            "SettingsJson": {
              "type": "object"
            },
            "StatusUpdateInterval": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            }
          },
          "required": [
            "SettingsJson"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaConvert::JobTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConvert::JobTemplate.AccelerationSettings": {
      "type": "object",
      "properties": {
        "Mode": {
          "type": "string"
        }
      },
      "required": [
        "Mode"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConvert::JobTemplate.HopDestination": {
      "type": "object",
      "properties": {
        "Priority": {
          "type": "number"
        },
        "Queue": {
          "type": "string"
        },
        "WaitMinutes": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaConvert::Preset": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Category": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "SettingsJson": {
              "type": "object"
            },
            "Tags": {
              "type": "object"
            }
          },
          "required": [
            "SettingsJson"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaConvert::Preset"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaConvert::Queue": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "PricingPlan": {
              "type": "string"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaConvert::Queue"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CdiInputSpecification": {
              "$ref": "#/$defs/AWS::MediaLive::Channel.CdiInputSpecification"
            },
            "ChannelClass": {
              "type": "string"
            },
            "Destinations": {
              "items": {
                "$ref": "#/$defs/AWS::MediaLive::Channel.OutputDestination"
              },
              "type": "array"
            },
            "EncoderSettings": {
              "$ref": "#/$defs/AWS::MediaLive::Channel.EncoderSettings"
            },
            "InputAttachments": {
              "items": {
                "$ref": "#/$defs/AWS::MediaLive::Channel.InputAttachment"
              },
              "type": "array"
            },
            "InputSpecification": {
              "$ref": "#/$defs/AWS::MediaLive::Channel.InputSpecification"
            },
            "LogLevel": {
              "type": "string"
            },
            "Maintenance": {
              "$ref": "#/$defs/AWS::MediaLive::Channel.MaintenanceCreateSettings"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            },
            "Vpc": {
              "$ref": "#/$defs/AWS::MediaLive::Channel.VpcOutputSettings"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaLive::Channel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AacSettings": {
      "type": "object",
      "properties": {
        "Bitrate": {
          "type": "number"
        },
        "CodingMode": {
          "type": "string"
        },
        "InputType": {
          "type": "string"
        },
        "Profile": {
          "type": "string"
        },
        "RateControlMode": {
          "type": "string"
        },
        "RawFormat": {
          "type": "string"
        },
        "SampleRate": {
          "type": "number"
        },
        "Spec": {
          "type": "string"
        },
        "VbrQuality": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Ac3Settings": {
      "type": "object",
      "properties": {
        "AttenuationControl": {
          "type": "string"
        },
        "Bitrate": {
          "type": "number"
        },
        "BitstreamMode": {
          "type": "string"
        },
        "CodingMode": {
          "type": "string"
        },
        "Dialnorm": {
          "type": "number"
        },
        "DrcProfile": {
          "type": "string"
        },
        "LfeFilter": {
          "type": "string"
        },
        "MetadataControl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AncillarySourceSettings": {
      "type": "object",
      "properties": {
        "SourceAncillaryChannelNumber": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.ArchiveCdnSettings": {
      "type": "object",
      "properties": {
        "ArchiveS3Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.ArchiveS3Settings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.ArchiveContainerSettings": {
      "type": "object",
      "properties": {
        "M2tsSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.M2tsSettings"
        },
        "RawSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.RawSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.ArchiveGroupSettings": {
      "type": "object",
      "properties": {
        "ArchiveCdnSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.ArchiveCdnSettings"
        },
        "Destination": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.OutputLocationRef"
        },
        "RolloverInterval": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.ArchiveOutputSettings": {
      "type": "object",
      "properties": {
        "ContainerSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.ArchiveContainerSettings"
        },
        "Extension": {
          "type": "string"
        },
        "NameModifier": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.ArchiveS3Settings": {
      "type": "object",
      "properties": {
        "CannedAcl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AribDestinationSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AribSourceSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AudioChannelMapping": {
      "type": "object",
      "properties": {
        "InputChannelLevels": {
          "items": {
            "$ref": "#/$defs/AWS::MediaLive::Channel.InputChannelLevel"
          },
          "type": "array"
        },
        "OutputChannel": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AudioCodecSettings": {
      "type": "object",
      "properties": {
        "AacSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AacSettings"
        },
        "Ac3Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Ac3Settings"
        },
        "Eac3AtmosSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Eac3AtmosSettings"
        },
        "Eac3Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Eac3Settings"
        },
        "Mp2Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Mp2Settings"
        },
        "PassThroughSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.PassThroughSettings"
        },
        "WavSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.WavSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AudioDescription": {
      "type": "object",
      "properties": {
        "AudioDashRoles": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AudioNormalizationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AudioNormalizationSettings"
        },
        "AudioSelectorName": {
          "type": "string"
        },
        "AudioType": {
          "type": "string"
        },
        "AudioTypeControl": {
          "type": "string"
        },
        "AudioWatermarkingSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AudioWatermarkSettings"
        },
        "CodecSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AudioCodecSettings"
        },
        "DvbDashAccessibility": {
          "type": "string"
        },
        "LanguageCode": {
          "type": "string"
        },
        "LanguageCodeControl": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "RemixSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.RemixSettings"
        },
        "StreamName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AudioDolbyEDecode": {
      "type": "object",
      "properties": {
        "ProgramSelection": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AudioHlsRenditionSelection": {
      "type": "object",
      "properties": {
        "GroupId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AudioLanguageSelection": {
      "type": "object",
      "properties": {
        "LanguageCode": {
          "type": "string"
        },
        "LanguageSelectionPolicy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AudioNormalizationSettings": {
      "type": "object",
      "properties": {
        "Algorithm": {
          "type": "string"
        },
        "AlgorithmControl": {
          "type": "string"
        },
        "TargetLkfs": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AudioOnlyHlsSettings": {
      "type": "object",
      "properties": {
        "AudioGroupId": {
          "type": "string"
        },
        "AudioOnlyImage": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.InputLocation"
        },
        "AudioTrackType": {
          "type": "string"
        },
        "SegmentType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AudioPidSelection": {
      "type": "object",
      "properties": {
        "Pid": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AudioSelector": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "SelectorSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AudioSelectorSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AudioSelectorSettings": {
      "type": "object",
      "properties": {
        "AudioHlsRenditionSelection": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AudioHlsRenditionSelection"
        },
        "AudioLanguageSelection": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AudioLanguageSelection"
        },
        "AudioPidSelection": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AudioPidSelection"
        },
        "AudioTrackSelection": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AudioTrackSelection"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AudioSilenceFailoverSettings": {
      "type": "object",
      "properties": {
        "AudioSelectorName": {
          "type": "string"
        },
        "AudioSilenceThresholdMsec": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AudioTrack": {
      "type": "object",
      "properties": {
        "Track": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AudioTrackSelection": {
      "type": "object",
      "properties": {
        "DolbyEDecode": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AudioDolbyEDecode"
        },
        "Tracks": {
          "items": {
            "$ref": "#/$defs/AWS::MediaLive::Channel.AudioTrack"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AudioWatermarkSettings": {
      "type": "object",
      "properties": {
        "NielsenWatermarksSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.NielsenWatermarksSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AutomaticInputFailoverSettings": {
      "type": "object",
      "properties": {
        "ErrorClearTimeMsec": {
          "type": "number"
        },
        "FailoverConditions": {
          "items": {
            "$ref": "#/$defs/AWS::MediaLive::Channel.FailoverCondition"
          },
          "type": "array"
        },
        "InputPreference": {
          "type": "string"
        },
        "SecondaryInputId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AvailBlanking": {
      "type": "object",
      "properties": {
        "AvailBlankingImage": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.InputLocation"
        },
        "State": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AvailConfiguration": {
      "type": "object",
      "properties": {
        "AvailSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AvailSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.AvailSettings": {
      "type": "object",
      "properties": {
        "Esam": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Esam"
        },
        "Scte35SpliceInsert": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Scte35SpliceInsert"
        },
        "Scte35TimeSignalApos": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Scte35TimeSignalApos"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.BlackoutSlate": {
      "type": "object",
      "properties": {
        "BlackoutSlateImage": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.InputLocation"
        },
        "NetworkEndBlackout": {
          "type": "string"
        },
        "NetworkEndBlackoutImage": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.InputLocation"
        },
        "NetworkId": {
          "type": "string"
        },
        "State": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.BurnInDestinationSettings": {
      "type": "object",
      "properties": {
        "Alignment": {
          "type": "string"
        },
        "BackgroundColor": {
          "type": "string"
        },
        "BackgroundOpacity": {
          "type": "number"
        },
        "Font": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.InputLocation"
        },
        "FontColor": {
          "type": "string"
        },
        "FontOpacity": {
          "type": "number"
        },
        "FontResolution": {
          "type": "number"
        },
        "FontSize": {
          "type": "string"
        },
        "OutlineColor": {
          "type": "string"
        },
        "OutlineSize": {
          "type": "number"
        },
        "ShadowColor": {
          "type": "string"
        },
        "ShadowOpacity": {
          "type": "number"
        },
        "ShadowXOffset": {
          "type": "number"
        },
        "ShadowYOffset": {
          "type": "number"
        },
        "TeletextGridControl": {
          "type": "string"
        },
        "XPosition": {
          "type": "number"
        },
        "YPosition": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.CaptionDescription": {
      "type": "object",
      "properties": {
        "Accessibility": {
          "type": "string"
        },
        "CaptionDashRoles": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CaptionSelectorName": {
          "type": "string"
        },
        "DestinationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.CaptionDestinationSettings"
        },
        "DvbDashAccessibility": {
          "type": "string"
        },
        "LanguageCode": {
          "type": "string"
        },
        "LanguageDescription": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.CaptionDestinationSettings": {
      "type": "object",
      "properties": {
        "AribDestinationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AribDestinationSettings"
        },
        "BurnInDestinationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.BurnInDestinationSettings"
        },
        "DvbSubDestinationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.DvbSubDestinationSettings"
        },
        "EbuTtDDestinationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.EbuTtDDestinationSettings"
        },
        "EmbeddedDestinationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.EmbeddedDestinationSettings"
        },
        "EmbeddedPlusScte20DestinationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.EmbeddedPlusScte20DestinationSettings"
        },
        "RtmpCaptionInfoDestinationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.RtmpCaptionInfoDestinationSettings"
        },
        "Scte20PlusEmbeddedDestinationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Scte20PlusEmbeddedDestinationSettings"
        },
        "Scte27DestinationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Scte27DestinationSettings"
        },
        "SmpteTtDestinationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.SmpteTtDestinationSettings"
        },
        "TeletextDestinationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.TeletextDestinationSettings"
        },
        "TtmlDestinationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.TtmlDestinationSettings"
        },
        "WebvttDestinationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.WebvttDestinationSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.CaptionLanguageMapping": {
      "type": "object",
      "properties": {
        "CaptionChannel": {
          "type": "number"
        },
        "LanguageCode": {
          "type": "string"
        },
        "LanguageDescription": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.CaptionRectangle": {
      "type": "object",
      "properties": {
        "Height": {
          "type": "number"
        },
        "LeftOffset": {
          "type": "number"
        },
        "TopOffset": {
          "type": "number"
        },
        "Width": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.CaptionSelector": {
      "type": "object",
      "properties": {
        "LanguageCode": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "SelectorSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.CaptionSelectorSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.CaptionSelectorSettings": {
      "type": "object",
      "properties": {
        "AncillarySourceSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AncillarySourceSettings"
        },
        "AribSourceSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AribSourceSettings"
        },
        "DvbSubSourceSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.DvbSubSourceSettings"
        },
        "EmbeddedSourceSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.EmbeddedSourceSettings"
        },
        "Scte20SourceSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Scte20SourceSettings"
        },
        "Scte27SourceSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Scte27SourceSettings"
        },
        "TeletextSourceSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.TeletextSourceSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.CdiInputSpecification": {
      "type": "object",
      "properties": {
        "Resolution": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.CmafIngestGroupSettings": {
      "type": "object",
      "properties": {
        "Destination": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.OutputLocationRef"
        },
        "NielsenId3Behavior": {
          "type": "string"
        },
        "Scte35Type": {
          "type": "string"
        },
        "SegmentLength": {
          "type": "number"
        },
        "SegmentLengthUnits": {
          "type": "string"
        },
        "SendDelayMs": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.CmafIngestOutputSettings": {
      "type": "object",
      "properties": {
        "NameModifier": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.ColorCorrection": {
      "type": "object",
      "properties": {
        "InputColorSpace": {
          "type": "string"
        },
        "OutputColorSpace": {
          "type": "string"
        },
        "Uri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.ColorCorrectionSettings": {
      "type": "object",
      "properties": {
        "GlobalColorCorrections": {
          "items": {
            "$ref": "#/$defs/AWS::MediaLive::Channel.ColorCorrection"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.ColorSpacePassthroughSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.DolbyVision81Settings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.DvbNitSettings": {
      "type": "object",
      "properties": {
        "NetworkId": {
          "type": "number"
        },
        "NetworkName": {
          "type": "string"
        },
        "RepInterval": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.DvbSdtSettings": {
      "type": "object",
      "properties": {
        "OutputSdt": {
          "type": "string"
        },
        "RepInterval": {
          "type": "number"
        },
        "ServiceName": {
          "type": "string"
        },
        "ServiceProviderName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.DvbSubDestinationSettings": {
      "type": "object",
      "properties": {
        "Alignment": {
          "type": "string"
        },
        "BackgroundColor": {
          "type": "string"
        },
        "BackgroundOpacity": {
          "type": "number"
        },
        "Font": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.InputLocation"
        },
        "FontColor": {
          "type": "string"
        },
        "FontOpacity": {
          "type": "number"
        },
        "FontResolution": {
          "type": "number"
        },
        "FontSize": {
          "type": "string"
        },
        "OutlineColor": {
          "type": "string"
        },
        "OutlineSize": {
          "type": "number"
        },
        "ShadowColor": {
          "type": "string"
        },
        "ShadowOpacity": {
          "type": "number"
        },
        "ShadowXOffset": {
          "type": "number"
        },
        "ShadowYOffset": {
          "type": "number"
        },
        "TeletextGridControl": {
          "type": "string"
        },
        "XPosition": {
          "type": "number"
        },
        "YPosition": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.DvbSubSourceSettings": {
      "type": "object",
      "properties": {
        "OcrLanguage": {
          "type": "string"
        },
        "Pid": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.DvbTdtSettings": {
      "type": "object",
      "properties": {
        "RepInterval": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Eac3AtmosSettings": {
      "type": "object",
      "properties": {
        "Bitrate": {
          "type": "number"
        },
        "CodingMode": {
          "type": "string"
        },
        "Dialnorm": {
          "type": "number"
        },
        "DrcLine": {
          "type": "string"
        },
        "DrcRf": {
          "type": "string"
        },
        "HeightTrim": {
          "type": "number"
        },
        "SurroundTrim": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Eac3Settings": {
      "type": "object",
      "properties": {
        "AttenuationControl": {
          "type": "string"
        },
        "Bitrate": {
          "type": "number"
        },
        "BitstreamMode": {
          "type": "string"
        },
        "CodingMode": {
          "type": "string"
        },
        "DcFilter": {
          "type": "string"
        },
        "Dialnorm": {
          "type": "number"
        },
        "DrcLine": {
          "type": "string"
        },
        "DrcRf": {
          "type": "string"
        },
        "LfeControl": {
          "type": "string"
        },
        "LfeFilter": {
          "type": "string"
        },
        "LoRoCenterMixLevel": {
          "type": "number"
        },
        "LoRoSurroundMixLevel": {
          "type": "number"
        },
        "LtRtCenterMixLevel": {
          "type": "number"
        },
        "LtRtSurroundMixLevel": {
          "type": "number"
        },
        "MetadataControl": {
          "type": "string"
        },
        "PassthroughControl": {
          "type": "string"
        },
        "PhaseControl": {
          "type": "string"
        },
        "StereoDownmix": {
          "type": "string"
        },
        "SurroundExMode": {
          "type": "string"
        },
        "SurroundMode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.EbuTtDDestinationSettings": {
      "type": "object",
      "properties": {
        "CopyrightHolder": {
          "type": "string"
        },
        "FillLineGap": {
          "type": "string"
        },
        "FontFamily": {
          "type": "string"
        },
        "StyleControl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.EmbeddedDestinationSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.EmbeddedPlusScte20DestinationSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.EmbeddedSourceSettings": {
      "type": "object",
      "properties": {
        "Convert608To708": {
          "type": "string"
        },
        "Scte20Detection": {
          "type": "string"
        },
        "Source608ChannelNumber": {
          "type": "number"
        },
        "Source608TrackNumber": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.EncoderSettings": {
      "type": "object",
      "properties": {
        "AudioDescriptions": {
          "items": {
            "$ref": "#/$defs/AWS::MediaLive::Channel.AudioDescription"
          },
          "type": "array"
        },
        "AvailBlanking": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AvailBlanking"
        },
        "AvailConfiguration": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AvailConfiguration"
        },
        "BlackoutSlate": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.BlackoutSlate"
        },
        "CaptionDescriptions": {
          "items": {
            "$ref": "#/$defs/AWS::MediaLive::Channel.CaptionDescription"
          },
          "type": "array"
        },
        "ColorCorrectionSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.ColorCorrectionSettings"
        },
        "FeatureActivations": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.FeatureActivations"
        },
        "GlobalConfiguration": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.GlobalConfiguration"
        },
        "MotionGraphicsConfiguration": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.MotionGraphicsConfiguration"
        },
        "NielsenConfiguration": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.NielsenConfiguration"
        },
        "OutputGroups": {
          "items": {
            "$ref": "#/$defs/AWS::MediaLive::Channel.OutputGroup"
          },
          "type": "array"
        },
        "ThumbnailConfiguration": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.ThumbnailConfiguration"
        },
        "TimecodeConfig": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.TimecodeConfig"
        },
        "VideoDescriptions": {
          "items": {
            "$ref": "#/$defs/AWS::MediaLive::Channel.VideoDescription"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.EpochLockingSettings": {
      "type": "object",
      "properties": {
        "CustomEpoch": {
          "type": "string"
        },
        "JamSyncTime": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Esam": {
      "type": "object",
      "properties": {
        "AcquisitionPointId": {
          "type": "string"
        },
        "AdAvailOffset": {
          "type": "number"
        },
        "PasswordParam": {
          "type": "string"
        },
        "PoisEndpoint": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        },
        "ZoneIdentity": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.FailoverCondition": {
      "type": "object",
      "properties": {
        "FailoverConditionSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.FailoverConditionSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.FailoverConditionSettings": {
      "type": "object",
      "properties": {
        "AudioSilenceSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AudioSilenceFailoverSettings"
        },
        "InputLossSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.InputLossFailoverSettings"
        },
        "VideoBlackSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.VideoBlackFailoverSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.FeatureActivations": {
      "type": "object",
      "properties": {
        "InputPrepareScheduleActions": {
          "type": "string"
        },
        "OutputStaticImageOverlayScheduleActions": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.FecOutputSettings": {
      "type": "object",
      "properties": {
        "ColumnDepth": {
          "type": "number"
        },
        "IncludeFec": {
          "type": "string"
        },
        "RowLength": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Fmp4HlsSettings": {
      "type": "object",
      "properties": {
        "AudioRenditionSets": {
          "type": "string"
        },
        "NielsenId3Behavior": {
          "type": "string"
        },
        "TimedMetadataBehavior": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.FrameCaptureCdnSettings": {
      "type": "object",
      "properties": {
        "FrameCaptureS3Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.FrameCaptureS3Settings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.FrameCaptureGroupSettings": {
      "type": "object",
      "properties": {
        "Destination": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.OutputLocationRef"
        },
        "FrameCaptureCdnSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.FrameCaptureCdnSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.FrameCaptureHlsSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.FrameCaptureOutputSettings": {
      "type": "object",
      "properties": {
        "NameModifier": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.FrameCaptureS3Settings": {
      "type": "object",
      "properties": {
        "CannedAcl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.FrameCaptureSettings": {
      "type": "object",
      "properties": {
        "CaptureInterval": {
          "type": "number"
        },
        "CaptureIntervalUnits": {
          "type": "string"
        },
        "TimecodeBurninSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.TimecodeBurninSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.GlobalConfiguration": {
      "type": "object",
      "properties": {
        "InitialAudioGain": {
          "type": "number"
        },
        "InputEndAction": {
          "type": "string"
        },
        "InputLossBehavior": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.InputLossBehavior"
        },
        "OutputLockingMode": {
          "type": "string"
        },
        "OutputLockingSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.OutputLockingSettings"
        },
        "OutputTimingSource": {
          "type": "string"
        },
        "SupportLowFramerateInputs": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.H264ColorSpaceSettings": {
      "type": "object",
      "properties": {
        "ColorSpacePassthroughSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.ColorSpacePassthroughSettings"
        },
        "Rec601Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Rec601Settings"
        },
        "Rec709Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Rec709Settings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.H264FilterSettings": {
      "type": "object",
      "properties": {
        "TemporalFilterSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.TemporalFilterSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.H264Settings": {
      "type": "object",
      "properties": {
        "AdaptiveQuantization": {
          "type": "string"
        },
        "AfdSignaling": {
          "type": "string"
        },
        "Bitrate": {
          "type": "number"
        },
        "BufFillPct": {
          "type": "number"
        },
        "BufSize": {
          "type": "number"
        },
        "ColorMetadata": {
          "type": "string"
        },
        "ColorSpaceSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.H264ColorSpaceSettings"
        },
        "EntropyEncoding": {
          "type": "string"
        },
        "FilterSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.H264FilterSettings"
        },
        "FixedAfd": {
          "type": "string"
        },
        "FlickerAq": {
          "type": "string"
        },
        "ForceFieldPictures": {
          "type": "string"
        },
        "FramerateControl": {
          "type": "string"
        },
        "FramerateDenominator": {
          "type": "number"
        },
        "FramerateNumerator": {
          "type": "number"
        },
        "GopBReference": {
          "type": "string"
        },
        "GopClosedCadence": {
          "type": "number"
        },
        "GopNumBFrames": {
          "type": "number"
        },
        "GopSize": {
          "type": "number"
        },
        "GopSizeUnits": {
          "type": "string"
        },
        "Level": {
          "type": "string"
        },
        "LookAheadRateControl": {
          "type": "string"
        },
        "MaxBitrate": {
          "type": "number"
        },
        "MinIInterval": {
          "type": "number"
        },
        "NumRefFrames": {
          "type": "number"
        },
        "ParControl": {
          "type": "string"
        },
        "ParDenominator": {
          "type": "number"
        },
        "ParNumerator": {
          "type": "number"
        },
        "Profile": {
          "type": "string"
        },
        "QualityLevel": {
          "type": "string"
        },
        "QvbrQualityLevel": {
          "type": "number"
        },
        "RateControlMode": {
          "type": "string"
        },
        "ScanType": {
          "type": "string"
        },
        "SceneChangeDetect": {
          "type": "string"
        },
        "Slices": {
          "type": "number"
        },
        "Softness": {
          "type": "number"
        },
        "SpatialAq": {
          "type": "string"
        },
        "SubgopLength": {
          "type": "string"
        },
        "Syntax": {
          "type": "string"
        },
        "TemporalAq": {
          "type": "string"
        },
        "TimecodeBurninSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.TimecodeBurninSettings"
        },
        "TimecodeInsertion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.H265ColorSpaceSettings": {
      "type": "object",
      "properties": {
        "ColorSpacePassthroughSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.ColorSpacePassthroughSettings"
        },
        "DolbyVision81Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.DolbyVision81Settings"
        },
        "Hdr10Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Hdr10Settings"
        },
        "Rec601Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Rec601Settings"
        },
        "Rec709Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Rec709Settings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.H265FilterSettings": {
      "type": "object",
      "properties": {
        "TemporalFilterSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.TemporalFilterSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.H265Settings": {
      "type": "object",
      "properties": {
        "AdaptiveQuantization": {
          "type": "string"
        },
        "AfdSignaling": {
          "type": "string"
        },
        "AlternativeTransferFunction": {
          "type": "string"
        },
        "Bitrate": {
          "type": "number"
        },
        "BufSize": {
          "type": "number"
        },
        "ColorMetadata": {
          "type": "string"
        },
        "ColorSpaceSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.H265ColorSpaceSettings"
        },
        "FilterSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.H265FilterSettings"
        },
        "FixedAfd": {
          "type": "string"
        },
        "FlickerAq": {
          "type": "string"
        },
        "FramerateDenominator": {
          "type": "number"
        },
        "FramerateNumerator": {
          "type": "number"
        },
        "GopClosedCadence": {
          "type": "number"
        },
        "GopSize": {
          "type": "number"
        },
        "GopSizeUnits": {
          "type": "string"
        },
        "Level": {
          "type": "string"
        },
        "LookAheadRateControl": {
          "type": "string"
        },
        "MaxBitrate": {
          "type": "number"
        },
        "MinIInterval": {
          "type": "number"
        },
        "MvOverPictureBoundaries": {
          "type": "string"
        },
        "MvTemporalPredictor": {
          "type": "string"
        },
        "ParDenominator": {
          "type": "number"
        },
        "ParNumerator": {
          "type": "number"
        },
        "Profile": {
          "type": "string"
        },
        "QvbrQualityLevel": {
          "type": "number"
        },
        "RateControlMode": {
          "type": "string"
        },
        "ScanType": {
          "type": "string"
        },
        "SceneChangeDetect": {
          "type": "string"
        },
        "Slices": {
          "type": "number"
        },
        "Tier": {
          "type": "string"
        },
        "TileHeight": {
          "type": "number"
        },
        "TilePadding": {
          "type": "string"
        },
        "TileWidth": {
          "type": "number"
        },
        "TimecodeBurninSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.TimecodeBurninSettings"
        },
        "TimecodeInsertion": {
          "type": "string"
        },
        "TreeblockSize": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Hdr10Settings": {
      "type": "object",
      "properties": {
        "MaxCll": {
          "type": "number"
        },
        "MaxFall": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.HlsAkamaiSettings": {
      "type": "object",
      "properties": {
        "ConnectionRetryInterval": {
          "type": "number"
        },
        "FilecacheDuration": {
          "type": "number"
        },
        "HttpTransferMode": {
          "type": "string"
        },
        "NumRetries": {
          "type": "number"
        },
        "RestartDelay": {
          "type": "number"
        },
        "Salt": {
          "type": "string"
        },
        "Token": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.HlsBasicPutSettings": {
      "type": "object",
      "properties": {
        "ConnectionRetryInterval": {
          "type": "number"
        },
        "FilecacheDuration": {
          "type": "number"
        },
        "NumRetries": {
          "type": "number"
        },
        "RestartDelay": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.HlsCdnSettings": {
      "type": "object",
      "properties": {
        "HlsAkamaiSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.HlsAkamaiSettings"
        },
        "HlsBasicPutSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.HlsBasicPutSettings"
        },
        "HlsMediaStoreSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.HlsMediaStoreSettings"
        },
        "HlsS3Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.HlsS3Settings"
        },
        "HlsWebdavSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.HlsWebdavSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.HlsGroupSettings": {
      "type": "object",
      "properties": {
        "AdMarkers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "BaseUrlContent": {
          "type": "string"
        },
        "BaseUrlContent1": {
          "type": "string"
        },
        "BaseUrlManifest": {
          "type": "string"
        },
        "BaseUrlManifest1": {
          "type": "string"
        },
        "CaptionLanguageMappings": {
          "items": {
            "$ref": "#/$defs/AWS::MediaLive::Channel.CaptionLanguageMapping"
          },
          "type": "array"
        },
        "CaptionLanguageSetting": {
          "type": "string"
        },
        "ClientCache": {
          "type": "string"
        },
        "CodecSpecification": {
          "type": "string"
        },
        "ConstantIv": {
          "type": "string"
        },
        "Destination": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.OutputLocationRef"
        },
        "DirectoryStructure": {
          "type": "string"
        },
        "DiscontinuityTags": {
          "type": "string"
        },
        "EncryptionType": {
          "type": "string"
        },
        "HlsCdnSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.HlsCdnSettings"
        },
        "HlsId3SegmentTagging": {
          "type": "string"
        },
        "IFrameOnlyPlaylists": {
          "type": "string"
        },
        "IncompleteSegmentBehavior": {
          "type": "string"
        },
        "IndexNSegments": {
          "type": "number"
        },
        "InputLossAction": {
          "type": "string"
        },
        "IvInManifest": {
          "type": "string"
        },
        "IvSource": {
          "type": "string"
        },
        "KeepSegments": {
          "type": "number"
        },
        "KeyFormat": {
          "type": "string"
        },
        "KeyFormatVersions": {
          "type": "string"
        },
        "KeyProviderSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.KeyProviderSettings"
        },
        "ManifestCompression": {
          "type": "string"
        },
        "ManifestDurationFormat": {
          "type": "string"
        },
        "MinSegmentLength": {
          "type": "number"
        },
        "Mode": {
          "type": "string"
        },
        "OutputSelection": {
          "type": "string"
        },
        "ProgramDateTime": {
          "type": "string"
        },
        "ProgramDateTimeClock": {
          "type": "string"
        },
        "ProgramDateTimePeriod": {
          "type": "number"
        },
        "RedundantManifest": {
          "type": "string"
        },
        "SegmentLength": {
          "type": "number"
        },
        "SegmentationMode": {
          "type": "string"
        },
        "SegmentsPerSubdirectory": {
          "type": "number"
        },
        "StreamInfResolution": {
          "type": "string"
        },
        "TimedMetadataId3Frame": {
          "type": "string"
        },
        "TimedMetadataId3Period": {
          "type": "number"
        },
        "TimestampDeltaMilliseconds": {
          "type": "number"
        },
        "TsFileMode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.HlsInputSettings": {
      "type": "object",
      "properties": {
        "Bandwidth": {
          "type": "number"
        },
        "BufferSegments": {
          "type": "number"
        },
        "Retries": {
          "type": "number"
        },
        "RetryInterval": {
          "type": "number"
        },
        "Scte35Source": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.HlsMediaStoreSettings": {
      "type": "object",
      "properties": {
        "ConnectionRetryInterval": {
          "type": "number"
        },
        "FilecacheDuration": {
          "type": "number"
        },
        "MediaStoreStorageClass": {
          "type": "string"
        },
        "NumRetries": {
          "type": "number"
        },
        "RestartDelay": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.HlsOutputSettings": {
      "type": "object",
      "properties": {
        "H265PackagingType": {
          "type": "string"
        },
        "HlsSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.HlsSettings"
        },
        "NameModifier": {
          "type": "string"
        },
        "SegmentModifier": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.HlsS3Settings": {
      "type": "object",
      "properties": {
        "CannedAcl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.HlsSettings": {
      "type": "object",
      "properties": {
        "AudioOnlyHlsSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AudioOnlyHlsSettings"
        },
        "Fmp4HlsSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Fmp4HlsSettings"
        },
        "FrameCaptureHlsSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.FrameCaptureHlsSettings"
        },
        "StandardHlsSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.StandardHlsSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.HlsWebdavSettings": {
      "type": "object",
      "properties": {
        "ConnectionRetryInterval": {
          "type": "number"
        },
        "FilecacheDuration": {
          "type": "number"
        },
        "HttpTransferMode": {
          "type": "string"
        },
        "NumRetries": {
          "type": "number"
        },
        "RestartDelay": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.HtmlMotionGraphicsSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.InputAttachment": {
      "type": "object",
      "properties": {
        "AutomaticInputFailoverSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.AutomaticInputFailoverSettings"
        },
        "InputAttachmentName": {
          "type": "string"
        },
        "InputId": {
          "type": "string"
        },
        "InputSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.InputSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.InputChannelLevel": {
      "type": "object",
      "properties": {
        "Gain": {
          "type": "number"
        },
        "InputChannel": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.InputLocation": {
      "type": "object",
      "properties": {
        "PasswordParam": {
          "type": "string"
        },
        "Uri": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.InputLossBehavior": {
      "type": "object",
      "properties": {
        "BlackFrameMsec": {
          "type": "number"
        },
        "InputLossImageColor": {
          "type": "string"
        },
        "InputLossImageSlate": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.InputLocation"
        },
        "InputLossImageType": {
          "type": "string"
        },
        "RepeatFrameMsec": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.InputLossFailoverSettings": {
      "type": "object",
      "properties": {
        "InputLossThresholdMsec": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.InputSettings": {
      "type": "object",
      "properties": {
        "AudioSelectors": {
          "items": {
            "$ref": "#/$defs/AWS::MediaLive::Channel.AudioSelector"
          },
          "type": "array"
        },
        "CaptionSelectors": {
          "items": {
            "$ref": "#/$defs/AWS::MediaLive::Channel.CaptionSelector"
          },
          "type": "array"
        },
        "DeblockFilter": {
          "type": "string"
        },
        "DenoiseFilter": {
          "type": "string"
        },
        "FilterStrength": {
          "type": "number"
        },
        "InputFilter": {
          "type": "string"
        },
        "NetworkInputSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.NetworkInputSettings"
        },
        "Scte35Pid": {
          "type": "number"
        },
        "Smpte2038DataPreference": {
          "type": "string"
        },
        "SourceEndBehavior": {
          "type": "string"
        },
        "VideoSelector": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.VideoSelector"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.InputSpecification": {
      "type": "object",
      "properties": {
        "Codec": {
          "type": "string"
        },
        "MaximumBitrate": {
          "type": "string"
        },
        "Resolution": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.KeyProviderSettings": {
      "type": "object",
      "properties": {
        "StaticKeySettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.StaticKeySettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.M2tsSettings": {
      "type": "object",
      "properties": {
        "AbsentInputAudioBehavior": {
          "type": "string"
        },
        "Arib": {
          "type": "string"
        },
        "AribCaptionsPid": {
          "type": "string"
        },
        "AribCaptionsPidControl": {
          "type": "string"
        },
        "AudioBufferModel": {
          "type": "string"
        },
        "AudioFramesPerPes": {
          "type": "number"
        },
        "AudioPids": {
          "type": "string"
        },
        "AudioStreamType": {
          "type": "string"
        },
        "Bitrate": {
          "type": "number"
        },
        "BufferModel": {
          "type": "string"
        },
        "CcDescriptor": {
          "type": "string"
        },
        "DvbNitSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.DvbNitSettings"
        },
        "DvbSdtSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.DvbSdtSettings"
        },
        "DvbSubPids": {
          "type": "string"
        },
        "DvbTdtSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.DvbTdtSettings"
        },
        "DvbTeletextPid": {
          "type": "string"
        },
        "Ebif": {
          "type": "string"
        },
        "EbpAudioInterval": {
          "type": "string"
        },
        "EbpLookaheadMs": {
          "type": "number"
        },
        "EbpPlacement": {
          "type": "string"
        },
        "EcmPid": {
          "type": "string"
        },
        "EsRateInPes": {
          "type": "string"
        },
        "EtvPlatformPid": {
          "type": "string"
        },
        "EtvSignalPid": {
          "type": "string"
        },
        "FragmentTime": {
          "type": "number"
        },
        "Klv": {
          "type": "string"
        },
        "KlvDataPids": {
          "type": "string"
        },
        "NielsenId3Behavior": {
          "type": "string"
        },
        "NullPacketBitrate": {
          "type": "number"
        },
        "PatInterval": {
          "type": "number"
        },
        "PcrControl": {
          "type": "string"
        },
        "PcrPeriod": {
          "type": "number"
        },
        "PcrPid": {
          "type": "string"
        },
        "PmtInterval": {
          "type": "number"
        },
        "PmtPid": {
          "type": "string"
        },
        "ProgramNum": {
          "type": "number"
        },
        "RateMode": {
          "type": "string"
        },
        "Scte27Pids": {
          "type": "string"
        },
        "Scte35Control": {
          "type": "string"
        },
        "Scte35Pid": {
          "type": "string"
        },
        "Scte35PrerollPullupMilliseconds": {
          "type": "number"
        },
        "SegmentationMarkers": {
          "type": "string"
        },
        "SegmentationStyle": {
          "type": "string"
        },
        "SegmentationTime": {
          "type": "number"
        },
        "TimedMetadataBehavior": {
          "type": "string"
        },
        "TimedMetadataPid": {
          "type": "string"
        },
        "TransportStreamId": {
          "type": "number"
        },
        "VideoPid": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.M3u8Settings": {
      "type": "object",
      "properties": {
        "AudioFramesPerPes": {
          "type": "number"
        },
        "AudioPids": {
          "type": "string"
        },
        "EcmPid": {
          "type": "string"
        },
        "KlvBehavior": {
          "type": "string"
        },
        "KlvDataPids": {
          "type": "string"
        },
        "NielsenId3Behavior": {
          "type": "string"
        },
        "PatInterval": {
          "type": "number"
        },
        "PcrControl": {
          "type": "string"
        },
        "PcrPeriod": {
          "type": "number"
        },
        "PcrPid": {
          "type": "string"
        },
        "PmtInterval": {
          "type": "number"
        },
        "PmtPid": {
          "type": "string"
        },
        "ProgramNum": {
          "type": "number"
        },
        "Scte35Behavior": {
          "type": "string"
        },
        "Scte35Pid": {
          "type": "string"
        },
        "TimedMetadataBehavior": {
          "type": "string"
        },
        "TimedMetadataPid": {
          "type": "string"
        },
        "TransportStreamId": {
          "type": "number"
        },
        "VideoPid": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.MaintenanceCreateSettings": {
      "type": "object",
      "properties": {
        "MaintenanceDay": {
          "type": "string"
        },
        "MaintenanceStartTime": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.MaintenanceUpdateSettings": {
      "type": "object",
      "properties": {
        "MaintenanceDay": {
          "type": "string"
        },
        "MaintenanceScheduledDate": {
          "type": "string"
        },
        "MaintenanceStartTime": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.MediaPackageGroupSettings": {
      "type": "object",
      "properties": {
        "Destination": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.OutputLocationRef"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.MediaPackageOutputDestinationSettings": {
      "type": "object",
      "properties": {
        "ChannelId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.MediaPackageOutputSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.MotionGraphicsConfiguration": {
      "type": "object",
      "properties": {
        "MotionGraphicsInsertion": {
          "type": "string"
        },
        "MotionGraphicsSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.MotionGraphicsSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.MotionGraphicsSettings": {
      "type": "object",
      "properties": {
        "HtmlMotionGraphicsSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.HtmlMotionGraphicsSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Mp2Settings": {
      "type": "object",
      "properties": {
        "Bitrate": {
          "type": "number"
        },
        "CodingMode": {
          "type": "string"
        },
        "SampleRate": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Mpeg2FilterSettings": {
      "type": "object",
      "properties": {
        "TemporalFilterSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.TemporalFilterSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Mpeg2Settings": {
      "type": "object",
      "properties": {
        "AdaptiveQuantization": {
          "type": "string"
        },
        "AfdSignaling": {
          "type": "string"
        },
        "ColorMetadata": {
          "type": "string"
        },
        "ColorSpace": {
          "type": "string"
        },
        "DisplayAspectRatio": {
          "type": "string"
        },
        "FilterSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Mpeg2FilterSettings"
        },
        "FixedAfd": {
          "type": "string"
        },
        "FramerateDenominator": {
          "type": "number"
        },
        "FramerateNumerator": {
          "type": "number"
        },
        "GopClosedCadence": {
          "type": "number"
        },
        "GopNumBFrames": {
          "type": "number"
        },
        "GopSize": {
          "type": "number"
        },
        "GopSizeUnits": {
          "type": "string"
        },
        "ScanType": {
          "type": "string"
        },
        "SubgopLength": {
          "type": "string"
        },
        "TimecodeBurninSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.TimecodeBurninSettings"
        },
        "TimecodeInsertion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.MsSmoothGroupSettings": {
      "type": "object",
      "properties": {
        "AcquisitionPointId": {
          "type": "string"
        },
        "AudioOnlyTimecodeControl": {
          "type": "string"
        },
        "CertificateMode": {
          "type": "string"
        },
        "ConnectionRetryInterval": {
          "type": "number"
        },
        "Destination": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.OutputLocationRef"
        },
        "EventId": {
          "type": "string"
        },
        "EventIdMode": {
          "type": "string"
        },
        "EventStopBehavior": {
          "type": "string"
        },
        "FilecacheDuration": {
          "type": "number"
        },
        "FragmentLength": {
          "type": "number"
        },
        "InputLossAction": {
          "type": "string"
        },
        "NumRetries": {
          "type": "number"
        },
        "RestartDelay": {
          "type": "number"
        },
        "SegmentationMode": {
          "type": "string"
        },
        "SendDelayMs": {
          "type": "number"
        },
        "SparseTrackType": {
          "type": "string"
        },
        "StreamManifestBehavior": {
          "type": "string"
        },
        "TimestampOffset": {
          "type": "string"
        },
        "TimestampOffsetMode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.MsSmoothOutputSettings": {
      "type": "object",
      "properties": {
        "H265PackagingType": {
          "type": "string"
        },
        "NameModifier": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.MultiplexGroupSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.MultiplexOutputSettings": {
      "type": "object",
      "properties": {
        "Destination": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.OutputLocationRef"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.MultiplexProgramChannelDestinationSettings": {
      "type": "object",
      "properties": {
        "MultiplexId": {
          "type": "string"
        },
        "ProgramName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.NetworkInputSettings": {
      "type": "object",
      "properties": {
        "HlsInputSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.HlsInputSettings"
        },
        "ServerValidation": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.NielsenCBET": {
      "type": "object",
      "properties": {
        "CbetCheckDigitString": {
          "type": "string"
        },
        "CbetStepaside": {
          "type": "string"
        },
        "Csid": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.NielsenConfiguration": {
      "type": "object",
      "properties": {
        "DistributorId": {
          "type": "string"
        },
        "NielsenPcmToId3Tagging": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.NielsenNaesIiNw": {
      "type": "object",
      "properties": {
        "CheckDigitString": {
          "type": "string"
        },
        "Sid": {
          "type": "number"
        },
        "Timezone": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.NielsenWatermarksSettings": {
      "type": "object",
      "properties": {
        "NielsenCbetSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.NielsenCBET"
        },
        "NielsenDistributionType": {
          "type": "string"
        },
        "NielsenNaesIiNwSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.NielsenNaesIiNw"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Output": {
      "type": "object",
      "properties": {
        "AudioDescriptionNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CaptionDescriptionNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "OutputName": {
          "type": "string"
        },
        "OutputSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.OutputSettings"
        },
        "VideoDescriptionName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.OutputDestination": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "MediaPackageSettings": {
          "items": {
            "$ref": "#/$defs/AWS::MediaLive::Channel.MediaPackageOutputDestinationSettings"
          },
          "type": "array"
        },
        "MultiplexSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.MultiplexProgramChannelDestinationSettings"
        },
        "Settings": {
          "items": {
            "$ref": "#/$defs/AWS::MediaLive::Channel.OutputDestinationSettings"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.OutputDestinationSettings": {
      "type": "object",
      "properties": {
        "PasswordParam": {
          "type": "string"
        },
        "StreamName": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.OutputGroup": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "OutputGroupSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.OutputGroupSettings"
        },
        "Outputs": {
          "items": {
            "$ref": "#/$defs/AWS::MediaLive::Channel.Output"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.OutputGroupSettings": {
      "type": "object",
      "properties": {
        "ArchiveGroupSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.ArchiveGroupSettings"
        },
        "CmafIngestGroupSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.CmafIngestGroupSettings"
        },
        "FrameCaptureGroupSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.FrameCaptureGroupSettings"
        },
        "HlsGroupSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.HlsGroupSettings"
        },
        "MediaPackageGroupSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.MediaPackageGroupSettings"
        },
        "MsSmoothGroupSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.MsSmoothGroupSettings"
        },
        "MultiplexGroupSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.MultiplexGroupSettings"
        },
        "RtmpGroupSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.RtmpGroupSettings"
        },
        "UdpGroupSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.UdpGroupSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.OutputLocationRef": {
      "type": "object",
      "properties": {
        "DestinationRefId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.OutputLockingSettings": {
      "type": "object",
      "properties": {
        "EpochLockingSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.EpochLockingSettings"
        },
        "PipelineLockingSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.PipelineLockingSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.OutputSettings": {
      "type": "object",
      "properties": {
        "ArchiveOutputSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.ArchiveOutputSettings"
        },
        "CmafIngestOutputSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.CmafIngestOutputSettings"
        },
        "FrameCaptureOutputSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.FrameCaptureOutputSettings"
        },
        "HlsOutputSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.HlsOutputSettings"
        },
        "MediaPackageOutputSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.MediaPackageOutputSettings"
        },
        "MsSmoothOutputSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.MsSmoothOutputSettings"
        },
        "MultiplexOutputSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.MultiplexOutputSettings"
        },
        "RtmpOutputSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.RtmpOutputSettings"
        },
        "UdpOutputSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.UdpOutputSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.PassThroughSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.PipelineLockingSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.RawSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Rec601Settings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Rec709Settings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.RemixSettings": {
      "type": "object",
      "properties": {
        "ChannelMappings": {
          "items": {
            "$ref": "#/$defs/AWS::MediaLive::Channel.AudioChannelMapping"
          },
          "type": "array"
        },
        "ChannelsIn": {
          "type": "number"
        },
        "ChannelsOut": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.RtmpCaptionInfoDestinationSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.RtmpGroupSettings": {
      "type": "object",
      "properties": {
        "AdMarkers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AuthenticationScheme": {
          "type": "string"
        },
        "CacheFullBehavior": {
          "type": "string"
        },
        "CacheLength": {
          "type": "number"
        },
        "CaptionData": {
          "type": "string"
        },
        "IncludeFillerNalUnits": {
          "type": "string"
        },
        "InputLossAction": {
          "type": "string"
        },
        "RestartDelay": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.RtmpOutputSettings": {
      "type": "object",
      "properties": {
        "CertificateMode": {
          "type": "string"
        },
        "ConnectionRetryInterval": {
          "type": "number"
        },
        "Destination": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.OutputLocationRef"
        },
        "NumRetries": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Scte20PlusEmbeddedDestinationSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Scte20SourceSettings": {
      "type": "object",
      "properties": {
        "Convert608To708": {
          "type": "string"
        },
        "Source608ChannelNumber": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Scte27DestinationSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Scte27SourceSettings": {
      "type": "object",
      "properties": {
        "OcrLanguage": {
          "type": "string"
        },
        "Pid": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Scte35SpliceInsert": {
      "type": "object",
      "properties": {
        "AdAvailOffset": {
          "type": "number"
        },
        "NoRegionalBlackoutFlag": {
          "type": "string"
        },
        "WebDeliveryAllowedFlag": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.Scte35TimeSignalApos": {
      "type": "object",
      "properties": {
        "AdAvailOffset": {
          "type": "number"
        },
        "NoRegionalBlackoutFlag": {
          "type": "string"
        },
        "WebDeliveryAllowedFlag": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.SmpteTtDestinationSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.StandardHlsSettings": {
      "type": "object",
      "properties": {
        "AudioRenditionSets": {
          "type": "string"
        },
        "M3u8Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.M3u8Settings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.StaticKeySettings": {
      "type": "object",
      "properties": {
        "KeyProviderServer": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.InputLocation"
        },
        "StaticKeyValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.TeletextDestinationSettings": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.TeletextSourceSettings": {
      "type": "object",
      "properties": {
        "OutputRectangle": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.CaptionRectangle"
        },
        "PageNumber": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.TemporalFilterSettings": {
      "type": "object",
      "properties": {
        "PostFilterSharpening": {
          "type": "string"
        },
        "Strength": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.ThumbnailConfiguration": {
      "type": "object",
      "properties": {
        "State": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.TimecodeBurninSettings": {
      "type": "object",
      "properties": {
        "FontSize": {
          "type": "string"
        },
        "Position": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.TimecodeConfig": {
      "type": "object",
      "properties": {
        "Source": {
          "type": "string"
        },
        "SyncThreshold": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.TtmlDestinationSettings": {
      "type": "object",
      "properties": {
        "StyleControl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.UdpContainerSettings": {
      "type": "object",
      "properties": {
        "M2tsSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.M2tsSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.UdpGroupSettings": {
      "type": "object",
      "properties": {
        "InputLossAction": {
          "type": "string"
        },
        "TimedMetadataId3Frame": {
          "type": "string"
        },
        "TimedMetadataId3Period": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.UdpOutputSettings": {
      "type": "object",
      "properties": {
        "BufferMsec": {
          "type": "number"
        },
        "ContainerSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.UdpContainerSettings"
        },
        "Destination": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.OutputLocationRef"
        },
        "FecOutputSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.FecOutputSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.VideoBlackFailoverSettings": {
      "type": "object",
      "properties": {
        "BlackDetectThreshold": {
          "type": "number"
        },
        "VideoBlackThresholdMsec": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.VideoCodecSettings": {
      "type": "object",
      "properties": {
        "FrameCaptureSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.FrameCaptureSettings"
        },
        "H264Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.H264Settings"
        },
        "H265Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.H265Settings"
        },
        "Mpeg2Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Mpeg2Settings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.VideoDescription": {
      "type": "object",
      "properties": {
        "CodecSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.VideoCodecSettings"
        },
        "Height": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        },
        "RespondToAfd": {
          "type": "string"
        },
        "ScalingBehavior": {
          "type": "string"
        },
        "Sharpness": {
          "type": "number"
        },
        "Width": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.VideoSelector": {
      "type": "object",
      "properties": {
        "ColorSpace": {
          "type": "string"
        },
        "ColorSpaceSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.VideoSelectorColorSpaceSettings"
        },
        "ColorSpaceUsage": {
          "type": "string"
        },
        "SelectorSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.VideoSelectorSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.VideoSelectorColorSpaceSettings": {
      "type": "object",
      "properties": {
        "Hdr10Settings": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.Hdr10Settings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.VideoSelectorPid": {
      "type": "object",
      "properties": {
        "Pid": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.VideoSelectorProgramId": {
      "type": "object",
      "properties": {
        "ProgramId": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.VideoSelectorSettings": {
      "type": "object",
      "properties": {
        "VideoSelectorPid": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.VideoSelectorPid"
        },
        "VideoSelectorProgramId": {
          "$ref": "#/$defs/AWS::MediaLive::Channel.VideoSelectorProgramId"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.VpcOutputSettings": {
      "type": "object",
      "properties": {
        "PublicAddressAllocationIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.WavSettings": {
      "type": "object",
      "properties": {
        "BitDepth": {
          "type": "number"
        },
        "CodingMode": {
          "type": "string"
        },
        "SampleRate": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Channel.WebvttDestinationSettings": {
      "type": "object",
      "properties": {
        "StyleControl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Input": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Destinations": {
              "items": {
                "$ref": "#/$defs/AWS::MediaLive::Input.InputDestinationRequest"
              },
              "type": "array"
            },
            "InputDevices": {
              "items": {
                "$ref": "#/$defs/AWS::MediaLive::Input.InputDeviceSettings"
              },
              "type": "array"
            },
            "InputSecurityGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "MediaConnectFlows": {
              "items": {
                "$ref": "#/$defs/AWS::MediaLive::Input.MediaConnectFlowRequest"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Sources": {
              "items": {
                "$ref": "#/$defs/AWS::MediaLive::Input.InputSourceRequest"
              },
              "type": "array"
            },
            "Tags": {
              "type": "object"
            },
            "Type": {
              "type": "string"
            },
            "Vpc": {
              "$ref": "#/$defs/AWS::MediaLive::Input.InputVpcRequest"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaLive::Input"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::MediaLive::Input.InputDestinationRequest": {
      "type": "object",
      "properties": {
        "StreamName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Input.InputDeviceRequest": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Input.InputDeviceSettings": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Input.InputSourceRequest": {
      "type": "object",
      "properties": {
        "PasswordParam": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Input.InputVpcRequest": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Input.MediaConnectFlowRequest": {
      "type": "object",
      "properties": {
        "FlowArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::InputSecurityGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Tags": {
              "type": "object"
            },
            "WhitelistRules": {
              "items": {
                "$ref": "#/$defs/AWS::MediaLive::InputSecurityGroup.InputWhitelistRuleCidr"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaLive::InputSecurityGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::MediaLive::InputSecurityGroup.InputWhitelistRuleCidr": {
      "type": "object",
      "properties": {
        "Cidr": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Multiplex": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AvailabilityZones": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Destinations": {
              "items": {
                "$ref": "#/$defs/AWS::MediaLive::Multiplex.MultiplexOutputDestination"
              },
              "type": "array"
            },
            "MultiplexSettings": {
              "$ref": "#/$defs/AWS::MediaLive::Multiplex.MultiplexSettings"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::MediaLive::Multiplex.Tags"
              },
              "type": "array"
            }
          },
          "required": [
            "AvailabilityZones",
            "MultiplexSettings",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaLive::Multiplex"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaLive::Multiplex.MultiplexMediaConnectOutputDestinationSettings": {
      "type": "object",
      "properties": {
        "EntitlementArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Multiplex.MultiplexOutputDestination": {
      "type": "object",
      "properties": {
        "MultiplexMediaConnectOutputDestinationSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Multiplex.MultiplexMediaConnectOutputDestinationSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Multiplex.MultiplexSettings": {
      "type": "object",
      "properties": {
        "MaximumVideoBufferDelayMilliseconds": {
          "type": "number"
        },
        "TransportStreamBitrate": {
          "type": "number"
        },
        "TransportStreamId": {
          "type": "number"
        },
        "TransportStreamReservedBitrate": {
          "type": "number"
        }
      },
      "required": [
        "TransportStreamBitrate",
        "TransportStreamId"
      ],
      "additionalProperties": false
    },
    "AWS::MediaLive::Multiplex.Tags": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Multiplexprogram": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ChannelId": {
              "type": "string"
            },
            "MultiplexId": {
              "type": "string"
            },
            "MultiplexProgramSettings": {
              "$ref": "#/$defs/AWS::MediaLive::Multiplexprogram.MultiplexProgramSettings"
            },
            "PacketIdentifiersMap": {
              "$ref": "#/$defs/AWS::MediaLive::Multiplexprogram.MultiplexProgramPacketIdentifiersMap"
            },
            "PipelineDetails": {
              "items": {
                "$ref": "#/$defs/AWS::MediaLive::Multiplexprogram.MultiplexProgramPipelineDetail"
              },
              "type": "array"
            },
            "PreferredChannelPipeline": {
              "type": "string"
            },
            "ProgramName": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaLive::Multiplexprogram"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::MediaLive::Multiplexprogram.MultiplexProgramPacketIdentifiersMap": {
      "type": "object",
      "properties": {
        "AudioPids": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "DvbSubPids": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "DvbTeletextPid": {
          "type": "number"
        },
        "EtvPlatformPid": {
          "type": "number"
        },
        "EtvSignalPid": {
          "type": "number"
        },
        "KlvDataPids": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "PcrPid": {
          "type": "number"
        },
        "PmtPid": {
          "type": "number"
        },
        "PrivateMetadataPid": {
          "type": "number"
        },
        "Scte27Pids": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "Scte35Pid": {
          "type": "number"
        },
        "TimedMetadataPid": {
          "type": "number"
        },
        "VideoPid": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Multiplexprogram.MultiplexProgramPipelineDetail": {
      "type": "object",
      "properties": {
        "ActiveChannelPipeline": {
          "type": "string"
        },
        "PipelineId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Multiplexprogram.MultiplexProgramServiceDescriptor": {
      "type": "object",
      "properties": {
        "ProviderName": {
          "type": "string"
        },
        "ServiceName": {
          "type": "string"
        }
      },
      "required": [
        "ProviderName",
        "ServiceName"
      ],
      "additionalProperties": false
    },
    "AWS::MediaLive::Multiplexprogram.MultiplexProgramSettings": {
      "type": "object",
      "properties": {
        "PreferredChannelPipeline": {
          "type": "string"
        },
        "ProgramNumber": {
          "type": "number"
        },
        "ServiceDescriptor": {
          "$ref": "#/$defs/AWS::MediaLive::Multiplexprogram.MultiplexProgramServiceDescriptor"
        },
        "VideoSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Multiplexprogram.MultiplexVideoSettings"
        }
      },
      "required": [
        "ProgramNumber"
      ],
      "additionalProperties": false
    },
    "AWS::MediaLive::Multiplexprogram.MultiplexStatmuxVideoSettings": {
      "type": "object",
      "properties": {
        "MaximumBitrate": {
          "type": "number"
        },
        "MinimumBitrate": {
          "type": "number"
        },
        "Priority": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaLive::Multiplexprogram.MultiplexVideoSettings": {
      "type": "object",
      "properties": {
        "ConstantBitrate": {
          "type": "number"
        },
        "StatmuxSettings": {
          "$ref": "#/$defs/AWS::MediaLive::Multiplexprogram.MultiplexStatmuxVideoSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackage::Asset": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EgressEndpoints": {
              "items": {
                "$ref": "#/$defs/AWS::MediaPackage::Asset.EgressEndpoint"
              },
              "type": "array"
            },
            "Id": {
              "type": "string"
            },
            "PackagingGroupId": {
              "type": "string"
            },
            "ResourceId": {
              "type": "string"
            },
            "SourceArn": {
              "type": "string"
            },
            "SourceRoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Id",
            "PackagingGroupId",
            "SourceArn",
            "SourceRoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaPackage::Asset"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::Asset.EgressEndpoint": {
      "type": "object",
      "properties": {
        "PackagingConfigurationId": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        }
      },
      "required": [
        "PackagingConfigurationId",
        "Url"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::Channel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "EgressAccessLogs": {
              "$ref": "#/$defs/AWS::MediaPackage::Channel.LogConfiguration"
            },
            "HlsIngest": {
              "$ref": "#/$defs/AWS::MediaPackage::Channel.HlsIngest"
            },
            "Id": {
              "type": "string"
            },
            "IngressAccessLogs": {
              "$ref": "#/$defs/AWS::MediaPackage::Channel.LogConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Id"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaPackage::Channel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::Channel.HlsIngest": {
      "type": "object",
      "properties": {
        "ingestEndpoints": {
          "items": {
            "$ref": "#/$defs/AWS::MediaPackage::Channel.IngestEndpoint"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackage::Channel.IngestEndpoint": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Password": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "required": [
        "Id",
        "Password",
        "Url",
        "Username"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::Channel.LogConfiguration": {
      "type": "object",
      "properties": {
        "LogGroupName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackage::OriginEndpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Authorization": {
              "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.Authorization"
            },
            "ChannelId": {
              "type": "string"
            },
            "CmafPackage": {
              "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.CmafPackage"
            },
            "DashPackage": {
              "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.DashPackage"
            },
            "Description": {
              "type": "string"
            },
            "HlsPackage": {
              "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.HlsPackage"
            },
            "Id": {
              "type": "string"
            },
            "ManifestName": {
              "type": "string"
            },
            "MssPackage": {
              "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.MssPackage"
            },
            "Origination": {
              "type": "string"
            },
            "StartoverWindowSeconds": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TimeDelaySeconds": {
              "type": "number"
            },
            "Whitelist": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "ChannelId",
            "Id"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaPackage::OriginEndpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::OriginEndpoint.Authorization": {
      "type": "object",
      "properties": {
        "CdnIdentifierSecret": {
          "type": "string"
        },
        "SecretsRoleArn": {
          "type": "string"
        }
      },
      "required": [
        "CdnIdentifierSecret",
        "SecretsRoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::OriginEndpoint.CmafEncryption": {
      "type": "object",
      "properties": {
        "ConstantInitializationVector": {
          "type": "string"
        },
        "EncryptionMethod": {
          "type": "string"
        },
        "KeyRotationIntervalSeconds": {
          "type": "number"
        },
        "SpekeKeyProvider": {
          "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.SpekeKeyProvider"
        }
      },
      "required": [
        "SpekeKeyProvider"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::OriginEndpoint.CmafPackage": {
      "type": "object",
      "properties": {
        "Encryption": {
          "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.CmafEncryption"
        },
        "HlsManifests": {
          "items": {
            "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.HlsManifest"
          },
          "type": "array"
        },
        "SegmentDurationSeconds": {
          "type": "number"
        },
        "SegmentPrefix": {
          "type": "string"
        },
        "StreamSelection": {
          "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.StreamSelection"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackage::OriginEndpoint.DashEncryption": {
      "type": "object",
      "properties": {
        "KeyRotationIntervalSeconds": {
          "type": "number"
        },
        "SpekeKeyProvider": {
          "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.SpekeKeyProvider"
        }
      },
      "required": [
        "SpekeKeyProvider"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::OriginEndpoint.DashPackage": {
      "type": "object",
      "properties": {
        "AdTriggers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AdsOnDeliveryRestrictions": {
          "type": "string"
        },
        "Encryption": {
          "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.DashEncryption"
        },
        "IncludeIframeOnlyStream": {
          "type": "boolean"
        },
        "ManifestLayout": {
          "type": "string"
        },
        "ManifestWindowSeconds": {
          "type": "number"
        },
        "MinBufferTimeSeconds": {
          "type": "number"
        },
        "MinUpdatePeriodSeconds": {
          "type": "number"
        },
        "PeriodTriggers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Profile": {
          "type": "string"
        },
        "SegmentDurationSeconds": {
          "type": "number"
        },
        "SegmentTemplateFormat": {
          "type": "string"
        },
        "StreamSelection": {
          "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.StreamSelection"
        },
        "SuggestedPresentationDelaySeconds": {
          "type": "number"
        },
        "UtcTiming": {
          "type": "string"
        },
        "UtcTimingUri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackage::OriginEndpoint.EncryptionContractConfiguration": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::MediaPackage::OriginEndpoint.HlsEncryption": {
      "type": "object",
      "properties": {
        "ConstantInitializationVector": {
          "type": "string"
        },
        "EncryptionMethod": {
          "type": "string"
        },
        "KeyRotationIntervalSeconds": {
          "type": "number"
        },
        "RepeatExtXKey": {
          "type": "boolean"
        },
        "SpekeKeyProvider": {
          "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.SpekeKeyProvider"
        }
      },
      "required": [
        "SpekeKeyProvider"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::OriginEndpoint.HlsManifest": {
      "type": "object",
      "properties": {
        "AdMarkers": {
          "type": "string"
        },
        "AdTriggers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AdsOnDeliveryRestrictions": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "IncludeIframeOnlyStream": {
          "type": "boolean"
        },
        "ManifestName": {
          "type": "string"
        },
        "PlaylistType": {
          "type": "string"
        },
        "PlaylistWindowSeconds": {
          "type": "number"
        },
        "ProgramDateTimeIntervalSeconds": {
          "type": "number"
        },
        "Url": {
          "type": "string"
        }
      },
      "required": [
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::OriginEndpoint.HlsPackage": {
      "type": "object",
      "properties": {
        "AdMarkers": {
          "type": "string"
        },
        "AdTriggers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AdsOnDeliveryRestrictions": {
          "type": "string"
        },
        "Encryption": {
          "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.HlsEncryption"
        },
        "IncludeDvbSubtitles": {
          "type": "boolean"
        },
        "IncludeIframeOnlyStream": {
          "type": "boolean"
        },
        "PlaylistType": {
          "type": "string"
        },
        "PlaylistWindowSeconds": {
          "type": "number"
        },
        "ProgramDateTimeIntervalSeconds": {
          "type": "number"
        },
        "SegmentDurationSeconds": {
          "type": "number"
        },
        "StreamSelection": {
          "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.StreamSelection"
        },
        "UseAudioRenditionGroup": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackage::OriginEndpoint.MssEncryption": {
      "type": "object",
      "properties": {
        "SpekeKeyProvider": {
          "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.SpekeKeyProvider"
        }
      },
      "required": [
        "SpekeKeyProvider"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::OriginEndpoint.MssPackage": {
      "type": "object",
      "properties": {
        "Encryption": {
          "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.MssEncryption"
        },
        "ManifestWindowSeconds": {
          "type": "number"
        },
        "SegmentDurationSeconds": {
          "type": "number"
        },
        "StreamSelection": {
          "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.StreamSelection"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackage::OriginEndpoint.SpekeKeyProvider": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        },
        "EncryptionContractConfiguration": {
          "$ref": "#/$defs/AWS::MediaPackage::OriginEndpoint.EncryptionContractConfiguration"
        },
        "ResourceId": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "SystemIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Url": {
          "type": "string"
        }
      },
      "required": [
        "ResourceId",
        "RoleArn",
        "SystemIds",
        "Url"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::OriginEndpoint.StreamSelection": {
      "type": "object",
      "properties": {
        "MaxVideoBitsPerSecond": {
          "type": "number"
        },
        "MinVideoBitsPerSecond": {
          "type": "number"
        },
        "StreamOrder": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CmafPackage": {
              "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.CmafPackage"
            },
            "DashPackage": {
              "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.DashPackage"
            },
            "HlsPackage": {
              "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.HlsPackage"
            },
            "Id": {
              "type": "string"
            },
            "MssPackage": {
              "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.MssPackage"
            },
            "PackagingGroupId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Id",
            "PackagingGroupId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaPackage::PackagingConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingConfiguration.CmafEncryption": {
      "type": "object",
      "properties": {
        "SpekeKeyProvider": {
          "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.SpekeKeyProvider"
        }
      },
      "required": [
        "SpekeKeyProvider"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingConfiguration.CmafPackage": {
      "type": "object",
      "properties": {
        "Encryption": {
          "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.CmafEncryption"
        },
        "HlsManifests": {
          "items": {
            "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.HlsManifest"
          },
          "type": "array"
        },
        "IncludeEncoderConfigurationInSegments": {
          "type": "boolean"
        },
        "SegmentDurationSeconds": {
          "type": "number"
        }
      },
      "required": [
        "HlsManifests"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingConfiguration.DashEncryption": {
      "type": "object",
      "properties": {
        "SpekeKeyProvider": {
          "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.SpekeKeyProvider"
        }
      },
      "required": [
        "SpekeKeyProvider"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingConfiguration.DashManifest": {
      "type": "object",
      "properties": {
        "ManifestLayout": {
          "type": "string"
        },
        "ManifestName": {
          "type": "string"
        },
        "MinBufferTimeSeconds": {
          "type": "number"
        },
        "Profile": {
          "type": "string"
        },
        "ScteMarkersSource": {
          "type": "string"
        },
        "StreamSelection": {
          "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.StreamSelection"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingConfiguration.DashPackage": {
      "type": "object",
      "properties": {
        "DashManifests": {
          "items": {
            "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.DashManifest"
          },
          "type": "array"
        },
        "Encryption": {
          "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.DashEncryption"
        },
        "IncludeEncoderConfigurationInSegments": {
          "type": "boolean"
        },
        "IncludeIframeOnlyStream": {
          "type": "boolean"
        },
        "PeriodTriggers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SegmentDurationSeconds": {
          "type": "number"
        },
        "SegmentTemplateFormat": {
          "type": "string"
        }
      },
      "required": [
        "DashManifests"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingConfiguration.EncryptionContractConfiguration": {
      "type": "object",
      "properties": {
        "PresetSpeke20Audio": {
          "type": "string"
        },
        "PresetSpeke20Video": {
          "type": "string"
        }
      },
      "required": [
        "PresetSpeke20Audio",
        "PresetSpeke20Video"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingConfiguration.HlsEncryption": {
      "type": "object",
      "properties": {
        "ConstantInitializationVector": {
          "type": "string"
        },
        "EncryptionMethod": {
          "type": "string"
        },
        "SpekeKeyProvider": {
          "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.SpekeKeyProvider"
        }
      },
      "required": [
        "SpekeKeyProvider"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingConfiguration.HlsManifest": {
      "type": "object",
      "properties": {
        "AdMarkers": {
          "type": "string"
        },
        "IncludeIframeOnlyStream": {
          "type": "boolean"
        },
        "ManifestName": {
          "type": "string"
        },
        "ProgramDateTimeIntervalSeconds": {
          "type": "number"
        },
        "RepeatExtXKey": {
          "type": "boolean"
        },
        "StreamSelection": {
          "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.StreamSelection"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingConfiguration.HlsPackage": {
      "type": "object",
      "properties": {
        "Encryption": {
          "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.HlsEncryption"
        },
        "HlsManifests": {
          "items": {
            "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.HlsManifest"
          },
          "type": "array"
        },
        "IncludeDvbSubtitles": {
          "type": "boolean"
        },
        "SegmentDurationSeconds": {
          "type": "number"
        },
        "UseAudioRenditionGroup": {
          "type": "boolean"
        }
      },
      "required": [
        "HlsManifests"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingConfiguration.MssEncryption": {
      "type": "object",
      "properties": {
        "SpekeKeyProvider": {
          "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.SpekeKeyProvider"
        }
      },
      "required": [
        "SpekeKeyProvider"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingConfiguration.MssManifest": {
      "type": "object",
      "properties": {
        "ManifestName": {
          "type": "string"
        },
        "StreamSelection": {
          "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.StreamSelection"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingConfiguration.MssPackage": {
      "type": "object",
      "properties": {
        "Encryption": {
          "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.MssEncryption"
        },
        "MssManifests": {
          "items": {
            "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.MssManifest"
          },
          "type": "array"
        },
        "SegmentDurationSeconds": {
          "type": "number"
        }
      },
      "required": [
        "MssManifests"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingConfiguration.SpekeKeyProvider": {
      "type": "object",
      "properties": {
        "EncryptionContractConfiguration": {
          "$ref": "#/$defs/AWS::MediaPackage::PackagingConfiguration.EncryptionContractConfiguration"
        },
        "RoleArn": {
          "type": "string"
        },
        "SystemIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Url": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn",
        "SystemIds",
        "Url"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingConfiguration.StreamSelection": {
      "type": "object",
      "properties": {
        "MaxVideoBitsPerSecond": {
          "type": "number"
        },
        "MinVideoBitsPerSecond": {
          "type": "number"
        },
        "StreamOrder": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Authorization": {
              "$ref": "#/$defs/AWS::MediaPackage::PackagingGroup.Authorization"
            },
            "EgressAccessLogs": {
              "$ref": "#/$defs/AWS::MediaPackage::PackagingGroup.LogConfiguration"
            },
            "Id": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Id"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaPackage::PackagingGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingGroup.Authorization": {
      "type": "object",
      "properties": {
        "CdnIdentifierSecret": {
          "type": "string"
        },
        "SecretsRoleArn": {
          "type": "string"
        }
      },
      "required": [
        "CdnIdentifierSecret",
        "SecretsRoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackage::PackagingGroup.LogConfiguration": {
      "type": "object",
      "properties": {
        "LogGroupName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::Channel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ChannelGroupName": {
              "type": "string"
            },
            "ChannelName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ChannelGroupName",
            "ChannelName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaPackageV2::Channel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::Channel.IngestEndpoint": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::ChannelGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ChannelGroupName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ChannelGroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaPackageV2::ChannelGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::ChannelPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ChannelGroupName": {
              "type": "string"
            },
            "ChannelName": {
              "type": "string"
            },
            "Policy": {
              "type": "object"
            }
          },
          "required": [
            "ChannelGroupName",
            "ChannelName",
            "Policy"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaPackageV2::ChannelPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::OriginEndpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ChannelGroupName": {
              "type": "string"
            },
            "ChannelName": {
              "type": "string"
            },
            "ContainerType": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "HlsManifests": {
              "items": {
                "$ref": "#/$defs/AWS::MediaPackageV2::OriginEndpoint.HlsManifestConfiguration"
              },
              "type": "array"
            },
            "LowLatencyHlsManifests": {
              "items": {
                "$ref": "#/$defs/AWS::MediaPackageV2::OriginEndpoint.LowLatencyHlsManifestConfiguration"
              },
              "type": "array"
            },
            "OriginEndpointName": {
              "type": "string"
            },
            "Segment": {
              "$ref": "#/$defs/AWS::MediaPackageV2::OriginEndpoint.Segment"
            },
            "StartoverWindowSeconds": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ChannelGroupName",
            "ChannelName",
            "OriginEndpointName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaPackageV2::OriginEndpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::OriginEndpoint.Encryption": {
      "type": "object",
      "properties": {
        "ConstantInitializationVector": {
          "type": "string"
        },
        "EncryptionMethod": {
          "$ref": "#/$defs/AWS::MediaPackageV2::OriginEndpoint.EncryptionMethod"
        },
        "KeyRotationIntervalSeconds": {
          "type": "number"
        },
        "SpekeKeyProvider": {
          "$ref": "#/$defs/AWS::MediaPackageV2::OriginEndpoint.SpekeKeyProvider"
        }
      },
      "required": [
        "EncryptionMethod",
        "SpekeKeyProvider"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::OriginEndpoint.EncryptionContractConfiguration": {
      "type": "object",
      "properties": {
        "PresetSpeke20Audio": {
          "type": "string"
        },
        "PresetSpeke20Video": {
          "type": "string"
        }
      },
      "required": [
        "PresetSpeke20Audio",
        "PresetSpeke20Video"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::OriginEndpoint.EncryptionMethod": {
      "type": "object",
      "properties": {
        "CmafEncryptionMethod": {
          "type": "string"
        },
        "TsEncryptionMethod": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::OriginEndpoint.FilterConfiguration": {
      "type": "object",
      "properties": {
        "End": {
          "type": "string"
        },
        "ManifestFilter": {
          "type": "string"
        },
        "Start": {
          "type": "string"
        },
        "TimeDelaySeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::OriginEndpoint.HlsManifestConfiguration": {
      "type": "object",
      "properties": {
        "ChildManifestName": {
          "type": "string"
        },
        "FilterConfiguration": {
          "$ref": "#/$defs/AWS::MediaPackageV2::OriginEndpoint.FilterConfiguration"
        },
        "ManifestName": {
          "type": "string"
        },
        "ManifestWindowSeconds": {
          "type": "number"
        },
        "ProgramDateTimeIntervalSeconds": {
          "type": "number"
        },
        "ScteHls": {
          "$ref": "#/$defs/AWS::MediaPackageV2::OriginEndpoint.ScteHls"
        },
        "Url": {
          "type": "string"
        }
      },
      "required": [
        "ManifestName"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::OriginEndpoint.LowLatencyHlsManifestConfiguration": {
      "type": "object",
      "properties": {
        "ChildManifestName": {
          "type": "string"
        },
        "FilterConfiguration": {
          "$ref": "#/$defs/AWS::MediaPackageV2::OriginEndpoint.FilterConfiguration"
        },
        "ManifestName": {
          "type": "string"
        },
        "ManifestWindowSeconds": {
          "type": "number"
        },
        "ProgramDateTimeIntervalSeconds": {
          "type": "number"
        },
        "ScteHls": {
          "$ref": "#/$defs/AWS::MediaPackageV2::OriginEndpoint.ScteHls"
        },
        "Url": {
          "type": "string"
        }
      },
      "required": [
        "ManifestName"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::OriginEndpoint.Scte": {
      "type": "object",
      "properties": {
        "ScteFilter": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::OriginEndpoint.ScteHls": {
      "type": "object",
      "properties": {
        "AdMarkerHls": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::OriginEndpoint.Segment": {
      "type": "object",
      "properties": {
        "Encryption": {
          "$ref": "#/$defs/AWS::MediaPackageV2::OriginEndpoint.Encryption"
        },
        "IncludeIframeOnlyStreams": {
          "type": "boolean"
        },
        "Scte": {
          "$ref": "#/$defs/AWS::MediaPackageV2::OriginEndpoint.Scte"
        },
        "SegmentDurationSeconds": {
          "type": "number"
        },
        "SegmentName": {
          "type": "string"
        },
        "TsIncludeDvbSubtitles": {
          "type": "boolean"
        },
        "TsUseAudioRenditionGroup": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::OriginEndpoint.SpekeKeyProvider": {
      "type": "object",
      "properties": {
        "DrmSystems": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "EncryptionContractConfiguration": {
          "$ref": "#/$defs/AWS::MediaPackageV2::OriginEndpoint.EncryptionContractConfiguration"
        },
        "ResourceId": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        }
      },
      "required": [
        "DrmSystems",
        "EncryptionContractConfiguration",
        "ResourceId",
        "RoleArn",
        "Url"
      ],
      "additionalProperties": false
    },
    "AWS::MediaPackageV2::OriginEndpointPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ChannelGroupName": {
              "type": "string"
            },
            "ChannelName": {
              "type": "string"
            },
            "OriginEndpointName": {
              "type": "string"
            },
            "Policy": {
              "type": "object"
            }
          },
          "required": [
            "ChannelGroupName",
            "ChannelName",
            "OriginEndpointName",
            "Policy"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaPackageV2::OriginEndpointPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaStore::Container": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessLoggingEnabled": {
              "type": "boolean"
            },
            "ContainerName": {
              "type": "string"
            },
            "CorsPolicy": {
              "items": {
                "$ref": "#/$defs/AWS::MediaStore::Container.CorsRule"
              },
              "type": "array"
            },
            "LifecyclePolicy": {
              "type": "string"
            },
            "MetricPolicy": {
              "$ref": "#/$defs/AWS::MediaStore::Container.MetricPolicy"
            },
            "Policy": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ContainerName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaStore::Container"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaStore::Container.CorsRule": {
      "type": "object",
      "properties": {
        "AllowedHeaders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllowedMethods": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllowedOrigins": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ExposeHeaders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MaxAgeSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaStore::Container.MetricPolicy": {
      "type": "object",
      "properties": {
        "ContainerLevelMetrics": {
          "type": "string"
        },
        "MetricPolicyRules": {
          "items": {
            "$ref": "#/$defs/AWS::MediaStore::Container.MetricPolicyRule"
          },
          "type": "array"
        }
      },
      "required": [
        "ContainerLevelMetrics"
      ],
      "additionalProperties": false
    },
    "AWS::MediaStore::Container.MetricPolicyRule": {
      "type": "object",
      "properties": {
        "ObjectGroup": {
          "type": "string"
        },
        "ObjectGroupName": {
          "type": "string"
        }
      },
      "required": [
        "ObjectGroup",
        "ObjectGroupName"
      ],
      "additionalProperties": false
    },
    "AWS::MediaTailor::Channel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Audiences": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ChannelName": {
              "type": "string"
            },
            "FillerSlate": {
              "$ref": "#/$defs/AWS::MediaTailor::Channel.SlateSource"
            },
            "LogConfiguration": {
              "$ref": "#/$defs/AWS::MediaTailor::Channel.LogConfigurationForChannel"
            },
            "Outputs": {
              "items": {
                "$ref": "#/$defs/AWS::MediaTailor::Channel.RequestOutputItem"
              },
              "type": "array"
            },
            "PlaybackMode": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Tier": {
              "type": "string"
            },
            "TimeShiftConfiguration": {
              "$ref": "#/$defs/AWS::MediaTailor::Channel.TimeShiftConfiguration"
            }
          },
          "required": [
            "ChannelName",
            "Outputs",
            "PlaybackMode"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaTailor::Channel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaTailor::Channel.DashPlaylistSettings": {
      "type": "object",
      "properties": {
        "ManifestWindowSeconds": {
          "type": "number"
        },
        "MinBufferTimeSeconds": {
          "type": "number"
        },
        "MinUpdatePeriodSeconds": {
          "type": "number"
        },
        "SuggestedPresentationDelaySeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::Channel.HlsPlaylistSettings": {
      "type": "object",
      "properties": {
        "AdMarkupType": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ManifestWindowSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::Channel.LogConfigurationForChannel": {
      "type": "object",
      "properties": {
        "LogTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::Channel.RequestOutputItem": {
      "type": "object",
      "properties": {
        "DashPlaylistSettings": {
          "$ref": "#/$defs/AWS::MediaTailor::Channel.DashPlaylistSettings"
        },
        "HlsPlaylistSettings": {
          "$ref": "#/$defs/AWS::MediaTailor::Channel.HlsPlaylistSettings"
        },
        "ManifestName": {
          "type": "string"
        },
        "SourceGroup": {
          "type": "string"
        }
      },
      "required": [
        "ManifestName",
        "SourceGroup"
      ],
      "additionalProperties": false
    },
    "AWS::MediaTailor::Channel.SlateSource": {
      "type": "object",
      "properties": {
        "SourceLocationName": {
          "type": "string"
        },
        "VodSourceName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::Channel.TimeShiftConfiguration": {
      "type": "object",
      "properties": {
        "MaxTimeDelaySeconds": {
          "type": "number"
        }
      },
      "required": [
        "MaxTimeDelaySeconds"
      ],
      "additionalProperties": false
    },
    "AWS::MediaTailor::ChannelPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ChannelName": {
              "type": "string"
            },
            "Policy": {
              "type": "object"
            }
          },
          "required": [
            "ChannelName",
            "Policy"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaTailor::ChannelPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaTailor::LiveSource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "HttpPackageConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::MediaTailor::LiveSource.HttpPackageConfiguration"
              },
              "type": "array"
            },
            "LiveSourceName": {
              "type": "string"
            },
            "SourceLocationName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "HttpPackageConfigurations",
            "LiveSourceName",
            "SourceLocationName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaTailor::LiveSource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaTailor::LiveSource.HttpPackageConfiguration": {
      "type": "object",
      "properties": {
        "Path": {
          "type": "string"
        },
        "SourceGroup": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Path",
        "SourceGroup",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::MediaTailor::PlaybackConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdDecisionServerUrl": {
              "type": "string"
            },
            "AvailSuppression": {
              "$ref": "#/$defs/AWS::MediaTailor::PlaybackConfiguration.AvailSuppression"
            },
            "Bumper": {
              "$ref": "#/$defs/AWS::MediaTailor::PlaybackConfiguration.Bumper"
            },
            "CdnConfiguration": {
              "$ref": "#/$defs/AWS::MediaTailor::PlaybackConfiguration.CdnConfiguration"
            },
            "ConfigurationAliases": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "object"
                }
              }
            },
            "DashConfiguration": {
              "$ref": "#/$defs/AWS::MediaTailor::PlaybackConfiguration.DashConfiguration"
            },
            "HlsConfiguration": {
              "$ref": "#/$defs/AWS::MediaTailor::PlaybackConfiguration.HlsConfiguration"
            },
            "LivePreRollConfiguration": {
              "$ref": "#/$defs/AWS::MediaTailor::PlaybackConfiguration.LivePreRollConfiguration"
            },
            "ManifestProcessingRules": {
              "$ref": "#/$defs/AWS::MediaTailor::PlaybackConfiguration.ManifestProcessingRules"
            },
            "Name": {
              "type": "string"
            },
            "PersonalizationThresholdSeconds": {
              "type": "number"
            },
            "SlateAdUrl": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TranscodeProfileName": {
              "type": "string"
            },
            "VideoContentSourceUrl": {
              "type": "string"
            }
          },
          "required": [
            "AdDecisionServerUrl",
            "Name",
            "VideoContentSourceUrl"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaTailor::PlaybackConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaTailor::PlaybackConfiguration.AdMarkerPassthrough": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::PlaybackConfiguration.AvailSuppression": {
      "type": "object",
      "properties": {
        "Mode": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::PlaybackConfiguration.Bumper": {
      "type": "object",
      "properties": {
        "EndUrl": {
          "type": "string"
        },
        "StartUrl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::PlaybackConfiguration.CdnConfiguration": {
      "type": "object",
      "properties": {
        "AdSegmentUrlPrefix": {
          "type": "string"
        },
        "ContentSegmentUrlPrefix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::PlaybackConfiguration.DashConfiguration": {
      "type": "object",
      "properties": {
        "ManifestEndpointPrefix": {
          "type": "string"
        },
        "MpdLocation": {
          "type": "string"
        },
        "OriginManifestType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::PlaybackConfiguration.HlsConfiguration": {
      "type": "object",
      "properties": {
        "ManifestEndpointPrefix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::PlaybackConfiguration.LivePreRollConfiguration": {
      "type": "object",
      "properties": {
        "AdDecisionServerUrl": {
          "type": "string"
        },
        "MaxDurationSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::PlaybackConfiguration.ManifestProcessingRules": {
      "type": "object",
      "properties": {
        "AdMarkerPassthrough": {
          "$ref": "#/$defs/AWS::MediaTailor::PlaybackConfiguration.AdMarkerPassthrough"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::SourceLocation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessConfiguration": {
              "$ref": "#/$defs/AWS::MediaTailor::SourceLocation.AccessConfiguration"
            },
            "DefaultSegmentDeliveryConfiguration": {
              "$ref": "#/$defs/AWS::MediaTailor::SourceLocation.DefaultSegmentDeliveryConfiguration"
            },
            "HttpConfiguration": {
              "$ref": "#/$defs/AWS::MediaTailor::SourceLocation.HttpConfiguration"
            },
            "SegmentDeliveryConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::MediaTailor::SourceLocation.SegmentDeliveryConfiguration"
              },
              "type": "array"
            },
            "SourceLocationName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "HttpConfiguration",
            "SourceLocationName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaTailor::SourceLocation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaTailor::SourceLocation.AccessConfiguration": {
      "type": "object",
      "properties": {
        "AccessType": {
          "type": "string"
        },
        "SecretsManagerAccessTokenConfiguration": {
          "$ref": "#/$defs/AWS::MediaTailor::SourceLocation.SecretsManagerAccessTokenConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::SourceLocation.DefaultSegmentDeliveryConfiguration": {
      "type": "object",
      "properties": {
        "BaseUrl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::SourceLocation.HttpConfiguration": {
      "type": "object",
      "properties": {
        "BaseUrl": {
          "type": "string"
        }
      },
      "required": [
        "BaseUrl"
      ],
      "additionalProperties": false
    },
    "AWS::MediaTailor::SourceLocation.SecretsManagerAccessTokenConfiguration": {
      "type": "object",
      "properties": {
        "HeaderName": {
          "type": "string"
        },
        "SecretArn": {
          "type": "string"
        },
        "SecretStringKey": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::SourceLocation.SegmentDeliveryConfiguration": {
      "type": "object",
      "properties": {
        "BaseUrl": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::MediaTailor::VodSource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "HttpPackageConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::MediaTailor::VodSource.HttpPackageConfiguration"
              },
              "type": "array"
            },
            "SourceLocationName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VodSourceName": {
              "type": "string"
            }
          },
          "required": [
            "HttpPackageConfigurations",
            "SourceLocationName",
            "VodSourceName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MediaTailor::VodSource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MediaTailor::VodSource.HttpPackageConfiguration": {
      "type": "object",
      "properties": {
        "Path": {
          "type": "string"
        },
        "SourceGroup": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Path",
        "SourceGroup",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::MemoryDB::ACL": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ACLName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UserNames": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "ACLName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MemoryDB::ACL"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MemoryDB::Cluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ACLName": {
              "type": "string"
            },
            "AutoMinorVersionUpgrade": {
              "type": "boolean"
            },
            "ClusterEndpoint": {
              "$ref": "#/$defs/AWS::MemoryDB::Cluster.Endpoint"
            },
            "ClusterName": {
              "type": "string"
            },
            "DataTiering": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "EngineVersion": {
              "type": "string"
            },
            "FinalSnapshotName": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "MaintenanceWindow": {
              "type": "string"
            },
            "NodeType": {
              "type": "string"
            },
            "NumReplicasPerShard": {
              "type": "number"
            },
            "NumShards": {
              "type": "number"
            },
            "ParameterGroupName": {
              "type": "string"
            },
            "Port": {
              "type": "number"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SnapshotArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SnapshotName": {
              "type": "string"
            },
            "SnapshotRetentionLimit": {
              "type": "number"
            },
            "SnapshotWindow": {
              "type": "string"
            },
            "SnsTopicArn": {
              "type": "string"
            },
            "SnsTopicStatus": {
              "type": "string"
            },
            "SubnetGroupName": {
              "type": "string"
            },
            "TLSEnabled": {
              "type": "boolean"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ACLName",
            "ClusterName",
            "NodeType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MemoryDB::Cluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MemoryDB::Cluster.Endpoint": {
      "type": "object",
      "properties": {
        "Address": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::MemoryDB::ParameterGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Family": {
              "type": "string"
            },
            "ParameterGroupName": {
              "type": "string"
            },
            "Parameters": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Family",
            "ParameterGroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MemoryDB::ParameterGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MemoryDB::SubnetGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "SubnetGroupName": {
              "type": "string"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "SubnetGroupName",
            "SubnetIds"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MemoryDB::SubnetGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MemoryDB::User": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessString": {
              "type": "string"
            },
            "AuthenticationMode": {
              "$ref": "#/$defs/AWS::MemoryDB::User.AuthenticationMode"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UserName": {
              "type": "string"
            }
          },
          "required": [
            "UserName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::MemoryDB::User"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::MemoryDB::User.AuthenticationMode": {
      "type": "object",
      "properties": {
        "Passwords": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Neptune::DBCluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssociatedRoles": {
              "items": {
                "$ref": "#/$defs/AWS::Neptune::DBCluster.DBClusterRole"
              },
              "type": "array"
            },
            "AvailabilityZones": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "BackupRetentionPeriod": {
              "type": "number"
            },
            "CopyTagsToSnapshot": {
              "type": "boolean"
            },
            "DBClusterIdentifier": {
              "type": "string"
            },
            "DBClusterParameterGroupName": {
              "type": "string"
            },
            "DBInstanceParameterGroupName": {
              "type": "string"
            },
            "DBPort": {
              "type": "number"
            },
            "DBSubnetGroupName": {
              "type": "string"
            },
            "DeletionProtection": {
              "type": "boolean"
            },
            "EnableCloudwatchLogsExports": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "EngineVersion": {
              "type": "string"
            },
            "IamAuthEnabled": {
              "type": "boolean"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "PreferredBackupWindow": {
              "type": "string"
            },
            "PreferredMaintenanceWindow": {
              "type": "string"
            },
            "RestoreToTime": {
              "type": "string"
            },
            "RestoreType": {
              "type": "string"
            },
            "ServerlessScalingConfiguration": {
              "$ref": "#/$defs/AWS::Neptune::DBCluster.ServerlessScalingConfiguration"
            },
            "SnapshotIdentifier": {
              "type": "string"
            },
            "SourceDBClusterIdentifier": {
              "type": "string"
            },
            "StorageEncrypted": {
              "type": "boolean"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UseLatestRestorableTime": {
              "type": "boolean"
            },
            "VpcSecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Neptune::DBCluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Neptune::DBCluster.DBClusterRole": {
      "type": "object",
      "properties": {
        "FeatureName": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::Neptune::DBCluster.ServerlessScalingConfiguration": {
      "type": "object",
      "properties": {
        "MaxCapacity": {
          "type": "number"
        },
        "MinCapacity": {
          "type": "number"
        }
      },
      "required": [
        "MaxCapacity",
        "MinCapacity"
      ],
      "additionalProperties": false
    },
    "AWS::Neptune::DBClusterParameterGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Family": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Parameters": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Description",
            "Family",
            "Parameters"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Neptune::DBClusterParameterGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Neptune::DBInstance": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllowMajorVersionUpgrade": {
              "type": "boolean"
            },
            "AutoMinorVersionUpgrade": {
              "type": "boolean"
            },
            "AvailabilityZone": {
              "type": "string"
            },
            "DBClusterIdentifier": {
              "type": "string"
            },
            "DBInstanceClass": {
              "type": "string"
            },
            "DBInstanceIdentifier": {
              "type": "string"
            },
            "DBParameterGroupName": {
              "type": "string"
            },
            "DBSnapshotIdentifier": {
              "type": "string"
            },
            "DBSubnetGroupName": {
              "type": "string"
            },
            "PreferredMaintenanceWindow": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DBInstanceClass"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Neptune::DBInstance"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Neptune::DBParameterGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Family": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Parameters": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Description",
            "Family",
            "Parameters"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Neptune::DBParameterGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Neptune::DBSubnetGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DBSubnetGroupDescription": {
              "type": "string"
            },
            "DBSubnetGroupName": {
              "type": "string"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DBSubnetGroupDescription",
            "SubnetIds"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Neptune::DBSubnetGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NeptuneGraph::Graph": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeletionProtection": {
              "type": "boolean"
            },
            "GraphName": {
              "type": "string"
            },
            "ProvisionedMemory": {
              "type": "number"
            },
            "PublicConnectivity": {
              "type": "boolean"
            },
            "ReplicaCount": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VectorSearchConfiguration": {
              "$ref": "#/$defs/AWS::NeptuneGraph::Graph.VectorSearchConfiguration"
            }
          },
          "required": [
            "ProvisionedMemory"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NeptuneGraph::Graph"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NeptuneGraph::Graph.VectorSearchConfiguration": {
      "type": "object",
      "properties": {
        "VectorSearchDimension": {
          "type": "number"
        }
      },
      "required": [
        "VectorSearchDimension"
      ],
      "additionalProperties": false
    },
    "AWS::NeptuneGraph::PrivateGraphEndpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "GraphIdentifier": {
              "type": "string"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "GraphIdentifier",
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NeptuneGraph::PrivateGraphEndpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::Firewall": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeleteProtection": {
              "type": "boolean"
            },
            "Description": {
              "type": "string"
            },
            "FirewallName": {
              "type": "string"
            },
            "FirewallPolicyArn": {
              "type": "string"
            },
            "FirewallPolicyChangeProtection": {
              "type": "boolean"
            },
            "SubnetChangeProtection": {
              "type": "boolean"
            },
            "SubnetMappings": {
              "items": {
                "$ref": "#/$defs/AWS::NetworkFirewall::Firewall.SubnetMapping"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "FirewallName",
            "FirewallPolicyArn",
            "SubnetMappings",
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkFirewall::Firewall"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::Firewall.SubnetMapping": {
      "type": "object",
      "properties": {
        "IPAddressType": {
          "type": "string"
        },
        "SubnetId": {
          "type": "string"
        }
      },
      "required": [
        "SubnetId"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::FirewallPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "FirewallPolicy": {
              "$ref": "#/$defs/AWS::NetworkFirewall::FirewallPolicy.FirewallPolicy"
            },
            "FirewallPolicyName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "FirewallPolicy",
            "FirewallPolicyName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkFirewall::FirewallPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::FirewallPolicy.ActionDefinition": {
      "type": "object",
      "properties": {
        "PublishMetricAction": {
          "$ref": "#/$defs/AWS::NetworkFirewall::FirewallPolicy.PublishMetricAction"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::FirewallPolicy.CustomAction": {
      "type": "object",
      "properties": {
        "ActionDefinition": {
          "$ref": "#/$defs/AWS::NetworkFirewall::FirewallPolicy.ActionDefinition"
        },
        "ActionName": {
          "type": "string"
        }
      },
      "required": [
        "ActionDefinition",
        "ActionName"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::FirewallPolicy.Dimension": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::FirewallPolicy.FirewallPolicy": {
      "type": "object",
      "properties": {
        "PolicyVariables": {
          "$ref": "#/$defs/AWS::NetworkFirewall::FirewallPolicy.PolicyVariables"
        },
        "StatefulDefaultActions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "StatefulEngineOptions": {
          "$ref": "#/$defs/AWS::NetworkFirewall::FirewallPolicy.StatefulEngineOptions"
        },
        "StatefulRuleGroupReferences": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::FirewallPolicy.StatefulRuleGroupReference"
          },
          "type": "array"
        },
        "StatelessCustomActions": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::FirewallPolicy.CustomAction"
          },
          "type": "array"
        },
        "StatelessDefaultActions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "StatelessFragmentDefaultActions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "StatelessRuleGroupReferences": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::FirewallPolicy.StatelessRuleGroupReference"
          },
          "type": "array"
        },
        "TLSInspectionConfigurationArn": {
          "type": "string"
        }
      },
      "required": [
        "StatelessDefaultActions",
        "StatelessFragmentDefaultActions"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::FirewallPolicy.IPSet": {
      "type": "object",
      "properties": {
        "Definition": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::FirewallPolicy.PolicyVariables": {
      "type": "object",
      "properties": {
        "RuleVariables": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::NetworkFirewall::FirewallPolicy.IPSet"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::FirewallPolicy.PublishMetricAction": {
      "type": "object",
      "properties": {
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::FirewallPolicy.Dimension"
          },
          "type": "array"
        }
      },
      "required": [
        "Dimensions"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::FirewallPolicy.StatefulEngineOptions": {
      "type": "object",
      "properties": {
        "RuleOrder": {
          "type": "string"
        },
        "StreamExceptionPolicy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::FirewallPolicy.StatefulRuleGroupOverride": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::FirewallPolicy.StatefulRuleGroupReference": {
      "type": "object",
      "properties": {
        "Override": {
          "$ref": "#/$defs/AWS::NetworkFirewall::FirewallPolicy.StatefulRuleGroupOverride"
        },
        "Priority": {
          "type": "number"
        },
        "ResourceArn": {
          "type": "string"
        }
      },
      "required": [
        "ResourceArn"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::FirewallPolicy.StatelessRuleGroupReference": {
      "type": "object",
      "properties": {
        "Priority": {
          "type": "number"
        },
        "ResourceArn": {
          "type": "string"
        }
      },
      "required": [
        "Priority",
        "ResourceArn"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::LoggingConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FirewallArn": {
              "type": "string"
            },
            "FirewallName": {
              "type": "string"
            },
            "LoggingConfiguration": {
              "$ref": "#/$defs/AWS::NetworkFirewall::LoggingConfiguration.LoggingConfiguration"
            }
          },
          "required": [
            "FirewallArn",
            "LoggingConfiguration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkFirewall::LoggingConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::LoggingConfiguration.LogDestinationConfig": {
      "type": "object",
      "properties": {
        "LogDestination": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "LogDestinationType": {
          "type": "string"
        },
        "LogType": {
          "type": "string"
        }
      },
      "required": [
        "LogDestination",
        "LogDestinationType",
        "LogType"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::LoggingConfiguration.LoggingConfiguration": {
      "type": "object",
      "properties": {
        "LogDestinationConfigs": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::LoggingConfiguration.LogDestinationConfig"
          },
          "type": "array"
        }
      },
      "required": [
        "LogDestinationConfigs"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Capacity": {
              "type": "number"
            },
            "Description": {
              "type": "string"
            },
            "RuleGroup": {
              "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.RuleGroup"
            },
            "RuleGroupName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Capacity",
            "RuleGroupName",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkFirewall::RuleGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.ActionDefinition": {
      "type": "object",
      "properties": {
        "PublishMetricAction": {
          "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.PublishMetricAction"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.Address": {
      "type": "object",
      "properties": {
        "AddressDefinition": {
          "type": "string"
        }
      },
      "required": [
        "AddressDefinition"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.CustomAction": {
      "type": "object",
      "properties": {
        "ActionDefinition": {
          "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.ActionDefinition"
        },
        "ActionName": {
          "type": "string"
        }
      },
      "required": [
        "ActionDefinition",
        "ActionName"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.Dimension": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.Header": {
      "type": "object",
      "properties": {
        "Destination": {
          "type": "string"
        },
        "DestinationPort": {
          "type": "string"
        },
        "Direction": {
          "type": "string"
        },
        "Protocol": {
          "type": "string"
        },
        "Source": {
          "type": "string"
        },
        "SourcePort": {
          "type": "string"
        }
      },
      "required": [
        "Destination",
        "DestinationPort",
        "Direction",
        "Protocol",
        "Source",
        "SourcePort"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.IPSet": {
      "type": "object",
      "properties": {
        "Definition": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.IPSetReference": {
      "type": "object",
      "properties": {
        "ReferenceArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.MatchAttributes": {
      "type": "object",
      "properties": {
        "DestinationPorts": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.PortRange"
          },
          "type": "array"
        },
        "Destinations": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.Address"
          },
          "type": "array"
        },
        "Protocols": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "SourcePorts": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.PortRange"
          },
          "type": "array"
        },
        "Sources": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.Address"
          },
          "type": "array"
        },
        "TCPFlags": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.TCPFlagField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.PortRange": {
      "type": "object",
      "properties": {
        "FromPort": {
          "type": "number"
        },
        "ToPort": {
          "type": "number"
        }
      },
      "required": [
        "FromPort",
        "ToPort"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.PortSet": {
      "type": "object",
      "properties": {
        "Definition": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.PublishMetricAction": {
      "type": "object",
      "properties": {
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.Dimension"
          },
          "type": "array"
        }
      },
      "required": [
        "Dimensions"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.ReferenceSets": {
      "type": "object",
      "properties": {
        "IPSetReferences": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.IPSetReference"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.RuleDefinition": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MatchAttributes": {
          "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.MatchAttributes"
        }
      },
      "required": [
        "Actions",
        "MatchAttributes"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.RuleGroup": {
      "type": "object",
      "properties": {
        "ReferenceSets": {
          "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.ReferenceSets"
        },
        "RuleVariables": {
          "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.RuleVariables"
        },
        "RulesSource": {
          "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.RulesSource"
        },
        "StatefulRuleOptions": {
          "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.StatefulRuleOptions"
        }
      },
      "required": [
        "RulesSource"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.RuleOption": {
      "type": "object",
      "properties": {
        "Keyword": {
          "type": "string"
        },
        "Settings": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Keyword"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.RuleVariables": {
      "type": "object",
      "properties": {
        "IPSets": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.IPSet"
            }
          }
        },
        "PortSets": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.PortSet"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.RulesSource": {
      "type": "object",
      "properties": {
        "RulesSourceList": {
          "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.RulesSourceList"
        },
        "RulesString": {
          "type": "string"
        },
        "StatefulRules": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.StatefulRule"
          },
          "type": "array"
        },
        "StatelessRulesAndCustomActions": {
          "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.StatelessRulesAndCustomActions"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.RulesSourceList": {
      "type": "object",
      "properties": {
        "GeneratedRulesType": {
          "type": "string"
        },
        "TargetTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Targets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "GeneratedRulesType",
        "TargetTypes",
        "Targets"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.StatefulRule": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "Header": {
          "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.Header"
        },
        "RuleOptions": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.RuleOption"
          },
          "type": "array"
        }
      },
      "required": [
        "Action",
        "Header",
        "RuleOptions"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.StatefulRuleOptions": {
      "type": "object",
      "properties": {
        "RuleOrder": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.StatelessRule": {
      "type": "object",
      "properties": {
        "Priority": {
          "type": "number"
        },
        "RuleDefinition": {
          "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.RuleDefinition"
        }
      },
      "required": [
        "Priority",
        "RuleDefinition"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.StatelessRulesAndCustomActions": {
      "type": "object",
      "properties": {
        "CustomActions": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.CustomAction"
          },
          "type": "array"
        },
        "StatelessRules": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::RuleGroup.StatelessRule"
          },
          "type": "array"
        }
      },
      "required": [
        "StatelessRules"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::RuleGroup.TCPFlagField": {
      "type": "object",
      "properties": {
        "Flags": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Masks": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Flags"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::TLSInspectionConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "TLSInspectionConfiguration": {
              "$ref": "#/$defs/AWS::NetworkFirewall::TLSInspectionConfiguration.TLSInspectionConfiguration"
            },
            "TLSInspectionConfigurationName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "TLSInspectionConfiguration",
            "TLSInspectionConfigurationName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkFirewall::TLSInspectionConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::TLSInspectionConfiguration.Address": {
      "type": "object",
      "properties": {
        "AddressDefinition": {
          "type": "string"
        }
      },
      "required": [
        "AddressDefinition"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::TLSInspectionConfiguration.CheckCertificateRevocationStatus": {
      "type": "object",
      "properties": {
        "RevokedStatusAction": {
          "type": "string"
        },
        "UnknownStatusAction": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::TLSInspectionConfiguration.PortRange": {
      "type": "object",
      "properties": {
        "FromPort": {
          "type": "number"
        },
        "ToPort": {
          "type": "number"
        }
      },
      "required": [
        "FromPort",
        "ToPort"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::TLSInspectionConfiguration.ServerCertificate": {
      "type": "object",
      "properties": {
        "ResourceArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::TLSInspectionConfiguration.ServerCertificateConfiguration": {
      "type": "object",
      "properties": {
        "CertificateAuthorityArn": {
          "type": "string"
        },
        "CheckCertificateRevocationStatus": {
          "$ref": "#/$defs/AWS::NetworkFirewall::TLSInspectionConfiguration.CheckCertificateRevocationStatus"
        },
        "Scopes": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::TLSInspectionConfiguration.ServerCertificateScope"
          },
          "type": "array"
        },
        "ServerCertificates": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::TLSInspectionConfiguration.ServerCertificate"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::TLSInspectionConfiguration.ServerCertificateScope": {
      "type": "object",
      "properties": {
        "DestinationPorts": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::TLSInspectionConfiguration.PortRange"
          },
          "type": "array"
        },
        "Destinations": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::TLSInspectionConfiguration.Address"
          },
          "type": "array"
        },
        "Protocols": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "SourcePorts": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::TLSInspectionConfiguration.PortRange"
          },
          "type": "array"
        },
        "Sources": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::TLSInspectionConfiguration.Address"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkFirewall::TLSInspectionConfiguration.TLSInspectionConfiguration": {
      "type": "object",
      "properties": {
        "ServerCertificateConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkFirewall::TLSInspectionConfiguration.ServerCertificateConfiguration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkManager::ConnectAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CoreNetworkId": {
              "type": "string"
            },
            "EdgeLocation": {
              "type": "string"
            },
            "Options": {
              "$ref": "#/$defs/AWS::NetworkManager::ConnectAttachment.ConnectAttachmentOptions"
            },
            "ProposedSegmentChange": {
              "$ref": "#/$defs/AWS::NetworkManager::ConnectAttachment.ProposedSegmentChange"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TransportAttachmentId": {
              "type": "string"
            }
          },
          "required": [
            "CoreNetworkId",
            "EdgeLocation",
            "Options",
            "TransportAttachmentId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkManager::ConnectAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkManager::ConnectAttachment.ConnectAttachmentOptions": {
      "type": "object",
      "properties": {
        "Protocol": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkManager::ConnectAttachment.ProposedSegmentChange": {
      "type": "object",
      "properties": {
        "AttachmentPolicyRuleNumber": {
          "type": "number"
        },
        "SegmentName": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkManager::ConnectPeer": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BgpOptions": {
              "$ref": "#/$defs/AWS::NetworkManager::ConnectPeer.BgpOptions"
            },
            "ConnectAttachmentId": {
              "type": "string"
            },
            "CoreNetworkAddress": {
              "type": "string"
            },
            "InsideCidrBlocks": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PeerAddress": {
              "type": "string"
            },
            "SubnetArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ConnectAttachmentId",
            "PeerAddress"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkManager::ConnectPeer"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkManager::ConnectPeer.BgpOptions": {
      "type": "object",
      "properties": {
        "PeerAsn": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkManager::ConnectPeer.ConnectPeerBgpConfiguration": {
      "type": "object",
      "properties": {
        "CoreNetworkAddress": {
          "type": "string"
        },
        "CoreNetworkAsn": {
          "type": "number"
        },
        "PeerAddress": {
          "type": "string"
        },
        "PeerAsn": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkManager::ConnectPeer.ConnectPeerConfiguration": {
      "type": "object",
      "properties": {
        "BgpConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::NetworkManager::ConnectPeer.ConnectPeerBgpConfiguration"
          },
          "type": "array"
        },
        "CoreNetworkAddress": {
          "type": "string"
        },
        "InsideCidrBlocks": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PeerAddress": {
          "type": "string"
        },
        "Protocol": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkManager::CoreNetwork": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "GlobalNetworkId": {
              "type": "string"
            },
            "PolicyDocument": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "GlobalNetworkId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkManager::CoreNetwork"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkManager::CoreNetwork.CoreNetworkEdge": {
      "type": "object",
      "properties": {
        "Asn": {
          "type": "number"
        },
        "EdgeLocation": {
          "type": "string"
        },
        "InsideCidrBlocks": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkManager::CoreNetwork.CoreNetworkSegment": {
      "type": "object",
      "properties": {
        "EdgeLocations": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "SharedSegments": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkManager::CustomerGatewayAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CustomerGatewayArn": {
              "type": "string"
            },
            "DeviceId": {
              "type": "string"
            },
            "GlobalNetworkId": {
              "type": "string"
            },
            "LinkId": {
              "type": "string"
            }
          },
          "required": [
            "CustomerGatewayArn",
            "DeviceId",
            "GlobalNetworkId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkManager::CustomerGatewayAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkManager::Device": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AWSLocation": {
              "$ref": "#/$defs/AWS::NetworkManager::Device.AWSLocation"
            },
            "Description": {
              "type": "string"
            },
            "GlobalNetworkId": {
              "type": "string"
            },
            "Location": {
              "$ref": "#/$defs/AWS::NetworkManager::Device.Location"
            },
            "Model": {
              "type": "string"
            },
            "SerialNumber": {
              "type": "string"
            },
            "SiteId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            },
            "Vendor": {
              "type": "string"
            }
          },
          "required": [
            "GlobalNetworkId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkManager::Device"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkManager::Device.AWSLocation": {
      "type": "object",
      "properties": {
        "SubnetArn": {
          "type": "string"
        },
        "Zone": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkManager::Device.Location": {
      "type": "object",
      "properties": {
        "Address": {
          "type": "string"
        },
        "Latitude": {
          "type": "string"
        },
        "Longitude": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkManager::GlobalNetwork": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CreatedAt": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "State": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkManager::GlobalNetwork"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkManager::Link": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Bandwidth": {
              "$ref": "#/$defs/AWS::NetworkManager::Link.Bandwidth"
            },
            "Description": {
              "type": "string"
            },
            "GlobalNetworkId": {
              "type": "string"
            },
            "Provider": {
              "type": "string"
            },
            "SiteId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Bandwidth",
            "GlobalNetworkId",
            "SiteId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkManager::Link"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkManager::Link.Bandwidth": {
      "type": "object",
      "properties": {
        "DownloadSpeed": {
          "type": "number"
        },
        "UploadSpeed": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkManager::LinkAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeviceId": {
              "type": "string"
            },
            "GlobalNetworkId": {
              "type": "string"
            },
            "LinkId": {
              "type": "string"
            }
          },
          "required": [
            "DeviceId",
            "GlobalNetworkId",
            "LinkId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkManager::LinkAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkManager::Site": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "GlobalNetworkId": {
              "type": "string"
            },
            "Location": {
              "$ref": "#/$defs/AWS::NetworkManager::Site.Location"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "GlobalNetworkId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkManager::Site"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkManager::Site.Location": {
      "type": "object",
      "properties": {
        "Address": {
          "type": "string"
        },
        "Latitude": {
          "type": "string"
        },
        "Longitude": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkManager::SiteToSiteVpnAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CoreNetworkId": {
              "type": "string"
            },
            "ProposedSegmentChange": {
              "$ref": "#/$defs/AWS::NetworkManager::SiteToSiteVpnAttachment.ProposedSegmentChange"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpnConnectionArn": {
              "type": "string"
            }
          },
          "required": [
            "CoreNetworkId",
            "VpnConnectionArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkManager::SiteToSiteVpnAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkManager::SiteToSiteVpnAttachment.ProposedSegmentChange": {
      "type": "object",
      "properties": {
        "AttachmentPolicyRuleNumber": {
          "type": "number"
        },
        "SegmentName": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkManager::TransitGatewayPeering": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CoreNetworkId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TransitGatewayArn": {
              "type": "string"
            }
          },
          "required": [
            "CoreNetworkId",
            "TransitGatewayArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkManager::TransitGatewayPeering"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkManager::TransitGatewayRegistration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "GlobalNetworkId": {
              "type": "string"
            },
            "TransitGatewayArn": {
              "type": "string"
            }
          },
          "required": [
            "GlobalNetworkId",
            "TransitGatewayArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkManager::TransitGatewayRegistration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkManager::TransitGatewayRouteTableAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PeeringId": {
              "type": "string"
            },
            "ProposedSegmentChange": {
              "$ref": "#/$defs/AWS::NetworkManager::TransitGatewayRouteTableAttachment.ProposedSegmentChange"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TransitGatewayRouteTableArn": {
              "type": "string"
            }
          },
          "required": [
            "PeeringId",
            "TransitGatewayRouteTableArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkManager::TransitGatewayRouteTableAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkManager::TransitGatewayRouteTableAttachment.ProposedSegmentChange": {
      "type": "object",
      "properties": {
        "AttachmentPolicyRuleNumber": {
          "type": "number"
        },
        "SegmentName": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkManager::VpcAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CoreNetworkId": {
              "type": "string"
            },
            "Options": {
              "$ref": "#/$defs/AWS::NetworkManager::VpcAttachment.VpcOptions"
            },
            "ProposedSegmentChange": {
              "$ref": "#/$defs/AWS::NetworkManager::VpcAttachment.ProposedSegmentChange"
            },
            "SubnetArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcArn": {
              "type": "string"
            }
          },
          "required": [
            "CoreNetworkId",
            "SubnetArns",
            "VpcArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NetworkManager::VpcAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NetworkManager::VpcAttachment.ProposedSegmentChange": {
      "type": "object",
      "properties": {
        "AttachmentPolicyRuleNumber": {
          "type": "number"
        },
        "SegmentName": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::NetworkManager::VpcAttachment.VpcOptions": {
      "type": "object",
      "properties": {
        "ApplianceModeSupport": {
          "type": "boolean"
        },
        "Ipv6Support": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::NimbleStudio::LaunchProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Ec2SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "LaunchProfileProtocolVersions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "StreamConfiguration": {
              "$ref": "#/$defs/AWS::NimbleStudio::LaunchProfile.StreamConfiguration"
            },
            "StudioComponentIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "StudioId": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "Ec2SubnetIds",
            "LaunchProfileProtocolVersions",
            "Name",
            "StreamConfiguration",
            "StudioComponentIds",
            "StudioId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NimbleStudio::LaunchProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NimbleStudio::LaunchProfile.StreamConfiguration": {
      "type": "object",
      "properties": {
        "AutomaticTerminationMode": {
          "type": "string"
        },
        "ClipboardMode": {
          "type": "string"
        },
        "Ec2InstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MaxSessionLengthInMinutes": {
          "type": "number"
        },
        "MaxStoppedSessionLengthInMinutes": {
          "type": "number"
        },
        "SessionBackup": {
          "$ref": "#/$defs/AWS::NimbleStudio::LaunchProfile.StreamConfigurationSessionBackup"
        },
        "SessionPersistenceMode": {
          "type": "string"
        },
        "SessionStorage": {
          "$ref": "#/$defs/AWS::NimbleStudio::LaunchProfile.StreamConfigurationSessionStorage"
        },
        "StreamingImageIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "VolumeConfiguration": {
          "$ref": "#/$defs/AWS::NimbleStudio::LaunchProfile.VolumeConfiguration"
        }
      },
      "required": [
        "ClipboardMode",
        "Ec2InstanceTypes",
        "StreamingImageIds"
      ],
      "additionalProperties": false
    },
    "AWS::NimbleStudio::LaunchProfile.StreamConfigurationSessionBackup": {
      "type": "object",
      "properties": {
        "MaxBackupsToRetain": {
          "type": "number"
        },
        "Mode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NimbleStudio::LaunchProfile.StreamConfigurationSessionStorage": {
      "type": "object",
      "properties": {
        "Mode": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Root": {
          "$ref": "#/$defs/AWS::NimbleStudio::LaunchProfile.StreamingSessionStorageRoot"
        }
      },
      "required": [
        "Mode"
      ],
      "additionalProperties": false
    },
    "AWS::NimbleStudio::LaunchProfile.StreamingSessionStorageRoot": {
      "type": "object",
      "properties": {
        "Linux": {
          "type": "string"
        },
        "Windows": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NimbleStudio::LaunchProfile.VolumeConfiguration": {
      "type": "object",
      "properties": {
        "Iops": {
          "type": "number"
        },
        "Size": {
          "type": "number"
        },
        "Throughput": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::NimbleStudio::StreamingImage": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Ec2ImageId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "StudioId": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "Ec2ImageId",
            "Name",
            "StudioId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NimbleStudio::StreamingImage"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NimbleStudio::StreamingImage.StreamingImageEncryptionConfiguration": {
      "type": "object",
      "properties": {
        "KeyArn": {
          "type": "string"
        },
        "KeyType": {
          "type": "string"
        }
      },
      "required": [
        "KeyType"
      ],
      "additionalProperties": false
    },
    "AWS::NimbleStudio::Studio": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdminRoleArn": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "StudioEncryptionConfiguration": {
              "$ref": "#/$defs/AWS::NimbleStudio::Studio.StudioEncryptionConfiguration"
            },
            "StudioName": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "UserRoleArn": {
              "type": "string"
            }
          },
          "required": [
            "AdminRoleArn",
            "DisplayName",
            "StudioName",
            "UserRoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NimbleStudio::Studio"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NimbleStudio::Studio.StudioEncryptionConfiguration": {
      "type": "object",
      "properties": {
        "KeyArn": {
          "type": "string"
        },
        "KeyType": {
          "type": "string"
        }
      },
      "required": [
        "KeyType"
      ],
      "additionalProperties": false
    },
    "AWS::NimbleStudio::StudioComponent": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Configuration": {
              "$ref": "#/$defs/AWS::NimbleStudio::StudioComponent.StudioComponentConfiguration"
            },
            "Description": {
              "type": "string"
            },
            "Ec2SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "InitializationScripts": {
              "items": {
                "$ref": "#/$defs/AWS::NimbleStudio::StudioComponent.StudioComponentInitializationScript"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "ScriptParameters": {
              "items": {
                "$ref": "#/$defs/AWS::NimbleStudio::StudioComponent.ScriptParameterKeyValue"
              },
              "type": "array"
            },
            "StudioId": {
              "type": "string"
            },
            "Subtype": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "StudioId",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::NimbleStudio::StudioComponent"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::NimbleStudio::StudioComponent.ActiveDirectoryComputerAttribute": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NimbleStudio::StudioComponent.ActiveDirectoryConfiguration": {
      "type": "object",
      "properties": {
        "ComputerAttributes": {
          "items": {
            "$ref": "#/$defs/AWS::NimbleStudio::StudioComponent.ActiveDirectoryComputerAttribute"
          },
          "type": "array"
        },
        "DirectoryId": {
          "type": "string"
        },
        "OrganizationalUnitDistinguishedName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NimbleStudio::StudioComponent.ComputeFarmConfiguration": {
      "type": "object",
      "properties": {
        "ActiveDirectoryUser": {
          "type": "string"
        },
        "Endpoint": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NimbleStudio::StudioComponent.LicenseServiceConfiguration": {
      "type": "object",
      "properties": {
        "Endpoint": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NimbleStudio::StudioComponent.ScriptParameterKeyValue": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NimbleStudio::StudioComponent.SharedFileSystemConfiguration": {
      "type": "object",
      "properties": {
        "Endpoint": {
          "type": "string"
        },
        "FileSystemId": {
          "type": "string"
        },
        "LinuxMountPoint": {
          "type": "string"
        },
        "ShareName": {
          "type": "string"
        },
        "WindowsMountDrive": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::NimbleStudio::StudioComponent.StudioComponentConfiguration": {
      "type": "object",
      "properties": {
        "ActiveDirectoryConfiguration": {
          "$ref": "#/$defs/AWS::NimbleStudio::StudioComponent.ActiveDirectoryConfiguration"
        },
        "ComputeFarmConfiguration": {
          "$ref": "#/$defs/AWS::NimbleStudio::StudioComponent.ComputeFarmConfiguration"
        },
        "LicenseServiceConfiguration": {
          "$ref": "#/$defs/AWS::NimbleStudio::StudioComponent.LicenseServiceConfiguration"
        },
        "SharedFileSystemConfiguration": {
          "$ref": "#/$defs/AWS::NimbleStudio::StudioComponent.SharedFileSystemConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::NimbleStudio::StudioComponent.StudioComponentInitializationScript": {
      "type": "object",
      "properties": {
        "LaunchProfileProtocolVersion": {
          "type": "string"
        },
        "Platform": {
          "type": "string"
        },
        "RunContext": {
          "type": "string"
        },
        "Script": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OSIS::Pipeline": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BufferOptions": {
              "$ref": "#/$defs/AWS::OSIS::Pipeline.BufferOptions"
            },
            "EncryptionAtRestOptions": {
              "$ref": "#/$defs/AWS::OSIS::Pipeline.EncryptionAtRestOptions"
            },
            "LogPublishingOptions": {
              "$ref": "#/$defs/AWS::OSIS::Pipeline.LogPublishingOptions"
            },
            "MaxUnits": {
              "type": "number"
            },
            "MinUnits": {
              "type": "number"
            },
            "PipelineConfigurationBody": {
              "type": "string"
            },
            "PipelineName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcOptions": {
              "$ref": "#/$defs/AWS::OSIS::Pipeline.VpcOptions"
            }
          },
          "required": [
            "MaxUnits",
            "MinUnits",
            "PipelineConfigurationBody",
            "PipelineName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OSIS::Pipeline"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::OSIS::Pipeline.BufferOptions": {
      "type": "object",
      "properties": {
        "PersistentBufferEnabled": {
          "type": "boolean"
        }
      },
      "required": [
        "PersistentBufferEnabled"
      ],
      "additionalProperties": false
    },
    "AWS::OSIS::Pipeline.CloudWatchLogDestination": {
      "type": "object",
      "properties": {
        "LogGroup": {
          "type": "string"
        }
      },
      "required": [
        "LogGroup"
      ],
      "additionalProperties": false
    },
    "AWS::OSIS::Pipeline.EncryptionAtRestOptions": {
      "type": "object",
      "properties": {
        "KmsKeyArn": {
          "type": "string"
        }
      },
      "required": [
        "KmsKeyArn"
      ],
      "additionalProperties": false
    },
    "AWS::OSIS::Pipeline.LogPublishingOptions": {
      "type": "object",
      "properties": {
        "CloudWatchLogDestination": {
          "$ref": "#/$defs/AWS::OSIS::Pipeline.CloudWatchLogDestination"
        },
        "IsLoggingEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::OSIS::Pipeline.VpcEndpoint": {
      "type": "object",
      "properties": {
        "VpcEndpointId": {
          "type": "string"
        },
        "VpcId": {
          "type": "string"
        },
        "VpcOptions": {
          "$ref": "#/$defs/AWS::OSIS::Pipeline.VpcOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::OSIS::Pipeline.VpcOptions": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SubnetIds"
      ],
      "additionalProperties": false
    },
    "AWS::Oam::Link": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LabelTemplate": {
              "type": "string"
            },
            "LinkConfiguration": {
              "$ref": "#/$defs/AWS::Oam::Link.LinkConfiguration"
            },
            "ResourceTypes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SinkIdentifier": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "ResourceTypes",
            "SinkIdentifier"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Oam::Link"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Oam::Link.LinkConfiguration": {
      "type": "object",
      "properties": {
        "LogGroupConfiguration": {
          "$ref": "#/$defs/AWS::Oam::Link.LinkFilter"
        },
        "MetricConfiguration": {
          "$ref": "#/$defs/AWS::Oam::Link.LinkFilter"
        }
      },
      "additionalProperties": false
    },
    "AWS::Oam::Link.LinkFilter": {
      "type": "object",
      "properties": {
        "Filter": {
          "type": "string"
        }
      },
      "required": [
        "Filter"
      ],
      "additionalProperties": false
    },
    "AWS::Oam::Sink": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "Policy": {
              "type": "object"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Oam::Sink"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Omics::AnnotationStore": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Reference": {
              "$ref": "#/$defs/AWS::Omics::AnnotationStore.ReferenceItem"
            },
            "SseConfig": {
              "$ref": "#/$defs/AWS::Omics::AnnotationStore.SseConfig"
            },
            "StoreFormat": {
              "type": "string"
            },
            "StoreOptions": {
              "$ref": "#/$defs/AWS::Omics::AnnotationStore.StoreOptions"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "Name",
            "StoreFormat"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Omics::AnnotationStore"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Omics::AnnotationStore.ReferenceItem": {
      "type": "object",
      "properties": {
        "ReferenceArn": {
          "type": "string"
        }
      },
      "required": [
        "ReferenceArn"
      ],
      "additionalProperties": false
    },
    "AWS::Omics::AnnotationStore.SseConfig": {
      "type": "object",
      "properties": {
        "KeyArn": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Omics::AnnotationStore.StoreOptions": {
      "type": "object",
      "properties": {
        "TsvStoreOptions": {
          "$ref": "#/$defs/AWS::Omics::AnnotationStore.TsvStoreOptions"
        }
      },
      "required": [
        "TsvStoreOptions"
      ],
      "additionalProperties": false
    },
    "AWS::Omics::AnnotationStore.TsvStoreOptions": {
      "type": "object",
      "properties": {
        "AnnotationType": {
          "type": "string"
        },
        "FormatToHeader": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Schema": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::Omics::ReferenceStore": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "SseConfig": {
              "$ref": "#/$defs/AWS::Omics::ReferenceStore.SseConfig"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Omics::ReferenceStore"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Omics::ReferenceStore.SseConfig": {
      "type": "object",
      "properties": {
        "KeyArn": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Omics::RunGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MaxCpus": {
              "type": "number"
            },
            "MaxDuration": {
              "type": "number"
            },
            "MaxGpus": {
              "type": "number"
            },
            "MaxRuns": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Omics::RunGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Omics::SequenceStore": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "FallbackLocation": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "SseConfig": {
              "$ref": "#/$defs/AWS::Omics::SequenceStore.SseConfig"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Omics::SequenceStore"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Omics::SequenceStore.SseConfig": {
      "type": "object",
      "properties": {
        "KeyArn": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Omics::VariantStore": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Reference": {
              "$ref": "#/$defs/AWS::Omics::VariantStore.ReferenceItem"
            },
            "SseConfig": {
              "$ref": "#/$defs/AWS::Omics::VariantStore.SseConfig"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "Name",
            "Reference"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Omics::VariantStore"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Omics::VariantStore.ReferenceItem": {
      "type": "object",
      "properties": {
        "ReferenceArn": {
          "type": "string"
        }
      },
      "required": [
        "ReferenceArn"
      ],
      "additionalProperties": false
    },
    "AWS::Omics::VariantStore.SseConfig": {
      "type": "object",
      "properties": {
        "KeyArn": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Omics::Workflow": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Accelerators": {
              "type": "string"
            },
            "DefinitionUri": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Engine": {
              "type": "string"
            },
            "Main": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ParameterTemplate": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::Omics::Workflow.WorkflowParameter"
                }
              }
            },
            "StorageCapacity": {
              "type": "number"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Omics::Workflow"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Omics::Workflow.WorkflowParameter": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "Optional": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchServerless::AccessPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Policy": {
              "type": "string"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "Policy",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OpenSearchServerless::AccessPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::OpenSearchServerless::Collection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "StandbyReplicas": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OpenSearchServerless::Collection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::OpenSearchServerless::LifecyclePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Policy": {
              "type": "string"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "Policy",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OpenSearchServerless::LifecyclePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::OpenSearchServerless::SecurityConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "SamlOptions": {
              "$ref": "#/$defs/AWS::OpenSearchServerless::SecurityConfig.SamlConfigOptions"
            },
            "Type": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OpenSearchServerless::SecurityConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::OpenSearchServerless::SecurityConfig.SamlConfigOptions": {
      "type": "object",
      "properties": {
        "GroupAttribute": {
          "type": "string"
        },
        "Metadata": {
          "type": "string"
        },
        "SessionTimeout": {
          "type": "number"
        },
        "UserAttribute": {
          "type": "string"
        }
      },
      "required": [
        "Metadata"
      ],
      "additionalProperties": false
    },
    "AWS::OpenSearchServerless::SecurityPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Policy": {
              "type": "string"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "Policy",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OpenSearchServerless::SecurityPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::OpenSearchServerless::VpcEndpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "SubnetIds",
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OpenSearchServerless::VpcEndpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessPolicies": {
              "type": "object"
            },
            "AdvancedOptions": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "AdvancedSecurityOptions": {
              "$ref": "#/$defs/AWS::OpenSearchService::Domain.AdvancedSecurityOptionsInput"
            },
            "ClusterConfig": {
              "$ref": "#/$defs/AWS::OpenSearchService::Domain.ClusterConfig"
            },
            "CognitoOptions": {
              "$ref": "#/$defs/AWS::OpenSearchService::Domain.CognitoOptions"
            },
            "DomainEndpointOptions": {
              "$ref": "#/$defs/AWS::OpenSearchService::Domain.DomainEndpointOptions"
            },
            "DomainName": {
              "type": "string"
            },
            "EBSOptions": {
              "$ref": "#/$defs/AWS::OpenSearchService::Domain.EBSOptions"
            },
            "EncryptionAtRestOptions": {
              "$ref": "#/$defs/AWS::OpenSearchService::Domain.EncryptionAtRestOptions"
            },
            "EngineVersion": {
              "type": "string"
            },
            "IPAddressType": {
              "type": "string"
            },
            "LogPublishingOptions": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::OpenSearchService::Domain.LogPublishingOption"
                }
              }
            },
            "NodeToNodeEncryptionOptions": {
              "$ref": "#/$defs/AWS::OpenSearchService::Domain.NodeToNodeEncryptionOptions"
            },
            "OffPeakWindowOptions": {
              "$ref": "#/$defs/AWS::OpenSearchService::Domain.OffPeakWindowOptions"
            },
            "SnapshotOptions": {
              "$ref": "#/$defs/AWS::OpenSearchService::Domain.SnapshotOptions"
            },
            "SoftwareUpdateOptions": {
              "$ref": "#/$defs/AWS::OpenSearchService::Domain.SoftwareUpdateOptions"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VPCOptions": {
              "$ref": "#/$defs/AWS::OpenSearchService::Domain.VPCOptions"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OpenSearchService::Domain"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.AdvancedSecurityOptionsInput": {
      "type": "object",
      "properties": {
        "AnonymousAuthDisableDate": {
          "type": "string"
        },
        "AnonymousAuthEnabled": {
          "type": "boolean"
        },
        "Enabled": {
          "type": "boolean"
        },
        "InternalUserDatabaseEnabled": {
          "type": "boolean"
        },
        "MasterUserOptions": {
          "$ref": "#/$defs/AWS::OpenSearchService::Domain.MasterUserOptions"
        },
        "SAMLOptions": {
          "$ref": "#/$defs/AWS::OpenSearchService::Domain.SAMLOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.ClusterConfig": {
      "type": "object",
      "properties": {
        "ColdStorageOptions": {
          "$ref": "#/$defs/AWS::OpenSearchService::Domain.ColdStorageOptions"
        },
        "DedicatedMasterCount": {
          "type": "number"
        },
        "DedicatedMasterEnabled": {
          "type": "boolean"
        },
        "DedicatedMasterType": {
          "type": "string"
        },
        "InstanceCount": {
          "type": "number"
        },
        "InstanceType": {
          "type": "string"
        },
        "MultiAZWithStandbyEnabled": {
          "type": "boolean"
        },
        "WarmCount": {
          "type": "number"
        },
        "WarmEnabled": {
          "type": "boolean"
        },
        "WarmType": {
          "type": "string"
        },
        "ZoneAwarenessConfig": {
          "$ref": "#/$defs/AWS::OpenSearchService::Domain.ZoneAwarenessConfig"
        },
        "ZoneAwarenessEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.CognitoOptions": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "IdentityPoolId": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        },
        "UserPoolId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.ColdStorageOptions": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.DomainEndpointOptions": {
      "type": "object",
      "properties": {
        "CustomEndpoint": {
          "type": "string"
        },
        "CustomEndpointCertificateArn": {
          "type": "string"
        },
        "CustomEndpointEnabled": {
          "type": "boolean"
        },
        "EnforceHTTPS": {
          "type": "boolean"
        },
        "TLSSecurityPolicy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.EBSOptions": {
      "type": "object",
      "properties": {
        "EBSEnabled": {
          "type": "boolean"
        },
        "Iops": {
          "type": "number"
        },
        "Throughput": {
          "type": "number"
        },
        "VolumeSize": {
          "type": "number"
        },
        "VolumeType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.EncryptionAtRestOptions": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "KmsKeyId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.Idp": {
      "type": "object",
      "properties": {
        "EntityId": {
          "type": "string"
        },
        "MetadataContent": {
          "type": "string"
        }
      },
      "required": [
        "EntityId",
        "MetadataContent"
      ],
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.LogPublishingOption": {
      "type": "object",
      "properties": {
        "CloudWatchLogsLogGroupArn": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.MasterUserOptions": {
      "type": "object",
      "properties": {
        "MasterUserARN": {
          "type": "string"
        },
        "MasterUserName": {
          "type": "string"
        },
        "MasterUserPassword": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.NodeToNodeEncryptionOptions": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.OffPeakWindow": {
      "type": "object",
      "properties": {
        "WindowStartTime": {
          "$ref": "#/$defs/AWS::OpenSearchService::Domain.WindowStartTime"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.OffPeakWindowOptions": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "OffPeakWindow": {
          "$ref": "#/$defs/AWS::OpenSearchService::Domain.OffPeakWindow"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.SAMLOptions": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "Idp": {
          "$ref": "#/$defs/AWS::OpenSearchService::Domain.Idp"
        },
        "MasterBackendRole": {
          "type": "string"
        },
        "MasterUserName": {
          "type": "string"
        },
        "RolesKey": {
          "type": "string"
        },
        "SessionTimeoutMinutes": {
          "type": "number"
        },
        "SubjectKey": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.ServiceSoftwareOptions": {
      "type": "object",
      "properties": {
        "AutomatedUpdateDate": {
          "type": "string"
        },
        "Cancellable": {
          "type": "boolean"
        },
        "CurrentVersion": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "NewVersion": {
          "type": "string"
        },
        "OptionalDeployment": {
          "type": "boolean"
        },
        "UpdateAvailable": {
          "type": "boolean"
        },
        "UpdateStatus": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.SnapshotOptions": {
      "type": "object",
      "properties": {
        "AutomatedSnapshotStartHour": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.SoftwareUpdateOptions": {
      "type": "object",
      "properties": {
        "AutoSoftwareUpdateEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.VPCOptions": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.WindowStartTime": {
      "type": "object",
      "properties": {
        "Hours": {
          "type": "number"
        },
        "Minutes": {
          "type": "number"
        }
      },
      "required": [
        "Hours",
        "Minutes"
      ],
      "additionalProperties": false
    },
    "AWS::OpenSearchService::Domain.ZoneAwarenessConfig": {
      "type": "object",
      "properties": {
        "AvailabilityZoneCount": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::App": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AppSource": {
              "$ref": "#/$defs/AWS::OpsWorks::App.Source"
            },
            "Attributes": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "DataSources": {
              "items": {
                "$ref": "#/$defs/AWS::OpsWorks::App.DataSource"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "Domains": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "EnableSsl": {
              "type": "boolean"
            },
            "Environment": {
              "items": {
                "$ref": "#/$defs/AWS::OpsWorks::App.EnvironmentVariable"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Shortname": {
              "type": "string"
            },
            "SslConfiguration": {
              "$ref": "#/$defs/AWS::OpsWorks::App.SslConfiguration"
            },
            "StackId": {
              "type": "string"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "StackId",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OpsWorks::App"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::OpsWorks::App.DataSource": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::App.EnvironmentVariable": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Secure": {
          "type": "boolean"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::OpsWorks::App.Source": {
      "type": "object",
      "properties": {
        "Password": {
          "type": "string"
        },
        "Revision": {
          "type": "string"
        },
        "SshKey": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::App.SslConfiguration": {
      "type": "object",
      "properties": {
        "Certificate": {
          "type": "string"
        },
        "Chain": {
          "type": "string"
        },
        "PrivateKey": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::ElasticLoadBalancerAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ElasticLoadBalancerName": {
              "type": "string"
            },
            "LayerId": {
              "type": "string"
            }
          },
          "required": [
            "ElasticLoadBalancerName",
            "LayerId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OpsWorks::ElasticLoadBalancerAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::OpsWorks::Instance": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AgentVersion": {
              "type": "string"
            },
            "AmiId": {
              "type": "string"
            },
            "Architecture": {
              "type": "string"
            },
            "AutoScalingType": {
              "type": "string"
            },
            "AvailabilityZone": {
              "type": "string"
            },
            "BlockDeviceMappings": {
              "items": {
                "$ref": "#/$defs/AWS::OpsWorks::Instance.BlockDeviceMapping"
              },
              "type": "array"
            },
            "EbsOptimized": {
              "type": "boolean"
            },
            "ElasticIps": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Hostname": {
              "type": "string"
            },
            "InstallUpdatesOnBoot": {
              "type": "boolean"
            },
            "InstanceType": {
              "type": "string"
            },
            "LayerIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Os": {
              "type": "string"
            },
            "RootDeviceType": {
              "type": "string"
            },
            "SshKeyName": {
              "type": "string"
            },
            "StackId": {
              "type": "string"
            },
            "SubnetId": {
              "type": "string"
            },
            "Tenancy": {
              "type": "string"
            },
            "TimeBasedAutoScaling": {
              "$ref": "#/$defs/AWS::OpsWorks::Instance.TimeBasedAutoScaling"
            },
            "VirtualizationType": {
              "type": "string"
            },
            "Volumes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "InstanceType",
            "LayerIds",
            "StackId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OpsWorks::Instance"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::OpsWorks::Instance.BlockDeviceMapping": {
      "type": "object",
      "properties": {
        "DeviceName": {
          "type": "string"
        },
        "Ebs": {
          "$ref": "#/$defs/AWS::OpsWorks::Instance.EbsBlockDevice"
        },
        "NoDevice": {
          "type": "string"
        },
        "VirtualName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::Instance.EbsBlockDevice": {
      "type": "object",
      "properties": {
        "DeleteOnTermination": {
          "type": "boolean"
        },
        "Iops": {
          "type": "number"
        },
        "SnapshotId": {
          "type": "string"
        },
        "VolumeSize": {
          "type": "number"
        },
        "VolumeType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::Instance.TimeBasedAutoScaling": {
      "type": "object",
      "properties": {
        "Friday": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Monday": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Saturday": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Sunday": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Thursday": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Tuesday": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Wednesday": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::Layer": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Attributes": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "AutoAssignElasticIps": {
              "type": "boolean"
            },
            "AutoAssignPublicIps": {
              "type": "boolean"
            },
            "CustomInstanceProfileArn": {
              "type": "string"
            },
            "CustomJson": {
              "type": "object"
            },
            "CustomRecipes": {
              "$ref": "#/$defs/AWS::OpsWorks::Layer.Recipes"
            },
            "CustomSecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "EnableAutoHealing": {
              "type": "boolean"
            },
            "InstallUpdatesOnBoot": {
              "type": "boolean"
            },
            "LifecycleEventConfiguration": {
              "$ref": "#/$defs/AWS::OpsWorks::Layer.LifecycleEventConfiguration"
            },
            "LoadBasedAutoScaling": {
              "$ref": "#/$defs/AWS::OpsWorks::Layer.LoadBasedAutoScaling"
            },
            "Name": {
              "type": "string"
            },
            "Packages": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Shortname": {
              "type": "string"
            },
            "StackId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            },
            "UseEbsOptimizedInstances": {
              "type": "boolean"
            },
            "VolumeConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::OpsWorks::Layer.VolumeConfiguration"
              },
              "type": "array"
            }
          },
          "required": [
            "AutoAssignElasticIps",
            "AutoAssignPublicIps",
            "EnableAutoHealing",
            "Name",
            "Shortname",
            "StackId",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OpsWorks::Layer"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::OpsWorks::Layer.AutoScalingThresholds": {
      "type": "object",
      "properties": {
        "CpuThreshold": {
          "type": "number"
        },
        "IgnoreMetricsTime": {
          "type": "number"
        },
        "InstanceCount": {
          "type": "number"
        },
        "LoadThreshold": {
          "type": "number"
        },
        "MemoryThreshold": {
          "type": "number"
        },
        "ThresholdsWaitTime": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::Layer.LifecycleEventConfiguration": {
      "type": "object",
      "properties": {
        "ShutdownEventConfiguration": {
          "$ref": "#/$defs/AWS::OpsWorks::Layer.ShutdownEventConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::Layer.LoadBasedAutoScaling": {
      "type": "object",
      "properties": {
        "DownScaling": {
          "$ref": "#/$defs/AWS::OpsWorks::Layer.AutoScalingThresholds"
        },
        "Enable": {
          "type": "boolean"
        },
        "UpScaling": {
          "$ref": "#/$defs/AWS::OpsWorks::Layer.AutoScalingThresholds"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::Layer.Recipes": {
      "type": "object",
      "properties": {
        "Configure": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Deploy": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Setup": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Shutdown": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Undeploy": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::Layer.ShutdownEventConfiguration": {
      "type": "object",
      "properties": {
        "DelayUntilElbConnectionsDrained": {
          "type": "boolean"
        },
        "ExecutionTimeout": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::Layer.VolumeConfiguration": {
      "type": "object",
      "properties": {
        "Encrypted": {
          "type": "boolean"
        },
        "Iops": {
          "type": "number"
        },
        "MountPoint": {
          "type": "string"
        },
        "NumberOfDisks": {
          "type": "number"
        },
        "RaidLevel": {
          "type": "number"
        },
        "Size": {
          "type": "number"
        },
        "VolumeType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::Stack": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AgentVersion": {
              "type": "string"
            },
            "Attributes": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "ChefConfiguration": {
              "$ref": "#/$defs/AWS::OpsWorks::Stack.ChefConfiguration"
            },
            "CloneAppIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ClonePermissions": {
              "type": "boolean"
            },
            "ConfigurationManager": {
              "$ref": "#/$defs/AWS::OpsWorks::Stack.StackConfigurationManager"
            },
            "CustomCookbooksSource": {
              "$ref": "#/$defs/AWS::OpsWorks::Stack.Source"
            },
            "CustomJson": {
              "type": "object"
            },
            "DefaultAvailabilityZone": {
              "type": "string"
            },
            "DefaultInstanceProfileArn": {
              "type": "string"
            },
            "DefaultOs": {
              "type": "string"
            },
            "DefaultRootDeviceType": {
              "type": "string"
            },
            "DefaultSshKeyName": {
              "type": "string"
            },
            "DefaultSubnetId": {
              "type": "string"
            },
            "EcsClusterArn": {
              "type": "string"
            },
            "ElasticIps": {
              "items": {
                "$ref": "#/$defs/AWS::OpsWorks::Stack.ElasticIp"
              },
              "type": "array"
            },
            "HostnameTheme": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RdsDbInstances": {
              "items": {
                "$ref": "#/$defs/AWS::OpsWorks::Stack.RdsDbInstance"
              },
              "type": "array"
            },
            "ServiceRoleArn": {
              "type": "string"
            },
            "SourceStackId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UseCustomCookbooks": {
              "type": "boolean"
            },
            "UseOpsworksSecurityGroups": {
              "type": "boolean"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "DefaultInstanceProfileArn",
            "Name",
            "ServiceRoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OpsWorks::Stack"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::OpsWorks::Stack.ChefConfiguration": {
      "type": "object",
      "properties": {
        "BerkshelfVersion": {
          "type": "string"
        },
        "ManageBerkshelf": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::Stack.ElasticIp": {
      "type": "object",
      "properties": {
        "Ip": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Ip"
      ],
      "additionalProperties": false
    },
    "AWS::OpsWorks::Stack.RdsDbInstance": {
      "type": "object",
      "properties": {
        "DbPassword": {
          "type": "string"
        },
        "DbUser": {
          "type": "string"
        },
        "RdsDbInstanceArn": {
          "type": "string"
        }
      },
      "required": [
        "DbPassword",
        "DbUser",
        "RdsDbInstanceArn"
      ],
      "additionalProperties": false
    },
    "AWS::OpsWorks::Stack.Source": {
      "type": "object",
      "properties": {
        "Password": {
          "type": "string"
        },
        "Revision": {
          "type": "string"
        },
        "SshKey": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::Stack.StackConfigurationManager": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::OpsWorks::UserProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllowSelfManagement": {
              "type": "boolean"
            },
            "IamUserArn": {
              "type": "string"
            },
            "SshPublicKey": {
              "type": "string"
            },
            "SshUsername": {
              "type": "string"
            }
          },
          "required": [
            "IamUserArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OpsWorks::UserProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::OpsWorks::Volume": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Ec2VolumeId": {
              "type": "string"
            },
            "MountPoint": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "StackId": {
              "type": "string"
            }
          },
          "required": [
            "Ec2VolumeId",
            "StackId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OpsWorks::Volume"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::OpsWorksCM::Server": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssociatePublicIpAddress": {
              "type": "boolean"
            },
            "BackupId": {
              "type": "string"
            },
            "BackupRetentionCount": {
              "type": "number"
            },
            "CustomCertificate": {
              "type": "string"
            },
            "CustomDomain": {
              "type": "string"
            },
            "CustomPrivateKey": {
              "type": "string"
            },
            "DisableAutomatedBackup": {
              "type": "boolean"
            },
            "Engine": {
              "type": "string"
            },
            "EngineAttributes": {
              "items": {
                "$ref": "#/$defs/AWS::OpsWorksCM::Server.EngineAttribute"
              },
              "type": "array"
            },
            "EngineModel": {
              "type": "string"
            },
            "EngineVersion": {
              "type": "string"
            },
            "InstanceProfileArn": {
              "type": "string"
            },
            "InstanceType": {
              "type": "string"
            },
            "KeyPair": {
              "type": "string"
            },
            "PreferredBackupWindow": {
              "type": "string"
            },
            "PreferredMaintenanceWindow": {
              "type": "string"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ServiceRoleArn": {
              "type": "string"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "InstanceProfileArn",
            "InstanceType",
            "ServiceRoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::OpsWorksCM::Server"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::OpsWorksCM::Server.EngineAttribute": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Organizations::Account": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccountName": {
              "type": "string"
            },
            "Email": {
              "type": "string"
            },
            "ParentIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "RoleName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AccountName",
            "Email"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Organizations::Account"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Organizations::Organization": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FeatureSet": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Organizations::Organization"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Organizations::OrganizationalUnit": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "ParentId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "ParentId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Organizations::OrganizationalUnit"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Organizations::Policy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Content": {
              "type": "object"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Content",
            "Name",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Organizations::Policy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Organizations::ResourcePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Content": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Content"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Organizations::ResourcePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Connector": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CertificateAuthorityArn": {
              "type": "string"
            },
            "DirectoryId": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "VpcInformation": {
              "$ref": "#/$defs/AWS::PCAConnectorAD::Connector.VpcInformation"
            }
          },
          "required": [
            "CertificateAuthorityArn",
            "DirectoryId",
            "VpcInformation"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::PCAConnectorAD::Connector"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Connector.VpcInformation": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SecurityGroupIds"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::DirectoryRegistration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DirectoryId": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "DirectoryId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::PCAConnectorAD::DirectoryRegistration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::ServicePrincipalName": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConnectorArn": {
              "type": "string"
            },
            "DirectoryRegistrationArn": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::PCAConnectorAD::ServicePrincipalName"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConnectorArn": {
              "type": "string"
            },
            "Definition": {
              "$ref": "#/$defs/AWS::PCAConnectorAD::Template.TemplateDefinition"
            },
            "Name": {
              "type": "string"
            },
            "ReenrollAllCertificateHolders": {
              "type": "boolean"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "ConnectorArn",
            "Definition",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::PCAConnectorAD::Template"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.ApplicationPolicies": {
      "type": "object",
      "properties": {
        "Critical": {
          "type": "boolean"
        },
        "Policies": {
          "items": {
            "$ref": "#/$defs/AWS::PCAConnectorAD::Template.ApplicationPolicy"
          },
          "type": "array"
        }
      },
      "required": [
        "Policies"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.ApplicationPolicy": {
      "type": "object",
      "properties": {
        "PolicyObjectIdentifier": {
          "type": "string"
        },
        "PolicyType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.CertificateValidity": {
      "type": "object",
      "properties": {
        "RenewalPeriod": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.ValidityPeriod"
        },
        "ValidityPeriod": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.ValidityPeriod"
        }
      },
      "required": [
        "RenewalPeriod",
        "ValidityPeriod"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.EnrollmentFlagsV2": {
      "type": "object",
      "properties": {
        "EnableKeyReuseOnNtTokenKeysetStorageFull": {
          "type": "boolean"
        },
        "IncludeSymmetricAlgorithms": {
          "type": "boolean"
        },
        "NoSecurityExtension": {
          "type": "boolean"
        },
        "RemoveInvalidCertificateFromPersonalStore": {
          "type": "boolean"
        },
        "UserInteractionRequired": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.EnrollmentFlagsV3": {
      "type": "object",
      "properties": {
        "EnableKeyReuseOnNtTokenKeysetStorageFull": {
          "type": "boolean"
        },
        "IncludeSymmetricAlgorithms": {
          "type": "boolean"
        },
        "NoSecurityExtension": {
          "type": "boolean"
        },
        "RemoveInvalidCertificateFromPersonalStore": {
          "type": "boolean"
        },
        "UserInteractionRequired": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.EnrollmentFlagsV4": {
      "type": "object",
      "properties": {
        "EnableKeyReuseOnNtTokenKeysetStorageFull": {
          "type": "boolean"
        },
        "IncludeSymmetricAlgorithms": {
          "type": "boolean"
        },
        "NoSecurityExtension": {
          "type": "boolean"
        },
        "RemoveInvalidCertificateFromPersonalStore": {
          "type": "boolean"
        },
        "UserInteractionRequired": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.ExtensionsV2": {
      "type": "object",
      "properties": {
        "ApplicationPolicies": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.ApplicationPolicies"
        },
        "KeyUsage": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.KeyUsage"
        }
      },
      "required": [
        "KeyUsage"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.ExtensionsV3": {
      "type": "object",
      "properties": {
        "ApplicationPolicies": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.ApplicationPolicies"
        },
        "KeyUsage": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.KeyUsage"
        }
      },
      "required": [
        "KeyUsage"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.ExtensionsV4": {
      "type": "object",
      "properties": {
        "ApplicationPolicies": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.ApplicationPolicies"
        },
        "KeyUsage": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.KeyUsage"
        }
      },
      "required": [
        "KeyUsage"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.GeneralFlagsV2": {
      "type": "object",
      "properties": {
        "AutoEnrollment": {
          "type": "boolean"
        },
        "MachineType": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.GeneralFlagsV3": {
      "type": "object",
      "properties": {
        "AutoEnrollment": {
          "type": "boolean"
        },
        "MachineType": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.GeneralFlagsV4": {
      "type": "object",
      "properties": {
        "AutoEnrollment": {
          "type": "boolean"
        },
        "MachineType": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.KeyUsage": {
      "type": "object",
      "properties": {
        "Critical": {
          "type": "boolean"
        },
        "UsageFlags": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.KeyUsageFlags"
        }
      },
      "required": [
        "UsageFlags"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.KeyUsageFlags": {
      "type": "object",
      "properties": {
        "DataEncipherment": {
          "type": "boolean"
        },
        "DigitalSignature": {
          "type": "boolean"
        },
        "KeyAgreement": {
          "type": "boolean"
        },
        "KeyEncipherment": {
          "type": "boolean"
        },
        "NonRepudiation": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.KeyUsageProperty": {
      "type": "object",
      "properties": {
        "PropertyFlags": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.KeyUsagePropertyFlags"
        },
        "PropertyType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.KeyUsagePropertyFlags": {
      "type": "object",
      "properties": {
        "Decrypt": {
          "type": "boolean"
        },
        "KeyAgreement": {
          "type": "boolean"
        },
        "Sign": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.PrivateKeyAttributesV2": {
      "type": "object",
      "properties": {
        "CryptoProviders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "KeySpec": {
          "type": "string"
        },
        "MinimalKeyLength": {
          "type": "number"
        }
      },
      "required": [
        "KeySpec",
        "MinimalKeyLength"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.PrivateKeyAttributesV3": {
      "type": "object",
      "properties": {
        "Algorithm": {
          "type": "string"
        },
        "CryptoProviders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "KeySpec": {
          "type": "string"
        },
        "KeyUsageProperty": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.KeyUsageProperty"
        },
        "MinimalKeyLength": {
          "type": "number"
        }
      },
      "required": [
        "Algorithm",
        "KeySpec",
        "KeyUsageProperty",
        "MinimalKeyLength"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.PrivateKeyAttributesV4": {
      "type": "object",
      "properties": {
        "Algorithm": {
          "type": "string"
        },
        "CryptoProviders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "KeySpec": {
          "type": "string"
        },
        "KeyUsageProperty": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.KeyUsageProperty"
        },
        "MinimalKeyLength": {
          "type": "number"
        }
      },
      "required": [
        "KeySpec",
        "MinimalKeyLength"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.PrivateKeyFlagsV2": {
      "type": "object",
      "properties": {
        "ClientVersion": {
          "type": "string"
        },
        "ExportableKey": {
          "type": "boolean"
        },
        "StrongKeyProtectionRequired": {
          "type": "boolean"
        }
      },
      "required": [
        "ClientVersion"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.PrivateKeyFlagsV3": {
      "type": "object",
      "properties": {
        "ClientVersion": {
          "type": "string"
        },
        "ExportableKey": {
          "type": "boolean"
        },
        "RequireAlternateSignatureAlgorithm": {
          "type": "boolean"
        },
        "StrongKeyProtectionRequired": {
          "type": "boolean"
        }
      },
      "required": [
        "ClientVersion"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.PrivateKeyFlagsV4": {
      "type": "object",
      "properties": {
        "ClientVersion": {
          "type": "string"
        },
        "ExportableKey": {
          "type": "boolean"
        },
        "RequireAlternateSignatureAlgorithm": {
          "type": "boolean"
        },
        "RequireSameKeyRenewal": {
          "type": "boolean"
        },
        "StrongKeyProtectionRequired": {
          "type": "boolean"
        },
        "UseLegacyProvider": {
          "type": "boolean"
        }
      },
      "required": [
        "ClientVersion"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.SubjectNameFlagsV2": {
      "type": "object",
      "properties": {
        "RequireCommonName": {
          "type": "boolean"
        },
        "RequireDirectoryPath": {
          "type": "boolean"
        },
        "RequireDnsAsCn": {
          "type": "boolean"
        },
        "RequireEmail": {
          "type": "boolean"
        },
        "SanRequireDirectoryGuid": {
          "type": "boolean"
        },
        "SanRequireDns": {
          "type": "boolean"
        },
        "SanRequireDomainDns": {
          "type": "boolean"
        },
        "SanRequireEmail": {
          "type": "boolean"
        },
        "SanRequireSpn": {
          "type": "boolean"
        },
        "SanRequireUpn": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.SubjectNameFlagsV3": {
      "type": "object",
      "properties": {
        "RequireCommonName": {
          "type": "boolean"
        },
        "RequireDirectoryPath": {
          "type": "boolean"
        },
        "RequireDnsAsCn": {
          "type": "boolean"
        },
        "RequireEmail": {
          "type": "boolean"
        },
        "SanRequireDirectoryGuid": {
          "type": "boolean"
        },
        "SanRequireDns": {
          "type": "boolean"
        },
        "SanRequireDomainDns": {
          "type": "boolean"
        },
        "SanRequireEmail": {
          "type": "boolean"
        },
        "SanRequireSpn": {
          "type": "boolean"
        },
        "SanRequireUpn": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.SubjectNameFlagsV4": {
      "type": "object",
      "properties": {
        "RequireCommonName": {
          "type": "boolean"
        },
        "RequireDirectoryPath": {
          "type": "boolean"
        },
        "RequireDnsAsCn": {
          "type": "boolean"
        },
        "RequireEmail": {
          "type": "boolean"
        },
        "SanRequireDirectoryGuid": {
          "type": "boolean"
        },
        "SanRequireDns": {
          "type": "boolean"
        },
        "SanRequireDomainDns": {
          "type": "boolean"
        },
        "SanRequireEmail": {
          "type": "boolean"
        },
        "SanRequireSpn": {
          "type": "boolean"
        },
        "SanRequireUpn": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.TemplateDefinition": {
      "type": "object",
      "properties": {
        "TemplateV2": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.TemplateV2"
        },
        "TemplateV3": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.TemplateV3"
        },
        "TemplateV4": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.TemplateV4"
        }
      },
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.TemplateV2": {
      "type": "object",
      "properties": {
        "CertificateValidity": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.CertificateValidity"
        },
        "EnrollmentFlags": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.EnrollmentFlagsV2"
        },
        "Extensions": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.ExtensionsV2"
        },
        "GeneralFlags": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.GeneralFlagsV2"
        },
        "PrivateKeyAttributes": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.PrivateKeyAttributesV2"
        },
        "PrivateKeyFlags": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.PrivateKeyFlagsV2"
        },
        "SubjectNameFlags": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.SubjectNameFlagsV2"
        },
        "SupersededTemplates": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "CertificateValidity",
        "EnrollmentFlags",
        "Extensions",
        "GeneralFlags",
        "PrivateKeyAttributes",
        "PrivateKeyFlags",
        "SubjectNameFlags"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.TemplateV3": {
      "type": "object",
      "properties": {
        "CertificateValidity": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.CertificateValidity"
        },
        "EnrollmentFlags": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.EnrollmentFlagsV3"
        },
        "Extensions": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.ExtensionsV3"
        },
        "GeneralFlags": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.GeneralFlagsV3"
        },
        "HashAlgorithm": {
          "type": "string"
        },
        "PrivateKeyAttributes": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.PrivateKeyAttributesV3"
        },
        "PrivateKeyFlags": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.PrivateKeyFlagsV3"
        },
        "SubjectNameFlags": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.SubjectNameFlagsV3"
        },
        "SupersededTemplates": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "CertificateValidity",
        "EnrollmentFlags",
        "Extensions",
        "GeneralFlags",
        "HashAlgorithm",
        "PrivateKeyAttributes",
        "PrivateKeyFlags",
        "SubjectNameFlags"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.TemplateV4": {
      "type": "object",
      "properties": {
        "CertificateValidity": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.CertificateValidity"
        },
        "EnrollmentFlags": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.EnrollmentFlagsV4"
        },
        "Extensions": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.ExtensionsV4"
        },
        "GeneralFlags": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.GeneralFlagsV4"
        },
        "HashAlgorithm": {
          "type": "string"
        },
        "PrivateKeyAttributes": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.PrivateKeyAttributesV4"
        },
        "PrivateKeyFlags": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.PrivateKeyFlagsV4"
        },
        "SubjectNameFlags": {
          "$ref": "#/$defs/AWS::PCAConnectorAD::Template.SubjectNameFlagsV4"
        },
        "SupersededTemplates": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "CertificateValidity",
        "EnrollmentFlags",
        "Extensions",
        "GeneralFlags",
        "PrivateKeyAttributes",
        "PrivateKeyFlags",
        "SubjectNameFlags"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::Template.ValidityPeriod": {
      "type": "object",
      "properties": {
        "Period": {
          "type": "number"
        },
        "PeriodType": {
          "type": "string"
        }
      },
      "required": [
        "Period",
        "PeriodType"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::TemplateGroupAccessControlEntry": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessRights": {
              "$ref": "#/$defs/AWS::PCAConnectorAD::TemplateGroupAccessControlEntry.AccessRights"
            },
            "GroupDisplayName": {
              "type": "string"
            },
            "GroupSecurityIdentifier": {
              "type": "string"
            },
            "TemplateArn": {
              "type": "string"
            }
          },
          "required": [
            "AccessRights",
            "GroupDisplayName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::PCAConnectorAD::TemplateGroupAccessControlEntry"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::PCAConnectorAD::TemplateGroupAccessControlEntry.AccessRights": {
      "type": "object",
      "properties": {
        "AutoEnroll": {
          "type": "string"
        },
        "Enroll": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Panorama::ApplicationInstance": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationInstanceIdToReplace": {
              "type": "string"
            },
            "DefaultRuntimeContextDevice": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "ManifestOverridesPayload": {
              "$ref": "#/$defs/AWS::Panorama::ApplicationInstance.ManifestOverridesPayload"
            },
            "ManifestPayload": {
              "$ref": "#/$defs/AWS::Panorama::ApplicationInstance.ManifestPayload"
            },
            "Name": {
              "type": "string"
            },
            "RuntimeRoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DefaultRuntimeContextDevice",
            "ManifestPayload"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Panorama::ApplicationInstance"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Panorama::ApplicationInstance.ManifestOverridesPayload": {
      "type": "object",
      "properties": {
        "PayloadData": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Panorama::ApplicationInstance.ManifestPayload": {
      "type": "object",
      "properties": {
        "PayloadData": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Panorama::Package": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PackageName": {
              "type": "string"
            },
            "StorageLocation": {
              "$ref": "#/$defs/AWS::Panorama::Package.StorageLocation"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "PackageName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Panorama::Package"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Panorama::Package.StorageLocation": {
      "type": "object",
      "properties": {
        "BinaryPrefixLocation": {
          "type": "string"
        },
        "Bucket": {
          "type": "string"
        },
        "GeneratedPrefixLocation": {
          "type": "string"
        },
        "ManifestPrefixLocation": {
          "type": "string"
        },
        "RepoPrefixLocation": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Panorama::PackageVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MarkLatest": {
              "type": "boolean"
            },
            "OwnerAccount": {
              "type": "string"
            },
            "PackageId": {
              "type": "string"
            },
            "PackageVersion": {
              "type": "string"
            },
            "PatchVersion": {
              "type": "string"
            },
            "UpdatedLatestPatchVersion": {
              "type": "string"
            }
          },
          "required": [
            "PackageId",
            "PackageVersion",
            "PatchVersion"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Panorama::PackageVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::PaymentCryptography::Alias": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AliasName": {
              "type": "string"
            },
            "KeyArn": {
              "type": "string"
            }
          },
          "required": [
            "AliasName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::PaymentCryptography::Alias"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::PaymentCryptography::Key": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Enabled": {
              "type": "boolean"
            },
            "Exportable": {
              "type": "boolean"
            },
            "KeyAttributes": {
              "$ref": "#/$defs/AWS::PaymentCryptography::Key.KeyAttributes"
            },
            "KeyCheckValueAlgorithm": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Exportable",
            "KeyAttributes"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::PaymentCryptography::Key"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::PaymentCryptography::Key.KeyAttributes": {
      "type": "object",
      "properties": {
        "KeyAlgorithm": {
          "type": "string"
        },
        "KeyClass": {
          "type": "string"
        },
        "KeyModesOfUse": {
          "$ref": "#/$defs/AWS::PaymentCryptography::Key.KeyModesOfUse"
        },
        "KeyUsage": {
          "type": "string"
        }
      },
      "required": [
        "KeyAlgorithm",
        "KeyClass",
        "KeyModesOfUse",
        "KeyUsage"
      ],
      "additionalProperties": false
    },
    "AWS::PaymentCryptography::Key.KeyModesOfUse": {
      "type": "object",
      "properties": {
        "Decrypt": {
          "type": "boolean"
        },
        "DeriveKey": {
          "type": "boolean"
        },
        "Encrypt": {
          "type": "boolean"
        },
        "Generate": {
          "type": "boolean"
        },
        "NoRestrictions": {
          "type": "boolean"
        },
        "Sign": {
          "type": "boolean"
        },
        "Unwrap": {
          "type": "boolean"
        },
        "Verify": {
          "type": "boolean"
        },
        "Wrap": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::Personalize::Dataset": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DatasetGroupArn": {
              "type": "string"
            },
            "DatasetImportJob": {
              "$ref": "#/$defs/AWS::Personalize::Dataset.DatasetImportJob"
            },
            "DatasetType": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "SchemaArn": {
              "type": "string"
            }
          },
          "required": [
            "DatasetGroupArn",
            "DatasetType",
            "Name",
            "SchemaArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Personalize::Dataset"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Personalize::Dataset.DataSource": {
      "type": "object",
      "properties": {
        "DataLocation": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Personalize::Dataset.DatasetImportJob": {
      "type": "object",
      "properties": {
        "DataSource": {
          "$ref": "#/$defs/AWS::Personalize::Dataset.DataSource"
        },
        "DatasetArn": {
          "type": "string"
        },
        "DatasetImportJobArn": {
          "type": "string"
        },
        "JobName": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Personalize::DatasetGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Domain": {
              "type": "string"
            },
            "KmsKeyArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Personalize::DatasetGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Personalize::Schema": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Domain": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Schema": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "Schema"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Personalize::Schema"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Personalize::Solution": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DatasetGroupArn": {
              "type": "string"
            },
            "EventType": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "PerformAutoML": {
              "type": "boolean"
            },
            "PerformHPO": {
              "type": "boolean"
            },
            "RecipeArn": {
              "type": "string"
            },
            "SolutionConfig": {
              "$ref": "#/$defs/AWS::Personalize::Solution.SolutionConfig"
            }
          },
          "required": [
            "DatasetGroupArn",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Personalize::Solution"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Personalize::Solution.AlgorithmHyperParameterRanges": {
      "type": "object",
      "properties": {
        "CategoricalHyperParameterRanges": {
          "items": {
            "$ref": "#/$defs/AWS::Personalize::Solution.CategoricalHyperParameterRange"
          },
          "type": "array"
        },
        "ContinuousHyperParameterRanges": {
          "items": {
            "$ref": "#/$defs/AWS::Personalize::Solution.ContinuousHyperParameterRange"
          },
          "type": "array"
        },
        "IntegerHyperParameterRanges": {
          "items": {
            "$ref": "#/$defs/AWS::Personalize::Solution.IntegerHyperParameterRange"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Personalize::Solution.AutoMLConfig": {
      "type": "object",
      "properties": {
        "MetricName": {
          "type": "string"
        },
        "RecipeList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Personalize::Solution.CategoricalHyperParameterRange": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Personalize::Solution.ContinuousHyperParameterRange": {
      "type": "object",
      "properties": {
        "MaxValue": {
          "type": "number"
        },
        "MinValue": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Personalize::Solution.HpoConfig": {
      "type": "object",
      "properties": {
        "AlgorithmHyperParameterRanges": {
          "$ref": "#/$defs/AWS::Personalize::Solution.AlgorithmHyperParameterRanges"
        },
        "HpoObjective": {
          "$ref": "#/$defs/AWS::Personalize::Solution.HpoObjective"
        },
        "HpoResourceConfig": {
          "$ref": "#/$defs/AWS::Personalize::Solution.HpoResourceConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::Personalize::Solution.HpoObjective": {
      "type": "object",
      "properties": {
        "MetricName": {
          "type": "string"
        },
        "MetricRegex": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Personalize::Solution.HpoResourceConfig": {
      "type": "object",
      "properties": {
        "MaxNumberOfTrainingJobs": {
          "type": "string"
        },
        "MaxParallelTrainingJobs": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Personalize::Solution.IntegerHyperParameterRange": {
      "type": "object",
      "properties": {
        "MaxValue": {
          "type": "number"
        },
        "MinValue": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Personalize::Solution.SolutionConfig": {
      "type": "object",
      "properties": {
        "AlgorithmHyperParameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "AutoMLConfig": {
          "$ref": "#/$defs/AWS::Personalize::Solution.AutoMLConfig"
        },
        "EventValueThreshold": {
          "type": "string"
        },
        "FeatureTransformationParameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "HpoConfig": {
          "$ref": "#/$defs/AWS::Personalize::Solution.HpoConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::ADMChannel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "ClientId": {
              "type": "string"
            },
            "ClientSecret": {
              "type": "string"
            },
            "Enabled": {
              "type": "boolean"
            }
          },
          "required": [
            "ApplicationId",
            "ClientId",
            "ClientSecret"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::ADMChannel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::APNSChannel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "BundleId": {
              "type": "string"
            },
            "Certificate": {
              "type": "string"
            },
            "DefaultAuthenticationMethod": {
              "type": "string"
            },
            "Enabled": {
              "type": "boolean"
            },
            "PrivateKey": {
              "type": "string"
            },
            "TeamId": {
              "type": "string"
            },
            "TokenKey": {
              "type": "string"
            },
            "TokenKeyId": {
              "type": "string"
            }
          },
          "required": [
            "ApplicationId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::APNSChannel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::APNSSandboxChannel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "BundleId": {
              "type": "string"
            },
            "Certificate": {
              "type": "string"
            },
            "DefaultAuthenticationMethod": {
              "type": "string"
            },
            "Enabled": {
              "type": "boolean"
            },
            "PrivateKey": {
              "type": "string"
            },
            "TeamId": {
              "type": "string"
            },
            "TokenKey": {
              "type": "string"
            },
            "TokenKeyId": {
              "type": "string"
            }
          },
          "required": [
            "ApplicationId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::APNSSandboxChannel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::APNSVoipChannel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "BundleId": {
              "type": "string"
            },
            "Certificate": {
              "type": "string"
            },
            "DefaultAuthenticationMethod": {
              "type": "string"
            },
            "Enabled": {
              "type": "boolean"
            },
            "PrivateKey": {
              "type": "string"
            },
            "TeamId": {
              "type": "string"
            },
            "TokenKey": {
              "type": "string"
            },
            "TokenKeyId": {
              "type": "string"
            }
          },
          "required": [
            "ApplicationId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::APNSVoipChannel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::APNSVoipSandboxChannel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "BundleId": {
              "type": "string"
            },
            "Certificate": {
              "type": "string"
            },
            "DefaultAuthenticationMethod": {
              "type": "string"
            },
            "Enabled": {
              "type": "boolean"
            },
            "PrivateKey": {
              "type": "string"
            },
            "TeamId": {
              "type": "string"
            },
            "TokenKey": {
              "type": "string"
            },
            "TokenKeyId": {
              "type": "string"
            }
          },
          "required": [
            "ApplicationId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::APNSVoipSandboxChannel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::App": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::App"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::ApplicationSettings": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "CampaignHook": {
              "$ref": "#/$defs/AWS::Pinpoint::ApplicationSettings.CampaignHook"
            },
            "CloudWatchMetricsEnabled": {
              "type": "boolean"
            },
            "Limits": {
              "$ref": "#/$defs/AWS::Pinpoint::ApplicationSettings.Limits"
            },
            "QuietTime": {
              "$ref": "#/$defs/AWS::Pinpoint::ApplicationSettings.QuietTime"
            }
          },
          "required": [
            "ApplicationId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::ApplicationSettings"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::ApplicationSettings.CampaignHook": {
      "type": "object",
      "properties": {
        "LambdaFunctionName": {
          "type": "string"
        },
        "Mode": {
          "type": "string"
        },
        "WebUrl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::ApplicationSettings.Limits": {
      "type": "object",
      "properties": {
        "Daily": {
          "type": "number"
        },
        "MaximumDuration": {
          "type": "number"
        },
        "MessagesPerSecond": {
          "type": "number"
        },
        "Total": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::ApplicationSettings.QuietTime": {
      "type": "object",
      "properties": {
        "End": {
          "type": "string"
        },
        "Start": {
          "type": "string"
        }
      },
      "required": [
        "End",
        "Start"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::BaiduChannel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiKey": {
              "type": "string"
            },
            "ApplicationId": {
              "type": "string"
            },
            "Enabled": {
              "type": "boolean"
            },
            "SecretKey": {
              "type": "string"
            }
          },
          "required": [
            "ApiKey",
            "ApplicationId",
            "SecretKey"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::BaiduChannel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdditionalTreatments": {
              "items": {
                "$ref": "#/$defs/AWS::Pinpoint::Campaign.WriteTreatmentResource"
              },
              "type": "array"
            },
            "ApplicationId": {
              "type": "string"
            },
            "CampaignHook": {
              "$ref": "#/$defs/AWS::Pinpoint::Campaign.CampaignHook"
            },
            "CustomDeliveryConfiguration": {
              "$ref": "#/$defs/AWS::Pinpoint::Campaign.CustomDeliveryConfiguration"
            },
            "Description": {
              "type": "string"
            },
            "HoldoutPercent": {
              "type": "number"
            },
            "IsPaused": {
              "type": "boolean"
            },
            "Limits": {
              "$ref": "#/$defs/AWS::Pinpoint::Campaign.Limits"
            },
            "MessageConfiguration": {
              "$ref": "#/$defs/AWS::Pinpoint::Campaign.MessageConfiguration"
            },
            "Name": {
              "type": "string"
            },
            "Priority": {
              "type": "number"
            },
            "Schedule": {
              "$ref": "#/$defs/AWS::Pinpoint::Campaign.Schedule"
            },
            "SegmentId": {
              "type": "string"
            },
            "SegmentVersion": {
              "type": "number"
            },
            "Tags": {
              "type": "object"
            },
            "TemplateConfiguration": {
              "$ref": "#/$defs/AWS::Pinpoint::Campaign.TemplateConfiguration"
            },
            "TreatmentDescription": {
              "type": "string"
            },
            "TreatmentName": {
              "type": "string"
            }
          },
          "required": [
            "ApplicationId",
            "Name",
            "Schedule",
            "SegmentId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::Campaign"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.AttributeDimension": {
      "type": "object",
      "properties": {
        "AttributeType": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.CampaignCustomMessage": {
      "type": "object",
      "properties": {
        "Data": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.CampaignEmailMessage": {
      "type": "object",
      "properties": {
        "Body": {
          "type": "string"
        },
        "FromAddress": {
          "type": "string"
        },
        "HtmlBody": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.CampaignEventFilter": {
      "type": "object",
      "properties": {
        "Dimensions": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.EventDimensions"
        },
        "FilterType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.CampaignHook": {
      "type": "object",
      "properties": {
        "LambdaFunctionName": {
          "type": "string"
        },
        "Mode": {
          "type": "string"
        },
        "WebUrl": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.CampaignInAppMessage": {
      "type": "object",
      "properties": {
        "Content": {
          "items": {
            "$ref": "#/$defs/AWS::Pinpoint::Campaign.InAppMessageContent"
          },
          "type": "array"
        },
        "CustomConfig": {
          "type": "object"
        },
        "Layout": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.CampaignSmsMessage": {
      "type": "object",
      "properties": {
        "Body": {
          "type": "string"
        },
        "EntityId": {
          "type": "string"
        },
        "MessageType": {
          "type": "string"
        },
        "OriginationNumber": {
          "type": "string"
        },
        "SenderId": {
          "type": "string"
        },
        "TemplateId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.CustomDeliveryConfiguration": {
      "type": "object",
      "properties": {
        "DeliveryUri": {
          "type": "string"
        },
        "EndpointTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.DefaultButtonConfiguration": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "type": "string"
        },
        "BorderRadius": {
          "type": "number"
        },
        "ButtonAction": {
          "type": "string"
        },
        "Link": {
          "type": "string"
        },
        "Text": {
          "type": "string"
        },
        "TextColor": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.EventDimensions": {
      "type": "object",
      "properties": {
        "Attributes": {
          "type": "object"
        },
        "EventType": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.SetDimension"
        },
        "Metrics": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.InAppMessageBodyConfig": {
      "type": "object",
      "properties": {
        "Alignment": {
          "type": "string"
        },
        "Body": {
          "type": "string"
        },
        "TextColor": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.InAppMessageButton": {
      "type": "object",
      "properties": {
        "Android": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.OverrideButtonConfiguration"
        },
        "DefaultConfig": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.DefaultButtonConfiguration"
        },
        "IOS": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.OverrideButtonConfiguration"
        },
        "Web": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.OverrideButtonConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.InAppMessageContent": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "type": "string"
        },
        "BodyConfig": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.InAppMessageBodyConfig"
        },
        "HeaderConfig": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.InAppMessageHeaderConfig"
        },
        "ImageUrl": {
          "type": "string"
        },
        "PrimaryBtn": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.InAppMessageButton"
        },
        "SecondaryBtn": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.InAppMessageButton"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.InAppMessageHeaderConfig": {
      "type": "object",
      "properties": {
        "Alignment": {
          "type": "string"
        },
        "Header": {
          "type": "string"
        },
        "TextColor": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.Limits": {
      "type": "object",
      "properties": {
        "Daily": {
          "type": "number"
        },
        "MaximumDuration": {
          "type": "number"
        },
        "MessagesPerSecond": {
          "type": "number"
        },
        "Session": {
          "type": "number"
        },
        "Total": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.Message": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "Body": {
          "type": "string"
        },
        "ImageIconUrl": {
          "type": "string"
        },
        "ImageSmallIconUrl": {
          "type": "string"
        },
        "ImageUrl": {
          "type": "string"
        },
        "JsonBody": {
          "type": "string"
        },
        "MediaUrl": {
          "type": "string"
        },
        "RawContent": {
          "type": "string"
        },
        "SilentPush": {
          "type": "boolean"
        },
        "TimeToLive": {
          "type": "number"
        },
        "Title": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.MessageConfiguration": {
      "type": "object",
      "properties": {
        "ADMMessage": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.Message"
        },
        "APNSMessage": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.Message"
        },
        "BaiduMessage": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.Message"
        },
        "CustomMessage": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.CampaignCustomMessage"
        },
        "DefaultMessage": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.Message"
        },
        "EmailMessage": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.CampaignEmailMessage"
        },
        "GCMMessage": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.Message"
        },
        "InAppMessage": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.CampaignInAppMessage"
        },
        "SMSMessage": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.CampaignSmsMessage"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.MetricDimension": {
      "type": "object",
      "properties": {
        "ComparisonOperator": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.OverrideButtonConfiguration": {
      "type": "object",
      "properties": {
        "ButtonAction": {
          "type": "string"
        },
        "Link": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.QuietTime": {
      "type": "object",
      "properties": {
        "End": {
          "type": "string"
        },
        "Start": {
          "type": "string"
        }
      },
      "required": [
        "End",
        "Start"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.Schedule": {
      "type": "object",
      "properties": {
        "EndTime": {
          "type": "string"
        },
        "EventFilter": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.CampaignEventFilter"
        },
        "Frequency": {
          "type": "string"
        },
        "IsLocalTime": {
          "type": "boolean"
        },
        "QuietTime": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.QuietTime"
        },
        "StartTime": {
          "type": "string"
        },
        "TimeZone": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.SetDimension": {
      "type": "object",
      "properties": {
        "DimensionType": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.Template": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.TemplateConfiguration": {
      "type": "object",
      "properties": {
        "EmailTemplate": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.Template"
        },
        "PushTemplate": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.Template"
        },
        "SMSTemplate": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.Template"
        },
        "VoiceTemplate": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.Template"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Campaign.WriteTreatmentResource": {
      "type": "object",
      "properties": {
        "CustomDeliveryConfiguration": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.CustomDeliveryConfiguration"
        },
        "MessageConfiguration": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.MessageConfiguration"
        },
        "Schedule": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.Schedule"
        },
        "SizePercent": {
          "type": "number"
        },
        "TemplateConfiguration": {
          "$ref": "#/$defs/AWS::Pinpoint::Campaign.TemplateConfiguration"
        },
        "TreatmentDescription": {
          "type": "string"
        },
        "TreatmentName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::EmailChannel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "ConfigurationSet": {
              "type": "string"
            },
            "Enabled": {
              "type": "boolean"
            },
            "FromAddress": {
              "type": "string"
            },
            "Identity": {
              "type": "string"
            },
            "OrchestrationSendingRoleArn": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            }
          },
          "required": [
            "ApplicationId",
            "FromAddress",
            "Identity"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::EmailChannel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::EmailTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DefaultSubstitutions": {
              "type": "string"
            },
            "HtmlPart": {
              "type": "string"
            },
            "Subject": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            },
            "TemplateDescription": {
              "type": "string"
            },
            "TemplateName": {
              "type": "string"
            },
            "TextPart": {
              "type": "string"
            }
          },
          "required": [
            "Subject",
            "TemplateName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::EmailTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::EventStream": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "DestinationStreamArn": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            }
          },
          "required": [
            "ApplicationId",
            "DestinationStreamArn",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::EventStream"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::GCMChannel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiKey": {
              "type": "string"
            },
            "ApplicationId": {
              "type": "string"
            },
            "DefaultAuthenticationMethod": {
              "type": "string"
            },
            "Enabled": {
              "type": "boolean"
            },
            "ServiceJson": {
              "type": "string"
            }
          },
          "required": [
            "ApplicationId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::GCMChannel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::InAppTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Content": {
              "items": {
                "$ref": "#/$defs/AWS::Pinpoint::InAppTemplate.InAppMessageContent"
              },
              "type": "array"
            },
            "CustomConfig": {
              "type": "object"
            },
            "Layout": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            },
            "TemplateDescription": {
              "type": "string"
            },
            "TemplateName": {
              "type": "string"
            }
          },
          "required": [
            "TemplateName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::InAppTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::InAppTemplate.BodyConfig": {
      "type": "object",
      "properties": {
        "Alignment": {
          "type": "string"
        },
        "Body": {
          "type": "string"
        },
        "TextColor": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::InAppTemplate.ButtonConfig": {
      "type": "object",
      "properties": {
        "Android": {
          "$ref": "#/$defs/AWS::Pinpoint::InAppTemplate.OverrideButtonConfiguration"
        },
        "DefaultConfig": {
          "$ref": "#/$defs/AWS::Pinpoint::InAppTemplate.DefaultButtonConfiguration"
        },
        "IOS": {
          "$ref": "#/$defs/AWS::Pinpoint::InAppTemplate.OverrideButtonConfiguration"
        },
        "Web": {
          "$ref": "#/$defs/AWS::Pinpoint::InAppTemplate.OverrideButtonConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::InAppTemplate.DefaultButtonConfiguration": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "type": "string"
        },
        "BorderRadius": {
          "type": "number"
        },
        "ButtonAction": {
          "type": "string"
        },
        "Link": {
          "type": "string"
        },
        "Text": {
          "type": "string"
        },
        "TextColor": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::InAppTemplate.HeaderConfig": {
      "type": "object",
      "properties": {
        "Alignment": {
          "type": "string"
        },
        "Header": {
          "type": "string"
        },
        "TextColor": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::InAppTemplate.InAppMessageContent": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "type": "string"
        },
        "BodyConfig": {
          "$ref": "#/$defs/AWS::Pinpoint::InAppTemplate.BodyConfig"
        },
        "HeaderConfig": {
          "$ref": "#/$defs/AWS::Pinpoint::InAppTemplate.HeaderConfig"
        },
        "ImageUrl": {
          "type": "string"
        },
        "PrimaryBtn": {
          "$ref": "#/$defs/AWS::Pinpoint::InAppTemplate.ButtonConfig"
        },
        "SecondaryBtn": {
          "$ref": "#/$defs/AWS::Pinpoint::InAppTemplate.ButtonConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::InAppTemplate.OverrideButtonConfiguration": {
      "type": "object",
      "properties": {
        "ButtonAction": {
          "type": "string"
        },
        "Link": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::PushTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ADM": {
              "$ref": "#/$defs/AWS::Pinpoint::PushTemplate.AndroidPushNotificationTemplate"
            },
            "APNS": {
              "$ref": "#/$defs/AWS::Pinpoint::PushTemplate.APNSPushNotificationTemplate"
            },
            "Baidu": {
              "$ref": "#/$defs/AWS::Pinpoint::PushTemplate.AndroidPushNotificationTemplate"
            },
            "Default": {
              "$ref": "#/$defs/AWS::Pinpoint::PushTemplate.DefaultPushNotificationTemplate"
            },
            "DefaultSubstitutions": {
              "type": "string"
            },
            "GCM": {
              "$ref": "#/$defs/AWS::Pinpoint::PushTemplate.AndroidPushNotificationTemplate"
            },
            "Tags": {
              "type": "object"
            },
            "TemplateDescription": {
              "type": "string"
            },
            "TemplateName": {
              "type": "string"
            }
          },
          "required": [
            "TemplateName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::PushTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::PushTemplate.APNSPushNotificationTemplate": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "Body": {
          "type": "string"
        },
        "MediaUrl": {
          "type": "string"
        },
        "Sound": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::PushTemplate.AndroidPushNotificationTemplate": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "Body": {
          "type": "string"
        },
        "ImageIconUrl": {
          "type": "string"
        },
        "ImageUrl": {
          "type": "string"
        },
        "SmallImageIconUrl": {
          "type": "string"
        },
        "Sound": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::PushTemplate.DefaultPushNotificationTemplate": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "Body": {
          "type": "string"
        },
        "Sound": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::SMSChannel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "Enabled": {
              "type": "boolean"
            },
            "SenderId": {
              "type": "string"
            },
            "ShortCode": {
              "type": "string"
            }
          },
          "required": [
            "ApplicationId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::SMSChannel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::Segment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "Dimensions": {
              "$ref": "#/$defs/AWS::Pinpoint::Segment.SegmentDimensions"
            },
            "Name": {
              "type": "string"
            },
            "SegmentGroups": {
              "$ref": "#/$defs/AWS::Pinpoint::Segment.SegmentGroups"
            },
            "Tags": {
              "type": "object"
            }
          },
          "required": [
            "ApplicationId",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::Segment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::Segment.AttributeDimension": {
      "type": "object",
      "properties": {
        "AttributeType": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Segment.Behavior": {
      "type": "object",
      "properties": {
        "Recency": {
          "$ref": "#/$defs/AWS::Pinpoint::Segment.Recency"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Segment.Coordinates": {
      "type": "object",
      "properties": {
        "Latitude": {
          "type": "number"
        },
        "Longitude": {
          "type": "number"
        }
      },
      "required": [
        "Latitude",
        "Longitude"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::Segment.Demographic": {
      "type": "object",
      "properties": {
        "AppVersion": {
          "$ref": "#/$defs/AWS::Pinpoint::Segment.SetDimension"
        },
        "Channel": {
          "$ref": "#/$defs/AWS::Pinpoint::Segment.SetDimension"
        },
        "DeviceType": {
          "$ref": "#/$defs/AWS::Pinpoint::Segment.SetDimension"
        },
        "Make": {
          "$ref": "#/$defs/AWS::Pinpoint::Segment.SetDimension"
        },
        "Model": {
          "$ref": "#/$defs/AWS::Pinpoint::Segment.SetDimension"
        },
        "Platform": {
          "$ref": "#/$defs/AWS::Pinpoint::Segment.SetDimension"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Segment.GPSPoint": {
      "type": "object",
      "properties": {
        "Coordinates": {
          "$ref": "#/$defs/AWS::Pinpoint::Segment.Coordinates"
        },
        "RangeInKilometers": {
          "type": "number"
        }
      },
      "required": [
        "Coordinates",
        "RangeInKilometers"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::Segment.Groups": {
      "type": "object",
      "properties": {
        "Dimensions": {
          "items": {
            "$ref": "#/$defs/AWS::Pinpoint::Segment.SegmentDimensions"
          },
          "type": "array"
        },
        "SourceSegments": {
          "items": {
            "$ref": "#/$defs/AWS::Pinpoint::Segment.SourceSegments"
          },
          "type": "array"
        },
        "SourceType": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Segment.Location": {
      "type": "object",
      "properties": {
        "Country": {
          "$ref": "#/$defs/AWS::Pinpoint::Segment.SetDimension"
        },
        "GPSPoint": {
          "$ref": "#/$defs/AWS::Pinpoint::Segment.GPSPoint"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Segment.Recency": {
      "type": "object",
      "properties": {
        "Duration": {
          "type": "string"
        },
        "RecencyType": {
          "type": "string"
        }
      },
      "required": [
        "Duration",
        "RecencyType"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::Segment.SegmentDimensions": {
      "type": "object",
      "properties": {
        "Attributes": {
          "type": "object"
        },
        "Behavior": {
          "$ref": "#/$defs/AWS::Pinpoint::Segment.Behavior"
        },
        "Demographic": {
          "$ref": "#/$defs/AWS::Pinpoint::Segment.Demographic"
        },
        "Location": {
          "$ref": "#/$defs/AWS::Pinpoint::Segment.Location"
        },
        "Metrics": {
          "type": "object"
        },
        "UserAttributes": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Segment.SegmentGroups": {
      "type": "object",
      "properties": {
        "Groups": {
          "items": {
            "$ref": "#/$defs/AWS::Pinpoint::Segment.Groups"
          },
          "type": "array"
        },
        "Include": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Segment.SetDimension": {
      "type": "object",
      "properties": {
        "DimensionType": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pinpoint::Segment.SourceSegments": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Version": {
          "type": "number"
        }
      },
      "required": [
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::SmsTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Body": {
              "type": "string"
            },
            "DefaultSubstitutions": {
              "type": "string"
            },
            "Tags": {
              "type": "object"
            },
            "TemplateDescription": {
              "type": "string"
            },
            "TemplateName": {
              "type": "string"
            }
          },
          "required": [
            "Body",
            "TemplateName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::SmsTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pinpoint::VoiceChannel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "Enabled": {
              "type": "boolean"
            }
          },
          "required": [
            "ApplicationId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pinpoint::VoiceChannel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::PinpointEmail::ConfigurationSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeliveryOptions": {
              "$ref": "#/$defs/AWS::PinpointEmail::ConfigurationSet.DeliveryOptions"
            },
            "Name": {
              "type": "string"
            },
            "ReputationOptions": {
              "$ref": "#/$defs/AWS::PinpointEmail::ConfigurationSet.ReputationOptions"
            },
            "SendingOptions": {
              "$ref": "#/$defs/AWS::PinpointEmail::ConfigurationSet.SendingOptions"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::PinpointEmail::ConfigurationSet.Tags"
              },
              "type": "array"
            },
            "TrackingOptions": {
              "$ref": "#/$defs/AWS::PinpointEmail::ConfigurationSet.TrackingOptions"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::PinpointEmail::ConfigurationSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::PinpointEmail::ConfigurationSet.DeliveryOptions": {
      "type": "object",
      "properties": {
        "SendingPoolName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::PinpointEmail::ConfigurationSet.ReputationOptions": {
      "type": "object",
      "properties": {
        "ReputationMetricsEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::PinpointEmail::ConfigurationSet.SendingOptions": {
      "type": "object",
      "properties": {
        "SendingEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::PinpointEmail::ConfigurationSet.Tags": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::PinpointEmail::ConfigurationSet.TrackingOptions": {
      "type": "object",
      "properties": {
        "CustomRedirectDomain": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::PinpointEmail::ConfigurationSetEventDestination": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConfigurationSetName": {
              "type": "string"
            },
            "EventDestination": {
              "$ref": "#/$defs/AWS::PinpointEmail::ConfigurationSetEventDestination.EventDestination"
            },
            "EventDestinationName": {
              "type": "string"
            }
          },
          "required": [
            "ConfigurationSetName",
            "EventDestinationName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::PinpointEmail::ConfigurationSetEventDestination"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::PinpointEmail::ConfigurationSetEventDestination.CloudWatchDestination": {
      "type": "object",
      "properties": {
        "DimensionConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::PinpointEmail::ConfigurationSetEventDestination.DimensionConfiguration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::PinpointEmail::ConfigurationSetEventDestination.DimensionConfiguration": {
      "type": "object",
      "properties": {
        "DefaultDimensionValue": {
          "type": "string"
        },
        "DimensionName": {
          "type": "string"
        },
        "DimensionValueSource": {
          "type": "string"
        }
      },
      "required": [
        "DefaultDimensionValue",
        "DimensionName",
        "DimensionValueSource"
      ],
      "additionalProperties": false
    },
    "AWS::PinpointEmail::ConfigurationSetEventDestination.EventDestination": {
      "type": "object",
      "properties": {
        "CloudWatchDestination": {
          "$ref": "#/$defs/AWS::PinpointEmail::ConfigurationSetEventDestination.CloudWatchDestination"
        },
        "Enabled": {
          "type": "boolean"
        },
        "KinesisFirehoseDestination": {
          "$ref": "#/$defs/AWS::PinpointEmail::ConfigurationSetEventDestination.KinesisFirehoseDestination"
        },
        "MatchingEventTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PinpointDestination": {
          "$ref": "#/$defs/AWS::PinpointEmail::ConfigurationSetEventDestination.PinpointDestination"
        },
        "SnsDestination": {
          "$ref": "#/$defs/AWS::PinpointEmail::ConfigurationSetEventDestination.SnsDestination"
        }
      },
      "required": [
        "MatchingEventTypes"
      ],
      "additionalProperties": false
    },
    "AWS::PinpointEmail::ConfigurationSetEventDestination.KinesisFirehoseDestination": {
      "type": "object",
      "properties": {
        "DeliveryStreamArn": {
          "type": "string"
        },
        "IamRoleArn": {
          "type": "string"
        }
      },
      "required": [
        "DeliveryStreamArn",
        "IamRoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::PinpointEmail::ConfigurationSetEventDestination.PinpointDestination": {
      "type": "object",
      "properties": {
        "ApplicationArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::PinpointEmail::ConfigurationSetEventDestination.SnsDestination": {
      "type": "object",
      "properties": {
        "TopicArn": {
          "type": "string"
        }
      },
      "required": [
        "TopicArn"
      ],
      "additionalProperties": false
    },
    "AWS::PinpointEmail::DedicatedIpPool": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PoolName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::PinpointEmail::DedicatedIpPool.Tags"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::PinpointEmail::DedicatedIpPool"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::PinpointEmail::DedicatedIpPool.Tags": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::PinpointEmail::Identity": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DkimSigningEnabled": {
              "type": "boolean"
            },
            "FeedbackForwardingEnabled": {
              "type": "boolean"
            },
            "MailFromAttributes": {
              "$ref": "#/$defs/AWS::PinpointEmail::Identity.MailFromAttributes"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::PinpointEmail::Identity.Tags"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::PinpointEmail::Identity"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::PinpointEmail::Identity.MailFromAttributes": {
      "type": "object",
      "properties": {
        "BehaviorOnMxFailure": {
          "type": "string"
        },
        "MailFromDomain": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::PinpointEmail::Identity.Tags": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DesiredState": {
              "type": "string"
            },
            "Enrichment": {
              "type": "string"
            },
            "EnrichmentParameters": {
              "$ref": "#/$defs/AWS::Pipes::Pipe.PipeEnrichmentParameters"
            },
            "LogConfiguration": {
              "$ref": "#/$defs/AWS::Pipes::Pipe.PipeLogConfiguration"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Source": {
              "type": "string"
            },
            "SourceParameters": {
              "$ref": "#/$defs/AWS::Pipes::Pipe.PipeSourceParameters"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Target": {
              "type": "string"
            },
            "TargetParameters": {
              "$ref": "#/$defs/AWS::Pipes::Pipe.PipeTargetParameters"
            }
          },
          "required": [
            "RoleArn",
            "Source",
            "Target"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Pipes::Pipe"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.AwsVpcConfiguration": {
      "type": "object",
      "properties": {
        "AssignPublicIp": {
          "type": "string"
        },
        "SecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Subnets"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.BatchArrayProperties": {
      "type": "object",
      "properties": {
        "Size": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.BatchContainerOverrides": {
      "type": "object",
      "properties": {
        "Command": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Environment": {
          "items": {
            "$ref": "#/$defs/AWS::Pipes::Pipe.BatchEnvironmentVariable"
          },
          "type": "array"
        },
        "InstanceType": {
          "type": "string"
        },
        "ResourceRequirements": {
          "items": {
            "$ref": "#/$defs/AWS::Pipes::Pipe.BatchResourceRequirement"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.BatchEnvironmentVariable": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.BatchJobDependency": {
      "type": "object",
      "properties": {
        "JobId": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.BatchResourceRequirement": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.BatchRetryStrategy": {
      "type": "object",
      "properties": {
        "Attempts": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.CapacityProviderStrategyItem": {
      "type": "object",
      "properties": {
        "Base": {
          "type": "number"
        },
        "CapacityProvider": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "required": [
        "CapacityProvider"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.CloudwatchLogsLogDestination": {
      "type": "object",
      "properties": {
        "LogGroupArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.DeadLetterConfig": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.EcsContainerOverride": {
      "type": "object",
      "properties": {
        "Command": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Cpu": {
          "type": "number"
        },
        "Environment": {
          "items": {
            "$ref": "#/$defs/AWS::Pipes::Pipe.EcsEnvironmentVariable"
          },
          "type": "array"
        },
        "EnvironmentFiles": {
          "items": {
            "$ref": "#/$defs/AWS::Pipes::Pipe.EcsEnvironmentFile"
          },
          "type": "array"
        },
        "Memory": {
          "type": "number"
        },
        "MemoryReservation": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        },
        "ResourceRequirements": {
          "items": {
            "$ref": "#/$defs/AWS::Pipes::Pipe.EcsResourceRequirement"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.EcsEnvironmentFile": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.EcsEnvironmentVariable": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.EcsEphemeralStorage": {
      "type": "object",
      "properties": {
        "SizeInGiB": {
          "type": "number"
        }
      },
      "required": [
        "SizeInGiB"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.EcsInferenceAcceleratorOverride": {
      "type": "object",
      "properties": {
        "DeviceName": {
          "type": "string"
        },
        "DeviceType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.EcsResourceRequirement": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.EcsTaskOverride": {
      "type": "object",
      "properties": {
        "ContainerOverrides": {
          "items": {
            "$ref": "#/$defs/AWS::Pipes::Pipe.EcsContainerOverride"
          },
          "type": "array"
        },
        "Cpu": {
          "type": "string"
        },
        "EphemeralStorage": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.EcsEphemeralStorage"
        },
        "ExecutionRoleArn": {
          "type": "string"
        },
        "InferenceAcceleratorOverrides": {
          "items": {
            "$ref": "#/$defs/AWS::Pipes::Pipe.EcsInferenceAcceleratorOverride"
          },
          "type": "array"
        },
        "Memory": {
          "type": "string"
        },
        "TaskRoleArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.Filter": {
      "type": "object",
      "properties": {
        "Pattern": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.FilterCriteria": {
      "type": "object",
      "properties": {
        "Filters": {
          "items": {
            "$ref": "#/$defs/AWS::Pipes::Pipe.Filter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.FirehoseLogDestination": {
      "type": "object",
      "properties": {
        "DeliveryStreamArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.MQBrokerAccessCredentials": {
      "type": "object",
      "properties": {
        "BasicAuth": {
          "type": "string"
        }
      },
      "required": [
        "BasicAuth"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.MSKAccessCredentials": {
      "type": "object",
      "properties": {
        "ClientCertificateTlsAuth": {
          "type": "string"
        },
        "SaslScram512Auth": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.NetworkConfiguration": {
      "type": "object",
      "properties": {
        "AwsvpcConfiguration": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.AwsVpcConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeEnrichmentHttpParameters": {
      "type": "object",
      "properties": {
        "HeaderParameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "PathParameterValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "QueryStringParameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeEnrichmentParameters": {
      "type": "object",
      "properties": {
        "HttpParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeEnrichmentHttpParameters"
        },
        "InputTemplate": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeLogConfiguration": {
      "type": "object",
      "properties": {
        "CloudwatchLogsLogDestination": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.CloudwatchLogsLogDestination"
        },
        "FirehoseLogDestination": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.FirehoseLogDestination"
        },
        "IncludeExecutionData": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Level": {
          "type": "string"
        },
        "S3LogDestination": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.S3LogDestination"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeSourceActiveMQBrokerParameters": {
      "type": "object",
      "properties": {
        "BatchSize": {
          "type": "number"
        },
        "Credentials": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.MQBrokerAccessCredentials"
        },
        "MaximumBatchingWindowInSeconds": {
          "type": "number"
        },
        "QueueName": {
          "type": "string"
        }
      },
      "required": [
        "Credentials",
        "QueueName"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeSourceDynamoDBStreamParameters": {
      "type": "object",
      "properties": {
        "BatchSize": {
          "type": "number"
        },
        "DeadLetterConfig": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.DeadLetterConfig"
        },
        "MaximumBatchingWindowInSeconds": {
          "type": "number"
        },
        "MaximumRecordAgeInSeconds": {
          "type": "number"
        },
        "MaximumRetryAttempts": {
          "type": "number"
        },
        "OnPartialBatchItemFailure": {
          "type": "string"
        },
        "ParallelizationFactor": {
          "type": "number"
        },
        "StartingPosition": {
          "type": "string"
        }
      },
      "required": [
        "StartingPosition"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeSourceKinesisStreamParameters": {
      "type": "object",
      "properties": {
        "BatchSize": {
          "type": "number"
        },
        "DeadLetterConfig": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.DeadLetterConfig"
        },
        "MaximumBatchingWindowInSeconds": {
          "type": "number"
        },
        "MaximumRecordAgeInSeconds": {
          "type": "number"
        },
        "MaximumRetryAttempts": {
          "type": "number"
        },
        "OnPartialBatchItemFailure": {
          "type": "string"
        },
        "ParallelizationFactor": {
          "type": "number"
        },
        "StartingPosition": {
          "type": "string"
        },
        "StartingPositionTimestamp": {
          "type": "string"
        }
      },
      "required": [
        "StartingPosition"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeSourceManagedStreamingKafkaParameters": {
      "type": "object",
      "properties": {
        "BatchSize": {
          "type": "number"
        },
        "ConsumerGroupID": {
          "type": "string"
        },
        "Credentials": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.MSKAccessCredentials"
        },
        "MaximumBatchingWindowInSeconds": {
          "type": "number"
        },
        "StartingPosition": {
          "type": "string"
        },
        "TopicName": {
          "type": "string"
        }
      },
      "required": [
        "TopicName"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeSourceParameters": {
      "type": "object",
      "properties": {
        "ActiveMQBrokerParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeSourceActiveMQBrokerParameters"
        },
        "DynamoDBStreamParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeSourceDynamoDBStreamParameters"
        },
        "FilterCriteria": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.FilterCriteria"
        },
        "KinesisStreamParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeSourceKinesisStreamParameters"
        },
        "ManagedStreamingKafkaParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeSourceManagedStreamingKafkaParameters"
        },
        "RabbitMQBrokerParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeSourceRabbitMQBrokerParameters"
        },
        "SelfManagedKafkaParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeSourceSelfManagedKafkaParameters"
        },
        "SqsQueueParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeSourceSqsQueueParameters"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeSourceRabbitMQBrokerParameters": {
      "type": "object",
      "properties": {
        "BatchSize": {
          "type": "number"
        },
        "Credentials": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.MQBrokerAccessCredentials"
        },
        "MaximumBatchingWindowInSeconds": {
          "type": "number"
        },
        "QueueName": {
          "type": "string"
        },
        "VirtualHost": {
          "type": "string"
        }
      },
      "required": [
        "Credentials",
        "QueueName"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeSourceSelfManagedKafkaParameters": {
      "type": "object",
      "properties": {
        "AdditionalBootstrapServers": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "BatchSize": {
          "type": "number"
        },
        "ConsumerGroupID": {
          "type": "string"
        },
        "Credentials": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.SelfManagedKafkaAccessConfigurationCredentials"
        },
        "MaximumBatchingWindowInSeconds": {
          "type": "number"
        },
        "ServerRootCaCertificate": {
          "type": "string"
        },
        "StartingPosition": {
          "type": "string"
        },
        "TopicName": {
          "type": "string"
        },
        "Vpc": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.SelfManagedKafkaAccessConfigurationVpc"
        }
      },
      "required": [
        "TopicName"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeSourceSqsQueueParameters": {
      "type": "object",
      "properties": {
        "BatchSize": {
          "type": "number"
        },
        "MaximumBatchingWindowInSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeTargetBatchJobParameters": {
      "type": "object",
      "properties": {
        "ArrayProperties": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.BatchArrayProperties"
        },
        "ContainerOverrides": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.BatchContainerOverrides"
        },
        "DependsOn": {
          "items": {
            "$ref": "#/$defs/AWS::Pipes::Pipe.BatchJobDependency"
          },
          "type": "array"
        },
        "JobDefinition": {
          "type": "string"
        },
        "JobName": {
          "type": "string"
        },
        "Parameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "RetryStrategy": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.BatchRetryStrategy"
        }
      },
      "required": [
        "JobDefinition",
        "JobName"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeTargetCloudWatchLogsParameters": {
      "type": "object",
      "properties": {
        "LogStreamName": {
          "type": "string"
        },
        "Timestamp": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeTargetEcsTaskParameters": {
      "type": "object",
      "properties": {
        "CapacityProviderStrategy": {
          "items": {
            "$ref": "#/$defs/AWS::Pipes::Pipe.CapacityProviderStrategyItem"
          },
          "type": "array"
        },
        "EnableECSManagedTags": {
          "type": "boolean"
        },
        "EnableExecuteCommand": {
          "type": "boolean"
        },
        "Group": {
          "type": "string"
        },
        "LaunchType": {
          "type": "string"
        },
        "NetworkConfiguration": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.NetworkConfiguration"
        },
        "Overrides": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.EcsTaskOverride"
        },
        "PlacementConstraints": {
          "items": {
            "$ref": "#/$defs/AWS::Pipes::Pipe.PlacementConstraint"
          },
          "type": "array"
        },
        "PlacementStrategy": {
          "items": {
            "$ref": "#/$defs/AWS::Pipes::Pipe.PlacementStrategy"
          },
          "type": "array"
        },
        "PlatformVersion": {
          "type": "string"
        },
        "PropagateTags": {
          "type": "string"
        },
        "ReferenceId": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        },
        "TaskCount": {
          "type": "number"
        },
        "TaskDefinitionArn": {
          "type": "string"
        }
      },
      "required": [
        "TaskDefinitionArn"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeTargetEventBridgeEventBusParameters": {
      "type": "object",
      "properties": {
        "DetailType": {
          "type": "string"
        },
        "EndpointId": {
          "type": "string"
        },
        "Resources": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Source": {
          "type": "string"
        },
        "Time": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeTargetHttpParameters": {
      "type": "object",
      "properties": {
        "HeaderParameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "PathParameterValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "QueryStringParameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeTargetKinesisStreamParameters": {
      "type": "object",
      "properties": {
        "PartitionKey": {
          "type": "string"
        }
      },
      "required": [
        "PartitionKey"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeTargetLambdaFunctionParameters": {
      "type": "object",
      "properties": {
        "InvocationType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeTargetParameters": {
      "type": "object",
      "properties": {
        "BatchJobParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeTargetBatchJobParameters"
        },
        "CloudWatchLogsParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeTargetCloudWatchLogsParameters"
        },
        "EcsTaskParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeTargetEcsTaskParameters"
        },
        "EventBridgeEventBusParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeTargetEventBridgeEventBusParameters"
        },
        "HttpParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeTargetHttpParameters"
        },
        "InputTemplate": {
          "type": "string"
        },
        "KinesisStreamParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeTargetKinesisStreamParameters"
        },
        "LambdaFunctionParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeTargetLambdaFunctionParameters"
        },
        "RedshiftDataParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeTargetRedshiftDataParameters"
        },
        "SageMakerPipelineParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeTargetSageMakerPipelineParameters"
        },
        "SqsQueueParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeTargetSqsQueueParameters"
        },
        "StepFunctionStateMachineParameters": {
          "$ref": "#/$defs/AWS::Pipes::Pipe.PipeTargetStateMachineParameters"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeTargetRedshiftDataParameters": {
      "type": "object",
      "properties": {
        "Database": {
          "type": "string"
        },
        "DbUser": {
          "type": "string"
        },
        "SecretManagerArn": {
          "type": "string"
        },
        "Sqls": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "StatementName": {
          "type": "string"
        },
        "WithEvent": {
          "type": "boolean"
        }
      },
      "required": [
        "Database",
        "Sqls"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeTargetSageMakerPipelineParameters": {
      "type": "object",
      "properties": {
        "PipelineParameterList": {
          "items": {
            "$ref": "#/$defs/AWS::Pipes::Pipe.SageMakerPipelineParameter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeTargetSqsQueueParameters": {
      "type": "object",
      "properties": {
        "MessageDeduplicationId": {
          "type": "string"
        },
        "MessageGroupId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PipeTargetStateMachineParameters": {
      "type": "object",
      "properties": {
        "InvocationType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PlacementConstraint": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.PlacementStrategy": {
      "type": "object",
      "properties": {
        "Field": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.S3LogDestination": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "BucketOwner": {
          "type": "string"
        },
        "OutputFormat": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.SageMakerPipelineParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.SelfManagedKafkaAccessConfigurationCredentials": {
      "type": "object",
      "properties": {
        "BasicAuth": {
          "type": "string"
        },
        "ClientCertificateTlsAuth": {
          "type": "string"
        },
        "SaslScram256Auth": {
          "type": "string"
        },
        "SaslScram512Auth": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Pipes::Pipe.SelfManagedKafkaAccessConfigurationVpc": {
      "type": "object",
      "properties": {
        "SecurityGroup": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Proton::EnvironmentAccountConnection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CodebuildRoleArn": {
              "type": "string"
            },
            "ComponentRoleArn": {
              "type": "string"
            },
            "EnvironmentAccountId": {
              "type": "string"
            },
            "EnvironmentName": {
              "type": "string"
            },
            "ManagementAccountId": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Proton::EnvironmentAccountConnection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Proton::EnvironmentTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "EncryptionKey": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Provisioning": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Proton::EnvironmentTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Proton::ServiceTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "EncryptionKey": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "PipelineProvisioning": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Proton::ServiceTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QLDB::Ledger": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeletionProtection": {
              "type": "boolean"
            },
            "KmsKey": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "PermissionsMode": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "PermissionsMode"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::QLDB::Ledger"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::QLDB::Stream": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ExclusiveEndTime": {
              "type": "string"
            },
            "InclusiveStartTime": {
              "type": "string"
            },
            "KinesisConfiguration": {
              "$ref": "#/$defs/AWS::QLDB::Stream.KinesisConfiguration"
            },
            "LedgerName": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "StreamName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "InclusiveStartTime",
            "KinesisConfiguration",
            "LedgerName",
            "RoleArn",
            "StreamName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::QLDB::Stream"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::QLDB::Stream.KinesisConfiguration": {
      "type": "object",
      "properties": {
        "AggregationEnabled": {
          "type": "boolean"
        },
        "StreamArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AnalysisId": {
              "type": "string"
            },
            "AwsAccountId": {
              "type": "string"
            },
            "Definition": {
              "$ref": "#/$defs/AWS::QuickSight::Analysis.AnalysisDefinition"
            },
            "Errors": {
              "items": {
                "$ref": "#/$defs/AWS::QuickSight::Analysis.AnalysisError"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Parameters": {
              "$ref": "#/$defs/AWS::QuickSight::Analysis.Parameters"
            },
            "Permissions": {
              "items": {
                "$ref": "#/$defs/AWS::QuickSight::Analysis.ResourcePermission"
              },
              "type": "array"
            },
            "Sheets": {
              "items": {
                "$ref": "#/$defs/AWS::QuickSight::Analysis.Sheet"
              },
              "type": "array"
            },
            "SourceEntity": {
              "$ref": "#/$defs/AWS::QuickSight::Analysis.AnalysisSourceEntity"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "ThemeArn": {
              "type": "string"
            },
            "ValidationStrategy": {
              "$ref": "#/$defs/AWS::QuickSight::Analysis.ValidationStrategy"
            }
          },
          "required": [
            "AnalysisId",
            "AwsAccountId",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::QuickSight::Analysis"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AggregationFunction": {
      "type": "object",
      "properties": {
        "AttributeAggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AttributeAggregationFunction"
        },
        "CategoricalAggregationFunction": {
          "type": "string"
        },
        "DateAggregationFunction": {
          "type": "string"
        },
        "NumericalAggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericalAggregationFunction"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AggregationSortConfiguration": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "SortDirection": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "SortDirection"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AnalysisDefaults": {
      "type": "object",
      "properties": {
        "DefaultNewSheetConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultNewSheetConfiguration"
        }
      },
      "required": [
        "DefaultNewSheetConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AnalysisDefinition": {
      "type": "object",
      "properties": {
        "AnalysisDefaults": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AnalysisDefaults"
        },
        "CalculatedFields": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.CalculatedField"
          },
          "type": "array"
        },
        "ColumnConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnConfiguration"
          },
          "type": "array"
        },
        "DataSetIdentifierDeclarations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DataSetIdentifierDeclaration"
          },
          "type": "array"
        },
        "FilterGroups": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterGroup"
          },
          "type": "array"
        },
        "Options": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AssetOptions"
        },
        "ParameterDeclarations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ParameterDeclaration"
          },
          "type": "array"
        },
        "Sheets": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.SheetDefinition"
          },
          "type": "array"
        }
      },
      "required": [
        "DataSetIdentifierDeclarations"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AnalysisError": {
      "type": "object",
      "properties": {
        "Message": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "ViolatedEntities": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.Entity"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AnalysisSourceEntity": {
      "type": "object",
      "properties": {
        "SourceTemplate": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AnalysisSourceTemplate"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AnalysisSourceTemplate": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "DataSetReferences": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DataSetReference"
          },
          "type": "array"
        }
      },
      "required": [
        "Arn",
        "DataSetReferences"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AnchorDateConfiguration": {
      "type": "object",
      "properties": {
        "AnchorOption": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ArcAxisConfiguration": {
      "type": "object",
      "properties": {
        "Range": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ArcAxisDisplayRange"
        },
        "ReserveRange": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ArcAxisDisplayRange": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ArcConfiguration": {
      "type": "object",
      "properties": {
        "ArcAngle": {
          "type": "number"
        },
        "ArcThickness": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ArcOptions": {
      "type": "object",
      "properties": {
        "ArcThickness": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AssetOptions": {
      "type": "object",
      "properties": {
        "Timezone": {
          "type": "string"
        },
        "WeekStart": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AttributeAggregationFunction": {
      "type": "object",
      "properties": {
        "SimpleAttributeAggregation": {
          "type": "string"
        },
        "ValueForMultipleValues": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AxisDataOptions": {
      "type": "object",
      "properties": {
        "DateAxisOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DateAxisOptions"
        },
        "NumericAxisOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericAxisOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AxisDisplayMinMaxRange": {
      "type": "object",
      "properties": {
        "Maximum": {
          "type": "number"
        },
        "Minimum": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AxisDisplayOptions": {
      "type": "object",
      "properties": {
        "AxisLineVisibility": {
          "type": "string"
        },
        "AxisOffset": {
          "type": "string"
        },
        "DataOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDataOptions"
        },
        "GridLineVisibility": {
          "type": "string"
        },
        "ScrollbarOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ScrollBarOptions"
        },
        "TickLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisTickLabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AxisDisplayRange": {
      "type": "object",
      "properties": {
        "DataDriven": {
          "type": "object"
        },
        "MinMax": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayMinMaxRange"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AxisLabelOptions": {
      "type": "object",
      "properties": {
        "ApplyTo": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisLabelReferenceOptions"
        },
        "CustomLabel": {
          "type": "string"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FontConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AxisLabelReferenceOptions": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AxisLinearScale": {
      "type": "object",
      "properties": {
        "StepCount": {
          "type": "number"
        },
        "StepSize": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AxisLogarithmicScale": {
      "type": "object",
      "properties": {
        "Base": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AxisScale": {
      "type": "object",
      "properties": {
        "Linear": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisLinearScale"
        },
        "Logarithmic": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisLogarithmicScale"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.AxisTickLabelOptions": {
      "type": "object",
      "properties": {
        "LabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LabelOptions"
        },
        "RotationAngle": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BarChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "SmallMultiples": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BarChartConfiguration": {
      "type": "object",
      "properties": {
        "BarsArrangement": {
          "type": "string"
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "ColorLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "ContributionAnalysisDefaults": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ContributionAnalysisDefault"
          },
          "type": "array"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.BarChartFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LegendOptions"
        },
        "Orientation": {
          "type": "string"
        },
        "ReferenceLines": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ReferenceLine"
          },
          "type": "array"
        },
        "SmallMultiplesOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SmallMultiplesOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.BarChartSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TooltipOptions"
        },
        "ValueAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "ValueLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BarChartFieldWells": {
      "type": "object",
      "properties": {
        "BarChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.BarChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BarChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        },
        "ColorItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "ColorSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        },
        "SmallMultiplesLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "SmallMultiplesSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BarChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.BarChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BinCountOptions": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BinWidthOptions": {
      "type": "object",
      "properties": {
        "BinCountLimit": {
          "type": "number"
        },
        "Value": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BodySectionConfiguration": {
      "type": "object",
      "properties": {
        "Content": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.BodySectionContent"
        },
        "PageBreakConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SectionPageBreakConfiguration"
        },
        "SectionId": {
          "type": "string"
        },
        "Style": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SectionStyle"
        }
      },
      "required": [
        "Content",
        "SectionId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BodySectionContent": {
      "type": "object",
      "properties": {
        "Layout": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SectionLayoutConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BoxPlotAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "GroupBy": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BoxPlotChartConfiguration": {
      "type": "object",
      "properties": {
        "BoxPlotOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.BoxPlotOptions"
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.BoxPlotFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LegendOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "ReferenceLines": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ReferenceLine"
          },
          "type": "array"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.BoxPlotSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BoxPlotFieldWells": {
      "type": "object",
      "properties": {
        "BoxPlotAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.BoxPlotAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BoxPlotOptions": {
      "type": "object",
      "properties": {
        "AllDataPointsVisibility": {
          "type": "string"
        },
        "OutlierVisibility": {
          "type": "string"
        },
        "StyleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.BoxPlotStyleOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BoxPlotSortConfiguration": {
      "type": "object",
      "properties": {
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        },
        "PaginationConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PaginationConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BoxPlotStyleOptions": {
      "type": "object",
      "properties": {
        "FillStyle": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.BoxPlotVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.BoxPlotChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CalculatedField": {
      "type": "object",
      "properties": {
        "DataSetIdentifier": {
          "type": "string"
        },
        "Expression": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "DataSetIdentifier",
        "Expression",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CalculatedMeasureField": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        }
      },
      "required": [
        "Expression",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CascadingControlConfiguration": {
      "type": "object",
      "properties": {
        "SourceControls": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.CascadingControlSource"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CascadingControlSource": {
      "type": "object",
      "properties": {
        "ColumnToMatch": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "SourceSheetControlId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CategoricalDimensionField": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.StringFormatConfiguration"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CategoricalMeasureField": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "type": "string"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.StringFormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CategoryDrillDownFilter": {
      "type": "object",
      "properties": {
        "CategoryValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        }
      },
      "required": [
        "CategoryValues",
        "Column"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CategoryFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "Configuration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CategoryFilterConfiguration"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultFilterControlConfiguration"
        },
        "FilterId": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "Configuration",
        "FilterId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CategoryFilterConfiguration": {
      "type": "object",
      "properties": {
        "CustomFilterConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CustomFilterConfiguration"
        },
        "CustomFilterListConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CustomFilterListConfiguration"
        },
        "FilterListConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterListConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ChartAxisLabelOptions": {
      "type": "object",
      "properties": {
        "AxisLabelOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisLabelOptions"
          },
          "type": "array"
        },
        "SortIconVisibility": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ClusterMarker": {
      "type": "object",
      "properties": {
        "SimpleClusterMarker": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SimpleClusterMarker"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ClusterMarkerConfiguration": {
      "type": "object",
      "properties": {
        "ClusterMarker": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ClusterMarker"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ColorScale": {
      "type": "object",
      "properties": {
        "ColorFillType": {
          "type": "string"
        },
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DataColor"
          },
          "type": "array"
        },
        "NullValueColor": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataColor"
        }
      },
      "required": [
        "ColorFillType",
        "Colors"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ColorsConfiguration": {
      "type": "object",
      "properties": {
        "CustomColors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.CustomColor"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ColumnConfiguration": {
      "type": "object",
      "properties": {
        "ColorsConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColorsConfiguration"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FormatConfiguration"
        },
        "Role": {
          "type": "string"
        }
      },
      "required": [
        "Column"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ColumnHierarchy": {
      "type": "object",
      "properties": {
        "DateTimeHierarchy": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DateTimeHierarchy"
        },
        "ExplicitHierarchy": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ExplicitHierarchy"
        },
        "PredefinedHierarchy": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PredefinedHierarchy"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ColumnIdentifier": {
      "type": "object",
      "properties": {
        "ColumnName": {
          "type": "string"
        },
        "DataSetIdentifier": {
          "type": "string"
        }
      },
      "required": [
        "ColumnName",
        "DataSetIdentifier"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ColumnSort": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AggregationFunction"
        },
        "Direction": {
          "type": "string"
        },
        "SortBy": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        }
      },
      "required": [
        "Direction",
        "SortBy"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ColumnTooltipItem": {
      "type": "object",
      "properties": {
        "Aggregation": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "Label": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "required": [
        "Column"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ComboChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "BarValues": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        },
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "LineValues": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ComboChartConfiguration": {
      "type": "object",
      "properties": {
        "BarDataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataLabelOptions"
        },
        "BarsArrangement": {
          "type": "string"
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "ColorLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ComboChartFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LegendOptions"
        },
        "LineDataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataLabelOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "ReferenceLines": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ReferenceLine"
          },
          "type": "array"
        },
        "SecondaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "SecondaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ComboChartSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ComboChartFieldWells": {
      "type": "object",
      "properties": {
        "ComboChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ComboChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ComboChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        },
        "ColorItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "ColorSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ComboChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ComboChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ComparisonConfiguration": {
      "type": "object",
      "properties": {
        "ComparisonFormat": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ComparisonFormatConfiguration"
        },
        "ComparisonMethod": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ComparisonFormatConfiguration": {
      "type": "object",
      "properties": {
        "NumberDisplayFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumberDisplayFormatConfiguration"
        },
        "PercentageDisplayFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PercentageDisplayFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.Computation": {
      "type": "object",
      "properties": {
        "Forecast": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ForecastComputation"
        },
        "GrowthRate": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GrowthRateComputation"
        },
        "MaximumMinimum": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.MaximumMinimumComputation"
        },
        "MetricComparison": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.MetricComparisonComputation"
        },
        "PeriodOverPeriod": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PeriodOverPeriodComputation"
        },
        "PeriodToDate": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PeriodToDateComputation"
        },
        "TopBottomMovers": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TopBottomMoversComputation"
        },
        "TopBottomRanked": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TopBottomRankedComputation"
        },
        "TotalAggregation": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TotalAggregationComputation"
        },
        "UniqueValues": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.UniqueValuesComputation"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ConditionalFormattingColor": {
      "type": "object",
      "properties": {
        "Gradient": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingGradientColor"
        },
        "Solid": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingSolidColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ConditionalFormattingCustomIconCondition": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "DisplayConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingIconDisplayConfiguration"
        },
        "Expression": {
          "type": "string"
        },
        "IconOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingCustomIconOptions"
        }
      },
      "required": [
        "Expression",
        "IconOptions"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ConditionalFormattingCustomIconOptions": {
      "type": "object",
      "properties": {
        "Icon": {
          "type": "string"
        },
        "UnicodeIcon": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ConditionalFormattingGradientColor": {
      "type": "object",
      "properties": {
        "Color": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GradientColor"
        },
        "Expression": {
          "type": "string"
        }
      },
      "required": [
        "Color",
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ConditionalFormattingIcon": {
      "type": "object",
      "properties": {
        "CustomCondition": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingCustomIconCondition"
        },
        "IconSet": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingIconSet"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ConditionalFormattingIconDisplayConfiguration": {
      "type": "object",
      "properties": {
        "IconDisplayOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ConditionalFormattingIconSet": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "IconSetType": {
          "type": "string"
        }
      },
      "required": [
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ConditionalFormattingSolidColor": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Expression": {
          "type": "string"
        }
      },
      "required": [
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ContributionAnalysisDefault": {
      "type": "object",
      "properties": {
        "ContributorDimensions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
          },
          "type": "array"
        },
        "MeasureFieldId": {
          "type": "string"
        }
      },
      "required": [
        "ContributorDimensions",
        "MeasureFieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CurrencyDisplayFormatConfiguration": {
      "type": "object",
      "properties": {
        "DecimalPlacesConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DecimalPlacesConfiguration"
        },
        "NegativeValueConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NegativeValueConfiguration"
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NullValueFormatConfiguration"
        },
        "NumberScale": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "SeparatorConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericSeparatorConfiguration"
        },
        "Suffix": {
          "type": "string"
        },
        "Symbol": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CustomActionFilterOperation": {
      "type": "object",
      "properties": {
        "SelectedFieldsConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterOperationSelectedFieldsConfiguration"
        },
        "TargetVisualsConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterOperationTargetVisualsConfiguration"
        }
      },
      "required": [
        "SelectedFieldsConfiguration",
        "TargetVisualsConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CustomActionNavigationOperation": {
      "type": "object",
      "properties": {
        "LocalNavigationConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LocalNavigationConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CustomActionSetParametersOperation": {
      "type": "object",
      "properties": {
        "ParameterValueConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.SetParameterValueConfiguration"
          },
          "type": "array"
        }
      },
      "required": [
        "ParameterValueConfigurations"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CustomActionURLOperation": {
      "type": "object",
      "properties": {
        "URLTarget": {
          "type": "string"
        },
        "URLTemplate": {
          "type": "string"
        }
      },
      "required": [
        "URLTarget",
        "URLTemplate"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CustomColor": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "FieldValue": {
          "type": "string"
        },
        "SpecialValue": {
          "type": "string"
        }
      },
      "required": [
        "Color"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CustomContentConfiguration": {
      "type": "object",
      "properties": {
        "ContentType": {
          "type": "string"
        },
        "ContentUrl": {
          "type": "string"
        },
        "ImageScaling": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CustomContentVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CustomContentConfiguration"
        },
        "DataSetIdentifier": {
          "type": "string"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "DataSetIdentifier",
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CustomFilterConfiguration": {
      "type": "object",
      "properties": {
        "CategoryValue": {
          "type": "string"
        },
        "MatchOperator": {
          "type": "string"
        },
        "NullOption": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        },
        "SelectAllOptions": {
          "type": "string"
        }
      },
      "required": [
        "MatchOperator",
        "NullOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CustomFilterListConfiguration": {
      "type": "object",
      "properties": {
        "CategoryValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MatchOperator": {
          "type": "string"
        },
        "NullOption": {
          "type": "string"
        },
        "SelectAllOptions": {
          "type": "string"
        }
      },
      "required": [
        "MatchOperator",
        "NullOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CustomNarrativeOptions": {
      "type": "object",
      "properties": {
        "Narrative": {
          "type": "string"
        }
      },
      "required": [
        "Narrative"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CustomParameterValues": {
      "type": "object",
      "properties": {
        "DateTimeValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DecimalValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "IntegerValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "StringValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.CustomValuesConfiguration": {
      "type": "object",
      "properties": {
        "CustomValues": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CustomParameterValues"
        },
        "IncludeNullValue": {
          "type": "boolean"
        }
      },
      "required": [
        "CustomValues"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DataBarsOptions": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "NegativeColor": {
          "type": "string"
        },
        "PositiveColor": {
          "type": "string"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DataColor": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "DataValue": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DataFieldSeriesItem": {
      "type": "object",
      "properties": {
        "AxisBinding": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        },
        "FieldValue": {
          "type": "string"
        },
        "Settings": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LineChartSeriesSettings"
        }
      },
      "required": [
        "AxisBinding",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DataLabelOptions": {
      "type": "object",
      "properties": {
        "CategoryLabelVisibility": {
          "type": "string"
        },
        "DataLabelTypes": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DataLabelType"
          },
          "type": "array"
        },
        "LabelColor": {
          "type": "string"
        },
        "LabelContent": {
          "type": "string"
        },
        "LabelFontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FontConfiguration"
        },
        "MeasureLabelVisibility": {
          "type": "string"
        },
        "Overlap": {
          "type": "string"
        },
        "Position": {
          "type": "string"
        },
        "TotalsVisibility": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DataLabelType": {
      "type": "object",
      "properties": {
        "DataPathLabelType": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataPathLabelType"
        },
        "FieldLabelType": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldLabelType"
        },
        "MaximumLabelType": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.MaximumLabelType"
        },
        "MinimumLabelType": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.MinimumLabelType"
        },
        "RangeEndsLabelType": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RangeEndsLabelType"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DataPathColor": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Element": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataPathValue"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "Color",
        "Element"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DataPathLabelType": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "FieldValue": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DataPathSort": {
      "type": "object",
      "properties": {
        "Direction": {
          "type": "string"
        },
        "SortPaths": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DataPathValue"
          },
          "type": "array"
        }
      },
      "required": [
        "Direction",
        "SortPaths"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DataPathType": {
      "type": "object",
      "properties": {
        "PivotTableDataPathType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DataPathValue": {
      "type": "object",
      "properties": {
        "DataPathType": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataPathType"
        },
        "FieldId": {
          "type": "string"
        },
        "FieldValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DataSetIdentifierDeclaration": {
      "type": "object",
      "properties": {
        "DataSetArn": {
          "type": "string"
        },
        "Identifier": {
          "type": "string"
        }
      },
      "required": [
        "DataSetArn",
        "Identifier"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DataSetReference": {
      "type": "object",
      "properties": {
        "DataSetArn": {
          "type": "string"
        },
        "DataSetPlaceholder": {
          "type": "string"
        }
      },
      "required": [
        "DataSetArn",
        "DataSetPlaceholder"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DateAxisOptions": {
      "type": "object",
      "properties": {
        "MissingDateVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DateDimensionField": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "DateGranularity": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DateTimeFormatConfiguration"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DateMeasureField": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "type": "string"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DateTimeFormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DateTimeDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DynamicDefaultValue"
        },
        "RollingDate": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RollingDateConfiguration"
        },
        "StaticValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DateTimeFormatConfiguration": {
      "type": "object",
      "properties": {
        "DateTimeFormat": {
          "type": "string"
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NullValueFormatConfiguration"
        },
        "NumericFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DateTimeHierarchy": {
      "type": "object",
      "properties": {
        "DrillDownFilters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DrillDownFilter"
          },
          "type": "array"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "HierarchyId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DateTimeParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DateTimeParameterDeclaration": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DateTimeDefaultValues"
        },
        "MappedDataSetParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MappedDataSetParameter"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "TimeGranularity": {
          "type": "string"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DateTimeValueWhenUnsetConfiguration"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DateTimePickerControlDisplayOptions": {
      "type": "object",
      "properties": {
        "DateTimeFormat": {
          "type": "string"
        },
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SheetControlInfoIconLabelOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DateTimeValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "CustomValue": {
          "type": "string"
        },
        "ValueWhenUnsetOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DecimalDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DynamicDefaultValue"
        },
        "StaticValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DecimalParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "number"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DecimalParameterDeclaration": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DecimalDefaultValues"
        },
        "MappedDataSetParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MappedDataSetParameter"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "ParameterValueType": {
          "type": "string"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DecimalValueWhenUnsetConfiguration"
        }
      },
      "required": [
        "Name",
        "ParameterValueType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DecimalPlacesConfiguration": {
      "type": "object",
      "properties": {
        "DecimalPlaces": {
          "type": "number"
        }
      },
      "required": [
        "DecimalPlaces"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DecimalValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "CustomValue": {
          "type": "number"
        },
        "ValueWhenUnsetOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DefaultDateTimePickerControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DateTimePickerControlDisplayOptions"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DefaultFilterControlConfiguration": {
      "type": "object",
      "properties": {
        "ControlOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultFilterControlOptions"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "ControlOptions",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DefaultFilterControlOptions": {
      "type": "object",
      "properties": {
        "DefaultDateTimePickerOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultDateTimePickerControlOptions"
        },
        "DefaultDropdownOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultFilterDropDownControlOptions"
        },
        "DefaultListOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultFilterListControlOptions"
        },
        "DefaultRelativeDateTimeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultRelativeDateTimeControlOptions"
        },
        "DefaultSliderOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultSliderControlOptions"
        },
        "DefaultTextAreaOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultTextAreaControlOptions"
        },
        "DefaultTextFieldOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultTextFieldControlOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DefaultFilterDropDownControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DropDownControlDisplayOptions"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterSelectableValues"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DefaultFilterListControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ListControlDisplayOptions"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterSelectableValues"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DefaultFreeFormLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FreeFormLayoutCanvasSizeOptions"
        }
      },
      "required": [
        "CanvasSizeOptions"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DefaultGridLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GridLayoutCanvasSizeOptions"
        }
      },
      "required": [
        "CanvasSizeOptions"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DefaultInteractiveLayoutConfiguration": {
      "type": "object",
      "properties": {
        "FreeForm": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultFreeFormLayoutConfiguration"
        },
        "Grid": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultGridLayoutConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DefaultNewSheetConfiguration": {
      "type": "object",
      "properties": {
        "InteractiveLayoutConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultInteractiveLayoutConfiguration"
        },
        "PaginatedLayoutConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultPaginatedLayoutConfiguration"
        },
        "SheetContentType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DefaultPaginatedLayoutConfiguration": {
      "type": "object",
      "properties": {
        "SectionBased": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultSectionBasedLayoutConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DefaultRelativeDateTimeControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RelativeDateTimeControlDisplayOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DefaultSectionBasedLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SectionBasedLayoutCanvasSizeOptions"
        }
      },
      "required": [
        "CanvasSizeOptions"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DefaultSliderControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SliderControlDisplayOptions"
        },
        "MaximumValue": {
          "type": "number"
        },
        "MinimumValue": {
          "type": "number"
        },
        "StepSize": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "MaximumValue",
        "MinimumValue",
        "StepSize"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DefaultTextAreaControlOptions": {
      "type": "object",
      "properties": {
        "Delimiter": {
          "type": "string"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TextAreaControlDisplayOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DefaultTextFieldControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TextFieldControlDisplayOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DestinationParameterValueConfiguration": {
      "type": "object",
      "properties": {
        "CustomValuesConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CustomValuesConfiguration"
        },
        "SelectAllValueOptions": {
          "type": "string"
        },
        "SourceColumn": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "SourceField": {
          "type": "string"
        },
        "SourceParameterName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DimensionField": {
      "type": "object",
      "properties": {
        "CategoricalDimensionField": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CategoricalDimensionField"
        },
        "DateDimensionField": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DateDimensionField"
        },
        "NumericalDimensionField": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericalDimensionField"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DonutCenterOptions": {
      "type": "object",
      "properties": {
        "LabelVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DonutOptions": {
      "type": "object",
      "properties": {
        "ArcOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ArcOptions"
        },
        "DonutCenterOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DonutCenterOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DrillDownFilter": {
      "type": "object",
      "properties": {
        "CategoryFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CategoryDrillDownFilter"
        },
        "NumericEqualityFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericEqualityDrillDownFilter"
        },
        "TimeRangeFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TimeRangeDrillDownFilter"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DropDownControlDisplayOptions": {
      "type": "object",
      "properties": {
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SheetControlInfoIconLabelOptions"
        },
        "SelectAllOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ListControlSelectAllOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.DynamicDefaultValue": {
      "type": "object",
      "properties": {
        "DefaultValueColumn": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "GroupNameColumn": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "UserNameColumn": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        }
      },
      "required": [
        "DefaultValueColumn"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.EmptyVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "DataSetIdentifier": {
          "type": "string"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "DataSetIdentifier",
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.Entity": {
      "type": "object",
      "properties": {
        "Path": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ExcludePeriodConfiguration": {
      "type": "object",
      "properties": {
        "Amount": {
          "type": "number"
        },
        "Granularity": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Amount",
        "Granularity"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ExplicitHierarchy": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
          },
          "type": "array"
        },
        "DrillDownFilters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DrillDownFilter"
          },
          "type": "array"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "Columns",
        "HierarchyId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FieldBasedTooltip": {
      "type": "object",
      "properties": {
        "AggregationVisibility": {
          "type": "string"
        },
        "TooltipFields": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.TooltipItem"
          },
          "type": "array"
        },
        "TooltipTitleType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FieldLabelType": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FieldSeriesItem": {
      "type": "object",
      "properties": {
        "AxisBinding": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        },
        "Settings": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LineChartSeriesSettings"
        }
      },
      "required": [
        "AxisBinding",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FieldSort": {
      "type": "object",
      "properties": {
        "Direction": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        }
      },
      "required": [
        "Direction",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FieldSortOptions": {
      "type": "object",
      "properties": {
        "ColumnSort": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnSort"
        },
        "FieldSort": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSort"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FieldTooltipItem": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "Label": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilledMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Geospatial": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilledMapConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FilledMapConditionalFormattingOption"
          },
          "type": "array"
        }
      },
      "required": [
        "ConditionalFormattingOptions"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilledMapConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "Shape": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilledMapShapeConditionalFormatting"
        }
      },
      "required": [
        "Shape"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilledMapConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilledMapFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LegendOptions"
        },
        "MapStyleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GeospatialMapStyleOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilledMapSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TooltipOptions"
        },
        "WindowOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GeospatialWindowOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilledMapFieldWells": {
      "type": "object",
      "properties": {
        "FilledMapAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilledMapAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilledMapShapeConditionalFormatting": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "Format": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ShapeConditionalFormat"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilledMapSortConfiguration": {
      "type": "object",
      "properties": {
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilledMapVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilledMapConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnHierarchy"
          },
          "type": "array"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilledMapConditionalFormatting"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.Filter": {
      "type": "object",
      "properties": {
        "CategoryFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CategoryFilter"
        },
        "NumericEqualityFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericEqualityFilter"
        },
        "NumericRangeFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericRangeFilter"
        },
        "RelativeDatesFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RelativeDatesFilter"
        },
        "TimeEqualityFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TimeEqualityFilter"
        },
        "TimeRangeFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TimeRangeFilter"
        },
        "TopBottomFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TopBottomFilter"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilterControl": {
      "type": "object",
      "properties": {
        "CrossSheet": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterCrossSheetControl"
        },
        "DateTimePicker": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterDateTimePickerControl"
        },
        "Dropdown": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterDropDownControl"
        },
        "List": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterListControl"
        },
        "RelativeDateTime": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterRelativeDateTimeControl"
        },
        "Slider": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterSliderControl"
        },
        "TextArea": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterTextAreaControl"
        },
        "TextField": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterTextFieldControl"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilterCrossSheetControl": {
      "type": "object",
      "properties": {
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CascadingControlConfiguration"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SourceFilterId": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilterDateTimePickerControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DateTimePickerControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilterDropDownControl": {
      "type": "object",
      "properties": {
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CascadingControlConfiguration"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DropDownControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterSelectableValues"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilterGroup": {
      "type": "object",
      "properties": {
        "CrossDataset": {
          "type": "string"
        },
        "FilterGroupId": {
          "type": "string"
        },
        "Filters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.Filter"
          },
          "type": "array"
        },
        "ScopeConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterScopeConfiguration"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "CrossDataset",
        "FilterGroupId",
        "Filters",
        "ScopeConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilterListConfiguration": {
      "type": "object",
      "properties": {
        "CategoryValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MatchOperator": {
          "type": "string"
        },
        "NullOption": {
          "type": "string"
        },
        "SelectAllOptions": {
          "type": "string"
        }
      },
      "required": [
        "MatchOperator"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilterListControl": {
      "type": "object",
      "properties": {
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CascadingControlConfiguration"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ListControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterSelectableValues"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilterOperationSelectedFieldsConfiguration": {
      "type": "object",
      "properties": {
        "SelectedColumns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
          },
          "type": "array"
        },
        "SelectedFieldOptions": {
          "type": "string"
        },
        "SelectedFields": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilterOperationTargetVisualsConfiguration": {
      "type": "object",
      "properties": {
        "SameSheetTargetVisualConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SameSheetTargetVisualConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilterRelativeDateTimeControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RelativeDateTimeControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilterScopeConfiguration": {
      "type": "object",
      "properties": {
        "AllSheets": {
          "type": "object"
        },
        "SelectedSheets": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SelectedSheetsFilterScopeConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilterSelectableValues": {
      "type": "object",
      "properties": {
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilterSliderControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SliderControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "MaximumValue": {
          "type": "number"
        },
        "MinimumValue": {
          "type": "number"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "StepSize": {
          "type": "number"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "MaximumValue",
        "MinimumValue",
        "SourceFilterId",
        "StepSize",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilterTextAreaControl": {
      "type": "object",
      "properties": {
        "Delimiter": {
          "type": "string"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TextAreaControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FilterTextFieldControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TextFieldControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FontConfiguration": {
      "type": "object",
      "properties": {
        "FontColor": {
          "type": "string"
        },
        "FontDecoration": {
          "type": "string"
        },
        "FontSize": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FontSize"
        },
        "FontStyle": {
          "type": "string"
        },
        "FontWeight": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FontWeight"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FontSize": {
      "type": "object",
      "properties": {
        "Relative": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FontWeight": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ForecastComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "CustomSeasonalityValue": {
          "type": "number"
        },
        "LowerBoundary": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        },
        "PeriodsBackward": {
          "type": "number"
        },
        "PeriodsForward": {
          "type": "number"
        },
        "PredictionInterval": {
          "type": "number"
        },
        "Seasonality": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
        },
        "UpperBoundary": {
          "type": "number"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ForecastConfiguration": {
      "type": "object",
      "properties": {
        "ForecastProperties": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TimeBasedForecastProperties"
        },
        "Scenario": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ForecastScenario"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ForecastScenario": {
      "type": "object",
      "properties": {
        "WhatIfPointScenario": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.WhatIfPointScenario"
        },
        "WhatIfRangeScenario": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.WhatIfRangeScenario"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FormatConfiguration": {
      "type": "object",
      "properties": {
        "DateTimeFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DateTimeFormatConfiguration"
        },
        "NumberFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumberFormatConfiguration"
        },
        "StringFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.StringFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FreeFormLayoutCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "ScreenCanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FreeFormLayoutScreenCanvasSizeOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FreeFormLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FreeFormLayoutCanvasSizeOptions"
        },
        "Elements": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FreeFormLayoutElement"
          },
          "type": "array"
        }
      },
      "required": [
        "Elements"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FreeFormLayoutElement": {
      "type": "object",
      "properties": {
        "BackgroundStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FreeFormLayoutElementBackgroundStyle"
        },
        "BorderStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FreeFormLayoutElementBorderStyle"
        },
        "ElementId": {
          "type": "string"
        },
        "ElementType": {
          "type": "string"
        },
        "Height": {
          "type": "string"
        },
        "LoadingAnimation": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LoadingAnimation"
        },
        "RenderingRules": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.SheetElementRenderingRule"
          },
          "type": "array"
        },
        "SelectedBorderStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FreeFormLayoutElementBorderStyle"
        },
        "Visibility": {
          "type": "string"
        },
        "Width": {
          "type": "string"
        },
        "XAxisLocation": {
          "type": "string"
        },
        "YAxisLocation": {
          "type": "string"
        }
      },
      "required": [
        "ElementId",
        "ElementType",
        "Height",
        "Width",
        "XAxisLocation",
        "YAxisLocation"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FreeFormLayoutElementBackgroundStyle": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FreeFormLayoutElementBorderStyle": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FreeFormLayoutScreenCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "OptimizedViewPortWidth": {
          "type": "string"
        }
      },
      "required": [
        "OptimizedViewPortWidth"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FreeFormSectionLayoutConfiguration": {
      "type": "object",
      "properties": {
        "Elements": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FreeFormLayoutElement"
          },
          "type": "array"
        }
      },
      "required": [
        "Elements"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FunnelChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FunnelChartConfiguration": {
      "type": "object",
      "properties": {
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "DataLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FunnelChartDataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FunnelChartFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FunnelChartSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TooltipOptions"
        },
        "ValueLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FunnelChartDataLabelOptions": {
      "type": "object",
      "properties": {
        "CategoryLabelVisibility": {
          "type": "string"
        },
        "LabelColor": {
          "type": "string"
        },
        "LabelFontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FontConfiguration"
        },
        "MeasureDataLabelStyle": {
          "type": "string"
        },
        "MeasureLabelVisibility": {
          "type": "string"
        },
        "Position": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FunnelChartFieldWells": {
      "type": "object",
      "properties": {
        "FunnelChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FunnelChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FunnelChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.FunnelChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FunnelChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GaugeChartArcConditionalFormatting": {
      "type": "object",
      "properties": {
        "ForegroundColor": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GaugeChartConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.GaugeChartConditionalFormattingOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GaugeChartConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "Arc": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GaugeChartArcConditionalFormatting"
        },
        "PrimaryValue": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GaugeChartPrimaryValueConditionalFormatting"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GaugeChartConfiguration": {
      "type": "object",
      "properties": {
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GaugeChartFieldWells"
        },
        "GaugeChartOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GaugeChartOptions"
        },
        "TooltipOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GaugeChartFieldWells": {
      "type": "object",
      "properties": {
        "TargetValues": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GaugeChartOptions": {
      "type": "object",
      "properties": {
        "Arc": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ArcConfiguration"
        },
        "ArcAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ArcAxisConfiguration"
        },
        "Comparison": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ComparisonConfiguration"
        },
        "PrimaryValueDisplayType": {
          "type": "string"
        },
        "PrimaryValueFontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FontConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GaugeChartPrimaryValueConditionalFormatting": {
      "type": "object",
      "properties": {
        "Icon": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingIcon"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GaugeChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GaugeChartConfiguration"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GaugeChartConditionalFormatting"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GeospatialCoordinateBounds": {
      "type": "object",
      "properties": {
        "East": {
          "type": "number"
        },
        "North": {
          "type": "number"
        },
        "South": {
          "type": "number"
        },
        "West": {
          "type": "number"
        }
      },
      "required": [
        "East",
        "North",
        "South",
        "West"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GeospatialHeatmapColorScale": {
      "type": "object",
      "properties": {
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.GeospatialHeatmapDataColor"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GeospatialHeatmapConfiguration": {
      "type": "object",
      "properties": {
        "HeatmapColor": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GeospatialHeatmapColorScale"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GeospatialHeatmapDataColor": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        }
      },
      "required": [
        "Color"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GeospatialMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Geospatial": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GeospatialMapConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GeospatialMapFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LegendOptions"
        },
        "MapStyleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GeospatialMapStyleOptions"
        },
        "PointStyleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GeospatialPointStyleOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualPalette"
        },
        "WindowOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GeospatialWindowOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GeospatialMapFieldWells": {
      "type": "object",
      "properties": {
        "GeospatialMapAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GeospatialMapAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GeospatialMapStyleOptions": {
      "type": "object",
      "properties": {
        "BaseMapStyle": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GeospatialMapVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GeospatialMapConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GeospatialPointStyleOptions": {
      "type": "object",
      "properties": {
        "ClusterMarkerConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ClusterMarkerConfiguration"
        },
        "HeatmapConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GeospatialHeatmapConfiguration"
        },
        "SelectedPointStyle": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GeospatialWindowOptions": {
      "type": "object",
      "properties": {
        "Bounds": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GeospatialCoordinateBounds"
        },
        "MapZoomMode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GlobalTableBorderOptions": {
      "type": "object",
      "properties": {
        "SideSpecificBorder": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableSideBorderOptions"
        },
        "UniformBorder": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableBorderOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GradientColor": {
      "type": "object",
      "properties": {
        "Stops": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.GradientStop"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GradientStop": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "DataValue": {
          "type": "number"
        },
        "GradientOffset": {
          "type": "number"
        }
      },
      "required": [
        "GradientOffset"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GridLayoutCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "ScreenCanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GridLayoutScreenCanvasSizeOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GridLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GridLayoutCanvasSizeOptions"
        },
        "Elements": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.GridLayoutElement"
          },
          "type": "array"
        }
      },
      "required": [
        "Elements"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GridLayoutElement": {
      "type": "object",
      "properties": {
        "ColumnIndex": {
          "type": "number"
        },
        "ColumnSpan": {
          "type": "number"
        },
        "ElementId": {
          "type": "string"
        },
        "ElementType": {
          "type": "string"
        },
        "RowIndex": {
          "type": "number"
        },
        "RowSpan": {
          "type": "number"
        }
      },
      "required": [
        "ColumnSpan",
        "ElementId",
        "ElementType",
        "RowSpan"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GridLayoutScreenCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "OptimizedViewPortWidth": {
          "type": "string"
        },
        "ResizeOption": {
          "type": "string"
        }
      },
      "required": [
        "ResizeOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.GrowthRateComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "PeriodSize": {
          "type": "number"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.HeaderFooterSectionConfiguration": {
      "type": "object",
      "properties": {
        "Layout": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SectionLayoutConfiguration"
        },
        "SectionId": {
          "type": "string"
        },
        "Style": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SectionStyle"
        }
      },
      "required": [
        "Layout",
        "SectionId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.HeatMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Rows": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.HeatMapConfiguration": {
      "type": "object",
      "properties": {
        "ColorScale": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColorScale"
        },
        "ColumnLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.HeatMapFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LegendOptions"
        },
        "RowLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.HeatMapSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TooltipOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.HeatMapFieldWells": {
      "type": "object",
      "properties": {
        "HeatMapAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.HeatMapAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.HeatMapSortConfiguration": {
      "type": "object",
      "properties": {
        "HeatMapColumnItemsLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "HeatMapColumnSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        },
        "HeatMapRowItemsLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "HeatMapRowSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.HeatMapVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.HeatMapConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.HistogramAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.HistogramBinOptions": {
      "type": "object",
      "properties": {
        "BinCount": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.BinCountOptions"
        },
        "BinWidth": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.BinWidthOptions"
        },
        "SelectedBinType": {
          "type": "string"
        },
        "StartValue": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.HistogramConfiguration": {
      "type": "object",
      "properties": {
        "BinOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.HistogramBinOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.HistogramFieldWells"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualPalette"
        },
        "XAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "XAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "YAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.HistogramFieldWells": {
      "type": "object",
      "properties": {
        "HistogramAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.HistogramAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.HistogramVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.HistogramConfiguration"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.InsightConfiguration": {
      "type": "object",
      "properties": {
        "Computations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.Computation"
          },
          "type": "array"
        },
        "CustomNarrative": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CustomNarrativeOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.InsightVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "DataSetIdentifier": {
          "type": "string"
        },
        "InsightConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.InsightConfiguration"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "DataSetIdentifier",
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.IntegerDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DynamicDefaultValue"
        },
        "StaticValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.IntegerParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "number"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.IntegerParameterDeclaration": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.IntegerDefaultValues"
        },
        "MappedDataSetParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MappedDataSetParameter"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "ParameterValueType": {
          "type": "string"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.IntegerValueWhenUnsetConfiguration"
        }
      },
      "required": [
        "Name",
        "ParameterValueType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.IntegerValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "CustomValue": {
          "type": "number"
        },
        "ValueWhenUnsetOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ItemsLimitConfiguration": {
      "type": "object",
      "properties": {
        "ItemsLimit": {
          "type": "number"
        },
        "OtherCategories": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.KPIActualValueConditionalFormatting": {
      "type": "object",
      "properties": {
        "Icon": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingIcon"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.KPIComparisonValueConditionalFormatting": {
      "type": "object",
      "properties": {
        "Icon": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingIcon"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.KPIConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.KPIConditionalFormattingOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.KPIConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "ActualValue": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.KPIActualValueConditionalFormatting"
        },
        "ComparisonValue": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.KPIComparisonValueConditionalFormatting"
        },
        "PrimaryValue": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.KPIPrimaryValueConditionalFormatting"
        },
        "ProgressBar": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.KPIProgressBarConditionalFormatting"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.KPIConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.KPIFieldWells"
        },
        "KPIOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.KPIOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.KPISortConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.KPIFieldWells": {
      "type": "object",
      "properties": {
        "TargetValues": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        },
        "TrendGroups": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.KPIOptions": {
      "type": "object",
      "properties": {
        "Comparison": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ComparisonConfiguration"
        },
        "PrimaryValueDisplayType": {
          "type": "string"
        },
        "PrimaryValueFontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FontConfiguration"
        },
        "ProgressBar": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ProgressBarOptions"
        },
        "SecondaryValue": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SecondaryValueOptions"
        },
        "SecondaryValueFontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FontConfiguration"
        },
        "Sparkline": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.KPISparklineOptions"
        },
        "TrendArrows": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TrendArrowOptions"
        },
        "VisualLayoutOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.KPIVisualLayoutOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.KPIPrimaryValueConditionalFormatting": {
      "type": "object",
      "properties": {
        "Icon": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingIcon"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.KPIProgressBarConditionalFormatting": {
      "type": "object",
      "properties": {
        "ForegroundColor": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.KPISortConfiguration": {
      "type": "object",
      "properties": {
        "TrendGroupSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.KPISparklineOptions": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "TooltipVisibility": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.KPIVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.KPIConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnHierarchy"
          },
          "type": "array"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.KPIConditionalFormatting"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.KPIVisualLayoutOptions": {
      "type": "object",
      "properties": {
        "StandardLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.KPIVisualStandardLayout"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.KPIVisualStandardLayout": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LabelOptions": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FontConfiguration"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.Layout": {
      "type": "object",
      "properties": {
        "Configuration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LayoutConfiguration"
        }
      },
      "required": [
        "Configuration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LayoutConfiguration": {
      "type": "object",
      "properties": {
        "FreeFormLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FreeFormLayoutConfiguration"
        },
        "GridLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GridLayoutConfiguration"
        },
        "SectionBasedLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SectionBasedLayoutConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LegendOptions": {
      "type": "object",
      "properties": {
        "Height": {
          "type": "string"
        },
        "Position": {
          "type": "string"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LabelOptions"
        },
        "Visibility": {
          "type": "string"
        },
        "Width": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LineChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "SmallMultiples": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LineChartConfiguration": {
      "type": "object",
      "properties": {
        "ContributionAnalysisDefaults": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ContributionAnalysisDefault"
          },
          "type": "array"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataLabelOptions"
        },
        "DefaultSeriesSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LineChartDefaultSeriesSettings"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LineChartFieldWells"
        },
        "ForecastConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ForecastConfiguration"
          },
          "type": "array"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LegendOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LineSeriesAxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "ReferenceLines": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ReferenceLine"
          },
          "type": "array"
        },
        "SecondaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LineSeriesAxisDisplayOptions"
        },
        "SecondaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "Series": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.SeriesItem"
          },
          "type": "array"
        },
        "SmallMultiplesOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SmallMultiplesOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LineChartSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TooltipOptions"
        },
        "Type": {
          "type": "string"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualPalette"
        },
        "XAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "XAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LineChartDefaultSeriesSettings": {
      "type": "object",
      "properties": {
        "AxisBinding": {
          "type": "string"
        },
        "LineStyleSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LineChartLineStyleSettings"
        },
        "MarkerStyleSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LineChartMarkerStyleSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LineChartFieldWells": {
      "type": "object",
      "properties": {
        "LineChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LineChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LineChartLineStyleSettings": {
      "type": "object",
      "properties": {
        "LineInterpolation": {
          "type": "string"
        },
        "LineStyle": {
          "type": "string"
        },
        "LineVisibility": {
          "type": "string"
        },
        "LineWidth": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LineChartMarkerStyleSettings": {
      "type": "object",
      "properties": {
        "MarkerColor": {
          "type": "string"
        },
        "MarkerShape": {
          "type": "string"
        },
        "MarkerSize": {
          "type": "string"
        },
        "MarkerVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LineChartSeriesSettings": {
      "type": "object",
      "properties": {
        "LineStyleSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LineChartLineStyleSettings"
        },
        "MarkerStyleSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LineChartMarkerStyleSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LineChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        },
        "ColorItemsLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "SmallMultiplesLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "SmallMultiplesSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LineChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LineChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LineSeriesAxisDisplayOptions": {
      "type": "object",
      "properties": {
        "AxisOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "MissingDataConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MissingDataConfiguration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ListControlDisplayOptions": {
      "type": "object",
      "properties": {
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SheetControlInfoIconLabelOptions"
        },
        "SearchOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ListControlSearchOptions"
        },
        "SelectAllOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ListControlSelectAllOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ListControlSearchOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ListControlSelectAllOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LoadingAnimation": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LocalNavigationConfiguration": {
      "type": "object",
      "properties": {
        "TargetSheetId": {
          "type": "string"
        }
      },
      "required": [
        "TargetSheetId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.LongFormatText": {
      "type": "object",
      "properties": {
        "PlainText": {
          "type": "string"
        },
        "RichText": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.MappedDataSetParameter": {
      "type": "object",
      "properties": {
        "DataSetIdentifier": {
          "type": "string"
        },
        "DataSetParameterName": {
          "type": "string"
        }
      },
      "required": [
        "DataSetIdentifier",
        "DataSetParameterName"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.MaximumLabelType": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.MaximumMinimumComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
        },
        "Type": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
        }
      },
      "required": [
        "ComputationId",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.MeasureField": {
      "type": "object",
      "properties": {
        "CalculatedMeasureField": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CalculatedMeasureField"
        },
        "CategoricalMeasureField": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CategoricalMeasureField"
        },
        "DateMeasureField": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DateMeasureField"
        },
        "NumericalMeasureField": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericalMeasureField"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.MetricComparisonComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "FromValue": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
        },
        "Name": {
          "type": "string"
        },
        "TargetValue": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.MinimumLabelType": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.MissingDataConfiguration": {
      "type": "object",
      "properties": {
        "TreatmentOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.NegativeValueConfiguration": {
      "type": "object",
      "properties": {
        "DisplayMode": {
          "type": "string"
        }
      },
      "required": [
        "DisplayMode"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.NullValueFormatConfiguration": {
      "type": "object",
      "properties": {
        "NullString": {
          "type": "string"
        }
      },
      "required": [
        "NullString"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.NumberDisplayFormatConfiguration": {
      "type": "object",
      "properties": {
        "DecimalPlacesConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DecimalPlacesConfiguration"
        },
        "NegativeValueConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NegativeValueConfiguration"
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NullValueFormatConfiguration"
        },
        "NumberScale": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "SeparatorConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericSeparatorConfiguration"
        },
        "Suffix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.NumberFormatConfiguration": {
      "type": "object",
      "properties": {
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.NumericAxisOptions": {
      "type": "object",
      "properties": {
        "Range": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayRange"
        },
        "Scale": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisScale"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.NumericEqualityDrillDownFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Column",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.NumericEqualityFilter": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultFilterControlConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "MatchOperator": {
          "type": "string"
        },
        "NullOption": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        },
        "SelectAllOptions": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Column",
        "FilterId",
        "MatchOperator",
        "NullOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.NumericFormatConfiguration": {
      "type": "object",
      "properties": {
        "CurrencyDisplayFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CurrencyDisplayFormatConfiguration"
        },
        "NumberDisplayFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumberDisplayFormatConfiguration"
        },
        "PercentageDisplayFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PercentageDisplayFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.NumericRangeFilter": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultFilterControlConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "IncludeMaximum": {
          "type": "boolean"
        },
        "IncludeMinimum": {
          "type": "boolean"
        },
        "NullOption": {
          "type": "string"
        },
        "RangeMaximum": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericRangeFilterValue"
        },
        "RangeMinimum": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericRangeFilterValue"
        },
        "SelectAllOptions": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FilterId",
        "NullOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.NumericRangeFilterValue": {
      "type": "object",
      "properties": {
        "Parameter": {
          "type": "string"
        },
        "StaticValue": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.NumericSeparatorConfiguration": {
      "type": "object",
      "properties": {
        "DecimalSeparator": {
          "type": "string"
        },
        "ThousandsSeparator": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ThousandSeparatorOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.NumericalAggregationFunction": {
      "type": "object",
      "properties": {
        "PercentileAggregation": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PercentileAggregation"
        },
        "SimpleNumericalAggregation": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.NumericalDimensionField": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumberFormatConfiguration"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.NumericalMeasureField": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericalAggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumberFormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PaginationConfiguration": {
      "type": "object",
      "properties": {
        "PageNumber": {
          "type": "number"
        },
        "PageSize": {
          "type": "number"
        }
      },
      "required": [
        "PageNumber",
        "PageSize"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PanelConfiguration": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "type": "string"
        },
        "BackgroundVisibility": {
          "type": "string"
        },
        "BorderColor": {
          "type": "string"
        },
        "BorderStyle": {
          "type": "string"
        },
        "BorderThickness": {
          "type": "string"
        },
        "BorderVisibility": {
          "type": "string"
        },
        "GutterSpacing": {
          "type": "string"
        },
        "GutterVisibility": {
          "type": "string"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PanelTitleOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PanelTitleOptions": {
      "type": "object",
      "properties": {
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FontConfiguration"
        },
        "HorizontalTextAlignment": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ParameterControl": {
      "type": "object",
      "properties": {
        "DateTimePicker": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ParameterDateTimePickerControl"
        },
        "Dropdown": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ParameterDropDownControl"
        },
        "List": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ParameterListControl"
        },
        "Slider": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ParameterSliderControl"
        },
        "TextArea": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ParameterTextAreaControl"
        },
        "TextField": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ParameterTextFieldControl"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ParameterDateTimePickerControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DateTimePickerControlDisplayOptions"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ParameterDeclaration": {
      "type": "object",
      "properties": {
        "DateTimeParameterDeclaration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DateTimeParameterDeclaration"
        },
        "DecimalParameterDeclaration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DecimalParameterDeclaration"
        },
        "IntegerParameterDeclaration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.IntegerParameterDeclaration"
        },
        "StringParameterDeclaration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.StringParameterDeclaration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ParameterDropDownControl": {
      "type": "object",
      "properties": {
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CascadingControlConfiguration"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DropDownControlDisplayOptions"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ParameterSelectableValues"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ParameterListControl": {
      "type": "object",
      "properties": {
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CascadingControlConfiguration"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ListControlDisplayOptions"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ParameterSelectableValues"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ParameterSelectableValues": {
      "type": "object",
      "properties": {
        "LinkToDataSetColumn": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ParameterSliderControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SliderControlDisplayOptions"
        },
        "MaximumValue": {
          "type": "number"
        },
        "MinimumValue": {
          "type": "number"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "StepSize": {
          "type": "number"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "MaximumValue",
        "MinimumValue",
        "ParameterControlId",
        "SourceParameterName",
        "StepSize",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ParameterTextAreaControl": {
      "type": "object",
      "properties": {
        "Delimiter": {
          "type": "string"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TextAreaControlDisplayOptions"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ParameterTextFieldControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TextFieldControlDisplayOptions"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.Parameters": {
      "type": "object",
      "properties": {
        "DateTimeParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DateTimeParameter"
          },
          "type": "array"
        },
        "DecimalParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DecimalParameter"
          },
          "type": "array"
        },
        "IntegerParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.IntegerParameter"
          },
          "type": "array"
        },
        "StringParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.StringParameter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PercentVisibleRange": {
      "type": "object",
      "properties": {
        "From": {
          "type": "number"
        },
        "To": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PercentageDisplayFormatConfiguration": {
      "type": "object",
      "properties": {
        "DecimalPlacesConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DecimalPlacesConfiguration"
        },
        "NegativeValueConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NegativeValueConfiguration"
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NullValueFormatConfiguration"
        },
        "Prefix": {
          "type": "string"
        },
        "SeparatorConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericSeparatorConfiguration"
        },
        "Suffix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PercentileAggregation": {
      "type": "object",
      "properties": {
        "PercentileValue": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PeriodOverPeriodComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PeriodToDateComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "PeriodTimeGranularity": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PieChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "SmallMultiples": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PieChartConfiguration": {
      "type": "object",
      "properties": {
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "ContributionAnalysisDefaults": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ContributionAnalysisDefault"
          },
          "type": "array"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataLabelOptions"
        },
        "DonutOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DonutOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PieChartFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LegendOptions"
        },
        "SmallMultiplesOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SmallMultiplesOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PieChartSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TooltipOptions"
        },
        "ValueLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PieChartFieldWells": {
      "type": "object",
      "properties": {
        "PieChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PieChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PieChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        },
        "SmallMultiplesLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "SmallMultiplesSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PieChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PieChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotFieldSortOptions": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "SortBy": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableSortBy"
        }
      },
      "required": [
        "FieldId",
        "SortBy"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Rows": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableCellConditionalFormatting": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "Scope": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableConditionalFormattingScope"
        },
        "Scopes": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableConditionalFormattingScope"
          },
          "type": "array"
        },
        "TextFormat": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TextConditionalFormat"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableConditionalFormattingOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "Cell": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableCellConditionalFormatting"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableConditionalFormattingScope": {
      "type": "object",
      "properties": {
        "Role": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableConfiguration": {
      "type": "object",
      "properties": {
        "FieldOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableFieldOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableFieldWells"
        },
        "PaginatedReportOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTablePaginatedReportOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableSortConfiguration"
        },
        "TableOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableOptions"
        },
        "TotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableTotalOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableDataPathOption": {
      "type": "object",
      "properties": {
        "DataPathList": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DataPathValue"
          },
          "type": "array"
        },
        "Width": {
          "type": "string"
        }
      },
      "required": [
        "DataPathList"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableFieldCollapseStateOption": {
      "type": "object",
      "properties": {
        "State": {
          "type": "string"
        },
        "Target": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableFieldCollapseStateTarget"
        }
      },
      "required": [
        "Target"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableFieldCollapseStateTarget": {
      "type": "object",
      "properties": {
        "FieldDataPathValues": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DataPathValue"
          },
          "type": "array"
        },
        "FieldId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableFieldOption": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableFieldOptions": {
      "type": "object",
      "properties": {
        "CollapseStateOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableFieldCollapseStateOption"
          },
          "type": "array"
        },
        "DataPathOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableDataPathOption"
          },
          "type": "array"
        },
        "SelectedFieldOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableFieldOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableFieldSubtotalOptions": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableFieldWells": {
      "type": "object",
      "properties": {
        "PivotTableAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableOptions": {
      "type": "object",
      "properties": {
        "CellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableCellStyle"
        },
        "CollapsedRowDimensionsVisibility": {
          "type": "string"
        },
        "ColumnHeaderStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableCellStyle"
        },
        "ColumnNamesVisibility": {
          "type": "string"
        },
        "DefaultCellWidth": {
          "type": "string"
        },
        "MetricPlacement": {
          "type": "string"
        },
        "RowAlternateColorOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RowAlternateColorOptions"
        },
        "RowFieldNamesStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableCellStyle"
        },
        "RowHeaderStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableCellStyle"
        },
        "RowsLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableRowsLabelOptions"
        },
        "RowsLayout": {
          "type": "string"
        },
        "SingleMetricVisibility": {
          "type": "string"
        },
        "ToggleButtonsVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTablePaginatedReportOptions": {
      "type": "object",
      "properties": {
        "OverflowColumnHeaderVisibility": {
          "type": "string"
        },
        "VerticalOverflowVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableRowsLabelOptions": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableSortBy": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnSort"
        },
        "DataPath": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataPathSort"
        },
        "Field": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSort"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableSortConfiguration": {
      "type": "object",
      "properties": {
        "FieldSortOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotFieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableTotalOptions": {
      "type": "object",
      "properties": {
        "ColumnSubtotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SubtotalOptions"
        },
        "ColumnTotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTotalOptions"
        },
        "RowSubtotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SubtotalOptions"
        },
        "RowTotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTotalOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTableVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableConfiguration"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableConditionalFormatting"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PivotTotalOptions": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "MetricHeaderCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableCellStyle"
        },
        "Placement": {
          "type": "string"
        },
        "ScrollStatus": {
          "type": "string"
        },
        "TotalAggregationOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.TotalAggregationOption"
          },
          "type": "array"
        },
        "TotalCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableCellStyle"
        },
        "TotalsVisibility": {
          "type": "string"
        },
        "ValueCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableCellStyle"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.PredefinedHierarchy": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
          },
          "type": "array"
        },
        "DrillDownFilters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DrillDownFilter"
          },
          "type": "array"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "Columns",
        "HierarchyId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ProgressBarOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.RadarChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Color": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.RadarChartAreaStyleSettings": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.RadarChartConfiguration": {
      "type": "object",
      "properties": {
        "AlternateBandColorsVisibility": {
          "type": "string"
        },
        "AlternateBandEvenColor": {
          "type": "string"
        },
        "AlternateBandOddColor": {
          "type": "string"
        },
        "AxesRangeScale": {
          "type": "string"
        },
        "BaseSeriesSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RadarChartSeriesSettings"
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "ColorAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "ColorLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RadarChartFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LegendOptions"
        },
        "Shape": {
          "type": "string"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RadarChartSortConfiguration"
        },
        "StartAngle": {
          "type": "number"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.RadarChartFieldWells": {
      "type": "object",
      "properties": {
        "RadarChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RadarChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.RadarChartSeriesSettings": {
      "type": "object",
      "properties": {
        "AreaStyleSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RadarChartAreaStyleSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.RadarChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        },
        "ColorItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "ColorSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.RadarChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RadarChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.RangeEndsLabelType": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ReferenceLine": {
      "type": "object",
      "properties": {
        "DataConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ReferenceLineDataConfiguration"
        },
        "LabelConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ReferenceLineLabelConfiguration"
        },
        "Status": {
          "type": "string"
        },
        "StyleConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ReferenceLineStyleConfiguration"
        }
      },
      "required": [
        "DataConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ReferenceLineCustomLabelConfiguration": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        }
      },
      "required": [
        "CustomLabel"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ReferenceLineDataConfiguration": {
      "type": "object",
      "properties": {
        "AxisBinding": {
          "type": "string"
        },
        "DynamicConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ReferenceLineDynamicDataConfiguration"
        },
        "SeriesType": {
          "type": "string"
        },
        "StaticConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ReferenceLineStaticDataConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ReferenceLineDynamicDataConfiguration": {
      "type": "object",
      "properties": {
        "Calculation": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericalAggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "MeasureAggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AggregationFunction"
        }
      },
      "required": [
        "Calculation",
        "Column"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ReferenceLineLabelConfiguration": {
      "type": "object",
      "properties": {
        "CustomLabelConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ReferenceLineCustomLabelConfiguration"
        },
        "FontColor": {
          "type": "string"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FontConfiguration"
        },
        "HorizontalPosition": {
          "type": "string"
        },
        "ValueLabelConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ReferenceLineValueLabelConfiguration"
        },
        "VerticalPosition": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ReferenceLineStaticDataConfiguration": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ReferenceLineStyleConfiguration": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Pattern": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ReferenceLineValueLabelConfiguration": {
      "type": "object",
      "properties": {
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericFormatConfiguration"
        },
        "RelativePosition": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.RelativeDateTimeControlDisplayOptions": {
      "type": "object",
      "properties": {
        "DateTimeFormat": {
          "type": "string"
        },
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SheetControlInfoIconLabelOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.RelativeDatesFilter": {
      "type": "object",
      "properties": {
        "AnchorDateConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AnchorDateConfiguration"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultFilterControlConfiguration"
        },
        "ExcludePeriodConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ExcludePeriodConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "MinimumGranularity": {
          "type": "string"
        },
        "NullOption": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        },
        "RelativeDateType": {
          "type": "string"
        },
        "RelativeDateValue": {
          "type": "number"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "AnchorDateConfiguration",
        "Column",
        "FilterId",
        "NullOption",
        "RelativeDateType",
        "TimeGranularity"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ResourcePermission": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Principal": {
          "type": "string"
        }
      },
      "required": [
        "Actions",
        "Principal"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.RollingDateConfiguration": {
      "type": "object",
      "properties": {
        "DataSetIdentifier": {
          "type": "string"
        },
        "Expression": {
          "type": "string"
        }
      },
      "required": [
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.RowAlternateColorOptions": {
      "type": "object",
      "properties": {
        "RowAlternateColors": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Status": {
          "type": "string"
        },
        "UsePrimaryBackgroundColor": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SameSheetTargetVisualConfiguration": {
      "type": "object",
      "properties": {
        "TargetVisualOptions": {
          "type": "string"
        },
        "TargetVisuals": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SankeyDiagramAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Destination": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Source": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Weight": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SankeyDiagramChartConfiguration": {
      "type": "object",
      "properties": {
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SankeyDiagramFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SankeyDiagramSortConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SankeyDiagramFieldWells": {
      "type": "object",
      "properties": {
        "SankeyDiagramAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SankeyDiagramAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SankeyDiagramSortConfiguration": {
      "type": "object",
      "properties": {
        "DestinationItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "SourceItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "WeightSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SankeyDiagramVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SankeyDiagramChartConfiguration"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ScatterPlotCategoricallyAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Label": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Size": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        },
        "XAxis": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        },
        "YAxis": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ScatterPlotConfiguration": {
      "type": "object",
      "properties": {
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ScatterPlotFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LegendOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualPalette"
        },
        "XAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "XAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "YAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "YAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ScatterPlotFieldWells": {
      "type": "object",
      "properties": {
        "ScatterPlotCategoricallyAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ScatterPlotCategoricallyAggregatedFieldWells"
        },
        "ScatterPlotUnaggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ScatterPlotUnaggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ScatterPlotUnaggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Label": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Size": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        },
        "XAxis": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "YAxis": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ScatterPlotVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ScatterPlotConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ScrollBarOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        },
        "VisibleRange": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisibleRangeOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SecondaryValueOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SectionAfterPageBreak": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SectionBasedLayoutCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "PaperCanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SectionBasedLayoutPaperCanvasSizeOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SectionBasedLayoutConfiguration": {
      "type": "object",
      "properties": {
        "BodySections": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.BodySectionConfiguration"
          },
          "type": "array"
        },
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SectionBasedLayoutCanvasSizeOptions"
        },
        "FooterSections": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.HeaderFooterSectionConfiguration"
          },
          "type": "array"
        },
        "HeaderSections": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.HeaderFooterSectionConfiguration"
          },
          "type": "array"
        }
      },
      "required": [
        "BodySections",
        "CanvasSizeOptions",
        "FooterSections",
        "HeaderSections"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SectionBasedLayoutPaperCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "PaperMargin": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.Spacing"
        },
        "PaperOrientation": {
          "type": "string"
        },
        "PaperSize": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SectionLayoutConfiguration": {
      "type": "object",
      "properties": {
        "FreeFormLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FreeFormSectionLayoutConfiguration"
        }
      },
      "required": [
        "FreeFormLayout"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SectionPageBreakConfiguration": {
      "type": "object",
      "properties": {
        "After": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SectionAfterPageBreak"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SectionStyle": {
      "type": "object",
      "properties": {
        "Height": {
          "type": "string"
        },
        "Padding": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.Spacing"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SelectedSheetsFilterScopeConfiguration": {
      "type": "object",
      "properties": {
        "SheetVisualScopingConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.SheetVisualScopingConfiguration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SeriesItem": {
      "type": "object",
      "properties": {
        "DataFieldSeriesItem": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataFieldSeriesItem"
        },
        "FieldSeriesItem": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSeriesItem"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SetParameterValueConfiguration": {
      "type": "object",
      "properties": {
        "DestinationParameterName": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DestinationParameterValueConfiguration"
        }
      },
      "required": [
        "DestinationParameterName",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ShapeConditionalFormat": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingColor"
        }
      },
      "required": [
        "BackgroundColor"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.Sheet": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "SheetId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SheetControlInfoIconLabelOptions": {
      "type": "object",
      "properties": {
        "InfoIconText": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SheetControlLayout": {
      "type": "object",
      "properties": {
        "Configuration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SheetControlLayoutConfiguration"
        }
      },
      "required": [
        "Configuration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SheetControlLayoutConfiguration": {
      "type": "object",
      "properties": {
        "GridLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GridLayoutConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SheetDefinition": {
      "type": "object",
      "properties": {
        "ContentType": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "FilterControls": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FilterControl"
          },
          "type": "array"
        },
        "Layouts": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.Layout"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "ParameterControls": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ParameterControl"
          },
          "type": "array"
        },
        "SheetControlLayouts": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.SheetControlLayout"
          },
          "type": "array"
        },
        "SheetId": {
          "type": "string"
        },
        "TextBoxes": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.SheetTextBox"
          },
          "type": "array"
        },
        "Title": {
          "type": "string"
        },
        "Visuals": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.Visual"
          },
          "type": "array"
        }
      },
      "required": [
        "SheetId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SheetElementConfigurationOverrides": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SheetElementRenderingRule": {
      "type": "object",
      "properties": {
        "ConfigurationOverrides": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SheetElementConfigurationOverrides"
        },
        "Expression": {
          "type": "string"
        }
      },
      "required": [
        "ConfigurationOverrides",
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SheetTextBox": {
      "type": "object",
      "properties": {
        "Content": {
          "type": "string"
        },
        "SheetTextBoxId": {
          "type": "string"
        }
      },
      "required": [
        "SheetTextBoxId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SheetVisualScopingConfiguration": {
      "type": "object",
      "properties": {
        "Scope": {
          "type": "string"
        },
        "SheetId": {
          "type": "string"
        },
        "VisualIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Scope",
        "SheetId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ShortFormatText": {
      "type": "object",
      "properties": {
        "PlainText": {
          "type": "string"
        },
        "RichText": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SimpleClusterMarker": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SliderControlDisplayOptions": {
      "type": "object",
      "properties": {
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SheetControlInfoIconLabelOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SmallMultiplesAxisProperties": {
      "type": "object",
      "properties": {
        "Placement": {
          "type": "string"
        },
        "Scale": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SmallMultiplesOptions": {
      "type": "object",
      "properties": {
        "MaxVisibleColumns": {
          "type": "number"
        },
        "MaxVisibleRows": {
          "type": "number"
        },
        "PanelConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PanelConfiguration"
        },
        "XAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SmallMultiplesAxisProperties"
        },
        "YAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SmallMultiplesAxisProperties"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.Spacing": {
      "type": "object",
      "properties": {
        "Bottom": {
          "type": "string"
        },
        "Left": {
          "type": "string"
        },
        "Right": {
          "type": "string"
        },
        "Top": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.StringDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DynamicDefaultValue"
        },
        "StaticValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.StringFormatConfiguration": {
      "type": "object",
      "properties": {
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NullValueFormatConfiguration"
        },
        "NumericFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.NumericFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.StringParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.StringParameterDeclaration": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.StringDefaultValues"
        },
        "MappedDataSetParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MappedDataSetParameter"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "ParameterValueType": {
          "type": "string"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.StringValueWhenUnsetConfiguration"
        }
      },
      "required": [
        "Name",
        "ParameterValueType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.StringValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "CustomValue": {
          "type": "string"
        },
        "ValueWhenUnsetOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.SubtotalOptions": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "FieldLevel": {
          "type": "string"
        },
        "FieldLevelOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableFieldSubtotalOptions"
          },
          "type": "array"
        },
        "MetricHeaderCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableCellStyle"
        },
        "StyleTargets": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.TableStyleTarget"
          },
          "type": "array"
        },
        "TotalCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableCellStyle"
        },
        "TotalsVisibility": {
          "type": "string"
        },
        "ValueCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableCellStyle"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "GroupBy": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableBorderOptions": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Style": {
          "type": "string"
        },
        "Thickness": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableCellConditionalFormatting": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "TextFormat": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TextConditionalFormat"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableCellImageSizingConfiguration": {
      "type": "object",
      "properties": {
        "TableCellImageScalingConfiguration": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableCellStyle": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "type": "string"
        },
        "Border": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GlobalTableBorderOptions"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FontConfiguration"
        },
        "Height": {
          "type": "number"
        },
        "HorizontalTextAlignment": {
          "type": "string"
        },
        "TextWrap": {
          "type": "string"
        },
        "VerticalTextAlignment": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.TableConditionalFormattingOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "Cell": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableCellConditionalFormatting"
        },
        "Row": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableRowConditionalFormatting"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableConfiguration": {
      "type": "object",
      "properties": {
        "FieldOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableFieldOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableFieldWells"
        },
        "PaginatedReportOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TablePaginatedReportOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableSortConfiguration"
        },
        "TableInlineVisualizations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.TableInlineVisualization"
          },
          "type": "array"
        },
        "TableOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableOptions"
        },
        "TotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TotalOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableFieldCustomIconContent": {
      "type": "object",
      "properties": {
        "Icon": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableFieldCustomTextContent": {
      "type": "object",
      "properties": {
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FontConfiguration"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "FontConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableFieldImageConfiguration": {
      "type": "object",
      "properties": {
        "SizingOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableCellImageSizingConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableFieldLinkConfiguration": {
      "type": "object",
      "properties": {
        "Content": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableFieldLinkContentConfiguration"
        },
        "Target": {
          "type": "string"
        }
      },
      "required": [
        "Content",
        "Target"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableFieldLinkContentConfiguration": {
      "type": "object",
      "properties": {
        "CustomIconContent": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableFieldCustomIconContent"
        },
        "CustomTextContent": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableFieldCustomTextContent"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableFieldOption": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        },
        "URLStyling": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableFieldURLConfiguration"
        },
        "Visibility": {
          "type": "string"
        },
        "Width": {
          "type": "string"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableFieldOptions": {
      "type": "object",
      "properties": {
        "Order": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PinnedFieldOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TablePinnedFieldOptions"
        },
        "SelectedFieldOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.TableFieldOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableFieldURLConfiguration": {
      "type": "object",
      "properties": {
        "ImageConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableFieldImageConfiguration"
        },
        "LinkConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableFieldLinkConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableFieldWells": {
      "type": "object",
      "properties": {
        "TableAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableAggregatedFieldWells"
        },
        "TableUnaggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableUnaggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableInlineVisualization": {
      "type": "object",
      "properties": {
        "DataBars": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataBarsOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableOptions": {
      "type": "object",
      "properties": {
        "CellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableCellStyle"
        },
        "HeaderStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableCellStyle"
        },
        "Orientation": {
          "type": "string"
        },
        "RowAlternateColorOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RowAlternateColorOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TablePaginatedReportOptions": {
      "type": "object",
      "properties": {
        "OverflowColumnHeaderVisibility": {
          "type": "string"
        },
        "VerticalOverflowVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TablePinnedFieldOptions": {
      "type": "object",
      "properties": {
        "PinnedLeftFields": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableRowConditionalFormatting": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingColor"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableSideBorderOptions": {
      "type": "object",
      "properties": {
        "Bottom": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableBorderOptions"
        },
        "InnerHorizontal": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableBorderOptions"
        },
        "InnerVertical": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableBorderOptions"
        },
        "Left": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableBorderOptions"
        },
        "Right": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableBorderOptions"
        },
        "Top": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableBorderOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableSortConfiguration": {
      "type": "object",
      "properties": {
        "PaginationConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PaginationConfiguration"
        },
        "RowSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableStyleTarget": {
      "type": "object",
      "properties": {
        "CellType": {
          "type": "string"
        }
      },
      "required": [
        "CellType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableUnaggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.UnaggregatedField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TableVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableConfiguration"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableConditionalFormatting"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TextAreaControlDisplayOptions": {
      "type": "object",
      "properties": {
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SheetControlInfoIconLabelOptions"
        },
        "PlaceholderOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TextControlPlaceholderOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TextConditionalFormat": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingColor"
        },
        "Icon": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingIcon"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TextControlPlaceholderOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TextFieldControlDisplayOptions": {
      "type": "object",
      "properties": {
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SheetControlInfoIconLabelOptions"
        },
        "PlaceholderOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TextControlPlaceholderOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ThousandSeparatorOptions": {
      "type": "object",
      "properties": {
        "Symbol": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TimeBasedForecastProperties": {
      "type": "object",
      "properties": {
        "LowerBoundary": {
          "type": "number"
        },
        "PeriodsBackward": {
          "type": "number"
        },
        "PeriodsForward": {
          "type": "number"
        },
        "PredictionInterval": {
          "type": "number"
        },
        "Seasonality": {
          "type": "number"
        },
        "UpperBoundary": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TimeEqualityFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultFilterControlConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        },
        "RollingDate": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RollingDateConfiguration"
        },
        "TimeGranularity": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FilterId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TimeRangeDrillDownFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "RangeMaximum": {
          "type": "string"
        },
        "RangeMinimum": {
          "type": "string"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "RangeMaximum",
        "RangeMinimum",
        "TimeGranularity"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TimeRangeFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultFilterControlConfiguration"
        },
        "ExcludePeriodConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ExcludePeriodConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "IncludeMaximum": {
          "type": "boolean"
        },
        "IncludeMinimum": {
          "type": "boolean"
        },
        "NullOption": {
          "type": "string"
        },
        "RangeMaximumValue": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TimeRangeFilterValue"
        },
        "RangeMinimumValue": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TimeRangeFilterValue"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FilterId",
        "NullOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TimeRangeFilterValue": {
      "type": "object",
      "properties": {
        "Parameter": {
          "type": "string"
        },
        "RollingDate": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RollingDateConfiguration"
        },
        "StaticValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TooltipItem": {
      "type": "object",
      "properties": {
        "ColumnTooltipItem": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnTooltipItem"
        },
        "FieldTooltipItem": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldTooltipItem"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TooltipOptions": {
      "type": "object",
      "properties": {
        "FieldBasedTooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldBasedTooltip"
        },
        "SelectedTooltipType": {
          "type": "string"
        },
        "TooltipVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TopBottomFilter": {
      "type": "object",
      "properties": {
        "AggregationSortConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.AggregationSortConfiguration"
          },
          "type": "array"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DefaultFilterControlConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "Limit": {
          "type": "number"
        },
        "ParameterName": {
          "type": "string"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "AggregationSortConfigurations",
        "Column",
        "FilterId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TopBottomMoversComputation": {
      "type": "object",
      "properties": {
        "Category": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
        },
        "ComputationId": {
          "type": "string"
        },
        "MoverSize": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        },
        "SortOrder": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
        },
        "Type": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
        }
      },
      "required": [
        "ComputationId",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TopBottomRankedComputation": {
      "type": "object",
      "properties": {
        "Category": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
        },
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "ResultSize": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
        }
      },
      "required": [
        "ComputationId",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TotalAggregationComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TotalAggregationFunction": {
      "type": "object",
      "properties": {
        "SimpleTotalAggregationFunction": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TotalAggregationOption": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "TotalAggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TotalAggregationFunction"
        }
      },
      "required": [
        "FieldId",
        "TotalAggregationFunction"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TotalOptions": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "Placement": {
          "type": "string"
        },
        "ScrollStatus": {
          "type": "string"
        },
        "TotalAggregationOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.TotalAggregationOption"
          },
          "type": "array"
        },
        "TotalCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableCellStyle"
        },
        "TotalsVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TreeMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        },
        "Groups": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Sizes": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TreeMapConfiguration": {
      "type": "object",
      "properties": {
        "ColorLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "ColorScale": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColorScale"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TreeMapFieldWells"
        },
        "GroupLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LegendOptions"
        },
        "SizeLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TreeMapSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TooltipOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TreeMapFieldWells": {
      "type": "object",
      "properties": {
        "TreeMapAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TreeMapAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TreeMapSortConfiguration": {
      "type": "object",
      "properties": {
        "TreeMapGroupItemsLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "TreeMapSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TreeMapVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TreeMapConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.TrendArrowOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.UnaggregatedField": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.UniqueValuesComputation": {
      "type": "object",
      "properties": {
        "Category": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
        },
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.ValidationStrategy": {
      "type": "object",
      "properties": {
        "Mode": {
          "type": "string"
        }
      },
      "required": [
        "Mode"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.VisibleRangeOptions": {
      "type": "object",
      "properties": {
        "PercentRange": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PercentVisibleRange"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.Visual": {
      "type": "object",
      "properties": {
        "BarChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.BarChartVisual"
        },
        "BoxPlotVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.BoxPlotVisual"
        },
        "ComboChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ComboChartVisual"
        },
        "CustomContentVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CustomContentVisual"
        },
        "EmptyVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.EmptyVisual"
        },
        "FilledMapVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FilledMapVisual"
        },
        "FunnelChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.FunnelChartVisual"
        },
        "GaugeChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GaugeChartVisual"
        },
        "GeospatialMapVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.GeospatialMapVisual"
        },
        "HeatMapVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.HeatMapVisual"
        },
        "HistogramVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.HistogramVisual"
        },
        "InsightVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.InsightVisual"
        },
        "KPIVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.KPIVisual"
        },
        "LineChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LineChartVisual"
        },
        "PieChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PieChartVisual"
        },
        "PivotTableVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.PivotTableVisual"
        },
        "RadarChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.RadarChartVisual"
        },
        "SankeyDiagramVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.SankeyDiagramVisual"
        },
        "ScatterPlotVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ScatterPlotVisual"
        },
        "TableVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TableVisual"
        },
        "TreeMapVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.TreeMapVisual"
        },
        "WaterfallVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.WaterfallVisual"
        },
        "WordCloudVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.WordCloudVisual"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.VisualCustomAction": {
      "type": "object",
      "properties": {
        "ActionOperations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomActionOperation"
          },
          "type": "array"
        },
        "CustomActionId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        },
        "Trigger": {
          "type": "string"
        }
      },
      "required": [
        "ActionOperations",
        "CustomActionId",
        "Name",
        "Trigger"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.VisualCustomActionOperation": {
      "type": "object",
      "properties": {
        "FilterOperation": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CustomActionFilterOperation"
        },
        "NavigationOperation": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CustomActionNavigationOperation"
        },
        "SetParametersOperation": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CustomActionSetParametersOperation"
        },
        "URLOperation": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.CustomActionURLOperation"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.VisualPalette": {
      "type": "object",
      "properties": {
        "ChartColor": {
          "type": "string"
        },
        "ColorMap": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DataPathColor"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.VisualSubtitleLabelOptions": {
      "type": "object",
      "properties": {
        "FormatText": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LongFormatText"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.VisualTitleLabelOptions": {
      "type": "object",
      "properties": {
        "FormatText": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ShortFormatText"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.WaterfallChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Breakdowns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Categories": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.WaterfallChartConfiguration": {
      "type": "object",
      "properties": {
        "CategoryAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "CategoryAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.WaterfallChartFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.LegendOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.AxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.WaterfallChartSortConfiguration"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualPalette"
        },
        "WaterfallChartOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.WaterfallChartOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.WaterfallChartFieldWells": {
      "type": "object",
      "properties": {
        "WaterfallChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.WaterfallChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.WaterfallChartOptions": {
      "type": "object",
      "properties": {
        "TotalBarLabel": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.WaterfallChartSortConfiguration": {
      "type": "object",
      "properties": {
        "BreakdownItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.WaterfallVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.WaterfallChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.WhatIfPointScenario": {
      "type": "object",
      "properties": {
        "Date": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Date",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.WhatIfRangeScenario": {
      "type": "object",
      "properties": {
        "EndDate": {
          "type": "string"
        },
        "StartDate": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "EndDate",
        "StartDate",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.WordCloudAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "GroupBy": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.DimensionField"
          },
          "type": "array"
        },
        "Size": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.WordCloudChartConfiguration": {
      "type": "object",
      "properties": {
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ChartAxisLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.WordCloudFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.WordCloudSortConfiguration"
        },
        "WordCloudOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.WordCloudOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.WordCloudFieldWells": {
      "type": "object",
      "properties": {
        "WordCloudAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.WordCloudAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.WordCloudOptions": {
      "type": "object",
      "properties": {
        "CloudLayout": {
          "type": "string"
        },
        "MaximumStringLength": {
          "type": "number"
        },
        "WordCasing": {
          "type": "string"
        },
        "WordOrientation": {
          "type": "string"
        },
        "WordPadding": {
          "type": "string"
        },
        "WordScaling": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.WordCloudSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Analysis.WordCloudVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.WordCloudChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Analysis.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Analysis.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AwsAccountId": {
              "type": "string"
            },
            "DashboardId": {
              "type": "string"
            },
            "DashboardPublishOptions": {
              "$ref": "#/$defs/AWS::QuickSight::Dashboard.DashboardPublishOptions"
            },
            "Definition": {
              "$ref": "#/$defs/AWS::QuickSight::Dashboard.DashboardVersionDefinition"
            },
            "LinkEntities": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "LinkSharingConfiguration": {
              "$ref": "#/$defs/AWS::QuickSight::Dashboard.LinkSharingConfiguration"
            },
            "Name": {
              "type": "string"
            },
            "Parameters": {
              "$ref": "#/$defs/AWS::QuickSight::Dashboard.Parameters"
            },
            "Permissions": {
              "items": {
                "$ref": "#/$defs/AWS::QuickSight::Dashboard.ResourcePermission"
              },
              "type": "array"
            },
            "SourceEntity": {
              "$ref": "#/$defs/AWS::QuickSight::Dashboard.DashboardSourceEntity"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "ThemeArn": {
              "type": "string"
            },
            "ValidationStrategy": {
              "$ref": "#/$defs/AWS::QuickSight::Dashboard.ValidationStrategy"
            },
            "VersionDescription": {
              "type": "string"
            }
          },
          "required": [
            "AwsAccountId",
            "DashboardId",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::QuickSight::Dashboard"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AdHocFilteringOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AggregationFunction": {
      "type": "object",
      "properties": {
        "AttributeAggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AttributeAggregationFunction"
        },
        "CategoricalAggregationFunction": {
          "type": "string"
        },
        "DateAggregationFunction": {
          "type": "string"
        },
        "NumericalAggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericalAggregationFunction"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AggregationSortConfiguration": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "SortDirection": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "SortDirection"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AnalysisDefaults": {
      "type": "object",
      "properties": {
        "DefaultNewSheetConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultNewSheetConfiguration"
        }
      },
      "required": [
        "DefaultNewSheetConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AnchorDateConfiguration": {
      "type": "object",
      "properties": {
        "AnchorOption": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ArcAxisConfiguration": {
      "type": "object",
      "properties": {
        "Range": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ArcAxisDisplayRange"
        },
        "ReserveRange": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ArcAxisDisplayRange": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ArcConfiguration": {
      "type": "object",
      "properties": {
        "ArcAngle": {
          "type": "number"
        },
        "ArcThickness": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ArcOptions": {
      "type": "object",
      "properties": {
        "ArcThickness": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AssetOptions": {
      "type": "object",
      "properties": {
        "Timezone": {
          "type": "string"
        },
        "WeekStart": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AttributeAggregationFunction": {
      "type": "object",
      "properties": {
        "SimpleAttributeAggregation": {
          "type": "string"
        },
        "ValueForMultipleValues": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AxisDataOptions": {
      "type": "object",
      "properties": {
        "DateAxisOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DateAxisOptions"
        },
        "NumericAxisOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericAxisOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AxisDisplayMinMaxRange": {
      "type": "object",
      "properties": {
        "Maximum": {
          "type": "number"
        },
        "Minimum": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AxisDisplayOptions": {
      "type": "object",
      "properties": {
        "AxisLineVisibility": {
          "type": "string"
        },
        "AxisOffset": {
          "type": "string"
        },
        "DataOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDataOptions"
        },
        "GridLineVisibility": {
          "type": "string"
        },
        "ScrollbarOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ScrollBarOptions"
        },
        "TickLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisTickLabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AxisDisplayRange": {
      "type": "object",
      "properties": {
        "DataDriven": {
          "type": "object"
        },
        "MinMax": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayMinMaxRange"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AxisLabelOptions": {
      "type": "object",
      "properties": {
        "ApplyTo": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisLabelReferenceOptions"
        },
        "CustomLabel": {
          "type": "string"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FontConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AxisLabelReferenceOptions": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AxisLinearScale": {
      "type": "object",
      "properties": {
        "StepCount": {
          "type": "number"
        },
        "StepSize": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AxisLogarithmicScale": {
      "type": "object",
      "properties": {
        "Base": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AxisScale": {
      "type": "object",
      "properties": {
        "Linear": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisLinearScale"
        },
        "Logarithmic": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisLogarithmicScale"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.AxisTickLabelOptions": {
      "type": "object",
      "properties": {
        "LabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LabelOptions"
        },
        "RotationAngle": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BarChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "SmallMultiples": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BarChartConfiguration": {
      "type": "object",
      "properties": {
        "BarsArrangement": {
          "type": "string"
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "ColorLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "ContributionAnalysisDefaults": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ContributionAnalysisDefault"
          },
          "type": "array"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.BarChartFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LegendOptions"
        },
        "Orientation": {
          "type": "string"
        },
        "ReferenceLines": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ReferenceLine"
          },
          "type": "array"
        },
        "SmallMultiplesOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SmallMultiplesOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.BarChartSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TooltipOptions"
        },
        "ValueAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "ValueLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BarChartFieldWells": {
      "type": "object",
      "properties": {
        "BarChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.BarChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BarChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        },
        "ColorItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "ColorSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        },
        "SmallMultiplesLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "SmallMultiplesSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BarChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.BarChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BinCountOptions": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BinWidthOptions": {
      "type": "object",
      "properties": {
        "BinCountLimit": {
          "type": "number"
        },
        "Value": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BodySectionConfiguration": {
      "type": "object",
      "properties": {
        "Content": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.BodySectionContent"
        },
        "PageBreakConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SectionPageBreakConfiguration"
        },
        "SectionId": {
          "type": "string"
        },
        "Style": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SectionStyle"
        }
      },
      "required": [
        "Content",
        "SectionId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BodySectionContent": {
      "type": "object",
      "properties": {
        "Layout": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SectionLayoutConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BoxPlotAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "GroupBy": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BoxPlotChartConfiguration": {
      "type": "object",
      "properties": {
        "BoxPlotOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.BoxPlotOptions"
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.BoxPlotFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LegendOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "ReferenceLines": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ReferenceLine"
          },
          "type": "array"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.BoxPlotSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BoxPlotFieldWells": {
      "type": "object",
      "properties": {
        "BoxPlotAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.BoxPlotAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BoxPlotOptions": {
      "type": "object",
      "properties": {
        "AllDataPointsVisibility": {
          "type": "string"
        },
        "OutlierVisibility": {
          "type": "string"
        },
        "StyleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.BoxPlotStyleOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BoxPlotSortConfiguration": {
      "type": "object",
      "properties": {
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        },
        "PaginationConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PaginationConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BoxPlotStyleOptions": {
      "type": "object",
      "properties": {
        "FillStyle": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.BoxPlotVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.BoxPlotChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CalculatedField": {
      "type": "object",
      "properties": {
        "DataSetIdentifier": {
          "type": "string"
        },
        "Expression": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "DataSetIdentifier",
        "Expression",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CalculatedMeasureField": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        }
      },
      "required": [
        "Expression",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CascadingControlConfiguration": {
      "type": "object",
      "properties": {
        "SourceControls": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.CascadingControlSource"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CascadingControlSource": {
      "type": "object",
      "properties": {
        "ColumnToMatch": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "SourceSheetControlId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CategoricalDimensionField": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.StringFormatConfiguration"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CategoricalMeasureField": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "type": "string"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.StringFormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CategoryDrillDownFilter": {
      "type": "object",
      "properties": {
        "CategoryValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        }
      },
      "required": [
        "CategoryValues",
        "Column"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CategoryFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "Configuration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CategoryFilterConfiguration"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultFilterControlConfiguration"
        },
        "FilterId": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "Configuration",
        "FilterId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CategoryFilterConfiguration": {
      "type": "object",
      "properties": {
        "CustomFilterConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CustomFilterConfiguration"
        },
        "CustomFilterListConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CustomFilterListConfiguration"
        },
        "FilterListConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterListConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ChartAxisLabelOptions": {
      "type": "object",
      "properties": {
        "AxisLabelOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisLabelOptions"
          },
          "type": "array"
        },
        "SortIconVisibility": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ClusterMarker": {
      "type": "object",
      "properties": {
        "SimpleClusterMarker": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SimpleClusterMarker"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ClusterMarkerConfiguration": {
      "type": "object",
      "properties": {
        "ClusterMarker": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ClusterMarker"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ColorScale": {
      "type": "object",
      "properties": {
        "ColorFillType": {
          "type": "string"
        },
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataColor"
          },
          "type": "array"
        },
        "NullValueColor": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataColor"
        }
      },
      "required": [
        "ColorFillType",
        "Colors"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ColorsConfiguration": {
      "type": "object",
      "properties": {
        "CustomColors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.CustomColor"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ColumnConfiguration": {
      "type": "object",
      "properties": {
        "ColorsConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColorsConfiguration"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FormatConfiguration"
        },
        "Role": {
          "type": "string"
        }
      },
      "required": [
        "Column"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ColumnHierarchy": {
      "type": "object",
      "properties": {
        "DateTimeHierarchy": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DateTimeHierarchy"
        },
        "ExplicitHierarchy": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ExplicitHierarchy"
        },
        "PredefinedHierarchy": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PredefinedHierarchy"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ColumnIdentifier": {
      "type": "object",
      "properties": {
        "ColumnName": {
          "type": "string"
        },
        "DataSetIdentifier": {
          "type": "string"
        }
      },
      "required": [
        "ColumnName",
        "DataSetIdentifier"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ColumnSort": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AggregationFunction"
        },
        "Direction": {
          "type": "string"
        },
        "SortBy": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        }
      },
      "required": [
        "Direction",
        "SortBy"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ColumnTooltipItem": {
      "type": "object",
      "properties": {
        "Aggregation": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "Label": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "required": [
        "Column"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ComboChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "BarValues": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        },
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "LineValues": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ComboChartConfiguration": {
      "type": "object",
      "properties": {
        "BarDataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataLabelOptions"
        },
        "BarsArrangement": {
          "type": "string"
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "ColorLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ComboChartFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LegendOptions"
        },
        "LineDataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataLabelOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "ReferenceLines": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ReferenceLine"
          },
          "type": "array"
        },
        "SecondaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "SecondaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ComboChartSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ComboChartFieldWells": {
      "type": "object",
      "properties": {
        "ComboChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ComboChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ComboChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        },
        "ColorItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "ColorSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ComboChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ComboChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ComparisonConfiguration": {
      "type": "object",
      "properties": {
        "ComparisonFormat": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ComparisonFormatConfiguration"
        },
        "ComparisonMethod": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ComparisonFormatConfiguration": {
      "type": "object",
      "properties": {
        "NumberDisplayFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumberDisplayFormatConfiguration"
        },
        "PercentageDisplayFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PercentageDisplayFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.Computation": {
      "type": "object",
      "properties": {
        "Forecast": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ForecastComputation"
        },
        "GrowthRate": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GrowthRateComputation"
        },
        "MaximumMinimum": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.MaximumMinimumComputation"
        },
        "MetricComparison": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.MetricComparisonComputation"
        },
        "PeriodOverPeriod": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PeriodOverPeriodComputation"
        },
        "PeriodToDate": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PeriodToDateComputation"
        },
        "TopBottomMovers": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TopBottomMoversComputation"
        },
        "TopBottomRanked": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TopBottomRankedComputation"
        },
        "TotalAggregation": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TotalAggregationComputation"
        },
        "UniqueValues": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.UniqueValuesComputation"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ConditionalFormattingColor": {
      "type": "object",
      "properties": {
        "Gradient": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingGradientColor"
        },
        "Solid": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingSolidColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ConditionalFormattingCustomIconCondition": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "DisplayConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingIconDisplayConfiguration"
        },
        "Expression": {
          "type": "string"
        },
        "IconOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingCustomIconOptions"
        }
      },
      "required": [
        "Expression",
        "IconOptions"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ConditionalFormattingCustomIconOptions": {
      "type": "object",
      "properties": {
        "Icon": {
          "type": "string"
        },
        "UnicodeIcon": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ConditionalFormattingGradientColor": {
      "type": "object",
      "properties": {
        "Color": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GradientColor"
        },
        "Expression": {
          "type": "string"
        }
      },
      "required": [
        "Color",
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ConditionalFormattingIcon": {
      "type": "object",
      "properties": {
        "CustomCondition": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingCustomIconCondition"
        },
        "IconSet": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingIconSet"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ConditionalFormattingIconDisplayConfiguration": {
      "type": "object",
      "properties": {
        "IconDisplayOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ConditionalFormattingIconSet": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "IconSetType": {
          "type": "string"
        }
      },
      "required": [
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ConditionalFormattingSolidColor": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Expression": {
          "type": "string"
        }
      },
      "required": [
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ContributionAnalysisDefault": {
      "type": "object",
      "properties": {
        "ContributorDimensions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
          },
          "type": "array"
        },
        "MeasureFieldId": {
          "type": "string"
        }
      },
      "required": [
        "ContributorDimensions",
        "MeasureFieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CurrencyDisplayFormatConfiguration": {
      "type": "object",
      "properties": {
        "DecimalPlacesConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DecimalPlacesConfiguration"
        },
        "NegativeValueConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NegativeValueConfiguration"
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NullValueFormatConfiguration"
        },
        "NumberScale": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "SeparatorConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericSeparatorConfiguration"
        },
        "Suffix": {
          "type": "string"
        },
        "Symbol": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CustomActionFilterOperation": {
      "type": "object",
      "properties": {
        "SelectedFieldsConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterOperationSelectedFieldsConfiguration"
        },
        "TargetVisualsConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterOperationTargetVisualsConfiguration"
        }
      },
      "required": [
        "SelectedFieldsConfiguration",
        "TargetVisualsConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CustomActionNavigationOperation": {
      "type": "object",
      "properties": {
        "LocalNavigationConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LocalNavigationConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CustomActionSetParametersOperation": {
      "type": "object",
      "properties": {
        "ParameterValueConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.SetParameterValueConfiguration"
          },
          "type": "array"
        }
      },
      "required": [
        "ParameterValueConfigurations"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CustomActionURLOperation": {
      "type": "object",
      "properties": {
        "URLTarget": {
          "type": "string"
        },
        "URLTemplate": {
          "type": "string"
        }
      },
      "required": [
        "URLTarget",
        "URLTemplate"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CustomColor": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "FieldValue": {
          "type": "string"
        },
        "SpecialValue": {
          "type": "string"
        }
      },
      "required": [
        "Color"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CustomContentConfiguration": {
      "type": "object",
      "properties": {
        "ContentType": {
          "type": "string"
        },
        "ContentUrl": {
          "type": "string"
        },
        "ImageScaling": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CustomContentVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CustomContentConfiguration"
        },
        "DataSetIdentifier": {
          "type": "string"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "DataSetIdentifier",
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CustomFilterConfiguration": {
      "type": "object",
      "properties": {
        "CategoryValue": {
          "type": "string"
        },
        "MatchOperator": {
          "type": "string"
        },
        "NullOption": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        },
        "SelectAllOptions": {
          "type": "string"
        }
      },
      "required": [
        "MatchOperator",
        "NullOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CustomFilterListConfiguration": {
      "type": "object",
      "properties": {
        "CategoryValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MatchOperator": {
          "type": "string"
        },
        "NullOption": {
          "type": "string"
        },
        "SelectAllOptions": {
          "type": "string"
        }
      },
      "required": [
        "MatchOperator",
        "NullOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CustomNarrativeOptions": {
      "type": "object",
      "properties": {
        "Narrative": {
          "type": "string"
        }
      },
      "required": [
        "Narrative"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CustomParameterValues": {
      "type": "object",
      "properties": {
        "DateTimeValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DecimalValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "IntegerValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "StringValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.CustomValuesConfiguration": {
      "type": "object",
      "properties": {
        "CustomValues": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CustomParameterValues"
        },
        "IncludeNullValue": {
          "type": "boolean"
        }
      },
      "required": [
        "CustomValues"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DashboardError": {
      "type": "object",
      "properties": {
        "Message": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "ViolatedEntities": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.Entity"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DashboardPublishOptions": {
      "type": "object",
      "properties": {
        "AdHocFilteringOption": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AdHocFilteringOption"
        },
        "DataPointDrillUpDownOption": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataPointDrillUpDownOption"
        },
        "DataPointMenuLabelOption": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataPointMenuLabelOption"
        },
        "DataPointTooltipOption": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataPointTooltipOption"
        },
        "ExportToCSVOption": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ExportToCSVOption"
        },
        "ExportWithHiddenFieldsOption": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ExportWithHiddenFieldsOption"
        },
        "SheetControlsOption": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetControlsOption"
        },
        "SheetLayoutElementMaximizationOption": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetLayoutElementMaximizationOption"
        },
        "VisualAxisSortOption": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualAxisSortOption"
        },
        "VisualMenuOption": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualMenuOption"
        },
        "VisualPublishOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DashboardVisualPublishOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DashboardSourceEntity": {
      "type": "object",
      "properties": {
        "SourceTemplate": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DashboardSourceTemplate"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DashboardSourceTemplate": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "DataSetReferences": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataSetReference"
          },
          "type": "array"
        }
      },
      "required": [
        "Arn",
        "DataSetReferences"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DashboardVersion": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "CreatedTime": {
          "type": "string"
        },
        "DataSetArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Description": {
          "type": "string"
        },
        "Errors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DashboardError"
          },
          "type": "array"
        },
        "Sheets": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.Sheet"
          },
          "type": "array"
        },
        "SourceEntityArn": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        },
        "ThemeArn": {
          "type": "string"
        },
        "VersionNumber": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DashboardVersionDefinition": {
      "type": "object",
      "properties": {
        "AnalysisDefaults": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AnalysisDefaults"
        },
        "CalculatedFields": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.CalculatedField"
          },
          "type": "array"
        },
        "ColumnConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnConfiguration"
          },
          "type": "array"
        },
        "DataSetIdentifierDeclarations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataSetIdentifierDeclaration"
          },
          "type": "array"
        },
        "FilterGroups": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterGroup"
          },
          "type": "array"
        },
        "Options": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AssetOptions"
        },
        "ParameterDeclarations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ParameterDeclaration"
          },
          "type": "array"
        },
        "Sheets": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetDefinition"
          },
          "type": "array"
        }
      },
      "required": [
        "DataSetIdentifierDeclarations"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DashboardVisualPublishOptions": {
      "type": "object",
      "properties": {
        "ExportHiddenFieldsOption": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ExportHiddenFieldsOption"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DataBarsOptions": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "NegativeColor": {
          "type": "string"
        },
        "PositiveColor": {
          "type": "string"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DataColor": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "DataValue": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DataFieldSeriesItem": {
      "type": "object",
      "properties": {
        "AxisBinding": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        },
        "FieldValue": {
          "type": "string"
        },
        "Settings": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LineChartSeriesSettings"
        }
      },
      "required": [
        "AxisBinding",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DataLabelOptions": {
      "type": "object",
      "properties": {
        "CategoryLabelVisibility": {
          "type": "string"
        },
        "DataLabelTypes": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataLabelType"
          },
          "type": "array"
        },
        "LabelColor": {
          "type": "string"
        },
        "LabelContent": {
          "type": "string"
        },
        "LabelFontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FontConfiguration"
        },
        "MeasureLabelVisibility": {
          "type": "string"
        },
        "Overlap": {
          "type": "string"
        },
        "Position": {
          "type": "string"
        },
        "TotalsVisibility": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DataLabelType": {
      "type": "object",
      "properties": {
        "DataPathLabelType": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataPathLabelType"
        },
        "FieldLabelType": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldLabelType"
        },
        "MaximumLabelType": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.MaximumLabelType"
        },
        "MinimumLabelType": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.MinimumLabelType"
        },
        "RangeEndsLabelType": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RangeEndsLabelType"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DataPathColor": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Element": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataPathValue"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "Color",
        "Element"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DataPathLabelType": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "FieldValue": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DataPathSort": {
      "type": "object",
      "properties": {
        "Direction": {
          "type": "string"
        },
        "SortPaths": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataPathValue"
          },
          "type": "array"
        }
      },
      "required": [
        "Direction",
        "SortPaths"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DataPathType": {
      "type": "object",
      "properties": {
        "PivotTableDataPathType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DataPathValue": {
      "type": "object",
      "properties": {
        "DataPathType": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataPathType"
        },
        "FieldId": {
          "type": "string"
        },
        "FieldValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DataPointDrillUpDownOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DataPointMenuLabelOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DataPointTooltipOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DataSetIdentifierDeclaration": {
      "type": "object",
      "properties": {
        "DataSetArn": {
          "type": "string"
        },
        "Identifier": {
          "type": "string"
        }
      },
      "required": [
        "DataSetArn",
        "Identifier"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DataSetReference": {
      "type": "object",
      "properties": {
        "DataSetArn": {
          "type": "string"
        },
        "DataSetPlaceholder": {
          "type": "string"
        }
      },
      "required": [
        "DataSetArn",
        "DataSetPlaceholder"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DateAxisOptions": {
      "type": "object",
      "properties": {
        "MissingDateVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DateDimensionField": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "DateGranularity": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DateTimeFormatConfiguration"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DateMeasureField": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "type": "string"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DateTimeFormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DateTimeDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DynamicDefaultValue"
        },
        "RollingDate": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RollingDateConfiguration"
        },
        "StaticValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DateTimeFormatConfiguration": {
      "type": "object",
      "properties": {
        "DateTimeFormat": {
          "type": "string"
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NullValueFormatConfiguration"
        },
        "NumericFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DateTimeHierarchy": {
      "type": "object",
      "properties": {
        "DrillDownFilters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DrillDownFilter"
          },
          "type": "array"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "HierarchyId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DateTimeParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DateTimeParameterDeclaration": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DateTimeDefaultValues"
        },
        "MappedDataSetParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MappedDataSetParameter"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "TimeGranularity": {
          "type": "string"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DateTimeValueWhenUnsetConfiguration"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DateTimePickerControlDisplayOptions": {
      "type": "object",
      "properties": {
        "DateTimeFormat": {
          "type": "string"
        },
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetControlInfoIconLabelOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DateTimeValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "CustomValue": {
          "type": "string"
        },
        "ValueWhenUnsetOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DecimalDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DynamicDefaultValue"
        },
        "StaticValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DecimalParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "number"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DecimalParameterDeclaration": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DecimalDefaultValues"
        },
        "MappedDataSetParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MappedDataSetParameter"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "ParameterValueType": {
          "type": "string"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DecimalValueWhenUnsetConfiguration"
        }
      },
      "required": [
        "Name",
        "ParameterValueType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DecimalPlacesConfiguration": {
      "type": "object",
      "properties": {
        "DecimalPlaces": {
          "type": "number"
        }
      },
      "required": [
        "DecimalPlaces"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DecimalValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "CustomValue": {
          "type": "number"
        },
        "ValueWhenUnsetOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DefaultDateTimePickerControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DateTimePickerControlDisplayOptions"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DefaultFilterControlConfiguration": {
      "type": "object",
      "properties": {
        "ControlOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultFilterControlOptions"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "ControlOptions",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DefaultFilterControlOptions": {
      "type": "object",
      "properties": {
        "DefaultDateTimePickerOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultDateTimePickerControlOptions"
        },
        "DefaultDropdownOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultFilterDropDownControlOptions"
        },
        "DefaultListOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultFilterListControlOptions"
        },
        "DefaultRelativeDateTimeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultRelativeDateTimeControlOptions"
        },
        "DefaultSliderOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultSliderControlOptions"
        },
        "DefaultTextAreaOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultTextAreaControlOptions"
        },
        "DefaultTextFieldOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultTextFieldControlOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DefaultFilterDropDownControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DropDownControlDisplayOptions"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterSelectableValues"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DefaultFilterListControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ListControlDisplayOptions"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterSelectableValues"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DefaultFreeFormLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FreeFormLayoutCanvasSizeOptions"
        }
      },
      "required": [
        "CanvasSizeOptions"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DefaultGridLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GridLayoutCanvasSizeOptions"
        }
      },
      "required": [
        "CanvasSizeOptions"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DefaultInteractiveLayoutConfiguration": {
      "type": "object",
      "properties": {
        "FreeForm": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultFreeFormLayoutConfiguration"
        },
        "Grid": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultGridLayoutConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DefaultNewSheetConfiguration": {
      "type": "object",
      "properties": {
        "InteractiveLayoutConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultInteractiveLayoutConfiguration"
        },
        "PaginatedLayoutConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultPaginatedLayoutConfiguration"
        },
        "SheetContentType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DefaultPaginatedLayoutConfiguration": {
      "type": "object",
      "properties": {
        "SectionBased": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultSectionBasedLayoutConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DefaultRelativeDateTimeControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RelativeDateTimeControlDisplayOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DefaultSectionBasedLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SectionBasedLayoutCanvasSizeOptions"
        }
      },
      "required": [
        "CanvasSizeOptions"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DefaultSliderControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SliderControlDisplayOptions"
        },
        "MaximumValue": {
          "type": "number"
        },
        "MinimumValue": {
          "type": "number"
        },
        "StepSize": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "MaximumValue",
        "MinimumValue",
        "StepSize"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DefaultTextAreaControlOptions": {
      "type": "object",
      "properties": {
        "Delimiter": {
          "type": "string"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TextAreaControlDisplayOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DefaultTextFieldControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TextFieldControlDisplayOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DestinationParameterValueConfiguration": {
      "type": "object",
      "properties": {
        "CustomValuesConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CustomValuesConfiguration"
        },
        "SelectAllValueOptions": {
          "type": "string"
        },
        "SourceColumn": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "SourceField": {
          "type": "string"
        },
        "SourceParameterName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DimensionField": {
      "type": "object",
      "properties": {
        "CategoricalDimensionField": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CategoricalDimensionField"
        },
        "DateDimensionField": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DateDimensionField"
        },
        "NumericalDimensionField": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericalDimensionField"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DonutCenterOptions": {
      "type": "object",
      "properties": {
        "LabelVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DonutOptions": {
      "type": "object",
      "properties": {
        "ArcOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ArcOptions"
        },
        "DonutCenterOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DonutCenterOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DrillDownFilter": {
      "type": "object",
      "properties": {
        "CategoryFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CategoryDrillDownFilter"
        },
        "NumericEqualityFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericEqualityDrillDownFilter"
        },
        "TimeRangeFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TimeRangeDrillDownFilter"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DropDownControlDisplayOptions": {
      "type": "object",
      "properties": {
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetControlInfoIconLabelOptions"
        },
        "SelectAllOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ListControlSelectAllOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.DynamicDefaultValue": {
      "type": "object",
      "properties": {
        "DefaultValueColumn": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "GroupNameColumn": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "UserNameColumn": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        }
      },
      "required": [
        "DefaultValueColumn"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.EmptyVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "DataSetIdentifier": {
          "type": "string"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "DataSetIdentifier",
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.Entity": {
      "type": "object",
      "properties": {
        "Path": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ExcludePeriodConfiguration": {
      "type": "object",
      "properties": {
        "Amount": {
          "type": "number"
        },
        "Granularity": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Amount",
        "Granularity"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ExplicitHierarchy": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
          },
          "type": "array"
        },
        "DrillDownFilters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DrillDownFilter"
          },
          "type": "array"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "Columns",
        "HierarchyId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ExportHiddenFieldsOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ExportToCSVOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ExportWithHiddenFieldsOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FieldBasedTooltip": {
      "type": "object",
      "properties": {
        "AggregationVisibility": {
          "type": "string"
        },
        "TooltipFields": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.TooltipItem"
          },
          "type": "array"
        },
        "TooltipTitleType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FieldLabelType": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FieldSeriesItem": {
      "type": "object",
      "properties": {
        "AxisBinding": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        },
        "Settings": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LineChartSeriesSettings"
        }
      },
      "required": [
        "AxisBinding",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FieldSort": {
      "type": "object",
      "properties": {
        "Direction": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        }
      },
      "required": [
        "Direction",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FieldSortOptions": {
      "type": "object",
      "properties": {
        "ColumnSort": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnSort"
        },
        "FieldSort": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSort"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FieldTooltipItem": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "Label": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilledMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Geospatial": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilledMapConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilledMapConditionalFormattingOption"
          },
          "type": "array"
        }
      },
      "required": [
        "ConditionalFormattingOptions"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilledMapConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "Shape": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilledMapShapeConditionalFormatting"
        }
      },
      "required": [
        "Shape"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilledMapConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilledMapFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LegendOptions"
        },
        "MapStyleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GeospatialMapStyleOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilledMapSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TooltipOptions"
        },
        "WindowOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GeospatialWindowOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilledMapFieldWells": {
      "type": "object",
      "properties": {
        "FilledMapAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilledMapAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilledMapShapeConditionalFormatting": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "Format": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ShapeConditionalFormat"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilledMapSortConfiguration": {
      "type": "object",
      "properties": {
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilledMapVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilledMapConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnHierarchy"
          },
          "type": "array"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilledMapConditionalFormatting"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.Filter": {
      "type": "object",
      "properties": {
        "CategoryFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CategoryFilter"
        },
        "NumericEqualityFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericEqualityFilter"
        },
        "NumericRangeFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericRangeFilter"
        },
        "RelativeDatesFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RelativeDatesFilter"
        },
        "TimeEqualityFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TimeEqualityFilter"
        },
        "TimeRangeFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TimeRangeFilter"
        },
        "TopBottomFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TopBottomFilter"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilterControl": {
      "type": "object",
      "properties": {
        "CrossSheet": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterCrossSheetControl"
        },
        "DateTimePicker": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterDateTimePickerControl"
        },
        "Dropdown": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterDropDownControl"
        },
        "List": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterListControl"
        },
        "RelativeDateTime": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterRelativeDateTimeControl"
        },
        "Slider": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterSliderControl"
        },
        "TextArea": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterTextAreaControl"
        },
        "TextField": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterTextFieldControl"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilterCrossSheetControl": {
      "type": "object",
      "properties": {
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CascadingControlConfiguration"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SourceFilterId": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilterDateTimePickerControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DateTimePickerControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilterDropDownControl": {
      "type": "object",
      "properties": {
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CascadingControlConfiguration"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DropDownControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterSelectableValues"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilterGroup": {
      "type": "object",
      "properties": {
        "CrossDataset": {
          "type": "string"
        },
        "FilterGroupId": {
          "type": "string"
        },
        "Filters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.Filter"
          },
          "type": "array"
        },
        "ScopeConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterScopeConfiguration"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "CrossDataset",
        "FilterGroupId",
        "Filters",
        "ScopeConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilterListConfiguration": {
      "type": "object",
      "properties": {
        "CategoryValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MatchOperator": {
          "type": "string"
        },
        "NullOption": {
          "type": "string"
        },
        "SelectAllOptions": {
          "type": "string"
        }
      },
      "required": [
        "MatchOperator"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilterListControl": {
      "type": "object",
      "properties": {
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CascadingControlConfiguration"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ListControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterSelectableValues"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilterOperationSelectedFieldsConfiguration": {
      "type": "object",
      "properties": {
        "SelectedColumns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
          },
          "type": "array"
        },
        "SelectedFieldOptions": {
          "type": "string"
        },
        "SelectedFields": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilterOperationTargetVisualsConfiguration": {
      "type": "object",
      "properties": {
        "SameSheetTargetVisualConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SameSheetTargetVisualConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilterRelativeDateTimeControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RelativeDateTimeControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilterScopeConfiguration": {
      "type": "object",
      "properties": {
        "AllSheets": {
          "type": "object"
        },
        "SelectedSheets": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SelectedSheetsFilterScopeConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilterSelectableValues": {
      "type": "object",
      "properties": {
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilterSliderControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SliderControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "MaximumValue": {
          "type": "number"
        },
        "MinimumValue": {
          "type": "number"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "StepSize": {
          "type": "number"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "MaximumValue",
        "MinimumValue",
        "SourceFilterId",
        "StepSize",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilterTextAreaControl": {
      "type": "object",
      "properties": {
        "Delimiter": {
          "type": "string"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TextAreaControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FilterTextFieldControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TextFieldControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FontConfiguration": {
      "type": "object",
      "properties": {
        "FontColor": {
          "type": "string"
        },
        "FontDecoration": {
          "type": "string"
        },
        "FontSize": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FontSize"
        },
        "FontStyle": {
          "type": "string"
        },
        "FontWeight": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FontWeight"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FontSize": {
      "type": "object",
      "properties": {
        "Relative": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FontWeight": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ForecastComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "CustomSeasonalityValue": {
          "type": "number"
        },
        "LowerBoundary": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        },
        "PeriodsBackward": {
          "type": "number"
        },
        "PeriodsForward": {
          "type": "number"
        },
        "PredictionInterval": {
          "type": "number"
        },
        "Seasonality": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
        },
        "UpperBoundary": {
          "type": "number"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ForecastConfiguration": {
      "type": "object",
      "properties": {
        "ForecastProperties": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TimeBasedForecastProperties"
        },
        "Scenario": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ForecastScenario"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ForecastScenario": {
      "type": "object",
      "properties": {
        "WhatIfPointScenario": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.WhatIfPointScenario"
        },
        "WhatIfRangeScenario": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.WhatIfRangeScenario"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FormatConfiguration": {
      "type": "object",
      "properties": {
        "DateTimeFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DateTimeFormatConfiguration"
        },
        "NumberFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumberFormatConfiguration"
        },
        "StringFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.StringFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FreeFormLayoutCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "ScreenCanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FreeFormLayoutScreenCanvasSizeOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FreeFormLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FreeFormLayoutCanvasSizeOptions"
        },
        "Elements": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FreeFormLayoutElement"
          },
          "type": "array"
        }
      },
      "required": [
        "Elements"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FreeFormLayoutElement": {
      "type": "object",
      "properties": {
        "BackgroundStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FreeFormLayoutElementBackgroundStyle"
        },
        "BorderStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FreeFormLayoutElementBorderStyle"
        },
        "ElementId": {
          "type": "string"
        },
        "ElementType": {
          "type": "string"
        },
        "Height": {
          "type": "string"
        },
        "LoadingAnimation": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LoadingAnimation"
        },
        "RenderingRules": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetElementRenderingRule"
          },
          "type": "array"
        },
        "SelectedBorderStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FreeFormLayoutElementBorderStyle"
        },
        "Visibility": {
          "type": "string"
        },
        "Width": {
          "type": "string"
        },
        "XAxisLocation": {
          "type": "string"
        },
        "YAxisLocation": {
          "type": "string"
        }
      },
      "required": [
        "ElementId",
        "ElementType",
        "Height",
        "Width",
        "XAxisLocation",
        "YAxisLocation"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FreeFormLayoutElementBackgroundStyle": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FreeFormLayoutElementBorderStyle": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FreeFormLayoutScreenCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "OptimizedViewPortWidth": {
          "type": "string"
        }
      },
      "required": [
        "OptimizedViewPortWidth"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FreeFormSectionLayoutConfiguration": {
      "type": "object",
      "properties": {
        "Elements": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FreeFormLayoutElement"
          },
          "type": "array"
        }
      },
      "required": [
        "Elements"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FunnelChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FunnelChartConfiguration": {
      "type": "object",
      "properties": {
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "DataLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FunnelChartDataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FunnelChartFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FunnelChartSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TooltipOptions"
        },
        "ValueLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FunnelChartDataLabelOptions": {
      "type": "object",
      "properties": {
        "CategoryLabelVisibility": {
          "type": "string"
        },
        "LabelColor": {
          "type": "string"
        },
        "LabelFontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FontConfiguration"
        },
        "MeasureDataLabelStyle": {
          "type": "string"
        },
        "MeasureLabelVisibility": {
          "type": "string"
        },
        "Position": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FunnelChartFieldWells": {
      "type": "object",
      "properties": {
        "FunnelChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FunnelChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FunnelChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.FunnelChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FunnelChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GaugeChartArcConditionalFormatting": {
      "type": "object",
      "properties": {
        "ForegroundColor": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GaugeChartConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.GaugeChartConditionalFormattingOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GaugeChartConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "Arc": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GaugeChartArcConditionalFormatting"
        },
        "PrimaryValue": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GaugeChartPrimaryValueConditionalFormatting"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GaugeChartConfiguration": {
      "type": "object",
      "properties": {
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GaugeChartFieldWells"
        },
        "GaugeChartOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GaugeChartOptions"
        },
        "TooltipOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GaugeChartFieldWells": {
      "type": "object",
      "properties": {
        "TargetValues": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GaugeChartOptions": {
      "type": "object",
      "properties": {
        "Arc": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ArcConfiguration"
        },
        "ArcAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ArcAxisConfiguration"
        },
        "Comparison": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ComparisonConfiguration"
        },
        "PrimaryValueDisplayType": {
          "type": "string"
        },
        "PrimaryValueFontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FontConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GaugeChartPrimaryValueConditionalFormatting": {
      "type": "object",
      "properties": {
        "Icon": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingIcon"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GaugeChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GaugeChartConfiguration"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GaugeChartConditionalFormatting"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GeospatialCoordinateBounds": {
      "type": "object",
      "properties": {
        "East": {
          "type": "number"
        },
        "North": {
          "type": "number"
        },
        "South": {
          "type": "number"
        },
        "West": {
          "type": "number"
        }
      },
      "required": [
        "East",
        "North",
        "South",
        "West"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GeospatialHeatmapColorScale": {
      "type": "object",
      "properties": {
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.GeospatialHeatmapDataColor"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GeospatialHeatmapConfiguration": {
      "type": "object",
      "properties": {
        "HeatmapColor": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GeospatialHeatmapColorScale"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GeospatialHeatmapDataColor": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        }
      },
      "required": [
        "Color"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GeospatialMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Geospatial": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GeospatialMapConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GeospatialMapFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LegendOptions"
        },
        "MapStyleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GeospatialMapStyleOptions"
        },
        "PointStyleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GeospatialPointStyleOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualPalette"
        },
        "WindowOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GeospatialWindowOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GeospatialMapFieldWells": {
      "type": "object",
      "properties": {
        "GeospatialMapAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GeospatialMapAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GeospatialMapStyleOptions": {
      "type": "object",
      "properties": {
        "BaseMapStyle": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GeospatialMapVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GeospatialMapConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GeospatialPointStyleOptions": {
      "type": "object",
      "properties": {
        "ClusterMarkerConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ClusterMarkerConfiguration"
        },
        "HeatmapConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GeospatialHeatmapConfiguration"
        },
        "SelectedPointStyle": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GeospatialWindowOptions": {
      "type": "object",
      "properties": {
        "Bounds": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GeospatialCoordinateBounds"
        },
        "MapZoomMode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GlobalTableBorderOptions": {
      "type": "object",
      "properties": {
        "SideSpecificBorder": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableSideBorderOptions"
        },
        "UniformBorder": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableBorderOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GradientColor": {
      "type": "object",
      "properties": {
        "Stops": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.GradientStop"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GradientStop": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "DataValue": {
          "type": "number"
        },
        "GradientOffset": {
          "type": "number"
        }
      },
      "required": [
        "GradientOffset"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GridLayoutCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "ScreenCanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GridLayoutScreenCanvasSizeOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GridLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GridLayoutCanvasSizeOptions"
        },
        "Elements": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.GridLayoutElement"
          },
          "type": "array"
        }
      },
      "required": [
        "Elements"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GridLayoutElement": {
      "type": "object",
      "properties": {
        "ColumnIndex": {
          "type": "number"
        },
        "ColumnSpan": {
          "type": "number"
        },
        "ElementId": {
          "type": "string"
        },
        "ElementType": {
          "type": "string"
        },
        "RowIndex": {
          "type": "number"
        },
        "RowSpan": {
          "type": "number"
        }
      },
      "required": [
        "ColumnSpan",
        "ElementId",
        "ElementType",
        "RowSpan"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GridLayoutScreenCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "OptimizedViewPortWidth": {
          "type": "string"
        },
        "ResizeOption": {
          "type": "string"
        }
      },
      "required": [
        "ResizeOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.GrowthRateComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "PeriodSize": {
          "type": "number"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.HeaderFooterSectionConfiguration": {
      "type": "object",
      "properties": {
        "Layout": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SectionLayoutConfiguration"
        },
        "SectionId": {
          "type": "string"
        },
        "Style": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SectionStyle"
        }
      },
      "required": [
        "Layout",
        "SectionId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.HeatMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Rows": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.HeatMapConfiguration": {
      "type": "object",
      "properties": {
        "ColorScale": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColorScale"
        },
        "ColumnLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.HeatMapFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LegendOptions"
        },
        "RowLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.HeatMapSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TooltipOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.HeatMapFieldWells": {
      "type": "object",
      "properties": {
        "HeatMapAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.HeatMapAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.HeatMapSortConfiguration": {
      "type": "object",
      "properties": {
        "HeatMapColumnItemsLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "HeatMapColumnSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        },
        "HeatMapRowItemsLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "HeatMapRowSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.HeatMapVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.HeatMapConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.HistogramAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.HistogramBinOptions": {
      "type": "object",
      "properties": {
        "BinCount": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.BinCountOptions"
        },
        "BinWidth": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.BinWidthOptions"
        },
        "SelectedBinType": {
          "type": "string"
        },
        "StartValue": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.HistogramConfiguration": {
      "type": "object",
      "properties": {
        "BinOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.HistogramBinOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.HistogramFieldWells"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualPalette"
        },
        "XAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "XAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "YAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.HistogramFieldWells": {
      "type": "object",
      "properties": {
        "HistogramAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.HistogramAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.HistogramVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.HistogramConfiguration"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.InsightConfiguration": {
      "type": "object",
      "properties": {
        "Computations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.Computation"
          },
          "type": "array"
        },
        "CustomNarrative": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CustomNarrativeOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.InsightVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "DataSetIdentifier": {
          "type": "string"
        },
        "InsightConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.InsightConfiguration"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "DataSetIdentifier",
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.IntegerDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DynamicDefaultValue"
        },
        "StaticValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.IntegerParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "number"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.IntegerParameterDeclaration": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.IntegerDefaultValues"
        },
        "MappedDataSetParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MappedDataSetParameter"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "ParameterValueType": {
          "type": "string"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.IntegerValueWhenUnsetConfiguration"
        }
      },
      "required": [
        "Name",
        "ParameterValueType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.IntegerValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "CustomValue": {
          "type": "number"
        },
        "ValueWhenUnsetOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ItemsLimitConfiguration": {
      "type": "object",
      "properties": {
        "ItemsLimit": {
          "type": "number"
        },
        "OtherCategories": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.KPIActualValueConditionalFormatting": {
      "type": "object",
      "properties": {
        "Icon": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingIcon"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.KPIComparisonValueConditionalFormatting": {
      "type": "object",
      "properties": {
        "Icon": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingIcon"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.KPIConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.KPIConditionalFormattingOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.KPIConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "ActualValue": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.KPIActualValueConditionalFormatting"
        },
        "ComparisonValue": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.KPIComparisonValueConditionalFormatting"
        },
        "PrimaryValue": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.KPIPrimaryValueConditionalFormatting"
        },
        "ProgressBar": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.KPIProgressBarConditionalFormatting"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.KPIConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.KPIFieldWells"
        },
        "KPIOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.KPIOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.KPISortConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.KPIFieldWells": {
      "type": "object",
      "properties": {
        "TargetValues": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        },
        "TrendGroups": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.KPIOptions": {
      "type": "object",
      "properties": {
        "Comparison": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ComparisonConfiguration"
        },
        "PrimaryValueDisplayType": {
          "type": "string"
        },
        "PrimaryValueFontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FontConfiguration"
        },
        "ProgressBar": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ProgressBarOptions"
        },
        "SecondaryValue": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SecondaryValueOptions"
        },
        "SecondaryValueFontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FontConfiguration"
        },
        "Sparkline": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.KPISparklineOptions"
        },
        "TrendArrows": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TrendArrowOptions"
        },
        "VisualLayoutOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.KPIVisualLayoutOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.KPIPrimaryValueConditionalFormatting": {
      "type": "object",
      "properties": {
        "Icon": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingIcon"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.KPIProgressBarConditionalFormatting": {
      "type": "object",
      "properties": {
        "ForegroundColor": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.KPISortConfiguration": {
      "type": "object",
      "properties": {
        "TrendGroupSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.KPISparklineOptions": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "TooltipVisibility": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.KPIVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.KPIConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnHierarchy"
          },
          "type": "array"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.KPIConditionalFormatting"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.KPIVisualLayoutOptions": {
      "type": "object",
      "properties": {
        "StandardLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.KPIVisualStandardLayout"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.KPIVisualStandardLayout": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LabelOptions": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FontConfiguration"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.Layout": {
      "type": "object",
      "properties": {
        "Configuration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LayoutConfiguration"
        }
      },
      "required": [
        "Configuration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LayoutConfiguration": {
      "type": "object",
      "properties": {
        "FreeFormLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FreeFormLayoutConfiguration"
        },
        "GridLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GridLayoutConfiguration"
        },
        "SectionBasedLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SectionBasedLayoutConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LegendOptions": {
      "type": "object",
      "properties": {
        "Height": {
          "type": "string"
        },
        "Position": {
          "type": "string"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LabelOptions"
        },
        "Visibility": {
          "type": "string"
        },
        "Width": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LineChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "SmallMultiples": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LineChartConfiguration": {
      "type": "object",
      "properties": {
        "ContributionAnalysisDefaults": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ContributionAnalysisDefault"
          },
          "type": "array"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataLabelOptions"
        },
        "DefaultSeriesSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LineChartDefaultSeriesSettings"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LineChartFieldWells"
        },
        "ForecastConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ForecastConfiguration"
          },
          "type": "array"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LegendOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LineSeriesAxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "ReferenceLines": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ReferenceLine"
          },
          "type": "array"
        },
        "SecondaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LineSeriesAxisDisplayOptions"
        },
        "SecondaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "Series": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.SeriesItem"
          },
          "type": "array"
        },
        "SmallMultiplesOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SmallMultiplesOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LineChartSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TooltipOptions"
        },
        "Type": {
          "type": "string"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualPalette"
        },
        "XAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "XAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LineChartDefaultSeriesSettings": {
      "type": "object",
      "properties": {
        "AxisBinding": {
          "type": "string"
        },
        "LineStyleSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LineChartLineStyleSettings"
        },
        "MarkerStyleSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LineChartMarkerStyleSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LineChartFieldWells": {
      "type": "object",
      "properties": {
        "LineChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LineChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LineChartLineStyleSettings": {
      "type": "object",
      "properties": {
        "LineInterpolation": {
          "type": "string"
        },
        "LineStyle": {
          "type": "string"
        },
        "LineVisibility": {
          "type": "string"
        },
        "LineWidth": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LineChartMarkerStyleSettings": {
      "type": "object",
      "properties": {
        "MarkerColor": {
          "type": "string"
        },
        "MarkerShape": {
          "type": "string"
        },
        "MarkerSize": {
          "type": "string"
        },
        "MarkerVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LineChartSeriesSettings": {
      "type": "object",
      "properties": {
        "LineStyleSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LineChartLineStyleSettings"
        },
        "MarkerStyleSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LineChartMarkerStyleSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LineChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        },
        "ColorItemsLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "SmallMultiplesLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "SmallMultiplesSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LineChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LineChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LineSeriesAxisDisplayOptions": {
      "type": "object",
      "properties": {
        "AxisOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "MissingDataConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MissingDataConfiguration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LinkSharingConfiguration": {
      "type": "object",
      "properties": {
        "Permissions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ResourcePermission"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ListControlDisplayOptions": {
      "type": "object",
      "properties": {
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetControlInfoIconLabelOptions"
        },
        "SearchOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ListControlSearchOptions"
        },
        "SelectAllOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ListControlSelectAllOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ListControlSearchOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ListControlSelectAllOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LoadingAnimation": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LocalNavigationConfiguration": {
      "type": "object",
      "properties": {
        "TargetSheetId": {
          "type": "string"
        }
      },
      "required": [
        "TargetSheetId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.LongFormatText": {
      "type": "object",
      "properties": {
        "PlainText": {
          "type": "string"
        },
        "RichText": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.MappedDataSetParameter": {
      "type": "object",
      "properties": {
        "DataSetIdentifier": {
          "type": "string"
        },
        "DataSetParameterName": {
          "type": "string"
        }
      },
      "required": [
        "DataSetIdentifier",
        "DataSetParameterName"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.MaximumLabelType": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.MaximumMinimumComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
        },
        "Type": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
        }
      },
      "required": [
        "ComputationId",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.MeasureField": {
      "type": "object",
      "properties": {
        "CalculatedMeasureField": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CalculatedMeasureField"
        },
        "CategoricalMeasureField": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CategoricalMeasureField"
        },
        "DateMeasureField": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DateMeasureField"
        },
        "NumericalMeasureField": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericalMeasureField"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.MetricComparisonComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "FromValue": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
        },
        "Name": {
          "type": "string"
        },
        "TargetValue": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.MinimumLabelType": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.MissingDataConfiguration": {
      "type": "object",
      "properties": {
        "TreatmentOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.NegativeValueConfiguration": {
      "type": "object",
      "properties": {
        "DisplayMode": {
          "type": "string"
        }
      },
      "required": [
        "DisplayMode"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.NullValueFormatConfiguration": {
      "type": "object",
      "properties": {
        "NullString": {
          "type": "string"
        }
      },
      "required": [
        "NullString"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.NumberDisplayFormatConfiguration": {
      "type": "object",
      "properties": {
        "DecimalPlacesConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DecimalPlacesConfiguration"
        },
        "NegativeValueConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NegativeValueConfiguration"
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NullValueFormatConfiguration"
        },
        "NumberScale": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "SeparatorConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericSeparatorConfiguration"
        },
        "Suffix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.NumberFormatConfiguration": {
      "type": "object",
      "properties": {
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.NumericAxisOptions": {
      "type": "object",
      "properties": {
        "Range": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayRange"
        },
        "Scale": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisScale"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.NumericEqualityDrillDownFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Column",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.NumericEqualityFilter": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultFilterControlConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "MatchOperator": {
          "type": "string"
        },
        "NullOption": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        },
        "SelectAllOptions": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Column",
        "FilterId",
        "MatchOperator",
        "NullOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.NumericFormatConfiguration": {
      "type": "object",
      "properties": {
        "CurrencyDisplayFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CurrencyDisplayFormatConfiguration"
        },
        "NumberDisplayFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumberDisplayFormatConfiguration"
        },
        "PercentageDisplayFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PercentageDisplayFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.NumericRangeFilter": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultFilterControlConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "IncludeMaximum": {
          "type": "boolean"
        },
        "IncludeMinimum": {
          "type": "boolean"
        },
        "NullOption": {
          "type": "string"
        },
        "RangeMaximum": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericRangeFilterValue"
        },
        "RangeMinimum": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericRangeFilterValue"
        },
        "SelectAllOptions": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FilterId",
        "NullOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.NumericRangeFilterValue": {
      "type": "object",
      "properties": {
        "Parameter": {
          "type": "string"
        },
        "StaticValue": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.NumericSeparatorConfiguration": {
      "type": "object",
      "properties": {
        "DecimalSeparator": {
          "type": "string"
        },
        "ThousandsSeparator": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ThousandSeparatorOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.NumericalAggregationFunction": {
      "type": "object",
      "properties": {
        "PercentileAggregation": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PercentileAggregation"
        },
        "SimpleNumericalAggregation": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.NumericalDimensionField": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumberFormatConfiguration"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.NumericalMeasureField": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericalAggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumberFormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PaginationConfiguration": {
      "type": "object",
      "properties": {
        "PageNumber": {
          "type": "number"
        },
        "PageSize": {
          "type": "number"
        }
      },
      "required": [
        "PageNumber",
        "PageSize"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PanelConfiguration": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "type": "string"
        },
        "BackgroundVisibility": {
          "type": "string"
        },
        "BorderColor": {
          "type": "string"
        },
        "BorderStyle": {
          "type": "string"
        },
        "BorderThickness": {
          "type": "string"
        },
        "BorderVisibility": {
          "type": "string"
        },
        "GutterSpacing": {
          "type": "string"
        },
        "GutterVisibility": {
          "type": "string"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PanelTitleOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PanelTitleOptions": {
      "type": "object",
      "properties": {
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FontConfiguration"
        },
        "HorizontalTextAlignment": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ParameterControl": {
      "type": "object",
      "properties": {
        "DateTimePicker": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ParameterDateTimePickerControl"
        },
        "Dropdown": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ParameterDropDownControl"
        },
        "List": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ParameterListControl"
        },
        "Slider": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ParameterSliderControl"
        },
        "TextArea": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ParameterTextAreaControl"
        },
        "TextField": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ParameterTextFieldControl"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ParameterDateTimePickerControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DateTimePickerControlDisplayOptions"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ParameterDeclaration": {
      "type": "object",
      "properties": {
        "DateTimeParameterDeclaration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DateTimeParameterDeclaration"
        },
        "DecimalParameterDeclaration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DecimalParameterDeclaration"
        },
        "IntegerParameterDeclaration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.IntegerParameterDeclaration"
        },
        "StringParameterDeclaration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.StringParameterDeclaration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ParameterDropDownControl": {
      "type": "object",
      "properties": {
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CascadingControlConfiguration"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DropDownControlDisplayOptions"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ParameterSelectableValues"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ParameterListControl": {
      "type": "object",
      "properties": {
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CascadingControlConfiguration"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ListControlDisplayOptions"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ParameterSelectableValues"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ParameterSelectableValues": {
      "type": "object",
      "properties": {
        "LinkToDataSetColumn": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ParameterSliderControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SliderControlDisplayOptions"
        },
        "MaximumValue": {
          "type": "number"
        },
        "MinimumValue": {
          "type": "number"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "StepSize": {
          "type": "number"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "MaximumValue",
        "MinimumValue",
        "ParameterControlId",
        "SourceParameterName",
        "StepSize",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ParameterTextAreaControl": {
      "type": "object",
      "properties": {
        "Delimiter": {
          "type": "string"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TextAreaControlDisplayOptions"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ParameterTextFieldControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TextFieldControlDisplayOptions"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.Parameters": {
      "type": "object",
      "properties": {
        "DateTimeParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DateTimeParameter"
          },
          "type": "array"
        },
        "DecimalParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DecimalParameter"
          },
          "type": "array"
        },
        "IntegerParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.IntegerParameter"
          },
          "type": "array"
        },
        "StringParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.StringParameter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PercentVisibleRange": {
      "type": "object",
      "properties": {
        "From": {
          "type": "number"
        },
        "To": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PercentageDisplayFormatConfiguration": {
      "type": "object",
      "properties": {
        "DecimalPlacesConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DecimalPlacesConfiguration"
        },
        "NegativeValueConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NegativeValueConfiguration"
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NullValueFormatConfiguration"
        },
        "Prefix": {
          "type": "string"
        },
        "SeparatorConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericSeparatorConfiguration"
        },
        "Suffix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PercentileAggregation": {
      "type": "object",
      "properties": {
        "PercentileValue": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PeriodOverPeriodComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PeriodToDateComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "PeriodTimeGranularity": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PieChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "SmallMultiples": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PieChartConfiguration": {
      "type": "object",
      "properties": {
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "ContributionAnalysisDefaults": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ContributionAnalysisDefault"
          },
          "type": "array"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataLabelOptions"
        },
        "DonutOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DonutOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PieChartFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LegendOptions"
        },
        "SmallMultiplesOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SmallMultiplesOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PieChartSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TooltipOptions"
        },
        "ValueLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PieChartFieldWells": {
      "type": "object",
      "properties": {
        "PieChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PieChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PieChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        },
        "SmallMultiplesLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "SmallMultiplesSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PieChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PieChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotFieldSortOptions": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "SortBy": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableSortBy"
        }
      },
      "required": [
        "FieldId",
        "SortBy"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Rows": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableCellConditionalFormatting": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "Scope": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableConditionalFormattingScope"
        },
        "Scopes": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableConditionalFormattingScope"
          },
          "type": "array"
        },
        "TextFormat": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TextConditionalFormat"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableConditionalFormattingOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "Cell": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableCellConditionalFormatting"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableConditionalFormattingScope": {
      "type": "object",
      "properties": {
        "Role": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableConfiguration": {
      "type": "object",
      "properties": {
        "FieldOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableFieldOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableFieldWells"
        },
        "PaginatedReportOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTablePaginatedReportOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableSortConfiguration"
        },
        "TableOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableOptions"
        },
        "TotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableTotalOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableDataPathOption": {
      "type": "object",
      "properties": {
        "DataPathList": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataPathValue"
          },
          "type": "array"
        },
        "Width": {
          "type": "string"
        }
      },
      "required": [
        "DataPathList"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableFieldCollapseStateOption": {
      "type": "object",
      "properties": {
        "State": {
          "type": "string"
        },
        "Target": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableFieldCollapseStateTarget"
        }
      },
      "required": [
        "Target"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableFieldCollapseStateTarget": {
      "type": "object",
      "properties": {
        "FieldDataPathValues": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataPathValue"
          },
          "type": "array"
        },
        "FieldId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableFieldOption": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableFieldOptions": {
      "type": "object",
      "properties": {
        "CollapseStateOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableFieldCollapseStateOption"
          },
          "type": "array"
        },
        "DataPathOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableDataPathOption"
          },
          "type": "array"
        },
        "SelectedFieldOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableFieldOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableFieldSubtotalOptions": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableFieldWells": {
      "type": "object",
      "properties": {
        "PivotTableAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableOptions": {
      "type": "object",
      "properties": {
        "CellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableCellStyle"
        },
        "CollapsedRowDimensionsVisibility": {
          "type": "string"
        },
        "ColumnHeaderStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableCellStyle"
        },
        "ColumnNamesVisibility": {
          "type": "string"
        },
        "DefaultCellWidth": {
          "type": "string"
        },
        "MetricPlacement": {
          "type": "string"
        },
        "RowAlternateColorOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RowAlternateColorOptions"
        },
        "RowFieldNamesStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableCellStyle"
        },
        "RowHeaderStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableCellStyle"
        },
        "RowsLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableRowsLabelOptions"
        },
        "RowsLayout": {
          "type": "string"
        },
        "SingleMetricVisibility": {
          "type": "string"
        },
        "ToggleButtonsVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTablePaginatedReportOptions": {
      "type": "object",
      "properties": {
        "OverflowColumnHeaderVisibility": {
          "type": "string"
        },
        "VerticalOverflowVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableRowsLabelOptions": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableSortBy": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnSort"
        },
        "DataPath": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataPathSort"
        },
        "Field": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSort"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableSortConfiguration": {
      "type": "object",
      "properties": {
        "FieldSortOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotFieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableTotalOptions": {
      "type": "object",
      "properties": {
        "ColumnSubtotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SubtotalOptions"
        },
        "ColumnTotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTotalOptions"
        },
        "RowSubtotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SubtotalOptions"
        },
        "RowTotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTotalOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTableVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableConfiguration"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableConditionalFormatting"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PivotTotalOptions": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "MetricHeaderCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableCellStyle"
        },
        "Placement": {
          "type": "string"
        },
        "ScrollStatus": {
          "type": "string"
        },
        "TotalAggregationOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.TotalAggregationOption"
          },
          "type": "array"
        },
        "TotalCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableCellStyle"
        },
        "TotalsVisibility": {
          "type": "string"
        },
        "ValueCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableCellStyle"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.PredefinedHierarchy": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
          },
          "type": "array"
        },
        "DrillDownFilters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DrillDownFilter"
          },
          "type": "array"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "Columns",
        "HierarchyId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ProgressBarOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.RadarChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Color": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.RadarChartAreaStyleSettings": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.RadarChartConfiguration": {
      "type": "object",
      "properties": {
        "AlternateBandColorsVisibility": {
          "type": "string"
        },
        "AlternateBandEvenColor": {
          "type": "string"
        },
        "AlternateBandOddColor": {
          "type": "string"
        },
        "AxesRangeScale": {
          "type": "string"
        },
        "BaseSeriesSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RadarChartSeriesSettings"
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "ColorAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "ColorLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RadarChartFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LegendOptions"
        },
        "Shape": {
          "type": "string"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RadarChartSortConfiguration"
        },
        "StartAngle": {
          "type": "number"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.RadarChartFieldWells": {
      "type": "object",
      "properties": {
        "RadarChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RadarChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.RadarChartSeriesSettings": {
      "type": "object",
      "properties": {
        "AreaStyleSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RadarChartAreaStyleSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.RadarChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        },
        "ColorItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "ColorSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.RadarChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RadarChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.RangeEndsLabelType": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ReferenceLine": {
      "type": "object",
      "properties": {
        "DataConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ReferenceLineDataConfiguration"
        },
        "LabelConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ReferenceLineLabelConfiguration"
        },
        "Status": {
          "type": "string"
        },
        "StyleConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ReferenceLineStyleConfiguration"
        }
      },
      "required": [
        "DataConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ReferenceLineCustomLabelConfiguration": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        }
      },
      "required": [
        "CustomLabel"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ReferenceLineDataConfiguration": {
      "type": "object",
      "properties": {
        "AxisBinding": {
          "type": "string"
        },
        "DynamicConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ReferenceLineDynamicDataConfiguration"
        },
        "SeriesType": {
          "type": "string"
        },
        "StaticConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ReferenceLineStaticDataConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ReferenceLineDynamicDataConfiguration": {
      "type": "object",
      "properties": {
        "Calculation": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericalAggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "MeasureAggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AggregationFunction"
        }
      },
      "required": [
        "Calculation",
        "Column"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ReferenceLineLabelConfiguration": {
      "type": "object",
      "properties": {
        "CustomLabelConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ReferenceLineCustomLabelConfiguration"
        },
        "FontColor": {
          "type": "string"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FontConfiguration"
        },
        "HorizontalPosition": {
          "type": "string"
        },
        "ValueLabelConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ReferenceLineValueLabelConfiguration"
        },
        "VerticalPosition": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ReferenceLineStaticDataConfiguration": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ReferenceLineStyleConfiguration": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Pattern": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ReferenceLineValueLabelConfiguration": {
      "type": "object",
      "properties": {
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericFormatConfiguration"
        },
        "RelativePosition": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.RelativeDateTimeControlDisplayOptions": {
      "type": "object",
      "properties": {
        "DateTimeFormat": {
          "type": "string"
        },
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetControlInfoIconLabelOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.RelativeDatesFilter": {
      "type": "object",
      "properties": {
        "AnchorDateConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AnchorDateConfiguration"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultFilterControlConfiguration"
        },
        "ExcludePeriodConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ExcludePeriodConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "MinimumGranularity": {
          "type": "string"
        },
        "NullOption": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        },
        "RelativeDateType": {
          "type": "string"
        },
        "RelativeDateValue": {
          "type": "number"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "AnchorDateConfiguration",
        "Column",
        "FilterId",
        "NullOption",
        "RelativeDateType",
        "TimeGranularity"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ResourcePermission": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Principal": {
          "type": "string"
        }
      },
      "required": [
        "Actions",
        "Principal"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.RollingDateConfiguration": {
      "type": "object",
      "properties": {
        "DataSetIdentifier": {
          "type": "string"
        },
        "Expression": {
          "type": "string"
        }
      },
      "required": [
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.RowAlternateColorOptions": {
      "type": "object",
      "properties": {
        "RowAlternateColors": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Status": {
          "type": "string"
        },
        "UsePrimaryBackgroundColor": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SameSheetTargetVisualConfiguration": {
      "type": "object",
      "properties": {
        "TargetVisualOptions": {
          "type": "string"
        },
        "TargetVisuals": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SankeyDiagramAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Destination": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Source": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Weight": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SankeyDiagramChartConfiguration": {
      "type": "object",
      "properties": {
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SankeyDiagramFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SankeyDiagramSortConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SankeyDiagramFieldWells": {
      "type": "object",
      "properties": {
        "SankeyDiagramAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SankeyDiagramAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SankeyDiagramSortConfiguration": {
      "type": "object",
      "properties": {
        "DestinationItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "SourceItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "WeightSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SankeyDiagramVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SankeyDiagramChartConfiguration"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ScatterPlotCategoricallyAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Label": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Size": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        },
        "XAxis": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        },
        "YAxis": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ScatterPlotConfiguration": {
      "type": "object",
      "properties": {
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ScatterPlotFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LegendOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualPalette"
        },
        "XAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "XAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "YAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "YAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ScatterPlotFieldWells": {
      "type": "object",
      "properties": {
        "ScatterPlotCategoricallyAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ScatterPlotCategoricallyAggregatedFieldWells"
        },
        "ScatterPlotUnaggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ScatterPlotUnaggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ScatterPlotUnaggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Label": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Size": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        },
        "XAxis": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "YAxis": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ScatterPlotVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ScatterPlotConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ScrollBarOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        },
        "VisibleRange": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisibleRangeOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SecondaryValueOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SectionAfterPageBreak": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SectionBasedLayoutCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "PaperCanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SectionBasedLayoutPaperCanvasSizeOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SectionBasedLayoutConfiguration": {
      "type": "object",
      "properties": {
        "BodySections": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.BodySectionConfiguration"
          },
          "type": "array"
        },
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SectionBasedLayoutCanvasSizeOptions"
        },
        "FooterSections": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.HeaderFooterSectionConfiguration"
          },
          "type": "array"
        },
        "HeaderSections": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.HeaderFooterSectionConfiguration"
          },
          "type": "array"
        }
      },
      "required": [
        "BodySections",
        "CanvasSizeOptions",
        "FooterSections",
        "HeaderSections"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SectionBasedLayoutPaperCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "PaperMargin": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.Spacing"
        },
        "PaperOrientation": {
          "type": "string"
        },
        "PaperSize": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SectionLayoutConfiguration": {
      "type": "object",
      "properties": {
        "FreeFormLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FreeFormSectionLayoutConfiguration"
        }
      },
      "required": [
        "FreeFormLayout"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SectionPageBreakConfiguration": {
      "type": "object",
      "properties": {
        "After": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SectionAfterPageBreak"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SectionStyle": {
      "type": "object",
      "properties": {
        "Height": {
          "type": "string"
        },
        "Padding": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.Spacing"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SelectedSheetsFilterScopeConfiguration": {
      "type": "object",
      "properties": {
        "SheetVisualScopingConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetVisualScopingConfiguration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SeriesItem": {
      "type": "object",
      "properties": {
        "DataFieldSeriesItem": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataFieldSeriesItem"
        },
        "FieldSeriesItem": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSeriesItem"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SetParameterValueConfiguration": {
      "type": "object",
      "properties": {
        "DestinationParameterName": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DestinationParameterValueConfiguration"
        }
      },
      "required": [
        "DestinationParameterName",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ShapeConditionalFormat": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingColor"
        }
      },
      "required": [
        "BackgroundColor"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.Sheet": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "SheetId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SheetControlInfoIconLabelOptions": {
      "type": "object",
      "properties": {
        "InfoIconText": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SheetControlLayout": {
      "type": "object",
      "properties": {
        "Configuration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetControlLayoutConfiguration"
        }
      },
      "required": [
        "Configuration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SheetControlLayoutConfiguration": {
      "type": "object",
      "properties": {
        "GridLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GridLayoutConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SheetControlsOption": {
      "type": "object",
      "properties": {
        "VisibilityState": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SheetDefinition": {
      "type": "object",
      "properties": {
        "ContentType": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "FilterControls": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilterControl"
          },
          "type": "array"
        },
        "Layouts": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.Layout"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "ParameterControls": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ParameterControl"
          },
          "type": "array"
        },
        "SheetControlLayouts": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetControlLayout"
          },
          "type": "array"
        },
        "SheetId": {
          "type": "string"
        },
        "TextBoxes": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetTextBox"
          },
          "type": "array"
        },
        "Title": {
          "type": "string"
        },
        "Visuals": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.Visual"
          },
          "type": "array"
        }
      },
      "required": [
        "SheetId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SheetElementConfigurationOverrides": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SheetElementRenderingRule": {
      "type": "object",
      "properties": {
        "ConfigurationOverrides": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetElementConfigurationOverrides"
        },
        "Expression": {
          "type": "string"
        }
      },
      "required": [
        "ConfigurationOverrides",
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SheetLayoutElementMaximizationOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SheetTextBox": {
      "type": "object",
      "properties": {
        "Content": {
          "type": "string"
        },
        "SheetTextBoxId": {
          "type": "string"
        }
      },
      "required": [
        "SheetTextBoxId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SheetVisualScopingConfiguration": {
      "type": "object",
      "properties": {
        "Scope": {
          "type": "string"
        },
        "SheetId": {
          "type": "string"
        },
        "VisualIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Scope",
        "SheetId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ShortFormatText": {
      "type": "object",
      "properties": {
        "PlainText": {
          "type": "string"
        },
        "RichText": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SimpleClusterMarker": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SliderControlDisplayOptions": {
      "type": "object",
      "properties": {
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetControlInfoIconLabelOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SmallMultiplesAxisProperties": {
      "type": "object",
      "properties": {
        "Placement": {
          "type": "string"
        },
        "Scale": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SmallMultiplesOptions": {
      "type": "object",
      "properties": {
        "MaxVisibleColumns": {
          "type": "number"
        },
        "MaxVisibleRows": {
          "type": "number"
        },
        "PanelConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PanelConfiguration"
        },
        "XAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SmallMultiplesAxisProperties"
        },
        "YAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SmallMultiplesAxisProperties"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.Spacing": {
      "type": "object",
      "properties": {
        "Bottom": {
          "type": "string"
        },
        "Left": {
          "type": "string"
        },
        "Right": {
          "type": "string"
        },
        "Top": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.StringDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DynamicDefaultValue"
        },
        "StaticValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.StringFormatConfiguration": {
      "type": "object",
      "properties": {
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NullValueFormatConfiguration"
        },
        "NumericFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.NumericFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.StringParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.StringParameterDeclaration": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.StringDefaultValues"
        },
        "MappedDataSetParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MappedDataSetParameter"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "ParameterValueType": {
          "type": "string"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.StringValueWhenUnsetConfiguration"
        }
      },
      "required": [
        "Name",
        "ParameterValueType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.StringValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "CustomValue": {
          "type": "string"
        },
        "ValueWhenUnsetOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.SubtotalOptions": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "FieldLevel": {
          "type": "string"
        },
        "FieldLevelOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableFieldSubtotalOptions"
          },
          "type": "array"
        },
        "MetricHeaderCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableCellStyle"
        },
        "StyleTargets": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableStyleTarget"
          },
          "type": "array"
        },
        "TotalCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableCellStyle"
        },
        "TotalsVisibility": {
          "type": "string"
        },
        "ValueCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableCellStyle"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "GroupBy": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableBorderOptions": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Style": {
          "type": "string"
        },
        "Thickness": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableCellConditionalFormatting": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "TextFormat": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TextConditionalFormat"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableCellImageSizingConfiguration": {
      "type": "object",
      "properties": {
        "TableCellImageScalingConfiguration": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableCellStyle": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "type": "string"
        },
        "Border": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GlobalTableBorderOptions"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FontConfiguration"
        },
        "Height": {
          "type": "number"
        },
        "HorizontalTextAlignment": {
          "type": "string"
        },
        "TextWrap": {
          "type": "string"
        },
        "VerticalTextAlignment": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableConditionalFormattingOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "Cell": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableCellConditionalFormatting"
        },
        "Row": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableRowConditionalFormatting"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableConfiguration": {
      "type": "object",
      "properties": {
        "FieldOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableFieldOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableFieldWells"
        },
        "PaginatedReportOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TablePaginatedReportOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableSortConfiguration"
        },
        "TableInlineVisualizations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableInlineVisualization"
          },
          "type": "array"
        },
        "TableOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableOptions"
        },
        "TotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TotalOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableFieldCustomIconContent": {
      "type": "object",
      "properties": {
        "Icon": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableFieldCustomTextContent": {
      "type": "object",
      "properties": {
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FontConfiguration"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "FontConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableFieldImageConfiguration": {
      "type": "object",
      "properties": {
        "SizingOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableCellImageSizingConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableFieldLinkConfiguration": {
      "type": "object",
      "properties": {
        "Content": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableFieldLinkContentConfiguration"
        },
        "Target": {
          "type": "string"
        }
      },
      "required": [
        "Content",
        "Target"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableFieldLinkContentConfiguration": {
      "type": "object",
      "properties": {
        "CustomIconContent": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableFieldCustomIconContent"
        },
        "CustomTextContent": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableFieldCustomTextContent"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableFieldOption": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        },
        "URLStyling": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableFieldURLConfiguration"
        },
        "Visibility": {
          "type": "string"
        },
        "Width": {
          "type": "string"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableFieldOptions": {
      "type": "object",
      "properties": {
        "Order": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PinnedFieldOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TablePinnedFieldOptions"
        },
        "SelectedFieldOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableFieldOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableFieldURLConfiguration": {
      "type": "object",
      "properties": {
        "ImageConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableFieldImageConfiguration"
        },
        "LinkConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableFieldLinkConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableFieldWells": {
      "type": "object",
      "properties": {
        "TableAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableAggregatedFieldWells"
        },
        "TableUnaggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableUnaggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableInlineVisualization": {
      "type": "object",
      "properties": {
        "DataBars": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataBarsOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableOptions": {
      "type": "object",
      "properties": {
        "CellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableCellStyle"
        },
        "HeaderStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableCellStyle"
        },
        "Orientation": {
          "type": "string"
        },
        "RowAlternateColorOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RowAlternateColorOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TablePaginatedReportOptions": {
      "type": "object",
      "properties": {
        "OverflowColumnHeaderVisibility": {
          "type": "string"
        },
        "VerticalOverflowVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TablePinnedFieldOptions": {
      "type": "object",
      "properties": {
        "PinnedLeftFields": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableRowConditionalFormatting": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingColor"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableSideBorderOptions": {
      "type": "object",
      "properties": {
        "Bottom": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableBorderOptions"
        },
        "InnerHorizontal": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableBorderOptions"
        },
        "InnerVertical": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableBorderOptions"
        },
        "Left": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableBorderOptions"
        },
        "Right": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableBorderOptions"
        },
        "Top": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableBorderOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableSortConfiguration": {
      "type": "object",
      "properties": {
        "PaginationConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PaginationConfiguration"
        },
        "RowSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableStyleTarget": {
      "type": "object",
      "properties": {
        "CellType": {
          "type": "string"
        }
      },
      "required": [
        "CellType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableUnaggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.UnaggregatedField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TableVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableConfiguration"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableConditionalFormatting"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TextAreaControlDisplayOptions": {
      "type": "object",
      "properties": {
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetControlInfoIconLabelOptions"
        },
        "PlaceholderOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TextControlPlaceholderOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TextConditionalFormat": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingColor"
        },
        "Icon": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingIcon"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TextControlPlaceholderOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TextFieldControlDisplayOptions": {
      "type": "object",
      "properties": {
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SheetControlInfoIconLabelOptions"
        },
        "PlaceholderOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TextControlPlaceholderOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ThousandSeparatorOptions": {
      "type": "object",
      "properties": {
        "Symbol": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TimeBasedForecastProperties": {
      "type": "object",
      "properties": {
        "LowerBoundary": {
          "type": "number"
        },
        "PeriodsBackward": {
          "type": "number"
        },
        "PeriodsForward": {
          "type": "number"
        },
        "PredictionInterval": {
          "type": "number"
        },
        "Seasonality": {
          "type": "number"
        },
        "UpperBoundary": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TimeEqualityFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultFilterControlConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        },
        "RollingDate": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RollingDateConfiguration"
        },
        "TimeGranularity": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FilterId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TimeRangeDrillDownFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "RangeMaximum": {
          "type": "string"
        },
        "RangeMinimum": {
          "type": "string"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "RangeMaximum",
        "RangeMinimum",
        "TimeGranularity"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TimeRangeFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultFilterControlConfiguration"
        },
        "ExcludePeriodConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ExcludePeriodConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "IncludeMaximum": {
          "type": "boolean"
        },
        "IncludeMinimum": {
          "type": "boolean"
        },
        "NullOption": {
          "type": "string"
        },
        "RangeMaximumValue": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TimeRangeFilterValue"
        },
        "RangeMinimumValue": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TimeRangeFilterValue"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FilterId",
        "NullOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TimeRangeFilterValue": {
      "type": "object",
      "properties": {
        "Parameter": {
          "type": "string"
        },
        "RollingDate": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RollingDateConfiguration"
        },
        "StaticValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TooltipItem": {
      "type": "object",
      "properties": {
        "ColumnTooltipItem": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnTooltipItem"
        },
        "FieldTooltipItem": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldTooltipItem"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TooltipOptions": {
      "type": "object",
      "properties": {
        "FieldBasedTooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldBasedTooltip"
        },
        "SelectedTooltipType": {
          "type": "string"
        },
        "TooltipVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TopBottomFilter": {
      "type": "object",
      "properties": {
        "AggregationSortConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.AggregationSortConfiguration"
          },
          "type": "array"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DefaultFilterControlConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "Limit": {
          "type": "number"
        },
        "ParameterName": {
          "type": "string"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "AggregationSortConfigurations",
        "Column",
        "FilterId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TopBottomMoversComputation": {
      "type": "object",
      "properties": {
        "Category": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
        },
        "ComputationId": {
          "type": "string"
        },
        "MoverSize": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        },
        "SortOrder": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
        },
        "Type": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
        }
      },
      "required": [
        "ComputationId",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TopBottomRankedComputation": {
      "type": "object",
      "properties": {
        "Category": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
        },
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "ResultSize": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
        }
      },
      "required": [
        "ComputationId",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TotalAggregationComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TotalAggregationFunction": {
      "type": "object",
      "properties": {
        "SimpleTotalAggregationFunction": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TotalAggregationOption": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "TotalAggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TotalAggregationFunction"
        }
      },
      "required": [
        "FieldId",
        "TotalAggregationFunction"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TotalOptions": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "Placement": {
          "type": "string"
        },
        "ScrollStatus": {
          "type": "string"
        },
        "TotalAggregationOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.TotalAggregationOption"
          },
          "type": "array"
        },
        "TotalCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableCellStyle"
        },
        "TotalsVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TreeMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        },
        "Groups": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Sizes": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TreeMapConfiguration": {
      "type": "object",
      "properties": {
        "ColorLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "ColorScale": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColorScale"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TreeMapFieldWells"
        },
        "GroupLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LegendOptions"
        },
        "SizeLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TreeMapSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TooltipOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TreeMapFieldWells": {
      "type": "object",
      "properties": {
        "TreeMapAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TreeMapAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TreeMapSortConfiguration": {
      "type": "object",
      "properties": {
        "TreeMapGroupItemsLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "TreeMapSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TreeMapVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TreeMapConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.TrendArrowOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.UnaggregatedField": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.UniqueValuesComputation": {
      "type": "object",
      "properties": {
        "Category": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
        },
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.ValidationStrategy": {
      "type": "object",
      "properties": {
        "Mode": {
          "type": "string"
        }
      },
      "required": [
        "Mode"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.VisibleRangeOptions": {
      "type": "object",
      "properties": {
        "PercentRange": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PercentVisibleRange"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.Visual": {
      "type": "object",
      "properties": {
        "BarChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.BarChartVisual"
        },
        "BoxPlotVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.BoxPlotVisual"
        },
        "ComboChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ComboChartVisual"
        },
        "CustomContentVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CustomContentVisual"
        },
        "EmptyVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.EmptyVisual"
        },
        "FilledMapVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FilledMapVisual"
        },
        "FunnelChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.FunnelChartVisual"
        },
        "GaugeChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GaugeChartVisual"
        },
        "GeospatialMapVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.GeospatialMapVisual"
        },
        "HeatMapVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.HeatMapVisual"
        },
        "HistogramVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.HistogramVisual"
        },
        "InsightVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.InsightVisual"
        },
        "KPIVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.KPIVisual"
        },
        "LineChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LineChartVisual"
        },
        "PieChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PieChartVisual"
        },
        "PivotTableVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.PivotTableVisual"
        },
        "RadarChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.RadarChartVisual"
        },
        "SankeyDiagramVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.SankeyDiagramVisual"
        },
        "ScatterPlotVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ScatterPlotVisual"
        },
        "TableVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TableVisual"
        },
        "TreeMapVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.TreeMapVisual"
        },
        "WaterfallVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.WaterfallVisual"
        },
        "WordCloudVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.WordCloudVisual"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.VisualAxisSortOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.VisualCustomAction": {
      "type": "object",
      "properties": {
        "ActionOperations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomActionOperation"
          },
          "type": "array"
        },
        "CustomActionId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        },
        "Trigger": {
          "type": "string"
        }
      },
      "required": [
        "ActionOperations",
        "CustomActionId",
        "Name",
        "Trigger"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.VisualCustomActionOperation": {
      "type": "object",
      "properties": {
        "FilterOperation": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CustomActionFilterOperation"
        },
        "NavigationOperation": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CustomActionNavigationOperation"
        },
        "SetParametersOperation": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CustomActionSetParametersOperation"
        },
        "URLOperation": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.CustomActionURLOperation"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.VisualMenuOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.VisualPalette": {
      "type": "object",
      "properties": {
        "ChartColor": {
          "type": "string"
        },
        "ColorMap": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataPathColor"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions": {
      "type": "object",
      "properties": {
        "FormatText": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LongFormatText"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.VisualTitleLabelOptions": {
      "type": "object",
      "properties": {
        "FormatText": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ShortFormatText"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.WaterfallChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Breakdowns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Categories": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.WaterfallChartConfiguration": {
      "type": "object",
      "properties": {
        "CategoryAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "CategoryAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.WaterfallChartFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.LegendOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.AxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.WaterfallChartSortConfiguration"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualPalette"
        },
        "WaterfallChartOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.WaterfallChartOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.WaterfallChartFieldWells": {
      "type": "object",
      "properties": {
        "WaterfallChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.WaterfallChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.WaterfallChartOptions": {
      "type": "object",
      "properties": {
        "TotalBarLabel": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.WaterfallChartSortConfiguration": {
      "type": "object",
      "properties": {
        "BreakdownItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.WaterfallVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.WaterfallChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.WhatIfPointScenario": {
      "type": "object",
      "properties": {
        "Date": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Date",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.WhatIfRangeScenario": {
      "type": "object",
      "properties": {
        "EndDate": {
          "type": "string"
        },
        "StartDate": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "EndDate",
        "StartDate",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.WordCloudAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "GroupBy": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.DimensionField"
          },
          "type": "array"
        },
        "Size": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.WordCloudChartConfiguration": {
      "type": "object",
      "properties": {
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ChartAxisLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.WordCloudFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.WordCloudSortConfiguration"
        },
        "WordCloudOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.WordCloudOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.WordCloudFieldWells": {
      "type": "object",
      "properties": {
        "WordCloudAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.WordCloudAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.WordCloudOptions": {
      "type": "object",
      "properties": {
        "CloudLayout": {
          "type": "string"
        },
        "MaximumStringLength": {
          "type": "number"
        },
        "WordCasing": {
          "type": "string"
        },
        "WordOrientation": {
          "type": "string"
        },
        "WordPadding": {
          "type": "string"
        },
        "WordScaling": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.WordCloudSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Dashboard.WordCloudVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.WordCloudChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Dashboard.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Dashboard.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AwsAccountId": {
              "type": "string"
            },
            "ColumnGroups": {
              "items": {
                "$ref": "#/$defs/AWS::QuickSight::DataSet.ColumnGroup"
              },
              "type": "array"
            },
            "ColumnLevelPermissionRules": {
              "items": {
                "$ref": "#/$defs/AWS::QuickSight::DataSet.ColumnLevelPermissionRule"
              },
              "type": "array"
            },
            "DataSetId": {
              "type": "string"
            },
            "DataSetRefreshProperties": {
              "$ref": "#/$defs/AWS::QuickSight::DataSet.DataSetRefreshProperties"
            },
            "DataSetUsageConfiguration": {
              "$ref": "#/$defs/AWS::QuickSight::DataSet.DataSetUsageConfiguration"
            },
            "DatasetParameters": {
              "items": {
                "$ref": "#/$defs/AWS::QuickSight::DataSet.DatasetParameter"
              },
              "type": "array"
            },
            "FieldFolders": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::QuickSight::DataSet.FieldFolder"
                }
              }
            },
            "ImportMode": {
              "type": "string"
            },
            "IngestionWaitPolicy": {
              "$ref": "#/$defs/AWS::QuickSight::DataSet.IngestionWaitPolicy"
            },
            "LogicalTableMap": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::QuickSight::DataSet.LogicalTable"
                }
              }
            },
            "Name": {
              "type": "string"
            },
            "Permissions": {
              "items": {
                "$ref": "#/$defs/AWS::QuickSight::DataSet.ResourcePermission"
              },
              "type": "array"
            },
            "PhysicalTableMap": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::QuickSight::DataSet.PhysicalTable"
                }
              }
            },
            "RowLevelPermissionDataSet": {
              "$ref": "#/$defs/AWS::QuickSight::DataSet.RowLevelPermissionDataSet"
            },
            "RowLevelPermissionTagConfiguration": {
              "$ref": "#/$defs/AWS::QuickSight::DataSet.RowLevelPermissionTagConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::QuickSight::DataSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.CalculatedColumn": {
      "type": "object",
      "properties": {
        "ColumnId": {
          "type": "string"
        },
        "ColumnName": {
          "type": "string"
        },
        "Expression": {
          "type": "string"
        }
      },
      "required": [
        "ColumnId",
        "ColumnName",
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.CastColumnTypeOperation": {
      "type": "object",
      "properties": {
        "ColumnName": {
          "type": "string"
        },
        "Format": {
          "type": "string"
        },
        "NewColumnType": {
          "type": "string"
        },
        "SubType": {
          "type": "string"
        }
      },
      "required": [
        "ColumnName",
        "NewColumnType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.ColumnDescription": {
      "type": "object",
      "properties": {
        "Text": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.ColumnGroup": {
      "type": "object",
      "properties": {
        "GeoSpatialColumnGroup": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.GeoSpatialColumnGroup"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.ColumnLevelPermissionRule": {
      "type": "object",
      "properties": {
        "ColumnNames": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Principals": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.ColumnTag": {
      "type": "object",
      "properties": {
        "ColumnDescription": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.ColumnDescription"
        },
        "ColumnGeographicRole": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.CreateColumnsOperation": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::DataSet.CalculatedColumn"
          },
          "type": "array"
        }
      },
      "required": [
        "Columns"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.CustomSql": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::DataSet.InputColumn"
          },
          "type": "array"
        },
        "DataSourceArn": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "SqlQuery": {
          "type": "string"
        }
      },
      "required": [
        "Columns",
        "DataSourceArn",
        "Name",
        "SqlQuery"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.DataSetRefreshProperties": {
      "type": "object",
      "properties": {
        "RefreshConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.RefreshConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.DataSetUsageConfiguration": {
      "type": "object",
      "properties": {
        "DisableUseAsDirectQuerySource": {
          "type": "boolean"
        },
        "DisableUseAsImportedSource": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.DatasetParameter": {
      "type": "object",
      "properties": {
        "DateTimeDatasetParameter": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.DateTimeDatasetParameter"
        },
        "DecimalDatasetParameter": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.DecimalDatasetParameter"
        },
        "IntegerDatasetParameter": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.IntegerDatasetParameter"
        },
        "StringDatasetParameter": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.StringDatasetParameter"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.DateTimeDatasetParameter": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.DateTimeDatasetParameterDefaultValues"
        },
        "Id": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "TimeGranularity": {
          "type": "string"
        },
        "ValueType": {
          "type": "string"
        }
      },
      "required": [
        "Id",
        "Name",
        "ValueType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.DateTimeDatasetParameterDefaultValues": {
      "type": "object",
      "properties": {
        "StaticValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.DecimalDatasetParameter": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.DecimalDatasetParameterDefaultValues"
        },
        "Id": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "ValueType": {
          "type": "string"
        }
      },
      "required": [
        "Id",
        "Name",
        "ValueType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.DecimalDatasetParameterDefaultValues": {
      "type": "object",
      "properties": {
        "StaticValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.FieldFolder": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Description": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.FilterOperation": {
      "type": "object",
      "properties": {
        "ConditionExpression": {
          "type": "string"
        }
      },
      "required": [
        "ConditionExpression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.GeoSpatialColumnGroup": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CountryCode": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Columns",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.IncrementalRefresh": {
      "type": "object",
      "properties": {
        "LookbackWindow": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.LookbackWindow"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.IngestionWaitPolicy": {
      "type": "object",
      "properties": {
        "IngestionWaitTimeInHours": {
          "type": "number"
        },
        "WaitForSpiceIngestion": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.InputColumn": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "SubType": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.IntegerDatasetParameter": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.IntegerDatasetParameterDefaultValues"
        },
        "Id": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "ValueType": {
          "type": "string"
        }
      },
      "required": [
        "Id",
        "Name",
        "ValueType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.IntegerDatasetParameterDefaultValues": {
      "type": "object",
      "properties": {
        "StaticValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.JoinInstruction": {
      "type": "object",
      "properties": {
        "LeftJoinKeyProperties": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.JoinKeyProperties"
        },
        "LeftOperand": {
          "type": "string"
        },
        "OnClause": {
          "type": "string"
        },
        "RightJoinKeyProperties": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.JoinKeyProperties"
        },
        "RightOperand": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "LeftOperand",
        "OnClause",
        "RightOperand",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.JoinKeyProperties": {
      "type": "object",
      "properties": {
        "UniqueKey": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.LogicalTable": {
      "type": "object",
      "properties": {
        "Alias": {
          "type": "string"
        },
        "DataTransforms": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::DataSet.TransformOperation"
          },
          "type": "array"
        },
        "Source": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.LogicalTableSource"
        }
      },
      "required": [
        "Alias",
        "Source"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.LogicalTableSource": {
      "type": "object",
      "properties": {
        "DataSetArn": {
          "type": "string"
        },
        "JoinInstruction": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.JoinInstruction"
        },
        "PhysicalTableId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.LookbackWindow": {
      "type": "object",
      "properties": {
        "ColumnName": {
          "type": "string"
        },
        "Size": {
          "type": "number"
        },
        "SizeUnit": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.NewDefaultValues": {
      "type": "object",
      "properties": {
        "DateTimeStaticValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DecimalStaticValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "IntegerStaticValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "StringStaticValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.OutputColumn": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "SubType": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.OverrideDatasetParameterOperation": {
      "type": "object",
      "properties": {
        "NewDefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.NewDefaultValues"
        },
        "NewParameterName": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        }
      },
      "required": [
        "ParameterName"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.PhysicalTable": {
      "type": "object",
      "properties": {
        "CustomSql": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.CustomSql"
        },
        "RelationalTable": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.RelationalTable"
        },
        "S3Source": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.S3Source"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.ProjectOperation": {
      "type": "object",
      "properties": {
        "ProjectedColumns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "ProjectedColumns"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.RefreshConfiguration": {
      "type": "object",
      "properties": {
        "IncrementalRefresh": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.IncrementalRefresh"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.RelationalTable": {
      "type": "object",
      "properties": {
        "Catalog": {
          "type": "string"
        },
        "DataSourceArn": {
          "type": "string"
        },
        "InputColumns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::DataSet.InputColumn"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "Schema": {
          "type": "string"
        }
      },
      "required": [
        "DataSourceArn",
        "InputColumns",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.RenameColumnOperation": {
      "type": "object",
      "properties": {
        "ColumnName": {
          "type": "string"
        },
        "NewColumnName": {
          "type": "string"
        }
      },
      "required": [
        "ColumnName",
        "NewColumnName"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.ResourcePermission": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Principal": {
          "type": "string"
        }
      },
      "required": [
        "Actions",
        "Principal"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.RowLevelPermissionDataSet": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "FormatVersion": {
          "type": "string"
        },
        "Namespace": {
          "type": "string"
        },
        "PermissionPolicy": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Arn",
        "PermissionPolicy"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.RowLevelPermissionTagConfiguration": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string"
        },
        "TagRuleConfigurations": {
          "type": "object"
        },
        "TagRules": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::DataSet.RowLevelPermissionTagRule"
          },
          "type": "array"
        }
      },
      "required": [
        "TagRules"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.RowLevelPermissionTagRule": {
      "type": "object",
      "properties": {
        "ColumnName": {
          "type": "string"
        },
        "MatchAllValue": {
          "type": "string"
        },
        "TagKey": {
          "type": "string"
        },
        "TagMultiValueDelimiter": {
          "type": "string"
        }
      },
      "required": [
        "ColumnName",
        "TagKey"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.S3Source": {
      "type": "object",
      "properties": {
        "DataSourceArn": {
          "type": "string"
        },
        "InputColumns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::DataSet.InputColumn"
          },
          "type": "array"
        },
        "UploadSettings": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.UploadSettings"
        }
      },
      "required": [
        "DataSourceArn",
        "InputColumns"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.StringDatasetParameter": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.StringDatasetParameterDefaultValues"
        },
        "Id": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "ValueType": {
          "type": "string"
        }
      },
      "required": [
        "Id",
        "Name",
        "ValueType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.StringDatasetParameterDefaultValues": {
      "type": "object",
      "properties": {
        "StaticValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.TagColumnOperation": {
      "type": "object",
      "properties": {
        "ColumnName": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::DataSet.ColumnTag"
          },
          "type": "array"
        }
      },
      "required": [
        "ColumnName",
        "Tags"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.TransformOperation": {
      "type": "object",
      "properties": {
        "CastColumnTypeOperation": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.CastColumnTypeOperation"
        },
        "CreateColumnsOperation": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.CreateColumnsOperation"
        },
        "FilterOperation": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.FilterOperation"
        },
        "OverrideDatasetParameterOperation": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.OverrideDatasetParameterOperation"
        },
        "ProjectOperation": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.ProjectOperation"
        },
        "RenameColumnOperation": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.RenameColumnOperation"
        },
        "TagColumnOperation": {
          "$ref": "#/$defs/AWS::QuickSight::DataSet.TagColumnOperation"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSet.UploadSettings": {
      "type": "object",
      "properties": {
        "ContainsHeader": {
          "type": "boolean"
        },
        "Delimiter": {
          "type": "string"
        },
        "Format": {
          "type": "string"
        },
        "StartFromRow": {
          "type": "number"
        },
        "TextQualifier": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AlternateDataSourceParameters": {
              "items": {
                "$ref": "#/$defs/AWS::QuickSight::DataSource.DataSourceParameters"
              },
              "type": "array"
            },
            "AwsAccountId": {
              "type": "string"
            },
            "Credentials": {
              "$ref": "#/$defs/AWS::QuickSight::DataSource.DataSourceCredentials"
            },
            "DataSourceId": {
              "type": "string"
            },
            "DataSourceParameters": {
              "$ref": "#/$defs/AWS::QuickSight::DataSource.DataSourceParameters"
            },
            "ErrorInfo": {
              "$ref": "#/$defs/AWS::QuickSight::DataSource.DataSourceErrorInfo"
            },
            "Name": {
              "type": "string"
            },
            "Permissions": {
              "items": {
                "$ref": "#/$defs/AWS::QuickSight::DataSource.ResourcePermission"
              },
              "type": "array"
            },
            "SslProperties": {
              "$ref": "#/$defs/AWS::QuickSight::DataSource.SslProperties"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            },
            "VpcConnectionProperties": {
              "$ref": "#/$defs/AWS::QuickSight::DataSource.VpcConnectionProperties"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::QuickSight::DataSource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.AmazonElasticsearchParameters": {
      "type": "object",
      "properties": {
        "Domain": {
          "type": "string"
        }
      },
      "required": [
        "Domain"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.AmazonOpenSearchParameters": {
      "type": "object",
      "properties": {
        "Domain": {
          "type": "string"
        }
      },
      "required": [
        "Domain"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.AthenaParameters": {
      "type": "object",
      "properties": {
        "RoleArn": {
          "type": "string"
        },
        "WorkGroup": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.AuroraParameters": {
      "type": "object",
      "properties": {
        "Database": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Database",
        "Host",
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.AuroraPostgreSqlParameters": {
      "type": "object",
      "properties": {
        "Database": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Database",
        "Host",
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.CredentialPair": {
      "type": "object",
      "properties": {
        "AlternateDataSourceParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::DataSource.DataSourceParameters"
          },
          "type": "array"
        },
        "Password": {
          "type": "string"
        },
        "Username": {
          "type": "string"
        }
      },
      "required": [
        "Password",
        "Username"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.DataSourceCredentials": {
      "type": "object",
      "properties": {
        "CopySourceArn": {
          "type": "string"
        },
        "CredentialPair": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.CredentialPair"
        },
        "SecretArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.DataSourceErrorInfo": {
      "type": "object",
      "properties": {
        "Message": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.DataSourceParameters": {
      "type": "object",
      "properties": {
        "AmazonElasticsearchParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.AmazonElasticsearchParameters"
        },
        "AmazonOpenSearchParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.AmazonOpenSearchParameters"
        },
        "AthenaParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.AthenaParameters"
        },
        "AuroraParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.AuroraParameters"
        },
        "AuroraPostgreSqlParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.AuroraPostgreSqlParameters"
        },
        "DatabricksParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.DatabricksParameters"
        },
        "MariaDbParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.MariaDbParameters"
        },
        "MySqlParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.MySqlParameters"
        },
        "OracleParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.OracleParameters"
        },
        "PostgreSqlParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.PostgreSqlParameters"
        },
        "PrestoParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.PrestoParameters"
        },
        "RdsParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.RdsParameters"
        },
        "RedshiftParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.RedshiftParameters"
        },
        "S3Parameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.S3Parameters"
        },
        "SnowflakeParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.SnowflakeParameters"
        },
        "SparkParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.SparkParameters"
        },
        "SqlServerParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.SqlServerParameters"
        },
        "StarburstParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.StarburstParameters"
        },
        "TeradataParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.TeradataParameters"
        },
        "TrinoParameters": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.TrinoParameters"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.DatabricksParameters": {
      "type": "object",
      "properties": {
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "SqlEndpointPath": {
          "type": "string"
        }
      },
      "required": [
        "Host",
        "Port",
        "SqlEndpointPath"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.ManifestFileLocation": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        }
      },
      "required": [
        "Bucket",
        "Key"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.MariaDbParameters": {
      "type": "object",
      "properties": {
        "Database": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Database",
        "Host",
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.MySqlParameters": {
      "type": "object",
      "properties": {
        "Database": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Database",
        "Host",
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.OracleParameters": {
      "type": "object",
      "properties": {
        "Database": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Database",
        "Host",
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.PostgreSqlParameters": {
      "type": "object",
      "properties": {
        "Database": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Database",
        "Host",
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.PrestoParameters": {
      "type": "object",
      "properties": {
        "Catalog": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Catalog",
        "Host",
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.RdsParameters": {
      "type": "object",
      "properties": {
        "Database": {
          "type": "string"
        },
        "InstanceId": {
          "type": "string"
        }
      },
      "required": [
        "Database",
        "InstanceId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.RedshiftParameters": {
      "type": "object",
      "properties": {
        "ClusterId": {
          "type": "string"
        },
        "Database": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Database"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.ResourcePermission": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Principal": {
          "type": "string"
        }
      },
      "required": [
        "Actions",
        "Principal"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.S3Parameters": {
      "type": "object",
      "properties": {
        "ManifestFileLocation": {
          "$ref": "#/$defs/AWS::QuickSight::DataSource.ManifestFileLocation"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "ManifestFileLocation"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.SnowflakeParameters": {
      "type": "object",
      "properties": {
        "Database": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Warehouse": {
          "type": "string"
        }
      },
      "required": [
        "Database",
        "Host",
        "Warehouse"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.SparkParameters": {
      "type": "object",
      "properties": {
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Host",
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.SqlServerParameters": {
      "type": "object",
      "properties": {
        "Database": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Database",
        "Host",
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.SslProperties": {
      "type": "object",
      "properties": {
        "DisableSsl": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.StarburstParameters": {
      "type": "object",
      "properties": {
        "Catalog": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "ProductType": {
          "type": "string"
        }
      },
      "required": [
        "Catalog",
        "Host",
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.TeradataParameters": {
      "type": "object",
      "properties": {
        "Database": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Database",
        "Host",
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.TrinoParameters": {
      "type": "object",
      "properties": {
        "Catalog": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Catalog",
        "Host",
        "Port"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::DataSource.VpcConnectionProperties": {
      "type": "object",
      "properties": {
        "VpcConnectionArn": {
          "type": "string"
        }
      },
      "required": [
        "VpcConnectionArn"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::RefreshSchedule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AwsAccountId": {
              "type": "string"
            },
            "DataSetId": {
              "type": "string"
            },
            "Schedule": {
              "$ref": "#/$defs/AWS::QuickSight::RefreshSchedule.RefreshScheduleMap"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::QuickSight::RefreshSchedule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::RefreshSchedule.RefreshOnDay": {
      "type": "object",
      "properties": {
        "DayOfMonth": {
          "type": "string"
        },
        "DayOfWeek": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::RefreshSchedule.RefreshScheduleMap": {
      "type": "object",
      "properties": {
        "RefreshType": {
          "type": "string"
        },
        "ScheduleFrequency": {
          "$ref": "#/$defs/AWS::QuickSight::RefreshSchedule.ScheduleFrequency"
        },
        "ScheduleId": {
          "type": "string"
        },
        "StartAfterDateTime": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::RefreshSchedule.ScheduleFrequency": {
      "type": "object",
      "properties": {
        "Interval": {
          "type": "string"
        },
        "RefreshOnDay": {
          "$ref": "#/$defs/AWS::QuickSight::RefreshSchedule.RefreshOnDay"
        },
        "TimeOfTheDay": {
          "type": "string"
        },
        "TimeZone": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AwsAccountId": {
              "type": "string"
            },
            "Definition": {
              "$ref": "#/$defs/AWS::QuickSight::Template.TemplateVersionDefinition"
            },
            "Name": {
              "type": "string"
            },
            "Permissions": {
              "items": {
                "$ref": "#/$defs/AWS::QuickSight::Template.ResourcePermission"
              },
              "type": "array"
            },
            "SourceEntity": {
              "$ref": "#/$defs/AWS::QuickSight::Template.TemplateSourceEntity"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TemplateId": {
              "type": "string"
            },
            "ValidationStrategy": {
              "$ref": "#/$defs/AWS::QuickSight::Template.ValidationStrategy"
            },
            "VersionDescription": {
              "type": "string"
            }
          },
          "required": [
            "AwsAccountId",
            "TemplateId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::QuickSight::Template"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AggregationFunction": {
      "type": "object",
      "properties": {
        "AttributeAggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AttributeAggregationFunction"
        },
        "CategoricalAggregationFunction": {
          "type": "string"
        },
        "DateAggregationFunction": {
          "type": "string"
        },
        "NumericalAggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericalAggregationFunction"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AggregationSortConfiguration": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "SortDirection": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "SortDirection"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AnalysisDefaults": {
      "type": "object",
      "properties": {
        "DefaultNewSheetConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultNewSheetConfiguration"
        }
      },
      "required": [
        "DefaultNewSheetConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AnchorDateConfiguration": {
      "type": "object",
      "properties": {
        "AnchorOption": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ArcAxisConfiguration": {
      "type": "object",
      "properties": {
        "Range": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ArcAxisDisplayRange"
        },
        "ReserveRange": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ArcAxisDisplayRange": {
      "type": "object",
      "properties": {
        "Max": {
          "type": "number"
        },
        "Min": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ArcConfiguration": {
      "type": "object",
      "properties": {
        "ArcAngle": {
          "type": "number"
        },
        "ArcThickness": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ArcOptions": {
      "type": "object",
      "properties": {
        "ArcThickness": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AssetOptions": {
      "type": "object",
      "properties": {
        "Timezone": {
          "type": "string"
        },
        "WeekStart": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AttributeAggregationFunction": {
      "type": "object",
      "properties": {
        "SimpleAttributeAggregation": {
          "type": "string"
        },
        "ValueForMultipleValues": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AxisDataOptions": {
      "type": "object",
      "properties": {
        "DateAxisOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DateAxisOptions"
        },
        "NumericAxisOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericAxisOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AxisDisplayMinMaxRange": {
      "type": "object",
      "properties": {
        "Maximum": {
          "type": "number"
        },
        "Minimum": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AxisDisplayOptions": {
      "type": "object",
      "properties": {
        "AxisLineVisibility": {
          "type": "string"
        },
        "AxisOffset": {
          "type": "string"
        },
        "DataOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDataOptions"
        },
        "GridLineVisibility": {
          "type": "string"
        },
        "ScrollbarOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ScrollBarOptions"
        },
        "TickLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisTickLabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AxisDisplayRange": {
      "type": "object",
      "properties": {
        "DataDriven": {
          "type": "object"
        },
        "MinMax": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayMinMaxRange"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AxisLabelOptions": {
      "type": "object",
      "properties": {
        "ApplyTo": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisLabelReferenceOptions"
        },
        "CustomLabel": {
          "type": "string"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FontConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AxisLabelReferenceOptions": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AxisLinearScale": {
      "type": "object",
      "properties": {
        "StepCount": {
          "type": "number"
        },
        "StepSize": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AxisLogarithmicScale": {
      "type": "object",
      "properties": {
        "Base": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AxisScale": {
      "type": "object",
      "properties": {
        "Linear": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisLinearScale"
        },
        "Logarithmic": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisLogarithmicScale"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.AxisTickLabelOptions": {
      "type": "object",
      "properties": {
        "LabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LabelOptions"
        },
        "RotationAngle": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BarChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "SmallMultiples": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BarChartConfiguration": {
      "type": "object",
      "properties": {
        "BarsArrangement": {
          "type": "string"
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "ColorLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "ContributionAnalysisDefaults": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ContributionAnalysisDefault"
          },
          "type": "array"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.BarChartFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LegendOptions"
        },
        "Orientation": {
          "type": "string"
        },
        "ReferenceLines": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ReferenceLine"
          },
          "type": "array"
        },
        "SmallMultiplesOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SmallMultiplesOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.BarChartSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TooltipOptions"
        },
        "ValueAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "ValueLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BarChartFieldWells": {
      "type": "object",
      "properties": {
        "BarChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.BarChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BarChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        },
        "ColorItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "ColorSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        },
        "SmallMultiplesLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "SmallMultiplesSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BarChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.BarChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BinCountOptions": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BinWidthOptions": {
      "type": "object",
      "properties": {
        "BinCountLimit": {
          "type": "number"
        },
        "Value": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BodySectionConfiguration": {
      "type": "object",
      "properties": {
        "Content": {
          "$ref": "#/$defs/AWS::QuickSight::Template.BodySectionContent"
        },
        "PageBreakConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SectionPageBreakConfiguration"
        },
        "SectionId": {
          "type": "string"
        },
        "Style": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SectionStyle"
        }
      },
      "required": [
        "Content",
        "SectionId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BodySectionContent": {
      "type": "object",
      "properties": {
        "Layout": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SectionLayoutConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BoxPlotAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "GroupBy": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BoxPlotChartConfiguration": {
      "type": "object",
      "properties": {
        "BoxPlotOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.BoxPlotOptions"
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.BoxPlotFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LegendOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "ReferenceLines": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ReferenceLine"
          },
          "type": "array"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.BoxPlotSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BoxPlotFieldWells": {
      "type": "object",
      "properties": {
        "BoxPlotAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.BoxPlotAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BoxPlotOptions": {
      "type": "object",
      "properties": {
        "AllDataPointsVisibility": {
          "type": "string"
        },
        "OutlierVisibility": {
          "type": "string"
        },
        "StyleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.BoxPlotStyleOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BoxPlotSortConfiguration": {
      "type": "object",
      "properties": {
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        },
        "PaginationConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PaginationConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BoxPlotStyleOptions": {
      "type": "object",
      "properties": {
        "FillStyle": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.BoxPlotVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.BoxPlotChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CalculatedField": {
      "type": "object",
      "properties": {
        "DataSetIdentifier": {
          "type": "string"
        },
        "Expression": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "DataSetIdentifier",
        "Expression",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CalculatedMeasureField": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        }
      },
      "required": [
        "Expression",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CascadingControlConfiguration": {
      "type": "object",
      "properties": {
        "SourceControls": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.CascadingControlSource"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CascadingControlSource": {
      "type": "object",
      "properties": {
        "ColumnToMatch": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "SourceSheetControlId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CategoricalDimensionField": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.StringFormatConfiguration"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CategoricalMeasureField": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "type": "string"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.StringFormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CategoryDrillDownFilter": {
      "type": "object",
      "properties": {
        "CategoryValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        }
      },
      "required": [
        "CategoryValues",
        "Column"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CategoryFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "Configuration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CategoryFilterConfiguration"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultFilterControlConfiguration"
        },
        "FilterId": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "Configuration",
        "FilterId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CategoryFilterConfiguration": {
      "type": "object",
      "properties": {
        "CustomFilterConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CustomFilterConfiguration"
        },
        "CustomFilterListConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CustomFilterListConfiguration"
        },
        "FilterListConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterListConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ChartAxisLabelOptions": {
      "type": "object",
      "properties": {
        "AxisLabelOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.AxisLabelOptions"
          },
          "type": "array"
        },
        "SortIconVisibility": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ClusterMarker": {
      "type": "object",
      "properties": {
        "SimpleClusterMarker": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SimpleClusterMarker"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ClusterMarkerConfiguration": {
      "type": "object",
      "properties": {
        "ClusterMarker": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ClusterMarker"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ColorScale": {
      "type": "object",
      "properties": {
        "ColorFillType": {
          "type": "string"
        },
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DataColor"
          },
          "type": "array"
        },
        "NullValueColor": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataColor"
        }
      },
      "required": [
        "ColorFillType",
        "Colors"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ColorsConfiguration": {
      "type": "object",
      "properties": {
        "CustomColors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.CustomColor"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ColumnConfiguration": {
      "type": "object",
      "properties": {
        "ColorsConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColorsConfiguration"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FormatConfiguration"
        },
        "Role": {
          "type": "string"
        }
      },
      "required": [
        "Column"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ColumnGroupColumnSchema": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ColumnGroupSchema": {
      "type": "object",
      "properties": {
        "ColumnGroupColumnSchemaList": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnGroupColumnSchema"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ColumnHierarchy": {
      "type": "object",
      "properties": {
        "DateTimeHierarchy": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DateTimeHierarchy"
        },
        "ExplicitHierarchy": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ExplicitHierarchy"
        },
        "PredefinedHierarchy": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PredefinedHierarchy"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ColumnIdentifier": {
      "type": "object",
      "properties": {
        "ColumnName": {
          "type": "string"
        },
        "DataSetIdentifier": {
          "type": "string"
        }
      },
      "required": [
        "ColumnName",
        "DataSetIdentifier"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ColumnSchema": {
      "type": "object",
      "properties": {
        "DataType": {
          "type": "string"
        },
        "GeographicRole": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ColumnSort": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AggregationFunction"
        },
        "Direction": {
          "type": "string"
        },
        "SortBy": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        }
      },
      "required": [
        "Direction",
        "SortBy"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ColumnTooltipItem": {
      "type": "object",
      "properties": {
        "Aggregation": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "Label": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "required": [
        "Column"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ComboChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "BarValues": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        },
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "LineValues": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ComboChartConfiguration": {
      "type": "object",
      "properties": {
        "BarDataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataLabelOptions"
        },
        "BarsArrangement": {
          "type": "string"
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "ColorLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ComboChartFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LegendOptions"
        },
        "LineDataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataLabelOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "ReferenceLines": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ReferenceLine"
          },
          "type": "array"
        },
        "SecondaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "SecondaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ComboChartSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ComboChartFieldWells": {
      "type": "object",
      "properties": {
        "ComboChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ComboChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ComboChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        },
        "ColorItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "ColorSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ComboChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ComboChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ComparisonConfiguration": {
      "type": "object",
      "properties": {
        "ComparisonFormat": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ComparisonFormatConfiguration"
        },
        "ComparisonMethod": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ComparisonFormatConfiguration": {
      "type": "object",
      "properties": {
        "NumberDisplayFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumberDisplayFormatConfiguration"
        },
        "PercentageDisplayFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PercentageDisplayFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.Computation": {
      "type": "object",
      "properties": {
        "Forecast": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ForecastComputation"
        },
        "GrowthRate": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GrowthRateComputation"
        },
        "MaximumMinimum": {
          "$ref": "#/$defs/AWS::QuickSight::Template.MaximumMinimumComputation"
        },
        "MetricComparison": {
          "$ref": "#/$defs/AWS::QuickSight::Template.MetricComparisonComputation"
        },
        "PeriodOverPeriod": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PeriodOverPeriodComputation"
        },
        "PeriodToDate": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PeriodToDateComputation"
        },
        "TopBottomMovers": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TopBottomMoversComputation"
        },
        "TopBottomRanked": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TopBottomRankedComputation"
        },
        "TotalAggregation": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TotalAggregationComputation"
        },
        "UniqueValues": {
          "$ref": "#/$defs/AWS::QuickSight::Template.UniqueValuesComputation"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ConditionalFormattingColor": {
      "type": "object",
      "properties": {
        "Gradient": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingGradientColor"
        },
        "Solid": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingSolidColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ConditionalFormattingCustomIconCondition": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "DisplayConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingIconDisplayConfiguration"
        },
        "Expression": {
          "type": "string"
        },
        "IconOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingCustomIconOptions"
        }
      },
      "required": [
        "Expression",
        "IconOptions"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ConditionalFormattingCustomIconOptions": {
      "type": "object",
      "properties": {
        "Icon": {
          "type": "string"
        },
        "UnicodeIcon": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ConditionalFormattingGradientColor": {
      "type": "object",
      "properties": {
        "Color": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GradientColor"
        },
        "Expression": {
          "type": "string"
        }
      },
      "required": [
        "Color",
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ConditionalFormattingIcon": {
      "type": "object",
      "properties": {
        "CustomCondition": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingCustomIconCondition"
        },
        "IconSet": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingIconSet"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ConditionalFormattingIconDisplayConfiguration": {
      "type": "object",
      "properties": {
        "IconDisplayOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ConditionalFormattingIconSet": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "IconSetType": {
          "type": "string"
        }
      },
      "required": [
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ConditionalFormattingSolidColor": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Expression": {
          "type": "string"
        }
      },
      "required": [
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ContributionAnalysisDefault": {
      "type": "object",
      "properties": {
        "ContributorDimensions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
          },
          "type": "array"
        },
        "MeasureFieldId": {
          "type": "string"
        }
      },
      "required": [
        "ContributorDimensions",
        "MeasureFieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CurrencyDisplayFormatConfiguration": {
      "type": "object",
      "properties": {
        "DecimalPlacesConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DecimalPlacesConfiguration"
        },
        "NegativeValueConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NegativeValueConfiguration"
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NullValueFormatConfiguration"
        },
        "NumberScale": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "SeparatorConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericSeparatorConfiguration"
        },
        "Suffix": {
          "type": "string"
        },
        "Symbol": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CustomActionFilterOperation": {
      "type": "object",
      "properties": {
        "SelectedFieldsConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterOperationSelectedFieldsConfiguration"
        },
        "TargetVisualsConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterOperationTargetVisualsConfiguration"
        }
      },
      "required": [
        "SelectedFieldsConfiguration",
        "TargetVisualsConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CustomActionNavigationOperation": {
      "type": "object",
      "properties": {
        "LocalNavigationConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LocalNavigationConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CustomActionSetParametersOperation": {
      "type": "object",
      "properties": {
        "ParameterValueConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.SetParameterValueConfiguration"
          },
          "type": "array"
        }
      },
      "required": [
        "ParameterValueConfigurations"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CustomActionURLOperation": {
      "type": "object",
      "properties": {
        "URLTarget": {
          "type": "string"
        },
        "URLTemplate": {
          "type": "string"
        }
      },
      "required": [
        "URLTarget",
        "URLTemplate"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CustomColor": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "FieldValue": {
          "type": "string"
        },
        "SpecialValue": {
          "type": "string"
        }
      },
      "required": [
        "Color"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CustomContentConfiguration": {
      "type": "object",
      "properties": {
        "ContentType": {
          "type": "string"
        },
        "ContentUrl": {
          "type": "string"
        },
        "ImageScaling": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CustomContentVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CustomContentConfiguration"
        },
        "DataSetIdentifier": {
          "type": "string"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "DataSetIdentifier",
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CustomFilterConfiguration": {
      "type": "object",
      "properties": {
        "CategoryValue": {
          "type": "string"
        },
        "MatchOperator": {
          "type": "string"
        },
        "NullOption": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        },
        "SelectAllOptions": {
          "type": "string"
        }
      },
      "required": [
        "MatchOperator",
        "NullOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CustomFilterListConfiguration": {
      "type": "object",
      "properties": {
        "CategoryValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MatchOperator": {
          "type": "string"
        },
        "NullOption": {
          "type": "string"
        },
        "SelectAllOptions": {
          "type": "string"
        }
      },
      "required": [
        "MatchOperator",
        "NullOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CustomNarrativeOptions": {
      "type": "object",
      "properties": {
        "Narrative": {
          "type": "string"
        }
      },
      "required": [
        "Narrative"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CustomParameterValues": {
      "type": "object",
      "properties": {
        "DateTimeValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "DecimalValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "IntegerValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "StringValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.CustomValuesConfiguration": {
      "type": "object",
      "properties": {
        "CustomValues": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CustomParameterValues"
        },
        "IncludeNullValue": {
          "type": "boolean"
        }
      },
      "required": [
        "CustomValues"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DataBarsOptions": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "NegativeColor": {
          "type": "string"
        },
        "PositiveColor": {
          "type": "string"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DataColor": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "DataValue": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DataFieldSeriesItem": {
      "type": "object",
      "properties": {
        "AxisBinding": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        },
        "FieldValue": {
          "type": "string"
        },
        "Settings": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LineChartSeriesSettings"
        }
      },
      "required": [
        "AxisBinding",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DataLabelOptions": {
      "type": "object",
      "properties": {
        "CategoryLabelVisibility": {
          "type": "string"
        },
        "DataLabelTypes": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DataLabelType"
          },
          "type": "array"
        },
        "LabelColor": {
          "type": "string"
        },
        "LabelContent": {
          "type": "string"
        },
        "LabelFontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FontConfiguration"
        },
        "MeasureLabelVisibility": {
          "type": "string"
        },
        "Overlap": {
          "type": "string"
        },
        "Position": {
          "type": "string"
        },
        "TotalsVisibility": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DataLabelType": {
      "type": "object",
      "properties": {
        "DataPathLabelType": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataPathLabelType"
        },
        "FieldLabelType": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FieldLabelType"
        },
        "MaximumLabelType": {
          "$ref": "#/$defs/AWS::QuickSight::Template.MaximumLabelType"
        },
        "MinimumLabelType": {
          "$ref": "#/$defs/AWS::QuickSight::Template.MinimumLabelType"
        },
        "RangeEndsLabelType": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RangeEndsLabelType"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DataPathColor": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Element": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataPathValue"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "Color",
        "Element"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DataPathLabelType": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "FieldValue": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DataPathSort": {
      "type": "object",
      "properties": {
        "Direction": {
          "type": "string"
        },
        "SortPaths": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DataPathValue"
          },
          "type": "array"
        }
      },
      "required": [
        "Direction",
        "SortPaths"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DataPathType": {
      "type": "object",
      "properties": {
        "PivotTableDataPathType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DataPathValue": {
      "type": "object",
      "properties": {
        "DataPathType": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataPathType"
        },
        "FieldId": {
          "type": "string"
        },
        "FieldValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DataSetConfiguration": {
      "type": "object",
      "properties": {
        "ColumnGroupSchemaList": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnGroupSchema"
          },
          "type": "array"
        },
        "DataSetSchema": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataSetSchema"
        },
        "Placeholder": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DataSetReference": {
      "type": "object",
      "properties": {
        "DataSetArn": {
          "type": "string"
        },
        "DataSetPlaceholder": {
          "type": "string"
        }
      },
      "required": [
        "DataSetArn",
        "DataSetPlaceholder"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DataSetSchema": {
      "type": "object",
      "properties": {
        "ColumnSchemaList": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnSchema"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DateAxisOptions": {
      "type": "object",
      "properties": {
        "MissingDateVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DateDimensionField": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "DateGranularity": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DateTimeFormatConfiguration"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DateMeasureField": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "type": "string"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DateTimeFormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DateTimeDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DynamicDefaultValue"
        },
        "RollingDate": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RollingDateConfiguration"
        },
        "StaticValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DateTimeFormatConfiguration": {
      "type": "object",
      "properties": {
        "DateTimeFormat": {
          "type": "string"
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NullValueFormatConfiguration"
        },
        "NumericFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DateTimeHierarchy": {
      "type": "object",
      "properties": {
        "DrillDownFilters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DrillDownFilter"
          },
          "type": "array"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "HierarchyId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DateTimeParameterDeclaration": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DateTimeDefaultValues"
        },
        "MappedDataSetParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MappedDataSetParameter"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "TimeGranularity": {
          "type": "string"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DateTimeValueWhenUnsetConfiguration"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DateTimePickerControlDisplayOptions": {
      "type": "object",
      "properties": {
        "DateTimeFormat": {
          "type": "string"
        },
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SheetControlInfoIconLabelOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DateTimeValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "CustomValue": {
          "type": "string"
        },
        "ValueWhenUnsetOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DecimalDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DynamicDefaultValue"
        },
        "StaticValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DecimalParameterDeclaration": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DecimalDefaultValues"
        },
        "MappedDataSetParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MappedDataSetParameter"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "ParameterValueType": {
          "type": "string"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DecimalValueWhenUnsetConfiguration"
        }
      },
      "required": [
        "Name",
        "ParameterValueType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DecimalPlacesConfiguration": {
      "type": "object",
      "properties": {
        "DecimalPlaces": {
          "type": "number"
        }
      },
      "required": [
        "DecimalPlaces"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DecimalValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "CustomValue": {
          "type": "number"
        },
        "ValueWhenUnsetOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DefaultDateTimePickerControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DateTimePickerControlDisplayOptions"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DefaultFilterControlConfiguration": {
      "type": "object",
      "properties": {
        "ControlOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultFilterControlOptions"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "ControlOptions",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DefaultFilterControlOptions": {
      "type": "object",
      "properties": {
        "DefaultDateTimePickerOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultDateTimePickerControlOptions"
        },
        "DefaultDropdownOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultFilterDropDownControlOptions"
        },
        "DefaultListOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultFilterListControlOptions"
        },
        "DefaultRelativeDateTimeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultRelativeDateTimeControlOptions"
        },
        "DefaultSliderOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultSliderControlOptions"
        },
        "DefaultTextAreaOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultTextAreaControlOptions"
        },
        "DefaultTextFieldOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultTextFieldControlOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DefaultFilterDropDownControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DropDownControlDisplayOptions"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterSelectableValues"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DefaultFilterListControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ListControlDisplayOptions"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterSelectableValues"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DefaultFreeFormLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FreeFormLayoutCanvasSizeOptions"
        }
      },
      "required": [
        "CanvasSizeOptions"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DefaultGridLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GridLayoutCanvasSizeOptions"
        }
      },
      "required": [
        "CanvasSizeOptions"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DefaultInteractiveLayoutConfiguration": {
      "type": "object",
      "properties": {
        "FreeForm": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultFreeFormLayoutConfiguration"
        },
        "Grid": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultGridLayoutConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DefaultNewSheetConfiguration": {
      "type": "object",
      "properties": {
        "InteractiveLayoutConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultInteractiveLayoutConfiguration"
        },
        "PaginatedLayoutConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultPaginatedLayoutConfiguration"
        },
        "SheetContentType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DefaultPaginatedLayoutConfiguration": {
      "type": "object",
      "properties": {
        "SectionBased": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultSectionBasedLayoutConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DefaultRelativeDateTimeControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RelativeDateTimeControlDisplayOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DefaultSectionBasedLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SectionBasedLayoutCanvasSizeOptions"
        }
      },
      "required": [
        "CanvasSizeOptions"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DefaultSliderControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SliderControlDisplayOptions"
        },
        "MaximumValue": {
          "type": "number"
        },
        "MinimumValue": {
          "type": "number"
        },
        "StepSize": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "MaximumValue",
        "MinimumValue",
        "StepSize"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DefaultTextAreaControlOptions": {
      "type": "object",
      "properties": {
        "Delimiter": {
          "type": "string"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TextAreaControlDisplayOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DefaultTextFieldControlOptions": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TextFieldControlDisplayOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DestinationParameterValueConfiguration": {
      "type": "object",
      "properties": {
        "CustomValuesConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CustomValuesConfiguration"
        },
        "SelectAllValueOptions": {
          "type": "string"
        },
        "SourceColumn": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "SourceField": {
          "type": "string"
        },
        "SourceParameterName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DimensionField": {
      "type": "object",
      "properties": {
        "CategoricalDimensionField": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CategoricalDimensionField"
        },
        "DateDimensionField": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DateDimensionField"
        },
        "NumericalDimensionField": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericalDimensionField"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DonutCenterOptions": {
      "type": "object",
      "properties": {
        "LabelVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DonutOptions": {
      "type": "object",
      "properties": {
        "ArcOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ArcOptions"
        },
        "DonutCenterOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DonutCenterOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DrillDownFilter": {
      "type": "object",
      "properties": {
        "CategoryFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CategoryDrillDownFilter"
        },
        "NumericEqualityFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericEqualityDrillDownFilter"
        },
        "TimeRangeFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TimeRangeDrillDownFilter"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DropDownControlDisplayOptions": {
      "type": "object",
      "properties": {
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SheetControlInfoIconLabelOptions"
        },
        "SelectAllOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ListControlSelectAllOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.DynamicDefaultValue": {
      "type": "object",
      "properties": {
        "DefaultValueColumn": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "GroupNameColumn": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "UserNameColumn": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        }
      },
      "required": [
        "DefaultValueColumn"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.EmptyVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "DataSetIdentifier": {
          "type": "string"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "DataSetIdentifier",
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.Entity": {
      "type": "object",
      "properties": {
        "Path": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ExcludePeriodConfiguration": {
      "type": "object",
      "properties": {
        "Amount": {
          "type": "number"
        },
        "Granularity": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Amount",
        "Granularity"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ExplicitHierarchy": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
          },
          "type": "array"
        },
        "DrillDownFilters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DrillDownFilter"
          },
          "type": "array"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "Columns",
        "HierarchyId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FieldBasedTooltip": {
      "type": "object",
      "properties": {
        "AggregationVisibility": {
          "type": "string"
        },
        "TooltipFields": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.TooltipItem"
          },
          "type": "array"
        },
        "TooltipTitleType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FieldLabelType": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FieldSeriesItem": {
      "type": "object",
      "properties": {
        "AxisBinding": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        },
        "Settings": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LineChartSeriesSettings"
        }
      },
      "required": [
        "AxisBinding",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FieldSort": {
      "type": "object",
      "properties": {
        "Direction": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        }
      },
      "required": [
        "Direction",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FieldSortOptions": {
      "type": "object",
      "properties": {
        "ColumnSort": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnSort"
        },
        "FieldSort": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FieldSort"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FieldTooltipItem": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "Label": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilledMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Geospatial": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilledMapConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FilledMapConditionalFormattingOption"
          },
          "type": "array"
        }
      },
      "required": [
        "ConditionalFormattingOptions"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilledMapConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "Shape": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilledMapShapeConditionalFormatting"
        }
      },
      "required": [
        "Shape"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilledMapConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilledMapFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LegendOptions"
        },
        "MapStyleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GeospatialMapStyleOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilledMapSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TooltipOptions"
        },
        "WindowOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GeospatialWindowOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilledMapFieldWells": {
      "type": "object",
      "properties": {
        "FilledMapAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilledMapAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilledMapShapeConditionalFormatting": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "Format": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ShapeConditionalFormat"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilledMapSortConfiguration": {
      "type": "object",
      "properties": {
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilledMapVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilledMapConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnHierarchy"
          },
          "type": "array"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilledMapConditionalFormatting"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.Filter": {
      "type": "object",
      "properties": {
        "CategoryFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CategoryFilter"
        },
        "NumericEqualityFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericEqualityFilter"
        },
        "NumericRangeFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericRangeFilter"
        },
        "RelativeDatesFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RelativeDatesFilter"
        },
        "TimeEqualityFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TimeEqualityFilter"
        },
        "TimeRangeFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TimeRangeFilter"
        },
        "TopBottomFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TopBottomFilter"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilterControl": {
      "type": "object",
      "properties": {
        "CrossSheet": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterCrossSheetControl"
        },
        "DateTimePicker": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterDateTimePickerControl"
        },
        "Dropdown": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterDropDownControl"
        },
        "List": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterListControl"
        },
        "RelativeDateTime": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterRelativeDateTimeControl"
        },
        "Slider": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterSliderControl"
        },
        "TextArea": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterTextAreaControl"
        },
        "TextField": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterTextFieldControl"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilterCrossSheetControl": {
      "type": "object",
      "properties": {
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CascadingControlConfiguration"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SourceFilterId": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilterDateTimePickerControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DateTimePickerControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilterDropDownControl": {
      "type": "object",
      "properties": {
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CascadingControlConfiguration"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DropDownControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterSelectableValues"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilterGroup": {
      "type": "object",
      "properties": {
        "CrossDataset": {
          "type": "string"
        },
        "FilterGroupId": {
          "type": "string"
        },
        "Filters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.Filter"
          },
          "type": "array"
        },
        "ScopeConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterScopeConfiguration"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "CrossDataset",
        "FilterGroupId",
        "Filters",
        "ScopeConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilterListConfiguration": {
      "type": "object",
      "properties": {
        "CategoryValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MatchOperator": {
          "type": "string"
        },
        "NullOption": {
          "type": "string"
        },
        "SelectAllOptions": {
          "type": "string"
        }
      },
      "required": [
        "MatchOperator"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilterListControl": {
      "type": "object",
      "properties": {
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CascadingControlConfiguration"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ListControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilterSelectableValues"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilterOperationSelectedFieldsConfiguration": {
      "type": "object",
      "properties": {
        "SelectedColumns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
          },
          "type": "array"
        },
        "SelectedFieldOptions": {
          "type": "string"
        },
        "SelectedFields": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilterOperationTargetVisualsConfiguration": {
      "type": "object",
      "properties": {
        "SameSheetTargetVisualConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SameSheetTargetVisualConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilterRelativeDateTimeControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RelativeDateTimeControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilterScopeConfiguration": {
      "type": "object",
      "properties": {
        "AllSheets": {
          "type": "object"
        },
        "SelectedSheets": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SelectedSheetsFilterScopeConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilterSelectableValues": {
      "type": "object",
      "properties": {
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilterSliderControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SliderControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "MaximumValue": {
          "type": "number"
        },
        "MinimumValue": {
          "type": "number"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "StepSize": {
          "type": "number"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "MaximumValue",
        "MinimumValue",
        "SourceFilterId",
        "StepSize",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilterTextAreaControl": {
      "type": "object",
      "properties": {
        "Delimiter": {
          "type": "string"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TextAreaControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FilterTextFieldControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TextFieldControlDisplayOptions"
        },
        "FilterControlId": {
          "type": "string"
        },
        "SourceFilterId": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FontConfiguration": {
      "type": "object",
      "properties": {
        "FontColor": {
          "type": "string"
        },
        "FontDecoration": {
          "type": "string"
        },
        "FontSize": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FontSize"
        },
        "FontStyle": {
          "type": "string"
        },
        "FontWeight": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FontWeight"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FontSize": {
      "type": "object",
      "properties": {
        "Relative": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FontWeight": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ForecastComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "CustomSeasonalityValue": {
          "type": "number"
        },
        "LowerBoundary": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        },
        "PeriodsBackward": {
          "type": "number"
        },
        "PeriodsForward": {
          "type": "number"
        },
        "PredictionInterval": {
          "type": "number"
        },
        "Seasonality": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
        },
        "UpperBoundary": {
          "type": "number"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ForecastConfiguration": {
      "type": "object",
      "properties": {
        "ForecastProperties": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TimeBasedForecastProperties"
        },
        "Scenario": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ForecastScenario"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ForecastScenario": {
      "type": "object",
      "properties": {
        "WhatIfPointScenario": {
          "$ref": "#/$defs/AWS::QuickSight::Template.WhatIfPointScenario"
        },
        "WhatIfRangeScenario": {
          "$ref": "#/$defs/AWS::QuickSight::Template.WhatIfRangeScenario"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FormatConfiguration": {
      "type": "object",
      "properties": {
        "DateTimeFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DateTimeFormatConfiguration"
        },
        "NumberFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumberFormatConfiguration"
        },
        "StringFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.StringFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FreeFormLayoutCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "ScreenCanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FreeFormLayoutScreenCanvasSizeOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FreeFormLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FreeFormLayoutCanvasSizeOptions"
        },
        "Elements": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FreeFormLayoutElement"
          },
          "type": "array"
        }
      },
      "required": [
        "Elements"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FreeFormLayoutElement": {
      "type": "object",
      "properties": {
        "BackgroundStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FreeFormLayoutElementBackgroundStyle"
        },
        "BorderStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FreeFormLayoutElementBorderStyle"
        },
        "ElementId": {
          "type": "string"
        },
        "ElementType": {
          "type": "string"
        },
        "Height": {
          "type": "string"
        },
        "LoadingAnimation": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LoadingAnimation"
        },
        "RenderingRules": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.SheetElementRenderingRule"
          },
          "type": "array"
        },
        "SelectedBorderStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FreeFormLayoutElementBorderStyle"
        },
        "Visibility": {
          "type": "string"
        },
        "Width": {
          "type": "string"
        },
        "XAxisLocation": {
          "type": "string"
        },
        "YAxisLocation": {
          "type": "string"
        }
      },
      "required": [
        "ElementId",
        "ElementType",
        "Height",
        "Width",
        "XAxisLocation",
        "YAxisLocation"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FreeFormLayoutElementBackgroundStyle": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FreeFormLayoutElementBorderStyle": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FreeFormLayoutScreenCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "OptimizedViewPortWidth": {
          "type": "string"
        }
      },
      "required": [
        "OptimizedViewPortWidth"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FreeFormSectionLayoutConfiguration": {
      "type": "object",
      "properties": {
        "Elements": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FreeFormLayoutElement"
          },
          "type": "array"
        }
      },
      "required": [
        "Elements"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FunnelChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FunnelChartConfiguration": {
      "type": "object",
      "properties": {
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "DataLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FunnelChartDataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FunnelChartFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FunnelChartSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TooltipOptions"
        },
        "ValueLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FunnelChartDataLabelOptions": {
      "type": "object",
      "properties": {
        "CategoryLabelVisibility": {
          "type": "string"
        },
        "LabelColor": {
          "type": "string"
        },
        "LabelFontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FontConfiguration"
        },
        "MeasureDataLabelStyle": {
          "type": "string"
        },
        "MeasureLabelVisibility": {
          "type": "string"
        },
        "Position": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FunnelChartFieldWells": {
      "type": "object",
      "properties": {
        "FunnelChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FunnelChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FunnelChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.FunnelChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FunnelChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GaugeChartArcConditionalFormatting": {
      "type": "object",
      "properties": {
        "ForegroundColor": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GaugeChartConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.GaugeChartConditionalFormattingOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GaugeChartConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "Arc": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GaugeChartArcConditionalFormatting"
        },
        "PrimaryValue": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GaugeChartPrimaryValueConditionalFormatting"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GaugeChartConfiguration": {
      "type": "object",
      "properties": {
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GaugeChartFieldWells"
        },
        "GaugeChartOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GaugeChartOptions"
        },
        "TooltipOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GaugeChartFieldWells": {
      "type": "object",
      "properties": {
        "TargetValues": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GaugeChartOptions": {
      "type": "object",
      "properties": {
        "Arc": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ArcConfiguration"
        },
        "ArcAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ArcAxisConfiguration"
        },
        "Comparison": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ComparisonConfiguration"
        },
        "PrimaryValueDisplayType": {
          "type": "string"
        },
        "PrimaryValueFontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FontConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GaugeChartPrimaryValueConditionalFormatting": {
      "type": "object",
      "properties": {
        "Icon": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingIcon"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GaugeChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GaugeChartConfiguration"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GaugeChartConditionalFormatting"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GeospatialCoordinateBounds": {
      "type": "object",
      "properties": {
        "East": {
          "type": "number"
        },
        "North": {
          "type": "number"
        },
        "South": {
          "type": "number"
        },
        "West": {
          "type": "number"
        }
      },
      "required": [
        "East",
        "North",
        "South",
        "West"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GeospatialHeatmapColorScale": {
      "type": "object",
      "properties": {
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.GeospatialHeatmapDataColor"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GeospatialHeatmapConfiguration": {
      "type": "object",
      "properties": {
        "HeatmapColor": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GeospatialHeatmapColorScale"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GeospatialHeatmapDataColor": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        }
      },
      "required": [
        "Color"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GeospatialMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Geospatial": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GeospatialMapConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GeospatialMapFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LegendOptions"
        },
        "MapStyleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GeospatialMapStyleOptions"
        },
        "PointStyleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GeospatialPointStyleOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualPalette"
        },
        "WindowOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GeospatialWindowOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GeospatialMapFieldWells": {
      "type": "object",
      "properties": {
        "GeospatialMapAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GeospatialMapAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GeospatialMapStyleOptions": {
      "type": "object",
      "properties": {
        "BaseMapStyle": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GeospatialMapVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GeospatialMapConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GeospatialPointStyleOptions": {
      "type": "object",
      "properties": {
        "ClusterMarkerConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ClusterMarkerConfiguration"
        },
        "HeatmapConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GeospatialHeatmapConfiguration"
        },
        "SelectedPointStyle": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GeospatialWindowOptions": {
      "type": "object",
      "properties": {
        "Bounds": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GeospatialCoordinateBounds"
        },
        "MapZoomMode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GlobalTableBorderOptions": {
      "type": "object",
      "properties": {
        "SideSpecificBorder": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableSideBorderOptions"
        },
        "UniformBorder": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableBorderOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GradientColor": {
      "type": "object",
      "properties": {
        "Stops": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.GradientStop"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GradientStop": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "DataValue": {
          "type": "number"
        },
        "GradientOffset": {
          "type": "number"
        }
      },
      "required": [
        "GradientOffset"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GridLayoutCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "ScreenCanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GridLayoutScreenCanvasSizeOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GridLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GridLayoutCanvasSizeOptions"
        },
        "Elements": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.GridLayoutElement"
          },
          "type": "array"
        }
      },
      "required": [
        "Elements"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GridLayoutElement": {
      "type": "object",
      "properties": {
        "ColumnIndex": {
          "type": "number"
        },
        "ColumnSpan": {
          "type": "number"
        },
        "ElementId": {
          "type": "string"
        },
        "ElementType": {
          "type": "string"
        },
        "RowIndex": {
          "type": "number"
        },
        "RowSpan": {
          "type": "number"
        }
      },
      "required": [
        "ColumnSpan",
        "ElementId",
        "ElementType",
        "RowSpan"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GridLayoutScreenCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "OptimizedViewPortWidth": {
          "type": "string"
        },
        "ResizeOption": {
          "type": "string"
        }
      },
      "required": [
        "ResizeOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.GrowthRateComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "PeriodSize": {
          "type": "number"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.HeaderFooterSectionConfiguration": {
      "type": "object",
      "properties": {
        "Layout": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SectionLayoutConfiguration"
        },
        "SectionId": {
          "type": "string"
        },
        "Style": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SectionStyle"
        }
      },
      "required": [
        "Layout",
        "SectionId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.HeatMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Rows": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.HeatMapConfiguration": {
      "type": "object",
      "properties": {
        "ColorScale": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColorScale"
        },
        "ColumnLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.HeatMapFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LegendOptions"
        },
        "RowLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.HeatMapSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TooltipOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.HeatMapFieldWells": {
      "type": "object",
      "properties": {
        "HeatMapAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.HeatMapAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.HeatMapSortConfiguration": {
      "type": "object",
      "properties": {
        "HeatMapColumnItemsLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "HeatMapColumnSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        },
        "HeatMapRowItemsLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "HeatMapRowSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.HeatMapVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.HeatMapConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.HistogramAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.HistogramBinOptions": {
      "type": "object",
      "properties": {
        "BinCount": {
          "$ref": "#/$defs/AWS::QuickSight::Template.BinCountOptions"
        },
        "BinWidth": {
          "$ref": "#/$defs/AWS::QuickSight::Template.BinWidthOptions"
        },
        "SelectedBinType": {
          "type": "string"
        },
        "StartValue": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.HistogramConfiguration": {
      "type": "object",
      "properties": {
        "BinOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.HistogramBinOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.HistogramFieldWells"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualPalette"
        },
        "XAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "XAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "YAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.HistogramFieldWells": {
      "type": "object",
      "properties": {
        "HistogramAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.HistogramAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.HistogramVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.HistogramConfiguration"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.InsightConfiguration": {
      "type": "object",
      "properties": {
        "Computations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.Computation"
          },
          "type": "array"
        },
        "CustomNarrative": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CustomNarrativeOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.InsightVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "DataSetIdentifier": {
          "type": "string"
        },
        "InsightConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.InsightConfiguration"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "DataSetIdentifier",
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.IntegerDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DynamicDefaultValue"
        },
        "StaticValues": {
          "items": {
            "type": "number"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.IntegerParameterDeclaration": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::Template.IntegerDefaultValues"
        },
        "MappedDataSetParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MappedDataSetParameter"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "ParameterValueType": {
          "type": "string"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/AWS::QuickSight::Template.IntegerValueWhenUnsetConfiguration"
        }
      },
      "required": [
        "Name",
        "ParameterValueType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.IntegerValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "CustomValue": {
          "type": "number"
        },
        "ValueWhenUnsetOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ItemsLimitConfiguration": {
      "type": "object",
      "properties": {
        "ItemsLimit": {
          "type": "number"
        },
        "OtherCategories": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.KPIActualValueConditionalFormatting": {
      "type": "object",
      "properties": {
        "Icon": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingIcon"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.KPIComparisonValueConditionalFormatting": {
      "type": "object",
      "properties": {
        "Icon": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingIcon"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.KPIConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.KPIConditionalFormattingOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.KPIConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "ActualValue": {
          "$ref": "#/$defs/AWS::QuickSight::Template.KPIActualValueConditionalFormatting"
        },
        "ComparisonValue": {
          "$ref": "#/$defs/AWS::QuickSight::Template.KPIComparisonValueConditionalFormatting"
        },
        "PrimaryValue": {
          "$ref": "#/$defs/AWS::QuickSight::Template.KPIPrimaryValueConditionalFormatting"
        },
        "ProgressBar": {
          "$ref": "#/$defs/AWS::QuickSight::Template.KPIProgressBarConditionalFormatting"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.KPIConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.KPIFieldWells"
        },
        "KPIOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.KPIOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.KPISortConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.KPIFieldWells": {
      "type": "object",
      "properties": {
        "TargetValues": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        },
        "TrendGroups": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.KPIOptions": {
      "type": "object",
      "properties": {
        "Comparison": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ComparisonConfiguration"
        },
        "PrimaryValueDisplayType": {
          "type": "string"
        },
        "PrimaryValueFontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FontConfiguration"
        },
        "ProgressBar": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ProgressBarOptions"
        },
        "SecondaryValue": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SecondaryValueOptions"
        },
        "SecondaryValueFontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FontConfiguration"
        },
        "Sparkline": {
          "$ref": "#/$defs/AWS::QuickSight::Template.KPISparklineOptions"
        },
        "TrendArrows": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TrendArrowOptions"
        },
        "VisualLayoutOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.KPIVisualLayoutOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.KPIPrimaryValueConditionalFormatting": {
      "type": "object",
      "properties": {
        "Icon": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingIcon"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.KPIProgressBarConditionalFormatting": {
      "type": "object",
      "properties": {
        "ForegroundColor": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.KPISortConfiguration": {
      "type": "object",
      "properties": {
        "TrendGroupSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.KPISparklineOptions": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "TooltipVisibility": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.KPIVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.KPIConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnHierarchy"
          },
          "type": "array"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Template.KPIConditionalFormatting"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.KPIVisualLayoutOptions": {
      "type": "object",
      "properties": {
        "StandardLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Template.KPIVisualStandardLayout"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.KPIVisualStandardLayout": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LabelOptions": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FontConfiguration"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.Layout": {
      "type": "object",
      "properties": {
        "Configuration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LayoutConfiguration"
        }
      },
      "required": [
        "Configuration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LayoutConfiguration": {
      "type": "object",
      "properties": {
        "FreeFormLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FreeFormLayoutConfiguration"
        },
        "GridLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GridLayoutConfiguration"
        },
        "SectionBasedLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SectionBasedLayoutConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LegendOptions": {
      "type": "object",
      "properties": {
        "Height": {
          "type": "string"
        },
        "Position": {
          "type": "string"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LabelOptions"
        },
        "Visibility": {
          "type": "string"
        },
        "Width": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LineChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "SmallMultiples": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LineChartConfiguration": {
      "type": "object",
      "properties": {
        "ContributionAnalysisDefaults": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ContributionAnalysisDefault"
          },
          "type": "array"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataLabelOptions"
        },
        "DefaultSeriesSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LineChartDefaultSeriesSettings"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LineChartFieldWells"
        },
        "ForecastConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ForecastConfiguration"
          },
          "type": "array"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LegendOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LineSeriesAxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "ReferenceLines": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ReferenceLine"
          },
          "type": "array"
        },
        "SecondaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LineSeriesAxisDisplayOptions"
        },
        "SecondaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "Series": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.SeriesItem"
          },
          "type": "array"
        },
        "SmallMultiplesOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SmallMultiplesOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LineChartSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TooltipOptions"
        },
        "Type": {
          "type": "string"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualPalette"
        },
        "XAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "XAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LineChartDefaultSeriesSettings": {
      "type": "object",
      "properties": {
        "AxisBinding": {
          "type": "string"
        },
        "LineStyleSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LineChartLineStyleSettings"
        },
        "MarkerStyleSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LineChartMarkerStyleSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LineChartFieldWells": {
      "type": "object",
      "properties": {
        "LineChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LineChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LineChartLineStyleSettings": {
      "type": "object",
      "properties": {
        "LineInterpolation": {
          "type": "string"
        },
        "LineStyle": {
          "type": "string"
        },
        "LineVisibility": {
          "type": "string"
        },
        "LineWidth": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LineChartMarkerStyleSettings": {
      "type": "object",
      "properties": {
        "MarkerColor": {
          "type": "string"
        },
        "MarkerShape": {
          "type": "string"
        },
        "MarkerSize": {
          "type": "string"
        },
        "MarkerVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LineChartSeriesSettings": {
      "type": "object",
      "properties": {
        "LineStyleSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LineChartLineStyleSettings"
        },
        "MarkerStyleSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LineChartMarkerStyleSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LineChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        },
        "ColorItemsLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "SmallMultiplesLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "SmallMultiplesSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LineChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LineChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LineSeriesAxisDisplayOptions": {
      "type": "object",
      "properties": {
        "AxisOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "MissingDataConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MissingDataConfiguration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ListControlDisplayOptions": {
      "type": "object",
      "properties": {
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SheetControlInfoIconLabelOptions"
        },
        "SearchOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ListControlSearchOptions"
        },
        "SelectAllOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ListControlSelectAllOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ListControlSearchOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ListControlSelectAllOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LoadingAnimation": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LocalNavigationConfiguration": {
      "type": "object",
      "properties": {
        "TargetSheetId": {
          "type": "string"
        }
      },
      "required": [
        "TargetSheetId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.LongFormatText": {
      "type": "object",
      "properties": {
        "PlainText": {
          "type": "string"
        },
        "RichText": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.MappedDataSetParameter": {
      "type": "object",
      "properties": {
        "DataSetIdentifier": {
          "type": "string"
        },
        "DataSetParameterName": {
          "type": "string"
        }
      },
      "required": [
        "DataSetIdentifier",
        "DataSetParameterName"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.MaximumLabelType": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.MaximumMinimumComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
        },
        "Type": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
        }
      },
      "required": [
        "ComputationId",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.MeasureField": {
      "type": "object",
      "properties": {
        "CalculatedMeasureField": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CalculatedMeasureField"
        },
        "CategoricalMeasureField": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CategoricalMeasureField"
        },
        "DateMeasureField": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DateMeasureField"
        },
        "NumericalMeasureField": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericalMeasureField"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.MetricComparisonComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "FromValue": {
          "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
        },
        "Name": {
          "type": "string"
        },
        "TargetValue": {
          "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.MinimumLabelType": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.MissingDataConfiguration": {
      "type": "object",
      "properties": {
        "TreatmentOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.NegativeValueConfiguration": {
      "type": "object",
      "properties": {
        "DisplayMode": {
          "type": "string"
        }
      },
      "required": [
        "DisplayMode"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.NullValueFormatConfiguration": {
      "type": "object",
      "properties": {
        "NullString": {
          "type": "string"
        }
      },
      "required": [
        "NullString"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.NumberDisplayFormatConfiguration": {
      "type": "object",
      "properties": {
        "DecimalPlacesConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DecimalPlacesConfiguration"
        },
        "NegativeValueConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NegativeValueConfiguration"
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NullValueFormatConfiguration"
        },
        "NumberScale": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "SeparatorConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericSeparatorConfiguration"
        },
        "Suffix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.NumberFormatConfiguration": {
      "type": "object",
      "properties": {
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.NumericAxisOptions": {
      "type": "object",
      "properties": {
        "Range": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayRange"
        },
        "Scale": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisScale"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.NumericEqualityDrillDownFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Column",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.NumericEqualityFilter": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultFilterControlConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "MatchOperator": {
          "type": "string"
        },
        "NullOption": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        },
        "SelectAllOptions": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Column",
        "FilterId",
        "MatchOperator",
        "NullOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.NumericFormatConfiguration": {
      "type": "object",
      "properties": {
        "CurrencyDisplayFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CurrencyDisplayFormatConfiguration"
        },
        "NumberDisplayFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumberDisplayFormatConfiguration"
        },
        "PercentageDisplayFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PercentageDisplayFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.NumericRangeFilter": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultFilterControlConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "IncludeMaximum": {
          "type": "boolean"
        },
        "IncludeMinimum": {
          "type": "boolean"
        },
        "NullOption": {
          "type": "string"
        },
        "RangeMaximum": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericRangeFilterValue"
        },
        "RangeMinimum": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericRangeFilterValue"
        },
        "SelectAllOptions": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FilterId",
        "NullOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.NumericRangeFilterValue": {
      "type": "object",
      "properties": {
        "Parameter": {
          "type": "string"
        },
        "StaticValue": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.NumericSeparatorConfiguration": {
      "type": "object",
      "properties": {
        "DecimalSeparator": {
          "type": "string"
        },
        "ThousandsSeparator": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ThousandSeparatorOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.NumericalAggregationFunction": {
      "type": "object",
      "properties": {
        "PercentileAggregation": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PercentileAggregation"
        },
        "SimpleNumericalAggregation": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.NumericalDimensionField": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumberFormatConfiguration"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.NumericalMeasureField": {
      "type": "object",
      "properties": {
        "AggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericalAggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumberFormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PaginationConfiguration": {
      "type": "object",
      "properties": {
        "PageNumber": {
          "type": "number"
        },
        "PageSize": {
          "type": "number"
        }
      },
      "required": [
        "PageNumber",
        "PageSize"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PanelConfiguration": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "type": "string"
        },
        "BackgroundVisibility": {
          "type": "string"
        },
        "BorderColor": {
          "type": "string"
        },
        "BorderStyle": {
          "type": "string"
        },
        "BorderThickness": {
          "type": "string"
        },
        "BorderVisibility": {
          "type": "string"
        },
        "GutterSpacing": {
          "type": "string"
        },
        "GutterVisibility": {
          "type": "string"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PanelTitleOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PanelTitleOptions": {
      "type": "object",
      "properties": {
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FontConfiguration"
        },
        "HorizontalTextAlignment": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ParameterControl": {
      "type": "object",
      "properties": {
        "DateTimePicker": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ParameterDateTimePickerControl"
        },
        "Dropdown": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ParameterDropDownControl"
        },
        "List": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ParameterListControl"
        },
        "Slider": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ParameterSliderControl"
        },
        "TextArea": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ParameterTextAreaControl"
        },
        "TextField": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ParameterTextFieldControl"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ParameterDateTimePickerControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DateTimePickerControlDisplayOptions"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ParameterDeclaration": {
      "type": "object",
      "properties": {
        "DateTimeParameterDeclaration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DateTimeParameterDeclaration"
        },
        "DecimalParameterDeclaration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DecimalParameterDeclaration"
        },
        "IntegerParameterDeclaration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.IntegerParameterDeclaration"
        },
        "StringParameterDeclaration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.StringParameterDeclaration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ParameterDropDownControl": {
      "type": "object",
      "properties": {
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CascadingControlConfiguration"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DropDownControlDisplayOptions"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ParameterSelectableValues"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ParameterListControl": {
      "type": "object",
      "properties": {
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CascadingControlConfiguration"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ListControlDisplayOptions"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SelectableValues": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ParameterSelectableValues"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ParameterSelectableValues": {
      "type": "object",
      "properties": {
        "LinkToDataSetColumn": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ParameterSliderControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SliderControlDisplayOptions"
        },
        "MaximumValue": {
          "type": "number"
        },
        "MinimumValue": {
          "type": "number"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "StepSize": {
          "type": "number"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "MaximumValue",
        "MinimumValue",
        "ParameterControlId",
        "SourceParameterName",
        "StepSize",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ParameterTextAreaControl": {
      "type": "object",
      "properties": {
        "Delimiter": {
          "type": "string"
        },
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TextAreaControlDisplayOptions"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ParameterTextFieldControl": {
      "type": "object",
      "properties": {
        "DisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TextFieldControlDisplayOptions"
        },
        "ParameterControlId": {
          "type": "string"
        },
        "SourceParameterName": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PercentVisibleRange": {
      "type": "object",
      "properties": {
        "From": {
          "type": "number"
        },
        "To": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PercentageDisplayFormatConfiguration": {
      "type": "object",
      "properties": {
        "DecimalPlacesConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DecimalPlacesConfiguration"
        },
        "NegativeValueConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NegativeValueConfiguration"
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NullValueFormatConfiguration"
        },
        "Prefix": {
          "type": "string"
        },
        "SeparatorConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericSeparatorConfiguration"
        },
        "Suffix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PercentileAggregation": {
      "type": "object",
      "properties": {
        "PercentileValue": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PeriodOverPeriodComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PeriodToDateComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "PeriodTimeGranularity": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PieChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "SmallMultiples": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PieChartConfiguration": {
      "type": "object",
      "properties": {
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "ContributionAnalysisDefaults": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ContributionAnalysisDefault"
          },
          "type": "array"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataLabelOptions"
        },
        "DonutOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DonutOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PieChartFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LegendOptions"
        },
        "SmallMultiplesOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SmallMultiplesOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PieChartSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TooltipOptions"
        },
        "ValueLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PieChartFieldWells": {
      "type": "object",
      "properties": {
        "PieChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PieChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PieChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        },
        "SmallMultiplesLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "SmallMultiplesSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PieChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PieChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotFieldSortOptions": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "SortBy": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableSortBy"
        }
      },
      "required": [
        "FieldId",
        "SortBy"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Rows": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableCellConditionalFormatting": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "Scope": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableConditionalFormattingScope"
        },
        "Scopes": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableConditionalFormattingScope"
          },
          "type": "array"
        },
        "TextFormat": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TextConditionalFormat"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableConditionalFormattingOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "Cell": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableCellConditionalFormatting"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableConditionalFormattingScope": {
      "type": "object",
      "properties": {
        "Role": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableConfiguration": {
      "type": "object",
      "properties": {
        "FieldOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableFieldOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableFieldWells"
        },
        "PaginatedReportOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTablePaginatedReportOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableSortConfiguration"
        },
        "TableOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableOptions"
        },
        "TotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableTotalOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableDataPathOption": {
      "type": "object",
      "properties": {
        "DataPathList": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DataPathValue"
          },
          "type": "array"
        },
        "Width": {
          "type": "string"
        }
      },
      "required": [
        "DataPathList"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableFieldCollapseStateOption": {
      "type": "object",
      "properties": {
        "State": {
          "type": "string"
        },
        "Target": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableFieldCollapseStateTarget"
        }
      },
      "required": [
        "Target"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableFieldCollapseStateTarget": {
      "type": "object",
      "properties": {
        "FieldDataPathValues": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DataPathValue"
          },
          "type": "array"
        },
        "FieldId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableFieldOption": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableFieldOptions": {
      "type": "object",
      "properties": {
        "CollapseStateOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableFieldCollapseStateOption"
          },
          "type": "array"
        },
        "DataPathOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableDataPathOption"
          },
          "type": "array"
        },
        "SelectedFieldOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableFieldOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableFieldSubtotalOptions": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableFieldWells": {
      "type": "object",
      "properties": {
        "PivotTableAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableOptions": {
      "type": "object",
      "properties": {
        "CellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableCellStyle"
        },
        "CollapsedRowDimensionsVisibility": {
          "type": "string"
        },
        "ColumnHeaderStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableCellStyle"
        },
        "ColumnNamesVisibility": {
          "type": "string"
        },
        "DefaultCellWidth": {
          "type": "string"
        },
        "MetricPlacement": {
          "type": "string"
        },
        "RowAlternateColorOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RowAlternateColorOptions"
        },
        "RowFieldNamesStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableCellStyle"
        },
        "RowHeaderStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableCellStyle"
        },
        "RowsLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableRowsLabelOptions"
        },
        "RowsLayout": {
          "type": "string"
        },
        "SingleMetricVisibility": {
          "type": "string"
        },
        "ToggleButtonsVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTablePaginatedReportOptions": {
      "type": "object",
      "properties": {
        "OverflowColumnHeaderVisibility": {
          "type": "string"
        },
        "VerticalOverflowVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableRowsLabelOptions": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableSortBy": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnSort"
        },
        "DataPath": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataPathSort"
        },
        "Field": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FieldSort"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableSortConfiguration": {
      "type": "object",
      "properties": {
        "FieldSortOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.PivotFieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableTotalOptions": {
      "type": "object",
      "properties": {
        "ColumnSubtotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SubtotalOptions"
        },
        "ColumnTotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTotalOptions"
        },
        "RowSubtotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SubtotalOptions"
        },
        "RowTotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTotalOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTableVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableConfiguration"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableConditionalFormatting"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PivotTotalOptions": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "MetricHeaderCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableCellStyle"
        },
        "Placement": {
          "type": "string"
        },
        "ScrollStatus": {
          "type": "string"
        },
        "TotalAggregationOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.TotalAggregationOption"
          },
          "type": "array"
        },
        "TotalCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableCellStyle"
        },
        "TotalsVisibility": {
          "type": "string"
        },
        "ValueCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableCellStyle"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.PredefinedHierarchy": {
      "type": "object",
      "properties": {
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
          },
          "type": "array"
        },
        "DrillDownFilters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DrillDownFilter"
          },
          "type": "array"
        },
        "HierarchyId": {
          "type": "string"
        }
      },
      "required": [
        "Columns",
        "HierarchyId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ProgressBarOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.RadarChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Color": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.RadarChartAreaStyleSettings": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.RadarChartConfiguration": {
      "type": "object",
      "properties": {
        "AlternateBandColorsVisibility": {
          "type": "string"
        },
        "AlternateBandEvenColor": {
          "type": "string"
        },
        "AlternateBandOddColor": {
          "type": "string"
        },
        "AxesRangeScale": {
          "type": "string"
        },
        "BaseSeriesSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RadarChartSeriesSettings"
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "ColorAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "ColorLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RadarChartFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LegendOptions"
        },
        "Shape": {
          "type": "string"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RadarChartSortConfiguration"
        },
        "StartAngle": {
          "type": "number"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.RadarChartFieldWells": {
      "type": "object",
      "properties": {
        "RadarChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RadarChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.RadarChartSeriesSettings": {
      "type": "object",
      "properties": {
        "AreaStyleSettings": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RadarChartAreaStyleSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.RadarChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        },
        "ColorItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "ColorSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.RadarChartVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RadarChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.RangeEndsLabelType": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ReferenceLine": {
      "type": "object",
      "properties": {
        "DataConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ReferenceLineDataConfiguration"
        },
        "LabelConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ReferenceLineLabelConfiguration"
        },
        "Status": {
          "type": "string"
        },
        "StyleConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ReferenceLineStyleConfiguration"
        }
      },
      "required": [
        "DataConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ReferenceLineCustomLabelConfiguration": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        }
      },
      "required": [
        "CustomLabel"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ReferenceLineDataConfiguration": {
      "type": "object",
      "properties": {
        "AxisBinding": {
          "type": "string"
        },
        "DynamicConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ReferenceLineDynamicDataConfiguration"
        },
        "SeriesType": {
          "type": "string"
        },
        "StaticConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ReferenceLineStaticDataConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ReferenceLineDynamicDataConfiguration": {
      "type": "object",
      "properties": {
        "Calculation": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericalAggregationFunction"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "MeasureAggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AggregationFunction"
        }
      },
      "required": [
        "Calculation",
        "Column"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ReferenceLineLabelConfiguration": {
      "type": "object",
      "properties": {
        "CustomLabelConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ReferenceLineCustomLabelConfiguration"
        },
        "FontColor": {
          "type": "string"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FontConfiguration"
        },
        "HorizontalPosition": {
          "type": "string"
        },
        "ValueLabelConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ReferenceLineValueLabelConfiguration"
        },
        "VerticalPosition": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ReferenceLineStaticDataConfiguration": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ReferenceLineStyleConfiguration": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Pattern": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ReferenceLineValueLabelConfiguration": {
      "type": "object",
      "properties": {
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericFormatConfiguration"
        },
        "RelativePosition": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.RelativeDateTimeControlDisplayOptions": {
      "type": "object",
      "properties": {
        "DateTimeFormat": {
          "type": "string"
        },
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SheetControlInfoIconLabelOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.RelativeDatesFilter": {
      "type": "object",
      "properties": {
        "AnchorDateConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AnchorDateConfiguration"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultFilterControlConfiguration"
        },
        "ExcludePeriodConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ExcludePeriodConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "MinimumGranularity": {
          "type": "string"
        },
        "NullOption": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        },
        "RelativeDateType": {
          "type": "string"
        },
        "RelativeDateValue": {
          "type": "number"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "AnchorDateConfiguration",
        "Column",
        "FilterId",
        "NullOption",
        "RelativeDateType",
        "TimeGranularity"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ResourcePermission": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Principal": {
          "type": "string"
        }
      },
      "required": [
        "Actions",
        "Principal"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.RollingDateConfiguration": {
      "type": "object",
      "properties": {
        "DataSetIdentifier": {
          "type": "string"
        },
        "Expression": {
          "type": "string"
        }
      },
      "required": [
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.RowAlternateColorOptions": {
      "type": "object",
      "properties": {
        "RowAlternateColors": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Status": {
          "type": "string"
        },
        "UsePrimaryBackgroundColor": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SameSheetTargetVisualConfiguration": {
      "type": "object",
      "properties": {
        "TargetVisualOptions": {
          "type": "string"
        },
        "TargetVisuals": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SankeyDiagramAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Destination": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Source": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Weight": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SankeyDiagramChartConfiguration": {
      "type": "object",
      "properties": {
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SankeyDiagramFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SankeyDiagramSortConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SankeyDiagramFieldWells": {
      "type": "object",
      "properties": {
        "SankeyDiagramAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SankeyDiagramAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SankeyDiagramSortConfiguration": {
      "type": "object",
      "properties": {
        "DestinationItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "SourceItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "WeightSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SankeyDiagramVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SankeyDiagramChartConfiguration"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ScatterPlotCategoricallyAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Label": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Size": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        },
        "XAxis": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        },
        "YAxis": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ScatterPlotConfiguration": {
      "type": "object",
      "properties": {
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ScatterPlotFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LegendOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualPalette"
        },
        "XAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "XAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "YAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "YAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ScatterPlotFieldWells": {
      "type": "object",
      "properties": {
        "ScatterPlotCategoricallyAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ScatterPlotCategoricallyAggregatedFieldWells"
        },
        "ScatterPlotUnaggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ScatterPlotUnaggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ScatterPlotUnaggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Label": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Size": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        },
        "XAxis": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "YAxis": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ScatterPlotVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ScatterPlotConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ScrollBarOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        },
        "VisibleRange": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisibleRangeOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SecondaryValueOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SectionAfterPageBreak": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SectionBasedLayoutCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "PaperCanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SectionBasedLayoutPaperCanvasSizeOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SectionBasedLayoutConfiguration": {
      "type": "object",
      "properties": {
        "BodySections": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.BodySectionConfiguration"
          },
          "type": "array"
        },
        "CanvasSizeOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SectionBasedLayoutCanvasSizeOptions"
        },
        "FooterSections": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.HeaderFooterSectionConfiguration"
          },
          "type": "array"
        },
        "HeaderSections": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.HeaderFooterSectionConfiguration"
          },
          "type": "array"
        }
      },
      "required": [
        "BodySections",
        "CanvasSizeOptions",
        "FooterSections",
        "HeaderSections"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SectionBasedLayoutPaperCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "PaperMargin": {
          "$ref": "#/$defs/AWS::QuickSight::Template.Spacing"
        },
        "PaperOrientation": {
          "type": "string"
        },
        "PaperSize": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SectionLayoutConfiguration": {
      "type": "object",
      "properties": {
        "FreeFormLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FreeFormSectionLayoutConfiguration"
        }
      },
      "required": [
        "FreeFormLayout"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SectionPageBreakConfiguration": {
      "type": "object",
      "properties": {
        "After": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SectionAfterPageBreak"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SectionStyle": {
      "type": "object",
      "properties": {
        "Height": {
          "type": "string"
        },
        "Padding": {
          "$ref": "#/$defs/AWS::QuickSight::Template.Spacing"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SelectedSheetsFilterScopeConfiguration": {
      "type": "object",
      "properties": {
        "SheetVisualScopingConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.SheetVisualScopingConfiguration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SeriesItem": {
      "type": "object",
      "properties": {
        "DataFieldSeriesItem": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataFieldSeriesItem"
        },
        "FieldSeriesItem": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FieldSeriesItem"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SetParameterValueConfiguration": {
      "type": "object",
      "properties": {
        "DestinationParameterName": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DestinationParameterValueConfiguration"
        }
      },
      "required": [
        "DestinationParameterName",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ShapeConditionalFormat": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingColor"
        }
      },
      "required": [
        "BackgroundColor"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.Sheet": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "SheetId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SheetControlInfoIconLabelOptions": {
      "type": "object",
      "properties": {
        "InfoIconText": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SheetControlLayout": {
      "type": "object",
      "properties": {
        "Configuration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SheetControlLayoutConfiguration"
        }
      },
      "required": [
        "Configuration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SheetControlLayoutConfiguration": {
      "type": "object",
      "properties": {
        "GridLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GridLayoutConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SheetDefinition": {
      "type": "object",
      "properties": {
        "ContentType": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "FilterControls": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FilterControl"
          },
          "type": "array"
        },
        "Layouts": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.Layout"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "ParameterControls": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ParameterControl"
          },
          "type": "array"
        },
        "SheetControlLayouts": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.SheetControlLayout"
          },
          "type": "array"
        },
        "SheetId": {
          "type": "string"
        },
        "TextBoxes": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.SheetTextBox"
          },
          "type": "array"
        },
        "Title": {
          "type": "string"
        },
        "Visuals": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.Visual"
          },
          "type": "array"
        }
      },
      "required": [
        "SheetId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SheetElementConfigurationOverrides": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SheetElementRenderingRule": {
      "type": "object",
      "properties": {
        "ConfigurationOverrides": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SheetElementConfigurationOverrides"
        },
        "Expression": {
          "type": "string"
        }
      },
      "required": [
        "ConfigurationOverrides",
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SheetTextBox": {
      "type": "object",
      "properties": {
        "Content": {
          "type": "string"
        },
        "SheetTextBoxId": {
          "type": "string"
        }
      },
      "required": [
        "SheetTextBoxId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SheetVisualScopingConfiguration": {
      "type": "object",
      "properties": {
        "Scope": {
          "type": "string"
        },
        "SheetId": {
          "type": "string"
        },
        "VisualIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Scope",
        "SheetId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ShortFormatText": {
      "type": "object",
      "properties": {
        "PlainText": {
          "type": "string"
        },
        "RichText": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SimpleClusterMarker": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SliderControlDisplayOptions": {
      "type": "object",
      "properties": {
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SheetControlInfoIconLabelOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SmallMultiplesAxisProperties": {
      "type": "object",
      "properties": {
        "Placement": {
          "type": "string"
        },
        "Scale": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SmallMultiplesOptions": {
      "type": "object",
      "properties": {
        "MaxVisibleColumns": {
          "type": "number"
        },
        "MaxVisibleRows": {
          "type": "number"
        },
        "PanelConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PanelConfiguration"
        },
        "XAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SmallMultiplesAxisProperties"
        },
        "YAxis": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SmallMultiplesAxisProperties"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.Spacing": {
      "type": "object",
      "properties": {
        "Bottom": {
          "type": "string"
        },
        "Left": {
          "type": "string"
        },
        "Right": {
          "type": "string"
        },
        "Top": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.StringDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DynamicDefaultValue"
        },
        "StaticValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.StringFormatConfiguration": {
      "type": "object",
      "properties": {
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NullValueFormatConfiguration"
        },
        "NumericFormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.NumericFormatConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.StringParameterDeclaration": {
      "type": "object",
      "properties": {
        "DefaultValues": {
          "$ref": "#/$defs/AWS::QuickSight::Template.StringDefaultValues"
        },
        "MappedDataSetParameters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MappedDataSetParameter"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "ParameterValueType": {
          "type": "string"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/AWS::QuickSight::Template.StringValueWhenUnsetConfiguration"
        }
      },
      "required": [
        "Name",
        "ParameterValueType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.StringValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "CustomValue": {
          "type": "string"
        },
        "ValueWhenUnsetOption": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.SubtotalOptions": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "FieldLevel": {
          "type": "string"
        },
        "FieldLevelOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableFieldSubtotalOptions"
          },
          "type": "array"
        },
        "MetricHeaderCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableCellStyle"
        },
        "StyleTargets": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.TableStyleTarget"
          },
          "type": "array"
        },
        "TotalCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableCellStyle"
        },
        "TotalsVisibility": {
          "type": "string"
        },
        "ValueCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableCellStyle"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "GroupBy": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableBorderOptions": {
      "type": "object",
      "properties": {
        "Color": {
          "type": "string"
        },
        "Style": {
          "type": "string"
        },
        "Thickness": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableCellConditionalFormatting": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "TextFormat": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TextConditionalFormat"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableCellImageSizingConfiguration": {
      "type": "object",
      "properties": {
        "TableCellImageScalingConfiguration": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableCellStyle": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "type": "string"
        },
        "Border": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GlobalTableBorderOptions"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FontConfiguration"
        },
        "Height": {
          "type": "number"
        },
        "HorizontalTextAlignment": {
          "type": "string"
        },
        "TextWrap": {
          "type": "string"
        },
        "VerticalTextAlignment": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.TableConditionalFormattingOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "Cell": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableCellConditionalFormatting"
        },
        "Row": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableRowConditionalFormatting"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableConfiguration": {
      "type": "object",
      "properties": {
        "FieldOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableFieldOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableFieldWells"
        },
        "PaginatedReportOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TablePaginatedReportOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableSortConfiguration"
        },
        "TableInlineVisualizations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.TableInlineVisualization"
          },
          "type": "array"
        },
        "TableOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableOptions"
        },
        "TotalOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TotalOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableFieldCustomIconContent": {
      "type": "object",
      "properties": {
        "Icon": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableFieldCustomTextContent": {
      "type": "object",
      "properties": {
        "FontConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FontConfiguration"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "FontConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableFieldImageConfiguration": {
      "type": "object",
      "properties": {
        "SizingOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableCellImageSizingConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableFieldLinkConfiguration": {
      "type": "object",
      "properties": {
        "Content": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableFieldLinkContentConfiguration"
        },
        "Target": {
          "type": "string"
        }
      },
      "required": [
        "Content",
        "Target"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableFieldLinkContentConfiguration": {
      "type": "object",
      "properties": {
        "CustomIconContent": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableFieldCustomIconContent"
        },
        "CustomTextContent": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableFieldCustomTextContent"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableFieldOption": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "FieldId": {
          "type": "string"
        },
        "URLStyling": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableFieldURLConfiguration"
        },
        "Visibility": {
          "type": "string"
        },
        "Width": {
          "type": "string"
        }
      },
      "required": [
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableFieldOptions": {
      "type": "object",
      "properties": {
        "Order": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "PinnedFieldOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TablePinnedFieldOptions"
        },
        "SelectedFieldOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.TableFieldOption"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableFieldURLConfiguration": {
      "type": "object",
      "properties": {
        "ImageConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableFieldImageConfiguration"
        },
        "LinkConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableFieldLinkConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableFieldWells": {
      "type": "object",
      "properties": {
        "TableAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableAggregatedFieldWells"
        },
        "TableUnaggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableUnaggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableInlineVisualization": {
      "type": "object",
      "properties": {
        "DataBars": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataBarsOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableOptions": {
      "type": "object",
      "properties": {
        "CellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableCellStyle"
        },
        "HeaderStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableCellStyle"
        },
        "Orientation": {
          "type": "string"
        },
        "RowAlternateColorOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RowAlternateColorOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TablePaginatedReportOptions": {
      "type": "object",
      "properties": {
        "OverflowColumnHeaderVisibility": {
          "type": "string"
        },
        "VerticalOverflowVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TablePinnedFieldOptions": {
      "type": "object",
      "properties": {
        "PinnedLeftFields": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableRowConditionalFormatting": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingColor"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableSideBorderOptions": {
      "type": "object",
      "properties": {
        "Bottom": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableBorderOptions"
        },
        "InnerHorizontal": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableBorderOptions"
        },
        "InnerVertical": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableBorderOptions"
        },
        "Left": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableBorderOptions"
        },
        "Right": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableBorderOptions"
        },
        "Top": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableBorderOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableSortConfiguration": {
      "type": "object",
      "properties": {
        "PaginationConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PaginationConfiguration"
        },
        "RowSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableStyleTarget": {
      "type": "object",
      "properties": {
        "CellType": {
          "type": "string"
        }
      },
      "required": [
        "CellType"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableUnaggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.UnaggregatedField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TableVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableConfiguration"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableConditionalFormatting"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TemplateError": {
      "type": "object",
      "properties": {
        "Message": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "ViolatedEntities": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.Entity"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TemplateSourceAnalysis": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "DataSetReferences": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DataSetReference"
          },
          "type": "array"
        }
      },
      "required": [
        "Arn",
        "DataSetReferences"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TemplateSourceEntity": {
      "type": "object",
      "properties": {
        "SourceAnalysis": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TemplateSourceAnalysis"
        },
        "SourceTemplate": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TemplateSourceTemplate"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TemplateSourceTemplate": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        }
      },
      "required": [
        "Arn"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TemplateVersion": {
      "type": "object",
      "properties": {
        "CreatedTime": {
          "type": "string"
        },
        "DataSetConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DataSetConfiguration"
          },
          "type": "array"
        },
        "Description": {
          "type": "string"
        },
        "Errors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.TemplateError"
          },
          "type": "array"
        },
        "Sheets": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.Sheet"
          },
          "type": "array"
        },
        "SourceEntityArn": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        },
        "ThemeArn": {
          "type": "string"
        },
        "VersionNumber": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TemplateVersionDefinition": {
      "type": "object",
      "properties": {
        "AnalysisDefaults": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AnalysisDefaults"
        },
        "CalculatedFields": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.CalculatedField"
          },
          "type": "array"
        },
        "ColumnConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnConfiguration"
          },
          "type": "array"
        },
        "DataSetConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DataSetConfiguration"
          },
          "type": "array"
        },
        "FilterGroups": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FilterGroup"
          },
          "type": "array"
        },
        "Options": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AssetOptions"
        },
        "ParameterDeclarations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ParameterDeclaration"
          },
          "type": "array"
        },
        "Sheets": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.SheetDefinition"
          },
          "type": "array"
        }
      },
      "required": [
        "DataSetConfigurations"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TextAreaControlDisplayOptions": {
      "type": "object",
      "properties": {
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SheetControlInfoIconLabelOptions"
        },
        "PlaceholderOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TextControlPlaceholderOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TextConditionalFormat": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingColor"
        },
        "Icon": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingIcon"
        },
        "TextColor": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ConditionalFormattingColor"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TextControlPlaceholderOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TextFieldControlDisplayOptions": {
      "type": "object",
      "properties": {
        "InfoIconLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SheetControlInfoIconLabelOptions"
        },
        "PlaceholderOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TextControlPlaceholderOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LabelOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ThousandSeparatorOptions": {
      "type": "object",
      "properties": {
        "Symbol": {
          "type": "string"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TimeBasedForecastProperties": {
      "type": "object",
      "properties": {
        "LowerBoundary": {
          "type": "number"
        },
        "PeriodsBackward": {
          "type": "number"
        },
        "PeriodsForward": {
          "type": "number"
        },
        "PredictionInterval": {
          "type": "number"
        },
        "Seasonality": {
          "type": "number"
        },
        "UpperBoundary": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TimeEqualityFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultFilterControlConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "ParameterName": {
          "type": "string"
        },
        "RollingDate": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RollingDateConfiguration"
        },
        "TimeGranularity": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FilterId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TimeRangeDrillDownFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "RangeMaximum": {
          "type": "string"
        },
        "RangeMinimum": {
          "type": "string"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "RangeMaximum",
        "RangeMinimum",
        "TimeGranularity"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TimeRangeFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultFilterControlConfiguration"
        },
        "ExcludePeriodConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ExcludePeriodConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "IncludeMaximum": {
          "type": "boolean"
        },
        "IncludeMinimum": {
          "type": "boolean"
        },
        "NullOption": {
          "type": "string"
        },
        "RangeMaximumValue": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TimeRangeFilterValue"
        },
        "RangeMinimumValue": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TimeRangeFilterValue"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "Column",
        "FilterId",
        "NullOption"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TimeRangeFilterValue": {
      "type": "object",
      "properties": {
        "Parameter": {
          "type": "string"
        },
        "RollingDate": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RollingDateConfiguration"
        },
        "StaticValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TooltipItem": {
      "type": "object",
      "properties": {
        "ColumnTooltipItem": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnTooltipItem"
        },
        "FieldTooltipItem": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FieldTooltipItem"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TooltipOptions": {
      "type": "object",
      "properties": {
        "FieldBasedTooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FieldBasedTooltip"
        },
        "SelectedTooltipType": {
          "type": "string"
        },
        "TooltipVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TopBottomFilter": {
      "type": "object",
      "properties": {
        "AggregationSortConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.AggregationSortConfiguration"
          },
          "type": "array"
        },
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "DefaultFilterControlConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DefaultFilterControlConfiguration"
        },
        "FilterId": {
          "type": "string"
        },
        "Limit": {
          "type": "number"
        },
        "ParameterName": {
          "type": "string"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "AggregationSortConfigurations",
        "Column",
        "FilterId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TopBottomMoversComputation": {
      "type": "object",
      "properties": {
        "Category": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
        },
        "ComputationId": {
          "type": "string"
        },
        "MoverSize": {
          "type": "number"
        },
        "Name": {
          "type": "string"
        },
        "SortOrder": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
        },
        "Type": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
        }
      },
      "required": [
        "ComputationId",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TopBottomRankedComputation": {
      "type": "object",
      "properties": {
        "Category": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
        },
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "ResultSize": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
        }
      },
      "required": [
        "ComputationId",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TotalAggregationComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TotalAggregationFunction": {
      "type": "object",
      "properties": {
        "SimpleTotalAggregationFunction": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TotalAggregationOption": {
      "type": "object",
      "properties": {
        "FieldId": {
          "type": "string"
        },
        "TotalAggregationFunction": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TotalAggregationFunction"
        }
      },
      "required": [
        "FieldId",
        "TotalAggregationFunction"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TotalOptions": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "type": "string"
        },
        "Placement": {
          "type": "string"
        },
        "ScrollStatus": {
          "type": "string"
        },
        "TotalAggregationOptions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.TotalAggregationOption"
          },
          "type": "array"
        },
        "TotalCellStyle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableCellStyle"
        },
        "TotalsVisibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TreeMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Colors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        },
        "Groups": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Sizes": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TreeMapConfiguration": {
      "type": "object",
      "properties": {
        "ColorLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "ColorScale": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColorScale"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TreeMapFieldWells"
        },
        "GroupLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LegendOptions"
        },
        "SizeLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TreeMapSortConfiguration"
        },
        "Tooltip": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TooltipOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TreeMapFieldWells": {
      "type": "object",
      "properties": {
        "TreeMapAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TreeMapAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TreeMapSortConfiguration": {
      "type": "object",
      "properties": {
        "TreeMapGroupItemsLimitConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "TreeMapSort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TreeMapVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TreeMapConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.TrendArrowOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.UnaggregatedField": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ColumnIdentifier"
        },
        "FieldId": {
          "type": "string"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.UniqueValuesComputation": {
      "type": "object",
      "properties": {
        "Category": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
        },
        "ComputationId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "ComputationId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.ValidationStrategy": {
      "type": "object",
      "properties": {
        "Mode": {
          "type": "string"
        }
      },
      "required": [
        "Mode"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.VisibleRangeOptions": {
      "type": "object",
      "properties": {
        "PercentRange": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PercentVisibleRange"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.Visual": {
      "type": "object",
      "properties": {
        "BarChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.BarChartVisual"
        },
        "BoxPlotVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.BoxPlotVisual"
        },
        "ComboChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ComboChartVisual"
        },
        "CustomContentVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CustomContentVisual"
        },
        "EmptyVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.EmptyVisual"
        },
        "FilledMapVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FilledMapVisual"
        },
        "FunnelChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.FunnelChartVisual"
        },
        "GaugeChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GaugeChartVisual"
        },
        "GeospatialMapVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.GeospatialMapVisual"
        },
        "HeatMapVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.HeatMapVisual"
        },
        "HistogramVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.HistogramVisual"
        },
        "InsightVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.InsightVisual"
        },
        "KPIVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.KPIVisual"
        },
        "LineChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LineChartVisual"
        },
        "PieChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PieChartVisual"
        },
        "PivotTableVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.PivotTableVisual"
        },
        "RadarChartVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.RadarChartVisual"
        },
        "SankeyDiagramVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.SankeyDiagramVisual"
        },
        "ScatterPlotVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ScatterPlotVisual"
        },
        "TableVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TableVisual"
        },
        "TreeMapVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.TreeMapVisual"
        },
        "WaterfallVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.WaterfallVisual"
        },
        "WordCloudVisual": {
          "$ref": "#/$defs/AWS::QuickSight::Template.WordCloudVisual"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.VisualCustomAction": {
      "type": "object",
      "properties": {
        "ActionOperations": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomActionOperation"
          },
          "type": "array"
        },
        "CustomActionId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        },
        "Trigger": {
          "type": "string"
        }
      },
      "required": [
        "ActionOperations",
        "CustomActionId",
        "Name",
        "Trigger"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.VisualCustomActionOperation": {
      "type": "object",
      "properties": {
        "FilterOperation": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CustomActionFilterOperation"
        },
        "NavigationOperation": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CustomActionNavigationOperation"
        },
        "SetParametersOperation": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CustomActionSetParametersOperation"
        },
        "URLOperation": {
          "$ref": "#/$defs/AWS::QuickSight::Template.CustomActionURLOperation"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.VisualPalette": {
      "type": "object",
      "properties": {
        "ChartColor": {
          "type": "string"
        },
        "ColorMap": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DataPathColor"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.VisualSubtitleLabelOptions": {
      "type": "object",
      "properties": {
        "FormatText": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LongFormatText"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.VisualTitleLabelOptions": {
      "type": "object",
      "properties": {
        "FormatText": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ShortFormatText"
        },
        "Visibility": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.WaterfallChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Breakdowns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Categories": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Values": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.WaterfallChartConfiguration": {
      "type": "object",
      "properties": {
        "CategoryAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "CategoryAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/AWS::QuickSight::Template.DataLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.WaterfallChartFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/AWS::QuickSight::Template.LegendOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.AxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.WaterfallChartSortConfiguration"
        },
        "VisualPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualPalette"
        },
        "WaterfallChartOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.WaterfallChartOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.WaterfallChartFieldWells": {
      "type": "object",
      "properties": {
        "WaterfallChartAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.WaterfallChartAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.WaterfallChartOptions": {
      "type": "object",
      "properties": {
        "TotalBarLabel": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.WaterfallChartSortConfiguration": {
      "type": "object",
      "properties": {
        "BreakdownItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.WaterfallVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.WaterfallChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.WhatIfPointScenario": {
      "type": "object",
      "properties": {
        "Date": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Date",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.WhatIfRangeScenario": {
      "type": "object",
      "properties": {
        "EndDate": {
          "type": "string"
        },
        "StartDate": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "EndDate",
        "StartDate",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.WordCloudAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "GroupBy": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.DimensionField"
          },
          "type": "array"
        },
        "Size": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.MeasureField"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.WordCloudChartConfiguration": {
      "type": "object",
      "properties": {
        "CategoryLabelOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ChartAxisLabelOptions"
        },
        "FieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.WordCloudFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.WordCloudSortConfiguration"
        },
        "WordCloudOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Template.WordCloudOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.WordCloudFieldWells": {
      "type": "object",
      "properties": {
        "WordCloudAggregatedFieldWells": {
          "$ref": "#/$defs/AWS::QuickSight::Template.WordCloudAggregatedFieldWells"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.WordCloudOptions": {
      "type": "object",
      "properties": {
        "CloudLayout": {
          "type": "string"
        },
        "MaximumStringLength": {
          "type": "number"
        },
        "WordCasing": {
          "type": "string"
        },
        "WordOrientation": {
          "type": "string"
        },
        "WordPadding": {
          "type": "string"
        },
        "WordScaling": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.WordCloudSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/AWS::QuickSight::Template.ItemsLimitConfiguration"
        },
        "CategorySort": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.FieldSortOptions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Template.WordCloudVisual": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.VisualCustomAction"
          },
          "type": "array"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/AWS::QuickSight::Template.WordCloudChartConfiguration"
        },
        "ColumnHierarchies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Template.ColumnHierarchy"
          },
          "type": "array"
        },
        "Subtitle": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualSubtitleLabelOptions"
        },
        "Title": {
          "$ref": "#/$defs/AWS::QuickSight::Template.VisualTitleLabelOptions"
        },
        "VisualId": {
          "type": "string"
        }
      },
      "required": [
        "VisualId"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Theme": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AwsAccountId": {
              "type": "string"
            },
            "BaseThemeId": {
              "type": "string"
            },
            "Configuration": {
              "$ref": "#/$defs/AWS::QuickSight::Theme.ThemeConfiguration"
            },
            "Name": {
              "type": "string"
            },
            "Permissions": {
              "items": {
                "$ref": "#/$defs/AWS::QuickSight::Theme.ResourcePermission"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "ThemeId": {
              "type": "string"
            },
            "VersionDescription": {
              "type": "string"
            }
          },
          "required": [
            "AwsAccountId",
            "BaseThemeId",
            "Configuration",
            "Name",
            "ThemeId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::QuickSight::Theme"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Theme.BorderStyle": {
      "type": "object",
      "properties": {
        "Show": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Theme.DataColorPalette": {
      "type": "object",
      "properties": {
        "Colors": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "EmptyFillColor": {
          "type": "string"
        },
        "MinMaxGradient": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Theme.Font": {
      "type": "object",
      "properties": {
        "FontFamily": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Theme.GutterStyle": {
      "type": "object",
      "properties": {
        "Show": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Theme.MarginStyle": {
      "type": "object",
      "properties": {
        "Show": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Theme.ResourcePermission": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Principal": {
          "type": "string"
        }
      },
      "required": [
        "Actions",
        "Principal"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Theme.SheetStyle": {
      "type": "object",
      "properties": {
        "Tile": {
          "$ref": "#/$defs/AWS::QuickSight::Theme.TileStyle"
        },
        "TileLayout": {
          "$ref": "#/$defs/AWS::QuickSight::Theme.TileLayoutStyle"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Theme.ThemeConfiguration": {
      "type": "object",
      "properties": {
        "DataColorPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Theme.DataColorPalette"
        },
        "Sheet": {
          "$ref": "#/$defs/AWS::QuickSight::Theme.SheetStyle"
        },
        "Typography": {
          "$ref": "#/$defs/AWS::QuickSight::Theme.Typography"
        },
        "UIColorPalette": {
          "$ref": "#/$defs/AWS::QuickSight::Theme.UIColorPalette"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Theme.ThemeError": {
      "type": "object",
      "properties": {
        "Message": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Theme.ThemeVersion": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "BaseThemeId": {
          "type": "string"
        },
        "Configuration": {
          "$ref": "#/$defs/AWS::QuickSight::Theme.ThemeConfiguration"
        },
        "CreatedTime": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "Errors": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Theme.ThemeError"
          },
          "type": "array"
        },
        "Status": {
          "type": "string"
        },
        "VersionNumber": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Theme.TileLayoutStyle": {
      "type": "object",
      "properties": {
        "Gutter": {
          "$ref": "#/$defs/AWS::QuickSight::Theme.GutterStyle"
        },
        "Margin": {
          "$ref": "#/$defs/AWS::QuickSight::Theme.MarginStyle"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Theme.TileStyle": {
      "type": "object",
      "properties": {
        "Border": {
          "$ref": "#/$defs/AWS::QuickSight::Theme.BorderStyle"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Theme.Typography": {
      "type": "object",
      "properties": {
        "FontFamilies": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Theme.Font"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Theme.UIColorPalette": {
      "type": "object",
      "properties": {
        "Accent": {
          "type": "string"
        },
        "AccentForeground": {
          "type": "string"
        },
        "Danger": {
          "type": "string"
        },
        "DangerForeground": {
          "type": "string"
        },
        "Dimension": {
          "type": "string"
        },
        "DimensionForeground": {
          "type": "string"
        },
        "Measure": {
          "type": "string"
        },
        "MeasureForeground": {
          "type": "string"
        },
        "PrimaryBackground": {
          "type": "string"
        },
        "PrimaryForeground": {
          "type": "string"
        },
        "SecondaryBackground": {
          "type": "string"
        },
        "SecondaryForeground": {
          "type": "string"
        },
        "Success": {
          "type": "string"
        },
        "SuccessForeground": {
          "type": "string"
        },
        "Warning": {
          "type": "string"
        },
        "WarningForeground": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AwsAccountId": {
              "type": "string"
            },
            "DataSets": {
              "items": {
                "$ref": "#/$defs/AWS::QuickSight::Topic.DatasetMetadata"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "TopicId": {
              "type": "string"
            },
            "UserExperienceVersion": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::QuickSight::Topic"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.CellValueSynonym": {
      "type": "object",
      "properties": {
        "CellValue": {
          "type": "string"
        },
        "Synonyms": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.CollectiveConstant": {
      "type": "object",
      "properties": {
        "ValueList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.ComparativeOrder": {
      "type": "object",
      "properties": {
        "SpecifedOrder": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TreatUndefinedSpecifiedValues": {
          "type": "string"
        },
        "UseOrdering": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.DataAggregation": {
      "type": "object",
      "properties": {
        "DatasetRowDateGranularity": {
          "type": "string"
        },
        "DefaultDateColumnName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.DatasetMetadata": {
      "type": "object",
      "properties": {
        "CalculatedFields": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Topic.TopicCalculatedField"
          },
          "type": "array"
        },
        "Columns": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Topic.TopicColumn"
          },
          "type": "array"
        },
        "DataAggregation": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.DataAggregation"
        },
        "DatasetArn": {
          "type": "string"
        },
        "DatasetDescription": {
          "type": "string"
        },
        "DatasetName": {
          "type": "string"
        },
        "Filters": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Topic.TopicFilter"
          },
          "type": "array"
        },
        "NamedEntities": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Topic.TopicNamedEntity"
          },
          "type": "array"
        }
      },
      "required": [
        "DatasetArn"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.DefaultFormatting": {
      "type": "object",
      "properties": {
        "DisplayFormat": {
          "type": "string"
        },
        "DisplayFormatOptions": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.DisplayFormatOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.DisplayFormatOptions": {
      "type": "object",
      "properties": {
        "BlankCellFormat": {
          "type": "string"
        },
        "CurrencySymbol": {
          "type": "string"
        },
        "DateFormat": {
          "type": "string"
        },
        "DecimalSeparator": {
          "type": "string"
        },
        "FractionDigits": {
          "type": "number"
        },
        "GroupingSeparator": {
          "type": "string"
        },
        "NegativeFormat": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.NegativeFormat"
        },
        "Prefix": {
          "type": "string"
        },
        "Suffix": {
          "type": "string"
        },
        "UnitScaler": {
          "type": "string"
        },
        "UseBlankCellFormat": {
          "type": "boolean"
        },
        "UseGrouping": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.NamedEntityDefinition": {
      "type": "object",
      "properties": {
        "FieldName": {
          "type": "string"
        },
        "Metric": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.NamedEntityDefinitionMetric"
        },
        "PropertyName": {
          "type": "string"
        },
        "PropertyRole": {
          "type": "string"
        },
        "PropertyUsage": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.NamedEntityDefinitionMetric": {
      "type": "object",
      "properties": {
        "Aggregation": {
          "type": "string"
        },
        "AggregationFunctionParameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.NegativeFormat": {
      "type": "object",
      "properties": {
        "Prefix": {
          "type": "string"
        },
        "Suffix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.RangeConstant": {
      "type": "object",
      "properties": {
        "Maximum": {
          "type": "string"
        },
        "Minimum": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.SemanticEntityType": {
      "type": "object",
      "properties": {
        "SubTypeName": {
          "type": "string"
        },
        "TypeName": {
          "type": "string"
        },
        "TypeParameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.SemanticType": {
      "type": "object",
      "properties": {
        "FalseyCellValue": {
          "type": "string"
        },
        "FalseyCellValueSynonyms": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubTypeName": {
          "type": "string"
        },
        "TruthyCellValue": {
          "type": "string"
        },
        "TruthyCellValueSynonyms": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TypeName": {
          "type": "string"
        },
        "TypeParameters": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.TopicCalculatedField": {
      "type": "object",
      "properties": {
        "Aggregation": {
          "type": "string"
        },
        "AllowedAggregations": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CalculatedFieldDescription": {
          "type": "string"
        },
        "CalculatedFieldName": {
          "type": "string"
        },
        "CalculatedFieldSynonyms": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CellValueSynonyms": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Topic.CellValueSynonym"
          },
          "type": "array"
        },
        "ColumnDataRole": {
          "type": "string"
        },
        "ComparativeOrder": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.ComparativeOrder"
        },
        "DefaultFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.DefaultFormatting"
        },
        "Expression": {
          "type": "string"
        },
        "IsIncludedInTopic": {
          "type": "boolean"
        },
        "NeverAggregateInFilter": {
          "type": "boolean"
        },
        "NonAdditive": {
          "type": "boolean"
        },
        "NotAllowedAggregations": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SemanticType": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.SemanticType"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "CalculatedFieldName",
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.TopicCategoryFilter": {
      "type": "object",
      "properties": {
        "CategoryFilterFunction": {
          "type": "string"
        },
        "CategoryFilterType": {
          "type": "string"
        },
        "Constant": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.TopicCategoryFilterConstant"
        },
        "Inverse": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.TopicCategoryFilterConstant": {
      "type": "object",
      "properties": {
        "CollectiveConstant": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.CollectiveConstant"
        },
        "ConstantType": {
          "type": "string"
        },
        "SingularConstant": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.TopicColumn": {
      "type": "object",
      "properties": {
        "Aggregation": {
          "type": "string"
        },
        "AllowedAggregations": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CellValueSynonyms": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Topic.CellValueSynonym"
          },
          "type": "array"
        },
        "ColumnDataRole": {
          "type": "string"
        },
        "ColumnDescription": {
          "type": "string"
        },
        "ColumnFriendlyName": {
          "type": "string"
        },
        "ColumnName": {
          "type": "string"
        },
        "ColumnSynonyms": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ComparativeOrder": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.ComparativeOrder"
        },
        "DefaultFormatting": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.DefaultFormatting"
        },
        "IsIncludedInTopic": {
          "type": "boolean"
        },
        "NeverAggregateInFilter": {
          "type": "boolean"
        },
        "NonAdditive": {
          "type": "boolean"
        },
        "NotAllowedAggregations": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SemanticType": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.SemanticType"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "required": [
        "ColumnName"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.TopicDateRangeFilter": {
      "type": "object",
      "properties": {
        "Constant": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.TopicRangeFilterConstant"
        },
        "Inclusive": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.TopicFilter": {
      "type": "object",
      "properties": {
        "CategoryFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.TopicCategoryFilter"
        },
        "DateRangeFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.TopicDateRangeFilter"
        },
        "FilterClass": {
          "type": "string"
        },
        "FilterDescription": {
          "type": "string"
        },
        "FilterName": {
          "type": "string"
        },
        "FilterSynonyms": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "FilterType": {
          "type": "string"
        },
        "NumericEqualityFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.TopicNumericEqualityFilter"
        },
        "NumericRangeFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.TopicNumericRangeFilter"
        },
        "OperandFieldName": {
          "type": "string"
        },
        "RelativeDateFilter": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.TopicRelativeDateFilter"
        }
      },
      "required": [
        "FilterName",
        "OperandFieldName"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.TopicNamedEntity": {
      "type": "object",
      "properties": {
        "Definition": {
          "items": {
            "$ref": "#/$defs/AWS::QuickSight::Topic.NamedEntityDefinition"
          },
          "type": "array"
        },
        "EntityDescription": {
          "type": "string"
        },
        "EntityName": {
          "type": "string"
        },
        "EntitySynonyms": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SemanticEntityType": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.SemanticEntityType"
        }
      },
      "required": [
        "EntityName"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.TopicNumericEqualityFilter": {
      "type": "object",
      "properties": {
        "Aggregation": {
          "type": "string"
        },
        "Constant": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.TopicSingularFilterConstant"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.TopicNumericRangeFilter": {
      "type": "object",
      "properties": {
        "Aggregation": {
          "type": "string"
        },
        "Constant": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.TopicRangeFilterConstant"
        },
        "Inclusive": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.TopicRangeFilterConstant": {
      "type": "object",
      "properties": {
        "ConstantType": {
          "type": "string"
        },
        "RangeConstant": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.RangeConstant"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.TopicRelativeDateFilter": {
      "type": "object",
      "properties": {
        "Constant": {
          "$ref": "#/$defs/AWS::QuickSight::Topic.TopicSingularFilterConstant"
        },
        "RelativeDateFilterFunction": {
          "type": "string"
        },
        "TimeGranularity": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::Topic.TopicSingularFilterConstant": {
      "type": "object",
      "properties": {
        "ConstantType": {
          "type": "string"
        },
        "SingularConstant": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::QuickSight::VPCConnection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AvailabilityStatus": {
              "type": "string"
            },
            "AwsAccountId": {
              "type": "string"
            },
            "DnsResolvers": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VPCConnectionId": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::QuickSight::VPCConnection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::QuickSight::VPCConnection.NetworkInterface": {
      "type": "object",
      "properties": {
        "AvailabilityZone": {
          "type": "string"
        },
        "ErrorMessage": {
          "type": "string"
        },
        "NetworkInterfaceId": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        },
        "SubnetId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RAM::Permission": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "PolicyTemplate": {
              "type": "object"
            },
            "ResourceType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "PolicyTemplate",
            "ResourceType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RAM::Permission"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RAM::ResourceShare": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllowExternalPrincipals": {
              "type": "boolean"
            },
            "Name": {
              "type": "string"
            },
            "PermissionArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Principals": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ResourceArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Sources": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RAM::ResourceShare"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::CustomDBEngineVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DatabaseInstallationFilesS3BucketName": {
              "type": "string"
            },
            "DatabaseInstallationFilesS3Prefix": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Engine": {
              "type": "string"
            },
            "EngineVersion": {
              "type": "string"
            },
            "ImageId": {
              "type": "string"
            },
            "KMSKeyId": {
              "type": "string"
            },
            "Manifest": {
              "type": "string"
            },
            "SourceCustomDbEngineVersionIdentifier": {
              "type": "string"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UseAwsProvidedLatestImage": {
              "type": "boolean"
            }
          },
          "required": [
            "Engine",
            "EngineVersion"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RDS::CustomDBEngineVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::DBCluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllocatedStorage": {
              "type": "number"
            },
            "AssociatedRoles": {
              "items": {
                "$ref": "#/$defs/AWS::RDS::DBCluster.DBClusterRole"
              },
              "type": "array"
            },
            "AutoMinorVersionUpgrade": {
              "type": "boolean"
            },
            "AvailabilityZones": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "BacktrackWindow": {
              "type": "number"
            },
            "BackupRetentionPeriod": {
              "type": "number"
            },
            "CopyTagsToSnapshot": {
              "type": "boolean"
            },
            "DBClusterIdentifier": {
              "type": "string"
            },
            "DBClusterInstanceClass": {
              "type": "string"
            },
            "DBClusterParameterGroupName": {
              "type": "string"
            },
            "DBInstanceParameterGroupName": {
              "type": "string"
            },
            "DBSubnetGroupName": {
              "type": "string"
            },
            "DBSystemId": {
              "type": "string"
            },
            "DatabaseName": {
              "type": "string"
            },
            "DeletionProtection": {
              "type": "boolean"
            },
            "Domain": {
              "type": "string"
            },
            "DomainIAMRoleName": {
              "type": "string"
            },
            "EnableCloudwatchLogsExports": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "EnableGlobalWriteForwarding": {
              "type": "boolean"
            },
            "EnableHttpEndpoint": {
              "type": "boolean"
            },
            "EnableIAMDatabaseAuthentication": {
              "type": "boolean"
            },
            "Engine": {
              "type": "string"
            },
            "EngineMode": {
              "type": "string"
            },
            "EngineVersion": {
              "type": "string"
            },
            "GlobalClusterIdentifier": {
              "type": "string"
            },
            "Iops": {
              "type": "number"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "ManageMasterUserPassword": {
              "type": "boolean"
            },
            "MasterUserPassword": {
              "type": "string"
            },
            "MasterUserSecret": {
              "$ref": "#/$defs/AWS::RDS::DBCluster.MasterUserSecret"
            },
            "MasterUsername": {
              "type": "string"
            },
            "MonitoringInterval": {
              "type": "number"
            },
            "MonitoringRoleArn": {
              "type": "string"
            },
            "NetworkType": {
              "type": "string"
            },
            "PerformanceInsightsEnabled": {
              "type": "boolean"
            },
            "PerformanceInsightsKmsKeyId": {
              "type": "string"
            },
            "PerformanceInsightsRetentionPeriod": {
              "type": "number"
            },
            "Port": {
              "type": "number"
            },
            "PreferredBackupWindow": {
              "type": "string"
            },
            "PreferredMaintenanceWindow": {
              "type": "string"
            },
            "PubliclyAccessible": {
              "type": "boolean"
            },
            "ReplicationSourceIdentifier": {
              "type": "string"
            },
            "RestoreToTime": {
              "type": "string"
            },
            "RestoreType": {
              "type": "string"
            },
            "ScalingConfiguration": {
              "$ref": "#/$defs/AWS::RDS::DBCluster.ScalingConfiguration"
            },
            "ServerlessV2ScalingConfiguration": {
              "$ref": "#/$defs/AWS::RDS::DBCluster.ServerlessV2ScalingConfiguration"
            },
            "SnapshotIdentifier": {
              "type": "string"
            },
            "SourceDBClusterIdentifier": {
              "type": "string"
            },
            "SourceRegion": {
              "type": "string"
            },
            "StorageEncrypted": {
              "type": "boolean"
            },
            "StorageType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UseLatestRestorableTime": {
              "type": "boolean"
            },
            "VpcSecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RDS::DBCluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::DBCluster.DBClusterRole": {
      "type": "object",
      "properties": {
        "FeatureName": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::DBCluster.Endpoint": {
      "type": "object",
      "properties": {
        "Address": {
          "type": "string"
        },
        "Port": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RDS::DBCluster.MasterUserSecret": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "SecretArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RDS::DBCluster.ReadEndpoint": {
      "type": "object",
      "properties": {
        "Address": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RDS::DBCluster.ScalingConfiguration": {
      "type": "object",
      "properties": {
        "AutoPause": {
          "type": "boolean"
        },
        "MaxCapacity": {
          "type": "number"
        },
        "MinCapacity": {
          "type": "number"
        },
        "SecondsBeforeTimeout": {
          "type": "number"
        },
        "SecondsUntilAutoPause": {
          "type": "number"
        },
        "TimeoutAction": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RDS::DBCluster.ServerlessV2ScalingConfiguration": {
      "type": "object",
      "properties": {
        "MaxCapacity": {
          "type": "number"
        },
        "MinCapacity": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::RDS::DBClusterParameterGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DBClusterParameterGroupName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Family": {
              "type": "string"
            },
            "Parameters": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Description",
            "Family",
            "Parameters"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RDS::DBClusterParameterGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::DBInstance": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllocatedStorage": {
              "type": "string"
            },
            "AllowMajorVersionUpgrade": {
              "type": "boolean"
            },
            "AssociatedRoles": {
              "items": {
                "$ref": "#/$defs/AWS::RDS::DBInstance.DBInstanceRole"
              },
              "type": "array"
            },
            "AutoMinorVersionUpgrade": {
              "type": "boolean"
            },
            "AutomaticBackupReplicationKmsKeyId": {
              "type": "string"
            },
            "AutomaticBackupReplicationRegion": {
              "type": "string"
            },
            "AvailabilityZone": {
              "type": "string"
            },
            "BackupRetentionPeriod": {
              "type": "number"
            },
            "CACertificateIdentifier": {
              "type": "string"
            },
            "CertificateDetails": {
              "$ref": "#/$defs/AWS::RDS::DBInstance.CertificateDetails"
            },
            "CertificateRotationRestart": {
              "type": "boolean"
            },
            "CharacterSetName": {
              "type": "string"
            },
            "CopyTagsToSnapshot": {
              "type": "boolean"
            },
            "CustomIAMInstanceProfile": {
              "type": "string"
            },
            "DBClusterIdentifier": {
              "type": "string"
            },
            "DBClusterSnapshotIdentifier": {
              "type": "string"
            },
            "DBInstanceClass": {
              "type": "string"
            },
            "DBInstanceIdentifier": {
              "type": "string"
            },
            "DBName": {
              "type": "string"
            },
            "DBParameterGroupName": {
              "type": "string"
            },
            "DBSecurityGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "DBSnapshotIdentifier": {
              "type": "string"
            },
            "DBSubnetGroupName": {
              "type": "string"
            },
            "DedicatedLogVolume": {
              "type": "boolean"
            },
            "DeleteAutomatedBackups": {
              "type": "boolean"
            },
            "DeletionProtection": {
              "type": "boolean"
            },
            "Domain": {
              "type": "string"
            },
            "DomainAuthSecretArn": {
              "type": "string"
            },
            "DomainDnsIps": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "DomainFqdn": {
              "type": "string"
            },
            "DomainIAMRoleName": {
              "type": "string"
            },
            "DomainOu": {
              "type": "string"
            },
            "EnableCloudwatchLogsExports": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "EnableIAMDatabaseAuthentication": {
              "type": "boolean"
            },
            "EnablePerformanceInsights": {
              "type": "boolean"
            },
            "Endpoint": {
              "$ref": "#/$defs/AWS::RDS::DBInstance.Endpoint"
            },
            "Engine": {
              "type": "string"
            },
            "EngineVersion": {
              "type": "string"
            },
            "Iops": {
              "type": "number"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "LicenseModel": {
              "type": "string"
            },
            "ManageMasterUserPassword": {
              "type": "boolean"
            },
            "MasterUserPassword": {
              "type": "string"
            },
            "MasterUserSecret": {
              "$ref": "#/$defs/AWS::RDS::DBInstance.MasterUserSecret"
            },
            "MasterUsername": {
              "type": "string"
            },
            "MaxAllocatedStorage": {
              "type": "number"
            },
            "MonitoringInterval": {
              "type": "number"
            },
            "MonitoringRoleArn": {
              "type": "string"
            },
            "MultiAZ": {
              "type": "boolean"
            },
            "NcharCharacterSetName": {
              "type": "string"
            },
            "NetworkType": {
              "type": "string"
            },
            "OptionGroupName": {
              "type": "string"
            },
            "PerformanceInsightsKMSKeyId": {
              "type": "string"
            },
            "PerformanceInsightsRetentionPeriod": {
              "type": "number"
            },
            "Port": {
              "type": "string"
            },
            "PreferredBackupWindow": {
              "type": "string"
            },
            "PreferredMaintenanceWindow": {
              "type": "string"
            },
            "ProcessorFeatures": {
              "items": {
                "$ref": "#/$defs/AWS::RDS::DBInstance.ProcessorFeature"
              },
              "type": "array"
            },
            "PromotionTier": {
              "type": "number"
            },
            "PubliclyAccessible": {
              "type": "boolean"
            },
            "ReplicaMode": {
              "type": "string"
            },
            "RestoreTime": {
              "type": "string"
            },
            "SourceDBClusterIdentifier": {
              "type": "string"
            },
            "SourceDBInstanceAutomatedBackupsArn": {
              "type": "string"
            },
            "SourceDBInstanceIdentifier": {
              "type": "string"
            },
            "SourceDbiResourceId": {
              "type": "string"
            },
            "SourceRegion": {
              "type": "string"
            },
            "StorageEncrypted": {
              "type": "boolean"
            },
            "StorageThroughput": {
              "type": "number"
            },
            "StorageType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Timezone": {
              "type": "string"
            },
            "UseDefaultProcessorFeatures": {
              "type": "boolean"
            },
            "UseLatestRestorableTime": {
              "type": "boolean"
            },
            "VPCSecurityGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RDS::DBInstance"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::DBInstance.CertificateDetails": {
      "type": "object",
      "properties": {
        "CAIdentifier": {
          "type": "string"
        },
        "ValidTill": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RDS::DBInstance.DBInstanceRole": {
      "type": "object",
      "properties": {
        "FeatureName": {
          "type": "string"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "required": [
        "FeatureName",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::DBInstance.Endpoint": {
      "type": "object",
      "properties": {
        "Address": {
          "type": "string"
        },
        "HostedZoneId": {
          "type": "string"
        },
        "Port": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RDS::DBInstance.MasterUserSecret": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "SecretArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RDS::DBInstance.ProcessorFeature": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RDS::DBParameterGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DBParameterGroupName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Family": {
              "type": "string"
            },
            "Parameters": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Description",
            "Family"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RDS::DBParameterGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::DBProxy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Auth": {
              "items": {
                "$ref": "#/$defs/AWS::RDS::DBProxy.AuthFormat"
              },
              "type": "array"
            },
            "DBProxyName": {
              "type": "string"
            },
            "DebugLogging": {
              "type": "boolean"
            },
            "EngineFamily": {
              "type": "string"
            },
            "IdleClientTimeout": {
              "type": "number"
            },
            "RequireTLS": {
              "type": "boolean"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::RDS::DBProxy.TagFormat"
              },
              "type": "array"
            },
            "VpcSecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "VpcSubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "Auth",
            "DBProxyName",
            "EngineFamily",
            "RoleArn",
            "VpcSubnetIds"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RDS::DBProxy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::DBProxy.AuthFormat": {
      "type": "object",
      "properties": {
        "AuthScheme": {
          "type": "string"
        },
        "ClientPasswordAuthType": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "IAMAuth": {
          "type": "string"
        },
        "SecretArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RDS::DBProxy.TagFormat": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RDS::DBProxyEndpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DBProxyEndpointName": {
              "type": "string"
            },
            "DBProxyName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::RDS::DBProxyEndpoint.TagFormat"
              },
              "type": "array"
            },
            "TargetRole": {
              "type": "string"
            },
            "VpcSecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "VpcSubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "DBProxyEndpointName",
            "DBProxyName",
            "VpcSubnetIds"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RDS::DBProxyEndpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::DBProxyEndpoint.TagFormat": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RDS::DBProxyTargetGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConnectionPoolConfigurationInfo": {
              "$ref": "#/$defs/AWS::RDS::DBProxyTargetGroup.ConnectionPoolConfigurationInfoFormat"
            },
            "DBClusterIdentifiers": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "DBInstanceIdentifiers": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "DBProxyName": {
              "type": "string"
            },
            "TargetGroupName": {
              "type": "string"
            }
          },
          "required": [
            "DBProxyName",
            "TargetGroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RDS::DBProxyTargetGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::DBProxyTargetGroup.ConnectionPoolConfigurationInfoFormat": {
      "type": "object",
      "properties": {
        "ConnectionBorrowTimeout": {
          "type": "number"
        },
        "InitQuery": {
          "type": "string"
        },
        "MaxConnectionsPercent": {
          "type": "number"
        },
        "MaxIdleConnectionsPercent": {
          "type": "number"
        },
        "SessionPinningFilters": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::RDS::DBSecurityGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DBSecurityGroupIngress": {
              "items": {
                "$ref": "#/$defs/AWS::RDS::DBSecurityGroup.Ingress"
              },
              "type": "array"
            },
            "EC2VpcId": {
              "type": "string"
            },
            "GroupDescription": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DBSecurityGroupIngress",
            "GroupDescription"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RDS::DBSecurityGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::DBSecurityGroup.Ingress": {
      "type": "object",
      "properties": {
        "CIDRIP": {
          "type": "string"
        },
        "EC2SecurityGroupId": {
          "type": "string"
        },
        "EC2SecurityGroupName": {
          "type": "string"
        },
        "EC2SecurityGroupOwnerId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RDS::DBSecurityGroupIngress": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CIDRIP": {
              "type": "string"
            },
            "DBSecurityGroupName": {
              "type": "string"
            },
            "EC2SecurityGroupId": {
              "type": "string"
            },
            "EC2SecurityGroupName": {
              "type": "string"
            },
            "EC2SecurityGroupOwnerId": {
              "type": "string"
            }
          },
          "required": [
            "DBSecurityGroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RDS::DBSecurityGroupIngress"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::DBSubnetGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DBSubnetGroupDescription": {
              "type": "string"
            },
            "DBSubnetGroupName": {
              "type": "string"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DBSubnetGroupDescription",
            "SubnetIds"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RDS::DBSubnetGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::EventSubscription": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Enabled": {
              "type": "boolean"
            },
            "EventCategories": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SnsTopicArn": {
              "type": "string"
            },
            "SourceIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SourceType": {
              "type": "string"
            },
            "SubscriptionName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "SnsTopicArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RDS::EventSubscription"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::GlobalCluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeletionProtection": {
              "type": "boolean"
            },
            "Engine": {
              "type": "string"
            },
            "EngineVersion": {
              "type": "string"
            },
            "GlobalClusterIdentifier": {
              "type": "string"
            },
            "SourceDBClusterIdentifier": {
              "type": "string"
            },
            "StorageEncrypted": {
              "type": "boolean"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RDS::GlobalCluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::Integration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdditionalEncryptionContext": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "DataFilter": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "IntegrationName": {
              "type": "string"
            },
            "KMSKeyId": {
              "type": "string"
            },
            "SourceArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetArn": {
              "type": "string"
            }
          },
          "required": [
            "SourceArn",
            "TargetArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RDS::Integration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::OptionGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EngineName": {
              "type": "string"
            },
            "MajorEngineVersion": {
              "type": "string"
            },
            "OptionConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::RDS::OptionGroup.OptionConfiguration"
              },
              "type": "array"
            },
            "OptionGroupDescription": {
              "type": "string"
            },
            "OptionGroupName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "EngineName",
            "MajorEngineVersion",
            "OptionGroupDescription"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RDS::OptionGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::OptionGroup.OptionConfiguration": {
      "type": "object",
      "properties": {
        "DBSecurityGroupMemberships": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "OptionName": {
          "type": "string"
        },
        "OptionSettings": {
          "items": {
            "$ref": "#/$defs/AWS::RDS::OptionGroup.OptionSetting"
          },
          "type": "array"
        },
        "OptionVersion": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "VpcSecurityGroupMemberships": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "OptionName"
      ],
      "additionalProperties": false
    },
    "AWS::RDS::OptionGroup.OptionSetting": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RUM::AppMonitor": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AppMonitorConfiguration": {
              "$ref": "#/$defs/AWS::RUM::AppMonitor.AppMonitorConfiguration"
            },
            "CustomEvents": {
              "$ref": "#/$defs/AWS::RUM::AppMonitor.CustomEvents"
            },
            "CwLogEnabled": {
              "type": "boolean"
            },
            "Domain": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Domain",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RUM::AppMonitor"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RUM::AppMonitor.AppMonitorConfiguration": {
      "type": "object",
      "properties": {
        "AllowCookies": {
          "type": "boolean"
        },
        "EnableXRay": {
          "type": "boolean"
        },
        "ExcludedPages": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "FavoritePages": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "GuestRoleArn": {
          "type": "string"
        },
        "IdentityPoolId": {
          "type": "string"
        },
        "IncludedPages": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MetricDestinations": {
          "items": {
            "$ref": "#/$defs/AWS::RUM::AppMonitor.MetricDestination"
          },
          "type": "array"
        },
        "SessionSampleRate": {
          "type": "number"
        },
        "Telemetries": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::RUM::AppMonitor.CustomEvents": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RUM::AppMonitor.MetricDefinition": {
      "type": "object",
      "properties": {
        "DimensionKeys": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "EventPattern": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Namespace": {
          "type": "string"
        },
        "UnitLabel": {
          "type": "string"
        },
        "ValueKey": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::RUM::AppMonitor.MetricDestination": {
      "type": "object",
      "properties": {
        "Destination": {
          "type": "string"
        },
        "DestinationArn": {
          "type": "string"
        },
        "IamRoleArn": {
          "type": "string"
        },
        "MetricDefinitions": {
          "items": {
            "$ref": "#/$defs/AWS::RUM::AppMonitor.MetricDefinition"
          },
          "type": "array"
        }
      },
      "required": [
        "Destination"
      ],
      "additionalProperties": false
    },
    "AWS::Redshift::Cluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllowVersionUpgrade": {
              "type": "boolean"
            },
            "AquaConfigurationStatus": {
              "type": "string"
            },
            "AutomatedSnapshotRetentionPeriod": {
              "type": "number"
            },
            "AvailabilityZone": {
              "type": "string"
            },
            "AvailabilityZoneRelocation": {
              "type": "boolean"
            },
            "AvailabilityZoneRelocationStatus": {
              "type": "string"
            },
            "Classic": {
              "type": "boolean"
            },
            "ClusterIdentifier": {
              "type": "string"
            },
            "ClusterParameterGroupName": {
              "type": "string"
            },
            "ClusterSecurityGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ClusterSubnetGroupName": {
              "type": "string"
            },
            "ClusterType": {
              "type": "string"
            },
            "ClusterVersion": {
              "type": "string"
            },
            "DBName": {
              "type": "string"
            },
            "DeferMaintenance": {
              "type": "boolean"
            },
            "DeferMaintenanceDuration": {
              "type": "number"
            },
            "DeferMaintenanceEndTime": {
              "type": "string"
            },
            "DeferMaintenanceStartTime": {
              "type": "string"
            },
            "DestinationRegion": {
              "type": "string"
            },
            "ElasticIp": {
              "type": "string"
            },
            "Encrypted": {
              "type": "boolean"
            },
            "Endpoint": {
              "$ref": "#/$defs/AWS::Redshift::Cluster.Endpoint"
            },
            "EnhancedVpcRouting": {
              "type": "boolean"
            },
            "HsmClientCertificateIdentifier": {
              "type": "string"
            },
            "HsmConfigurationIdentifier": {
              "type": "string"
            },
            "IamRoles": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "LoggingProperties": {
              "$ref": "#/$defs/AWS::Redshift::Cluster.LoggingProperties"
            },
            "MaintenanceTrackName": {
              "type": "string"
            },
            "ManageMasterPassword": {
              "type": "boolean"
            },
            "ManualSnapshotRetentionPeriod": {
              "type": "number"
            },
            "MasterPasswordSecretKmsKeyId": {
              "type": "string"
            },
            "MasterUserPassword": {
              "type": "string"
            },
            "MasterUsername": {
              "type": "string"
            },
            "MultiAZ": {
              "type": "boolean"
            },
            "NamespaceResourcePolicy": {
              "type": "object"
            },
            "NodeType": {
              "type": "string"
            },
            "NumberOfNodes": {
              "type": "number"
            },
            "OwnerAccount": {
              "type": "string"
            },
            "Port": {
              "type": "number"
            },
            "PreferredMaintenanceWindow": {
              "type": "string"
            },
            "PubliclyAccessible": {
              "type": "boolean"
            },
            "ResourceAction": {
              "type": "string"
            },
            "RevisionTarget": {
              "type": "string"
            },
            "RotateEncryptionKey": {
              "type": "boolean"
            },
            "SnapshotClusterIdentifier": {
              "type": "string"
            },
            "SnapshotCopyGrantName": {
              "type": "string"
            },
            "SnapshotCopyManual": {
              "type": "boolean"
            },
            "SnapshotCopyRetentionPeriod": {
              "type": "number"
            },
            "SnapshotIdentifier": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcSecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "ClusterType",
            "DBName",
            "MasterUsername",
            "NodeType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Redshift::Cluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Redshift::Cluster.Endpoint": {
      "type": "object",
      "properties": {
        "Address": {
          "type": "string"
        },
        "Port": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Redshift::Cluster.LoggingProperties": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "S3KeyPrefix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Redshift::ClusterParameterGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "ParameterGroupFamily": {
              "type": "string"
            },
            "ParameterGroupName": {
              "type": "string"
            },
            "Parameters": {
              "items": {
                "$ref": "#/$defs/AWS::Redshift::ClusterParameterGroup.Parameter"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Description",
            "ParameterGroupFamily"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Redshift::ClusterParameterGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Redshift::ClusterParameterGroup.Parameter": {
      "type": "object",
      "properties": {
        "ParameterName": {
          "type": "string"
        },
        "ParameterValue": {
          "type": "string"
        }
      },
      "required": [
        "ParameterName",
        "ParameterValue"
      ],
      "additionalProperties": false
    },
    "AWS::Redshift::ClusterSecurityGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Description"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Redshift::ClusterSecurityGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Redshift::ClusterSecurityGroupIngress": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CIDRIP": {
              "type": "string"
            },
            "ClusterSecurityGroupName": {
              "type": "string"
            },
            "EC2SecurityGroupName": {
              "type": "string"
            },
            "EC2SecurityGroupOwnerId": {
              "type": "string"
            }
          },
          "required": [
            "ClusterSecurityGroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Redshift::ClusterSecurityGroupIngress"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Redshift::ClusterSubnetGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Description",
            "SubnetIds"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Redshift::ClusterSubnetGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Redshift::EndpointAccess": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClusterIdentifier": {
              "type": "string"
            },
            "EndpointName": {
              "type": "string"
            },
            "ResourceOwner": {
              "type": "string"
            },
            "SubnetGroupName": {
              "type": "string"
            },
            "VpcSecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "ClusterIdentifier",
            "EndpointName",
            "SubnetGroupName",
            "VpcSecurityGroupIds"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Redshift::EndpointAccess"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Redshift::EndpointAccess.NetworkInterface": {
      "type": "object",
      "properties": {
        "AvailabilityZone": {
          "type": "string"
        },
        "NetworkInterfaceId": {
          "type": "string"
        },
        "PrivateIpAddress": {
          "type": "string"
        },
        "SubnetId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Redshift::EndpointAccess.VpcEndpoint": {
      "type": "object",
      "properties": {
        "NetworkInterfaces": {
          "items": {
            "$ref": "#/$defs/AWS::Redshift::EndpointAccess.NetworkInterface"
          },
          "type": "array"
        },
        "VpcEndpointId": {
          "type": "string"
        },
        "VpcId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Redshift::EndpointAccess.VpcSecurityGroup": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string"
        },
        "VpcSecurityGroupId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Redshift::EndpointAuthorization": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Account": {
              "type": "string"
            },
            "ClusterIdentifier": {
              "type": "string"
            },
            "Force": {
              "type": "boolean"
            },
            "VpcIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "Account",
            "ClusterIdentifier"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Redshift::EndpointAuthorization"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Redshift::EventSubscription": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Enabled": {
              "type": "boolean"
            },
            "EventCategories": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Severity": {
              "type": "string"
            },
            "SnsTopicArn": {
              "type": "string"
            },
            "SourceIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SourceType": {
              "type": "string"
            },
            "SubscriptionName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "SubscriptionName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Redshift::EventSubscription"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Redshift::ScheduledAction": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Enable": {
              "type": "boolean"
            },
            "EndTime": {
              "type": "string"
            },
            "IamRole": {
              "type": "string"
            },
            "Schedule": {
              "type": "string"
            },
            "ScheduledActionDescription": {
              "type": "string"
            },
            "ScheduledActionName": {
              "type": "string"
            },
            "StartTime": {
              "type": "string"
            },
            "TargetAction": {
              "$ref": "#/$defs/AWS::Redshift::ScheduledAction.ScheduledActionType"
            }
          },
          "required": [
            "ScheduledActionName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Redshift::ScheduledAction"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Redshift::ScheduledAction.PauseClusterMessage": {
      "type": "object",
      "properties": {
        "ClusterIdentifier": {
          "type": "string"
        }
      },
      "required": [
        "ClusterIdentifier"
      ],
      "additionalProperties": false
    },
    "AWS::Redshift::ScheduledAction.ResizeClusterMessage": {
      "type": "object",
      "properties": {
        "Classic": {
          "type": "boolean"
        },
        "ClusterIdentifier": {
          "type": "string"
        },
        "ClusterType": {
          "type": "string"
        },
        "NodeType": {
          "type": "string"
        },
        "NumberOfNodes": {
          "type": "number"
        }
      },
      "required": [
        "ClusterIdentifier"
      ],
      "additionalProperties": false
    },
    "AWS::Redshift::ScheduledAction.ResumeClusterMessage": {
      "type": "object",
      "properties": {
        "ClusterIdentifier": {
          "type": "string"
        }
      },
      "required": [
        "ClusterIdentifier"
      ],
      "additionalProperties": false
    },
    "AWS::Redshift::ScheduledAction.ScheduledActionType": {
      "type": "object",
      "properties": {
        "PauseCluster": {
          "$ref": "#/$defs/AWS::Redshift::ScheduledAction.PauseClusterMessage"
        },
        "ResizeCluster": {
          "$ref": "#/$defs/AWS::Redshift::ScheduledAction.ResizeClusterMessage"
        },
        "ResumeCluster": {
          "$ref": "#/$defs/AWS::Redshift::ScheduledAction.ResumeClusterMessage"
        }
      },
      "additionalProperties": false
    },
    "AWS::RedshiftServerless::Namespace": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdminPasswordSecretKmsKeyId": {
              "type": "string"
            },
            "AdminUserPassword": {
              "type": "string"
            },
            "AdminUsername": {
              "type": "string"
            },
            "DbName": {
              "type": "string"
            },
            "DefaultIamRoleArn": {
              "type": "string"
            },
            "FinalSnapshotName": {
              "type": "string"
            },
            "FinalSnapshotRetentionPeriod": {
              "type": "number"
            },
            "IamRoles": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "LogExports": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ManageAdminPassword": {
              "type": "boolean"
            },
            "NamespaceName": {
              "type": "string"
            },
            "NamespaceResourcePolicy": {
              "type": "object"
            },
            "RedshiftIdcApplicationArn": {
              "type": "string"
            },
            "SnapshotCopyConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::RedshiftServerless::Namespace.SnapshotCopyConfiguration"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "NamespaceName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RedshiftServerless::Namespace"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RedshiftServerless::Namespace.Namespace": {
      "type": "object",
      "properties": {
        "AdminPasswordSecretArn": {
          "type": "string"
        },
        "AdminPasswordSecretKmsKeyId": {
          "type": "string"
        },
        "AdminUsername": {
          "type": "string"
        },
        "CreationDate": {
          "type": "string"
        },
        "DbName": {
          "type": "string"
        },
        "DefaultIamRoleArn": {
          "type": "string"
        },
        "IamRoles": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "KmsKeyId": {
          "type": "string"
        },
        "LogExports": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "NamespaceArn": {
          "type": "string"
        },
        "NamespaceId": {
          "type": "string"
        },
        "NamespaceName": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RedshiftServerless::Namespace.SnapshotCopyConfiguration": {
      "type": "object",
      "properties": {
        "DestinationKmsKeyId": {
          "type": "string"
        },
        "DestinationRegion": {
          "type": "string"
        },
        "SnapshotRetentionPeriod": {
          "type": "number"
        }
      },
      "required": [
        "DestinationRegion"
      ],
      "additionalProperties": false
    },
    "AWS::RedshiftServerless::Workgroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BaseCapacity": {
              "type": "number"
            },
            "ConfigParameters": {
              "items": {
                "$ref": "#/$defs/AWS::RedshiftServerless::Workgroup.ConfigParameter"
              },
              "type": "array"
            },
            "EnhancedVpcRouting": {
              "type": "boolean"
            },
            "MaxCapacity": {
              "type": "number"
            },
            "NamespaceName": {
              "type": "string"
            },
            "Port": {
              "type": "number"
            },
            "PubliclyAccessible": {
              "type": "boolean"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "WorkgroupName": {
              "type": "string"
            }
          },
          "required": [
            "WorkgroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RedshiftServerless::Workgroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RedshiftServerless::Workgroup.ConfigParameter": {
      "type": "object",
      "properties": {
        "ParameterKey": {
          "type": "string"
        },
        "ParameterValue": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RedshiftServerless::Workgroup.Endpoint": {
      "type": "object",
      "properties": {
        "Address": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "VpcEndpoints": {
          "items": {
            "$ref": "#/$defs/AWS::RedshiftServerless::Workgroup.VpcEndpoint"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::RedshiftServerless::Workgroup.NetworkInterface": {
      "type": "object",
      "properties": {
        "AvailabilityZone": {
          "type": "string"
        },
        "NetworkInterfaceId": {
          "type": "string"
        },
        "PrivateIpAddress": {
          "type": "string"
        },
        "SubnetId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RedshiftServerless::Workgroup.VpcEndpoint": {
      "type": "object",
      "properties": {
        "NetworkInterfaces": {
          "items": {
            "$ref": "#/$defs/AWS::RedshiftServerless::Workgroup.NetworkInterface"
          },
          "type": "array"
        },
        "VpcEndpointId": {
          "type": "string"
        },
        "VpcId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RedshiftServerless::Workgroup.Workgroup": {
      "type": "object",
      "properties": {
        "BaseCapacity": {
          "type": "number"
        },
        "ConfigParameters": {
          "items": {
            "$ref": "#/$defs/AWS::RedshiftServerless::Workgroup.ConfigParameter"
          },
          "type": "array"
        },
        "CreationDate": {
          "type": "string"
        },
        "Endpoint": {
          "$ref": "#/$defs/AWS::RedshiftServerless::Workgroup.Endpoint"
        },
        "EnhancedVpcRouting": {
          "type": "boolean"
        },
        "MaxCapacity": {
          "type": "number"
        },
        "NamespaceName": {
          "type": "string"
        },
        "PubliclyAccessible": {
          "type": "boolean"
        },
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Status": {
          "type": "string"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "WorkgroupArn": {
          "type": "string"
        },
        "WorkgroupId": {
          "type": "string"
        },
        "WorkgroupName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RefactorSpaces::Application": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApiGatewayProxy": {
              "$ref": "#/$defs/AWS::RefactorSpaces::Application.ApiGatewayProxyInput"
            },
            "EnvironmentIdentifier": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ProxyType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "EnvironmentIdentifier",
            "Name",
            "ProxyType",
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RefactorSpaces::Application"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RefactorSpaces::Application.ApiGatewayProxyInput": {
      "type": "object",
      "properties": {
        "EndpointType": {
          "type": "string"
        },
        "StageName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RefactorSpaces::Environment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "NetworkFabricType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "NetworkFabricType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RefactorSpaces::Environment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RefactorSpaces::Route": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationIdentifier": {
              "type": "string"
            },
            "DefaultRoute": {
              "$ref": "#/$defs/AWS::RefactorSpaces::Route.DefaultRouteInput"
            },
            "EnvironmentIdentifier": {
              "type": "string"
            },
            "RouteType": {
              "type": "string"
            },
            "ServiceIdentifier": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UriPathRoute": {
              "$ref": "#/$defs/AWS::RefactorSpaces::Route.UriPathRouteInput"
            }
          },
          "required": [
            "ApplicationIdentifier",
            "EnvironmentIdentifier",
            "RouteType",
            "ServiceIdentifier"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RefactorSpaces::Route"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RefactorSpaces::Route.DefaultRouteInput": {
      "type": "object",
      "properties": {
        "ActivationState": {
          "type": "string"
        }
      },
      "required": [
        "ActivationState"
      ],
      "additionalProperties": false
    },
    "AWS::RefactorSpaces::Route.UriPathRouteInput": {
      "type": "object",
      "properties": {
        "ActivationState": {
          "type": "string"
        },
        "AppendSourcePath": {
          "type": "boolean"
        },
        "IncludeChildPaths": {
          "type": "boolean"
        },
        "Methods": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SourcePath": {
          "type": "string"
        }
      },
      "required": [
        "ActivationState"
      ],
      "additionalProperties": false
    },
    "AWS::RefactorSpaces::Service": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationIdentifier": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "EndpointType": {
              "type": "string"
            },
            "EnvironmentIdentifier": {
              "type": "string"
            },
            "LambdaEndpoint": {
              "$ref": "#/$defs/AWS::RefactorSpaces::Service.LambdaEndpointInput"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UrlEndpoint": {
              "$ref": "#/$defs/AWS::RefactorSpaces::Service.UrlEndpointInput"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "ApplicationIdentifier",
            "EndpointType",
            "EnvironmentIdentifier",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RefactorSpaces::Service"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RefactorSpaces::Service.LambdaEndpointInput": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        }
      },
      "required": [
        "Arn"
      ],
      "additionalProperties": false
    },
    "AWS::RefactorSpaces::Service.UrlEndpointInput": {
      "type": "object",
      "properties": {
        "HealthUrl": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        }
      },
      "required": [
        "Url"
      ],
      "additionalProperties": false
    },
    "AWS::Rekognition::Collection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CollectionId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "CollectionId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Rekognition::Collection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Rekognition::Project": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ProjectName": {
              "type": "string"
            }
          },
          "required": [
            "ProjectName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Rekognition::Project"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Rekognition::StreamProcessor": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BoundingBoxRegionsOfInterest": {
              "items": {
                "$ref": "#/$defs/AWS::Rekognition::StreamProcessor.BoundingBox"
              },
              "type": "array"
            },
            "ConnectedHomeSettings": {
              "$ref": "#/$defs/AWS::Rekognition::StreamProcessor.ConnectedHomeSettings"
            },
            "DataSharingPreference": {
              "$ref": "#/$defs/AWS::Rekognition::StreamProcessor.DataSharingPreference"
            },
            "FaceSearchSettings": {
              "$ref": "#/$defs/AWS::Rekognition::StreamProcessor.FaceSearchSettings"
            },
            "KinesisDataStream": {
              "$ref": "#/$defs/AWS::Rekognition::StreamProcessor.KinesisDataStream"
            },
            "KinesisVideoStream": {
              "$ref": "#/$defs/AWS::Rekognition::StreamProcessor.KinesisVideoStream"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "NotificationChannel": {
              "$ref": "#/$defs/AWS::Rekognition::StreamProcessor.NotificationChannel"
            },
            "PolygonRegionsOfInterest": {
              "type": "object"
            },
            "RoleArn": {
              "type": "string"
            },
            "S3Destination": {
              "$ref": "#/$defs/AWS::Rekognition::StreamProcessor.S3Destination"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "KinesisVideoStream",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Rekognition::StreamProcessor"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Rekognition::StreamProcessor.BoundingBox": {
      "type": "object",
      "properties": {
        "Height": {
          "type": "number"
        },
        "Left": {
          "type": "number"
        },
        "Top": {
          "type": "number"
        },
        "Width": {
          "type": "number"
        }
      },
      "required": [
        "Height",
        "Left",
        "Top",
        "Width"
      ],
      "additionalProperties": false
    },
    "AWS::Rekognition::StreamProcessor.ConnectedHomeSettings": {
      "type": "object",
      "properties": {
        "Labels": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MinConfidence": {
          "type": "number"
        }
      },
      "required": [
        "Labels"
      ],
      "additionalProperties": false
    },
    "AWS::Rekognition::StreamProcessor.DataSharingPreference": {
      "type": "object",
      "properties": {
        "OptIn": {
          "type": "boolean"
        }
      },
      "required": [
        "OptIn"
      ],
      "additionalProperties": false
    },
    "AWS::Rekognition::StreamProcessor.FaceSearchSettings": {
      "type": "object",
      "properties": {
        "CollectionId": {
          "type": "string"
        },
        "FaceMatchThreshold": {
          "type": "number"
        }
      },
      "required": [
        "CollectionId"
      ],
      "additionalProperties": false
    },
    "AWS::Rekognition::StreamProcessor.KinesisDataStream": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        }
      },
      "required": [
        "Arn"
      ],
      "additionalProperties": false
    },
    "AWS::Rekognition::StreamProcessor.KinesisVideoStream": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        }
      },
      "required": [
        "Arn"
      ],
      "additionalProperties": false
    },
    "AWS::Rekognition::StreamProcessor.NotificationChannel": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        }
      },
      "required": [
        "Arn"
      ],
      "additionalProperties": false
    },
    "AWS::Rekognition::StreamProcessor.S3Destination": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "ObjectKeyPrefix": {
          "type": "string"
        }
      },
      "required": [
        "BucketName"
      ],
      "additionalProperties": false
    },
    "AWS::ResilienceHub::App": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AppAssessmentSchedule": {
              "type": "string"
            },
            "AppTemplateBody": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "EventSubscriptions": {
              "items": {
                "$ref": "#/$defs/AWS::ResilienceHub::App.EventSubscription"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "PermissionModel": {
              "$ref": "#/$defs/AWS::ResilienceHub::App.PermissionModel"
            },
            "ResiliencyPolicyArn": {
              "type": "string"
            },
            "ResourceMappings": {
              "items": {
                "$ref": "#/$defs/AWS::ResilienceHub::App.ResourceMapping"
              },
              "type": "array"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "AppTemplateBody",
            "Name",
            "ResourceMappings"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ResilienceHub::App"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ResilienceHub::App.EventSubscription": {
      "type": "object",
      "properties": {
        "EventType": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "SnsTopicArn": {
          "type": "string"
        }
      },
      "required": [
        "EventType",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::ResilienceHub::App.PermissionModel": {
      "type": "object",
      "properties": {
        "CrossAccountRoleArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "InvokerRoleName": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ResilienceHub::App.PhysicalResourceId": {
      "type": "object",
      "properties": {
        "AwsAccountId": {
          "type": "string"
        },
        "AwsRegion": {
          "type": "string"
        },
        "Identifier": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Identifier",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ResilienceHub::App.ResourceMapping": {
      "type": "object",
      "properties": {
        "EksSourceName": {
          "type": "string"
        },
        "LogicalStackName": {
          "type": "string"
        },
        "MappingType": {
          "type": "string"
        },
        "PhysicalResourceId": {
          "$ref": "#/$defs/AWS::ResilienceHub::App.PhysicalResourceId"
        },
        "ResourceName": {
          "type": "string"
        },
        "TerraformSourceName": {
          "type": "string"
        }
      },
      "required": [
        "MappingType",
        "PhysicalResourceId"
      ],
      "additionalProperties": false
    },
    "AWS::ResilienceHub::ResiliencyPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataLocationConstraint": {
              "type": "string"
            },
            "Policy": {
              "$ref": "#/$defs/AWS::ResilienceHub::ResiliencyPolicy.PolicyMap"
            },
            "PolicyDescription": {
              "type": "string"
            },
            "PolicyName": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Tier": {
              "type": "string"
            }
          },
          "required": [
            "Policy",
            "PolicyName",
            "Tier"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ResilienceHub::ResiliencyPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ResilienceHub::ResiliencyPolicy.FailurePolicy": {
      "type": "object",
      "properties": {
        "RpoInSecs": {
          "type": "number"
        },
        "RtoInSecs": {
          "type": "number"
        }
      },
      "required": [
        "RpoInSecs",
        "RtoInSecs"
      ],
      "additionalProperties": false
    },
    "AWS::ResilienceHub::ResiliencyPolicy.PolicyMap": {
      "type": "object",
      "properties": {
        "AZ": {
          "$ref": "#/$defs/AWS::ResilienceHub::ResiliencyPolicy.FailurePolicy"
        },
        "Hardware": {
          "$ref": "#/$defs/AWS::ResilienceHub::ResiliencyPolicy.FailurePolicy"
        },
        "Region": {
          "$ref": "#/$defs/AWS::ResilienceHub::ResiliencyPolicy.FailurePolicy"
        },
        "Software": {
          "$ref": "#/$defs/AWS::ResilienceHub::ResiliencyPolicy.FailurePolicy"
        }
      },
      "required": [
        "AZ",
        "Hardware",
        "Software"
      ],
      "additionalProperties": false
    },
    "AWS::ResourceExplorer2::DefaultViewAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ViewArn": {
              "type": "string"
            }
          },
          "required": [
            "ViewArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ResourceExplorer2::DefaultViewAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ResourceExplorer2::Index": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ResourceExplorer2::Index"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ResourceExplorer2::View": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Filters": {
              "$ref": "#/$defs/AWS::ResourceExplorer2::View.SearchFilter"
            },
            "IncludedProperties": {
              "items": {
                "$ref": "#/$defs/AWS::ResourceExplorer2::View.IncludedProperty"
              },
              "type": "array"
            },
            "Scope": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "ViewName": {
              "type": "string"
            }
          },
          "required": [
            "ViewName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ResourceExplorer2::View"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ResourceExplorer2::View.IncludedProperty": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::ResourceExplorer2::View.SearchFilter": {
      "type": "object",
      "properties": {
        "FilterString": {
          "type": "string"
        }
      },
      "required": [
        "FilterString"
      ],
      "additionalProperties": false
    },
    "AWS::ResourceGroups::Group": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Configuration": {
              "items": {
                "$ref": "#/$defs/AWS::ResourceGroups::Group.ConfigurationItem"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ResourceQuery": {
              "$ref": "#/$defs/AWS::ResourceGroups::Group.ResourceQuery"
            },
            "Resources": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ResourceGroups::Group"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ResourceGroups::Group.ConfigurationItem": {
      "type": "object",
      "properties": {
        "Parameters": {
          "items": {
            "$ref": "#/$defs/AWS::ResourceGroups::Group.ConfigurationParameter"
          },
          "type": "array"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ResourceGroups::Group.ConfigurationParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ResourceGroups::Group.Query": {
      "type": "object",
      "properties": {
        "ResourceTypeFilters": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "StackIdentifier": {
          "type": "string"
        },
        "TagFilters": {
          "items": {
            "$ref": "#/$defs/AWS::ResourceGroups::Group.TagFilter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ResourceGroups::Group.ResourceQuery": {
      "type": "object",
      "properties": {
        "Query": {
          "$ref": "#/$defs/AWS::ResourceGroups::Group.Query"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::ResourceGroups::Group.TagFilter": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::RoboMaker::Fleet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RoboMaker::Fleet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::RoboMaker::Robot": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Architecture": {
              "type": "string"
            },
            "Fleet": {
              "type": "string"
            },
            "GreengrassGroupId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "Architecture",
            "GreengrassGroupId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RoboMaker::Robot"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RoboMaker::RobotApplication": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CurrentRevisionId": {
              "type": "string"
            },
            "Environment": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RobotSoftwareSuite": {
              "$ref": "#/$defs/AWS::RoboMaker::RobotApplication.RobotSoftwareSuite"
            },
            "Sources": {
              "items": {
                "$ref": "#/$defs/AWS::RoboMaker::RobotApplication.SourceConfig"
              },
              "type": "array"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "RobotSoftwareSuite"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RoboMaker::RobotApplication"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RoboMaker::RobotApplication.RobotSoftwareSuite": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::RoboMaker::RobotApplication.SourceConfig": {
      "type": "object",
      "properties": {
        "Architecture": {
          "type": "string"
        },
        "S3Bucket": {
          "type": "string"
        },
        "S3Key": {
          "type": "string"
        }
      },
      "required": [
        "Architecture",
        "S3Bucket",
        "S3Key"
      ],
      "additionalProperties": false
    },
    "AWS::RoboMaker::RobotApplicationVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Application": {
              "type": "string"
            },
            "CurrentRevisionId": {
              "type": "string"
            }
          },
          "required": [
            "Application"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RoboMaker::RobotApplicationVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RoboMaker::SimulationApplication": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CurrentRevisionId": {
              "type": "string"
            },
            "Environment": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RenderingEngine": {
              "$ref": "#/$defs/AWS::RoboMaker::SimulationApplication.RenderingEngine"
            },
            "RobotSoftwareSuite": {
              "$ref": "#/$defs/AWS::RoboMaker::SimulationApplication.RobotSoftwareSuite"
            },
            "SimulationSoftwareSuite": {
              "$ref": "#/$defs/AWS::RoboMaker::SimulationApplication.SimulationSoftwareSuite"
            },
            "Sources": {
              "items": {
                "$ref": "#/$defs/AWS::RoboMaker::SimulationApplication.SourceConfig"
              },
              "type": "array"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "RobotSoftwareSuite",
            "SimulationSoftwareSuite"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RoboMaker::SimulationApplication"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RoboMaker::SimulationApplication.RenderingEngine": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Version"
      ],
      "additionalProperties": false
    },
    "AWS::RoboMaker::SimulationApplication.RobotSoftwareSuite": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::RoboMaker::SimulationApplication.SimulationSoftwareSuite": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::RoboMaker::SimulationApplication.SourceConfig": {
      "type": "object",
      "properties": {
        "Architecture": {
          "type": "string"
        },
        "S3Bucket": {
          "type": "string"
        },
        "S3Key": {
          "type": "string"
        }
      },
      "required": [
        "Architecture",
        "S3Bucket",
        "S3Key"
      ],
      "additionalProperties": false
    },
    "AWS::RoboMaker::SimulationApplicationVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Application": {
              "type": "string"
            },
            "CurrentRevisionId": {
              "type": "string"
            }
          },
          "required": [
            "Application"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RoboMaker::SimulationApplicationVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RolesAnywhere::CRL": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CrlData": {
              "type": "string"
            },
            "Enabled": {
              "type": "boolean"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TrustAnchorArn": {
              "type": "string"
            }
          },
          "required": [
            "CrlData",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RolesAnywhere::CRL"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RolesAnywhere::Profile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DurationSeconds": {
              "type": "number"
            },
            "Enabled": {
              "type": "boolean"
            },
            "ManagedPolicyArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "RequireInstanceProperties": {
              "type": "boolean"
            },
            "RoleArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SessionPolicy": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "RoleArns"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RolesAnywhere::Profile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RolesAnywhere::TrustAnchor": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Enabled": {
              "type": "boolean"
            },
            "Name": {
              "type": "string"
            },
            "NotificationSettings": {
              "items": {
                "$ref": "#/$defs/AWS::RolesAnywhere::TrustAnchor.NotificationSetting"
              },
              "type": "array"
            },
            "Source": {
              "$ref": "#/$defs/AWS::RolesAnywhere::TrustAnchor.Source"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "Source"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::RolesAnywhere::TrustAnchor"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::RolesAnywhere::TrustAnchor.NotificationSetting": {
      "type": "object",
      "properties": {
        "Channel": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        },
        "Event": {
          "type": "string"
        },
        "Threshold": {
          "type": "number"
        }
      },
      "required": [
        "Enabled",
        "Event"
      ],
      "additionalProperties": false
    },
    "AWS::RolesAnywhere::TrustAnchor.Source": {
      "type": "object",
      "properties": {
        "SourceData": {
          "$ref": "#/$defs/AWS::RolesAnywhere::TrustAnchor.SourceData"
        },
        "SourceType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::RolesAnywhere::TrustAnchor.SourceData": {
      "type": "object",
      "properties": {
        "AcmPcaArn": {
          "type": "string"
        },
        "X509CertificateData": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Route53::CidrCollection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Locations": {
              "items": {
                "$ref": "#/$defs/AWS::Route53::CidrCollection.Location"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53::CidrCollection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::CidrCollection.Location": {
      "type": "object",
      "properties": {
        "CidrList": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "LocationName": {
          "type": "string"
        }
      },
      "required": [
        "CidrList",
        "LocationName"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::DNSSEC": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "HostedZoneId": {
              "type": "string"
            }
          },
          "required": [
            "HostedZoneId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53::DNSSEC"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::HealthCheck": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "HealthCheckConfig": {
              "$ref": "#/$defs/AWS::Route53::HealthCheck.HealthCheckConfig"
            },
            "HealthCheckTags": {
              "items": {
                "$ref": "#/$defs/AWS::Route53::HealthCheck.HealthCheckTag"
              },
              "type": "array"
            }
          },
          "required": [
            "HealthCheckConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53::HealthCheck"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::HealthCheck.AlarmIdentifier": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Region": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Region"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::HealthCheck.HealthCheckConfig": {
      "type": "object",
      "properties": {
        "AlarmIdentifier": {
          "$ref": "#/$defs/AWS::Route53::HealthCheck.AlarmIdentifier"
        },
        "ChildHealthChecks": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "EnableSNI": {
          "type": "boolean"
        },
        "FailureThreshold": {
          "type": "number"
        },
        "FullyQualifiedDomainName": {
          "type": "string"
        },
        "HealthThreshold": {
          "type": "number"
        },
        "IPAddress": {
          "type": "string"
        },
        "InsufficientDataHealthStatus": {
          "type": "string"
        },
        "Inverted": {
          "type": "boolean"
        },
        "MeasureLatency": {
          "type": "boolean"
        },
        "Port": {
          "type": "number"
        },
        "Regions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RequestInterval": {
          "type": "number"
        },
        "ResourcePath": {
          "type": "string"
        },
        "RoutingControlArn": {
          "type": "string"
        },
        "SearchString": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::HealthCheck.HealthCheckTag": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::HostedZone": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "HostedZoneConfig": {
              "$ref": "#/$defs/AWS::Route53::HostedZone.HostedZoneConfig"
            },
            "HostedZoneTags": {
              "items": {
                "$ref": "#/$defs/AWS::Route53::HostedZone.HostedZoneTag"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "QueryLoggingConfig": {
              "$ref": "#/$defs/AWS::Route53::HostedZone.QueryLoggingConfig"
            },
            "VPCs": {
              "items": {
                "$ref": "#/$defs/AWS::Route53::HostedZone.VPC"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53::HostedZone"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::HostedZone.HostedZoneConfig": {
      "type": "object",
      "properties": {
        "Comment": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Route53::HostedZone.HostedZoneTag": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::HostedZone.QueryLoggingConfig": {
      "type": "object",
      "properties": {
        "CloudWatchLogsLogGroupArn": {
          "type": "string"
        }
      },
      "required": [
        "CloudWatchLogsLogGroupArn"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::HostedZone.VPC": {
      "type": "object",
      "properties": {
        "VPCId": {
          "type": "string"
        },
        "VPCRegion": {
          "type": "string"
        }
      },
      "required": [
        "VPCId",
        "VPCRegion"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::KeySigningKey": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "HostedZoneId": {
              "type": "string"
            },
            "KeyManagementServiceArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Status": {
              "type": "string"
            }
          },
          "required": [
            "HostedZoneId",
            "KeyManagementServiceArn",
            "Name",
            "Status"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53::KeySigningKey"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::RecordSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AliasTarget": {
              "$ref": "#/$defs/AWS::Route53::RecordSet.AliasTarget"
            },
            "CidrRoutingConfig": {
              "$ref": "#/$defs/AWS::Route53::RecordSet.CidrRoutingConfig"
            },
            "Comment": {
              "type": "string"
            },
            "Failover": {
              "type": "string"
            },
            "GeoLocation": {
              "$ref": "#/$defs/AWS::Route53::RecordSet.GeoLocation"
            },
            "GeoProximityLocation": {
              "$ref": "#/$defs/AWS::Route53::RecordSet.GeoProximityLocation"
            },
            "HealthCheckId": {
              "type": "string"
            },
            "HostedZoneId": {
              "type": "string"
            },
            "HostedZoneName": {
              "type": "string"
            },
            "MultiValueAnswer": {
              "type": "boolean"
            },
            "Name": {
              "type": "string"
            },
            "Region": {
              "type": "string"
            },
            "ResourceRecords": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SetIdentifier": {
              "type": "string"
            },
            "TTL": {
              "type": "string"
            },
            "Type": {
              "type": "string"
            },
            "Weight": {
              "type": "number"
            }
          },
          "required": [
            "Name",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53::RecordSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::RecordSet.AliasTarget": {
      "type": "object",
      "properties": {
        "DNSName": {
          "type": "string"
        },
        "EvaluateTargetHealth": {
          "type": "boolean"
        },
        "HostedZoneId": {
          "type": "string"
        }
      },
      "required": [
        "DNSName",
        "HostedZoneId"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::RecordSet.CidrRoutingConfig": {
      "type": "object",
      "properties": {
        "CollectionId": {
          "type": "string"
        },
        "LocationName": {
          "type": "string"
        }
      },
      "required": [
        "CollectionId",
        "LocationName"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::RecordSet.Coordinates": {
      "type": "object",
      "properties": {
        "Latitude": {
          "type": "string"
        },
        "Longitude": {
          "type": "string"
        }
      },
      "required": [
        "Latitude",
        "Longitude"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::RecordSet.GeoLocation": {
      "type": "object",
      "properties": {
        "ContinentCode": {
          "type": "string"
        },
        "CountryCode": {
          "type": "string"
        },
        "SubdivisionCode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Route53::RecordSet.GeoProximityLocation": {
      "type": "object",
      "properties": {
        "AWSRegion": {
          "type": "string"
        },
        "Bias": {
          "type": "number"
        },
        "Coordinates": {
          "$ref": "#/$defs/AWS::Route53::RecordSet.Coordinates"
        },
        "LocalZoneGroup": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Route53::RecordSetGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Comment": {
              "type": "string"
            },
            "HostedZoneId": {
              "type": "string"
            },
            "HostedZoneName": {
              "type": "string"
            },
            "RecordSets": {
              "items": {
                "$ref": "#/$defs/AWS::Route53::RecordSetGroup.RecordSet"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53::RecordSetGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::RecordSetGroup.AliasTarget": {
      "type": "object",
      "properties": {
        "DNSName": {
          "type": "string"
        },
        "EvaluateTargetHealth": {
          "type": "boolean"
        },
        "HostedZoneId": {
          "type": "string"
        }
      },
      "required": [
        "DNSName",
        "HostedZoneId"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::RecordSetGroup.CidrRoutingConfig": {
      "type": "object",
      "properties": {
        "CollectionId": {
          "type": "string"
        },
        "LocationName": {
          "type": "string"
        }
      },
      "required": [
        "CollectionId",
        "LocationName"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::RecordSetGroup.Coordinates": {
      "type": "object",
      "properties": {
        "Latitude": {
          "type": "string"
        },
        "Longitude": {
          "type": "string"
        }
      },
      "required": [
        "Latitude",
        "Longitude"
      ],
      "additionalProperties": false
    },
    "AWS::Route53::RecordSetGroup.GeoLocation": {
      "type": "object",
      "properties": {
        "ContinentCode": {
          "type": "string"
        },
        "CountryCode": {
          "type": "string"
        },
        "SubdivisionCode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Route53::RecordSetGroup.GeoProximityLocation": {
      "type": "object",
      "properties": {
        "AWSRegion": {
          "type": "string"
        },
        "Bias": {
          "type": "number"
        },
        "Coordinates": {
          "$ref": "#/$defs/AWS::Route53::RecordSetGroup.Coordinates"
        },
        "LocalZoneGroup": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Route53::RecordSetGroup.RecordSet": {
      "type": "object",
      "properties": {
        "AliasTarget": {
          "$ref": "#/$defs/AWS::Route53::RecordSetGroup.AliasTarget"
        },
        "CidrRoutingConfig": {
          "$ref": "#/$defs/AWS::Route53::RecordSetGroup.CidrRoutingConfig"
        },
        "Failover": {
          "type": "string"
        },
        "GeoLocation": {
          "$ref": "#/$defs/AWS::Route53::RecordSetGroup.GeoLocation"
        },
        "GeoProximityLocation": {
          "$ref": "#/$defs/AWS::Route53::RecordSetGroup.GeoProximityLocation"
        },
        "HealthCheckId": {
          "type": "string"
        },
        "HostedZoneId": {
          "type": "string"
        },
        "HostedZoneName": {
          "type": "string"
        },
        "MultiValueAnswer": {
          "type": "boolean"
        },
        "Name": {
          "type": "string"
        },
        "Region": {
          "type": "string"
        },
        "ResourceRecords": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SetIdentifier": {
          "type": "string"
        },
        "TTL": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "required": [
        "Name",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Route53Profiles::Profile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53Profiles::Profile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53Profiles::ProfileAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Arn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ProfileId": {
              "type": "string"
            },
            "ResourceId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "ProfileId",
            "ResourceId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53Profiles::ProfileAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53Profiles::ProfileResourceAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "ProfileId": {
              "type": "string"
            },
            "ResourceArn": {
              "type": "string"
            },
            "ResourceProperties": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "ProfileId",
            "ResourceArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53Profiles::ProfileResourceAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53RecoveryControl::Cluster": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53RecoveryControl::Cluster"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53RecoveryControl::Cluster.ClusterEndpoint": {
      "type": "object",
      "properties": {
        "Endpoint": {
          "type": "string"
        },
        "Region": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Route53RecoveryControl::ControlPanel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClusterArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53RecoveryControl::ControlPanel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53RecoveryControl::RoutingControl": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClusterArn": {
              "type": "string"
            },
            "ControlPanelArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53RecoveryControl::RoutingControl"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53RecoveryControl::SafetyRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssertionRule": {
              "$ref": "#/$defs/AWS::Route53RecoveryControl::SafetyRule.AssertionRule"
            },
            "ControlPanelArn": {
              "type": "string"
            },
            "GatingRule": {
              "$ref": "#/$defs/AWS::Route53RecoveryControl::SafetyRule.GatingRule"
            },
            "Name": {
              "type": "string"
            },
            "RuleConfig": {
              "$ref": "#/$defs/AWS::Route53RecoveryControl::SafetyRule.RuleConfig"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ControlPanelArn",
            "Name",
            "RuleConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53RecoveryControl::SafetyRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53RecoveryControl::SafetyRule.AssertionRule": {
      "type": "object",
      "properties": {
        "AssertedControls": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "WaitPeriodMs": {
          "type": "number"
        }
      },
      "required": [
        "AssertedControls",
        "WaitPeriodMs"
      ],
      "additionalProperties": false
    },
    "AWS::Route53RecoveryControl::SafetyRule.GatingRule": {
      "type": "object",
      "properties": {
        "GatingControls": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TargetControls": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "WaitPeriodMs": {
          "type": "number"
        }
      },
      "required": [
        "GatingControls",
        "TargetControls",
        "WaitPeriodMs"
      ],
      "additionalProperties": false
    },
    "AWS::Route53RecoveryControl::SafetyRule.RuleConfig": {
      "type": "object",
      "properties": {
        "Inverted": {
          "type": "boolean"
        },
        "Threshold": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Inverted",
        "Threshold",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Route53RecoveryReadiness::Cell": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CellName": {
              "type": "string"
            },
            "Cells": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53RecoveryReadiness::Cell"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Route53RecoveryReadiness::ReadinessCheck": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ReadinessCheckName": {
              "type": "string"
            },
            "ResourceSetName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53RecoveryReadiness::ReadinessCheck"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Route53RecoveryReadiness::RecoveryGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Cells": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "RecoveryGroupName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53RecoveryReadiness::RecoveryGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Route53RecoveryReadiness::ResourceSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ResourceSetName": {
              "type": "string"
            },
            "ResourceSetType": {
              "type": "string"
            },
            "Resources": {
              "items": {
                "$ref": "#/$defs/AWS::Route53RecoveryReadiness::ResourceSet.Resource"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ResourceSetType",
            "Resources"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53RecoveryReadiness::ResourceSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53RecoveryReadiness::ResourceSet.DNSTargetResource": {
      "type": "object",
      "properties": {
        "DomainName": {
          "type": "string"
        },
        "HostedZoneArn": {
          "type": "string"
        },
        "RecordSetId": {
          "type": "string"
        },
        "RecordType": {
          "type": "string"
        },
        "TargetResource": {
          "$ref": "#/$defs/AWS::Route53RecoveryReadiness::ResourceSet.TargetResource"
        }
      },
      "additionalProperties": false
    },
    "AWS::Route53RecoveryReadiness::ResourceSet.NLBResource": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Route53RecoveryReadiness::ResourceSet.R53ResourceRecord": {
      "type": "object",
      "properties": {
        "DomainName": {
          "type": "string"
        },
        "RecordSetId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Route53RecoveryReadiness::ResourceSet.Resource": {
      "type": "object",
      "properties": {
        "ComponentId": {
          "type": "string"
        },
        "DnsTargetResource": {
          "$ref": "#/$defs/AWS::Route53RecoveryReadiness::ResourceSet.DNSTargetResource"
        },
        "ReadinessScopes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ResourceArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Route53RecoveryReadiness::ResourceSet.TargetResource": {
      "type": "object",
      "properties": {
        "NLBResource": {
          "$ref": "#/$defs/AWS::Route53RecoveryReadiness::ResourceSet.NLBResource"
        },
        "R53Resource": {
          "$ref": "#/$defs/AWS::Route53RecoveryReadiness::ResourceSet.R53ResourceRecord"
        }
      },
      "additionalProperties": false
    },
    "AWS::Route53Resolver::FirewallDomainList": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DomainFileUrl": {
              "type": "string"
            },
            "Domains": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53Resolver::FirewallDomainList"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Route53Resolver::FirewallRuleGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FirewallRules": {
              "items": {
                "$ref": "#/$defs/AWS::Route53Resolver::FirewallRuleGroup.FirewallRule"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53Resolver::FirewallRuleGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Route53Resolver::FirewallRuleGroup.FirewallRule": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        },
        "BlockOverrideDnsType": {
          "type": "string"
        },
        "BlockOverrideDomain": {
          "type": "string"
        },
        "BlockOverrideTtl": {
          "type": "number"
        },
        "BlockResponse": {
          "type": "string"
        },
        "FirewallDomainListId": {
          "type": "string"
        },
        "Priority": {
          "type": "number"
        },
        "Qtype": {
          "type": "string"
        }
      },
      "required": [
        "Action",
        "FirewallDomainListId",
        "Priority"
      ],
      "additionalProperties": false
    },
    "AWS::Route53Resolver::FirewallRuleGroupAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FirewallRuleGroupId": {
              "type": "string"
            },
            "MutationProtection": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Priority": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "FirewallRuleGroupId",
            "Priority",
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53Resolver::FirewallRuleGroupAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53Resolver::OutpostResolver": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InstanceCount": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "OutpostArn": {
              "type": "string"
            },
            "PreferredInstanceType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "OutpostArn",
            "PreferredInstanceType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53Resolver::OutpostResolver"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53Resolver::ResolverConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutodefinedReverseFlag": {
              "type": "string"
            },
            "ResourceId": {
              "type": "string"
            }
          },
          "required": [
            "AutodefinedReverseFlag",
            "ResourceId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53Resolver::ResolverConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53Resolver::ResolverDNSSECConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ResourceId": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53Resolver::ResolverDNSSECConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Route53Resolver::ResolverEndpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Direction": {
              "type": "string"
            },
            "IpAddresses": {
              "items": {
                "$ref": "#/$defs/AWS::Route53Resolver::ResolverEndpoint.IpAddressRequest"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "OutpostArn": {
              "type": "string"
            },
            "PreferredInstanceType": {
              "type": "string"
            },
            "Protocols": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ResolverEndpointType": {
              "type": "string"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Direction",
            "IpAddresses",
            "SecurityGroupIds"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53Resolver::ResolverEndpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53Resolver::ResolverEndpoint.IpAddressRequest": {
      "type": "object",
      "properties": {
        "Ip": {
          "type": "string"
        },
        "Ipv6": {
          "type": "string"
        },
        "SubnetId": {
          "type": "string"
        }
      },
      "required": [
        "SubnetId"
      ],
      "additionalProperties": false
    },
    "AWS::Route53Resolver::ResolverQueryLoggingConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DestinationArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53Resolver::ResolverQueryLoggingConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ResolverQueryLogConfigId": {
              "type": "string"
            },
            "ResourceId": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Route53Resolver::ResolverRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DomainName": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ResolverEndpointId": {
              "type": "string"
            },
            "RuleType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetIps": {
              "items": {
                "$ref": "#/$defs/AWS::Route53Resolver::ResolverRule.TargetAddress"
              },
              "type": "array"
            }
          },
          "required": [
            "DomainName",
            "RuleType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53Resolver::ResolverRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Route53Resolver::ResolverRule.TargetAddress": {
      "type": "object",
      "properties": {
        "Ip": {
          "type": "string"
        },
        "Ipv6": {
          "type": "string"
        },
        "Port": {
          "type": "string"
        },
        "Protocol": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Route53Resolver::ResolverRuleAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "ResolverRuleId": {
              "type": "string"
            },
            "VPCId": {
              "type": "string"
            }
          },
          "required": [
            "ResolverRuleId",
            "VPCId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Route53Resolver::ResolverRuleAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3::AccessGrant": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessGrantsLocationConfiguration": {
              "$ref": "#/$defs/AWS::S3::AccessGrant.AccessGrantsLocationConfiguration"
            },
            "AccessGrantsLocationId": {
              "type": "string"
            },
            "ApplicationArn": {
              "type": "string"
            },
            "Grantee": {
              "$ref": "#/$defs/AWS::S3::AccessGrant.Grantee"
            },
            "Permission": {
              "type": "string"
            },
            "S3PrefixType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AccessGrantsLocationId",
            "Grantee",
            "Permission"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3::AccessGrant"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3::AccessGrant.AccessGrantsLocationConfiguration": {
      "type": "object",
      "properties": {
        "S3SubPrefix": {
          "type": "string"
        }
      },
      "required": [
        "S3SubPrefix"
      ],
      "additionalProperties": false
    },
    "AWS::S3::AccessGrant.Grantee": {
      "type": "object",
      "properties": {
        "GranteeIdentifier": {
          "type": "string"
        },
        "GranteeType": {
          "type": "string"
        }
      },
      "required": [
        "GranteeIdentifier",
        "GranteeType"
      ],
      "additionalProperties": false
    },
    "AWS::S3::AccessGrantsInstance": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "IdentityCenterArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3::AccessGrantsInstance"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::S3::AccessGrantsLocation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "IamRoleArn": {
              "type": "string"
            },
            "LocationScope": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3::AccessGrantsLocation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::S3::AccessPoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Bucket": {
              "type": "string"
            },
            "BucketAccountId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Policy": {
              "type": "object"
            },
            "PublicAccessBlockConfiguration": {
              "$ref": "#/$defs/AWS::S3::AccessPoint.PublicAccessBlockConfiguration"
            },
            "VpcConfiguration": {
              "$ref": "#/$defs/AWS::S3::AccessPoint.VpcConfiguration"
            }
          },
          "required": [
            "Bucket"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3::AccessPoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3::AccessPoint.PublicAccessBlockConfiguration": {
      "type": "object",
      "properties": {
        "BlockPublicAcls": {
          "type": "boolean"
        },
        "BlockPublicPolicy": {
          "type": "boolean"
        },
        "IgnorePublicAcls": {
          "type": "boolean"
        },
        "RestrictPublicBuckets": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::AccessPoint.VpcConfiguration": {
      "type": "object",
      "properties": {
        "VpcId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccelerateConfiguration": {
              "$ref": "#/$defs/AWS::S3::Bucket.AccelerateConfiguration"
            },
            "AccessControl": {
              "type": "string"
            },
            "AnalyticsConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::S3::Bucket.AnalyticsConfiguration"
              },
              "type": "array"
            },
            "BucketEncryption": {
              "$ref": "#/$defs/AWS::S3::Bucket.BucketEncryption"
            },
            "BucketName": {
              "type": "string"
            },
            "CorsConfiguration": {
              "$ref": "#/$defs/AWS::S3::Bucket.CorsConfiguration"
            },
            "IntelligentTieringConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::S3::Bucket.IntelligentTieringConfiguration"
              },
              "type": "array"
            },
            "InventoryConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::S3::Bucket.InventoryConfiguration"
              },
              "type": "array"
            },
            "LifecycleConfiguration": {
              "$ref": "#/$defs/AWS::S3::Bucket.LifecycleConfiguration"
            },
            "LoggingConfiguration": {
              "$ref": "#/$defs/AWS::S3::Bucket.LoggingConfiguration"
            },
            "MetricsConfigurations": {
              "items": {
                "$ref": "#/$defs/AWS::S3::Bucket.MetricsConfiguration"
              },
              "type": "array"
            },
            "NotificationConfiguration": {
              "$ref": "#/$defs/AWS::S3::Bucket.NotificationConfiguration"
            },
            "ObjectLockConfiguration": {
              "$ref": "#/$defs/AWS::S3::Bucket.ObjectLockConfiguration"
            },
            "ObjectLockEnabled": {
              "type": "boolean"
            },
            "OwnershipControls": {
              "$ref": "#/$defs/AWS::S3::Bucket.OwnershipControls"
            },
            "PublicAccessBlockConfiguration": {
              "$ref": "#/$defs/AWS::S3::Bucket.PublicAccessBlockConfiguration"
            },
            "ReplicationConfiguration": {
              "$ref": "#/$defs/AWS::S3::Bucket.ReplicationConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VersioningConfiguration": {
              "$ref": "#/$defs/AWS::S3::Bucket.VersioningConfiguration"
            },
            "WebsiteConfiguration": {
              "$ref": "#/$defs/AWS::S3::Bucket.WebsiteConfiguration"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3::Bucket"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.AbortIncompleteMultipartUpload": {
      "type": "object",
      "properties": {
        "DaysAfterInitiation": {
          "type": "number"
        }
      },
      "required": [
        "DaysAfterInitiation"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.AccelerateConfiguration": {
      "type": "object",
      "properties": {
        "AccelerationStatus": {
          "type": "string"
        }
      },
      "required": [
        "AccelerationStatus"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.AccessControlTranslation": {
      "type": "object",
      "properties": {
        "Owner": {
          "type": "string"
        }
      },
      "required": [
        "Owner"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.AnalyticsConfiguration": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "StorageClassAnalysis": {
          "$ref": "#/$defs/AWS::S3::Bucket.StorageClassAnalysis"
        },
        "TagFilters": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.TagFilter"
          },
          "type": "array"
        }
      },
      "required": [
        "Id",
        "StorageClassAnalysis"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.BucketEncryption": {
      "type": "object",
      "properties": {
        "ServerSideEncryptionConfiguration": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.ServerSideEncryptionRule"
          },
          "type": "array"
        }
      },
      "required": [
        "ServerSideEncryptionConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.CorsConfiguration": {
      "type": "object",
      "properties": {
        "CorsRules": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.CorsRule"
          },
          "type": "array"
        }
      },
      "required": [
        "CorsRules"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.CorsRule": {
      "type": "object",
      "properties": {
        "AllowedHeaders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllowedMethods": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "AllowedOrigins": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ExposedHeaders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Id": {
          "type": "string"
        },
        "MaxAge": {
          "type": "number"
        }
      },
      "required": [
        "AllowedMethods",
        "AllowedOrigins"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.DataExport": {
      "type": "object",
      "properties": {
        "Destination": {
          "$ref": "#/$defs/AWS::S3::Bucket.Destination"
        },
        "OutputSchemaVersion": {
          "type": "string"
        }
      },
      "required": [
        "Destination",
        "OutputSchemaVersion"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.DefaultRetention": {
      "type": "object",
      "properties": {
        "Days": {
          "type": "number"
        },
        "Mode": {
          "type": "string"
        },
        "Years": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.DeleteMarkerReplication": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.Destination": {
      "type": "object",
      "properties": {
        "BucketAccountId": {
          "type": "string"
        },
        "BucketArn": {
          "type": "string"
        },
        "Format": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "required": [
        "BucketArn",
        "Format"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.EncryptionConfiguration": {
      "type": "object",
      "properties": {
        "ReplicaKmsKeyID": {
          "type": "string"
        }
      },
      "required": [
        "ReplicaKmsKeyID"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.EventBridgeConfiguration": {
      "type": "object",
      "properties": {
        "EventBridgeEnabled": {
          "type": "boolean"
        }
      },
      "required": [
        "EventBridgeEnabled"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.FilterRule": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.IntelligentTieringConfiguration": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        },
        "TagFilters": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.TagFilter"
          },
          "type": "array"
        },
        "Tierings": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.Tiering"
          },
          "type": "array"
        }
      },
      "required": [
        "Id",
        "Status",
        "Tierings"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.InventoryConfiguration": {
      "type": "object",
      "properties": {
        "Destination": {
          "$ref": "#/$defs/AWS::S3::Bucket.Destination"
        },
        "Enabled": {
          "type": "boolean"
        },
        "Id": {
          "type": "string"
        },
        "IncludedObjectVersions": {
          "type": "string"
        },
        "OptionalFields": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Prefix": {
          "type": "string"
        },
        "ScheduleFrequency": {
          "type": "string"
        }
      },
      "required": [
        "Destination",
        "Enabled",
        "Id",
        "IncludedObjectVersions",
        "ScheduleFrequency"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.LambdaConfiguration": {
      "type": "object",
      "properties": {
        "Event": {
          "type": "string"
        },
        "Filter": {
          "$ref": "#/$defs/AWS::S3::Bucket.NotificationFilter"
        },
        "Function": {
          "type": "string"
        }
      },
      "required": [
        "Event",
        "Function"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.LifecycleConfiguration": {
      "type": "object",
      "properties": {
        "Rules": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.Rule"
          },
          "type": "array"
        }
      },
      "required": [
        "Rules"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.LoggingConfiguration": {
      "type": "object",
      "properties": {
        "DestinationBucketName": {
          "type": "string"
        },
        "LogFilePrefix": {
          "type": "string"
        },
        "TargetObjectKeyFormat": {
          "$ref": "#/$defs/AWS::S3::Bucket.TargetObjectKeyFormat"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.Metrics": {
      "type": "object",
      "properties": {
        "EventThreshold": {
          "$ref": "#/$defs/AWS::S3::Bucket.ReplicationTimeValue"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.MetricsConfiguration": {
      "type": "object",
      "properties": {
        "AccessPointArn": {
          "type": "string"
        },
        "Id": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "TagFilters": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.TagFilter"
          },
          "type": "array"
        }
      },
      "required": [
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.NoncurrentVersionExpiration": {
      "type": "object",
      "properties": {
        "NewerNoncurrentVersions": {
          "type": "number"
        },
        "NoncurrentDays": {
          "type": "number"
        }
      },
      "required": [
        "NoncurrentDays"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.NoncurrentVersionTransition": {
      "type": "object",
      "properties": {
        "NewerNoncurrentVersions": {
          "type": "number"
        },
        "StorageClass": {
          "type": "string"
        },
        "TransitionInDays": {
          "type": "number"
        }
      },
      "required": [
        "StorageClass",
        "TransitionInDays"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.NotificationConfiguration": {
      "type": "object",
      "properties": {
        "EventBridgeConfiguration": {
          "$ref": "#/$defs/AWS::S3::Bucket.EventBridgeConfiguration"
        },
        "LambdaConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.LambdaConfiguration"
          },
          "type": "array"
        },
        "QueueConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.QueueConfiguration"
          },
          "type": "array"
        },
        "TopicConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.TopicConfiguration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.NotificationFilter": {
      "type": "object",
      "properties": {
        "S3Key": {
          "$ref": "#/$defs/AWS::S3::Bucket.S3KeyFilter"
        }
      },
      "required": [
        "S3Key"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.ObjectLockConfiguration": {
      "type": "object",
      "properties": {
        "ObjectLockEnabled": {
          "type": "string"
        },
        "Rule": {
          "$ref": "#/$defs/AWS::S3::Bucket.ObjectLockRule"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.ObjectLockRule": {
      "type": "object",
      "properties": {
        "DefaultRetention": {
          "$ref": "#/$defs/AWS::S3::Bucket.DefaultRetention"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.OwnershipControls": {
      "type": "object",
      "properties": {
        "Rules": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.OwnershipControlsRule"
          },
          "type": "array"
        }
      },
      "required": [
        "Rules"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.OwnershipControlsRule": {
      "type": "object",
      "properties": {
        "ObjectOwnership": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.PartitionedPrefix": {
      "type": "object",
      "properties": {
        "PartitionDateSource": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.PublicAccessBlockConfiguration": {
      "type": "object",
      "properties": {
        "BlockPublicAcls": {
          "type": "boolean"
        },
        "BlockPublicPolicy": {
          "type": "boolean"
        },
        "IgnorePublicAcls": {
          "type": "boolean"
        },
        "RestrictPublicBuckets": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.QueueConfiguration": {
      "type": "object",
      "properties": {
        "Event": {
          "type": "string"
        },
        "Filter": {
          "$ref": "#/$defs/AWS::S3::Bucket.NotificationFilter"
        },
        "Queue": {
          "type": "string"
        }
      },
      "required": [
        "Event",
        "Queue"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.RedirectAllRequestsTo": {
      "type": "object",
      "properties": {
        "HostName": {
          "type": "string"
        },
        "Protocol": {
          "type": "string"
        }
      },
      "required": [
        "HostName"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.RedirectRule": {
      "type": "object",
      "properties": {
        "HostName": {
          "type": "string"
        },
        "HttpRedirectCode": {
          "type": "string"
        },
        "Protocol": {
          "type": "string"
        },
        "ReplaceKeyPrefixWith": {
          "type": "string"
        },
        "ReplaceKeyWith": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.ReplicaModifications": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.ReplicationConfiguration": {
      "type": "object",
      "properties": {
        "Role": {
          "type": "string"
        },
        "Rules": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.ReplicationRule"
          },
          "type": "array"
        }
      },
      "required": [
        "Role",
        "Rules"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.ReplicationDestination": {
      "type": "object",
      "properties": {
        "AccessControlTranslation": {
          "$ref": "#/$defs/AWS::S3::Bucket.AccessControlTranslation"
        },
        "Account": {
          "type": "string"
        },
        "Bucket": {
          "type": "string"
        },
        "EncryptionConfiguration": {
          "$ref": "#/$defs/AWS::S3::Bucket.EncryptionConfiguration"
        },
        "Metrics": {
          "$ref": "#/$defs/AWS::S3::Bucket.Metrics"
        },
        "ReplicationTime": {
          "$ref": "#/$defs/AWS::S3::Bucket.ReplicationTime"
        },
        "StorageClass": {
          "type": "string"
        }
      },
      "required": [
        "Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.ReplicationRule": {
      "type": "object",
      "properties": {
        "DeleteMarkerReplication": {
          "$ref": "#/$defs/AWS::S3::Bucket.DeleteMarkerReplication"
        },
        "Destination": {
          "$ref": "#/$defs/AWS::S3::Bucket.ReplicationDestination"
        },
        "Filter": {
          "$ref": "#/$defs/AWS::S3::Bucket.ReplicationRuleFilter"
        },
        "Id": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "Priority": {
          "type": "number"
        },
        "SourceSelectionCriteria": {
          "$ref": "#/$defs/AWS::S3::Bucket.SourceSelectionCriteria"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Destination",
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.ReplicationRuleAndOperator": {
      "type": "object",
      "properties": {
        "Prefix": {
          "type": "string"
        },
        "TagFilters": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.TagFilter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.ReplicationRuleFilter": {
      "type": "object",
      "properties": {
        "And": {
          "$ref": "#/$defs/AWS::S3::Bucket.ReplicationRuleAndOperator"
        },
        "Prefix": {
          "type": "string"
        },
        "TagFilter": {
          "$ref": "#/$defs/AWS::S3::Bucket.TagFilter"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.ReplicationTime": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string"
        },
        "Time": {
          "$ref": "#/$defs/AWS::S3::Bucket.ReplicationTimeValue"
        }
      },
      "required": [
        "Status",
        "Time"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.ReplicationTimeValue": {
      "type": "object",
      "properties": {
        "Minutes": {
          "type": "number"
        }
      },
      "required": [
        "Minutes"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.RoutingRule": {
      "type": "object",
      "properties": {
        "RedirectRule": {
          "$ref": "#/$defs/AWS::S3::Bucket.RedirectRule"
        },
        "RoutingRuleCondition": {
          "$ref": "#/$defs/AWS::S3::Bucket.RoutingRuleCondition"
        }
      },
      "required": [
        "RedirectRule"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.RoutingRuleCondition": {
      "type": "object",
      "properties": {
        "HttpErrorCodeReturnedEquals": {
          "type": "string"
        },
        "KeyPrefixEquals": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.Rule": {
      "type": "object",
      "properties": {
        "AbortIncompleteMultipartUpload": {
          "$ref": "#/$defs/AWS::S3::Bucket.AbortIncompleteMultipartUpload"
        },
        "ExpirationDate": {
          "type": "string"
        },
        "ExpirationInDays": {
          "type": "number"
        },
        "ExpiredObjectDeleteMarker": {
          "type": "boolean"
        },
        "Id": {
          "type": "string"
        },
        "NoncurrentVersionExpiration": {
          "$ref": "#/$defs/AWS::S3::Bucket.NoncurrentVersionExpiration"
        },
        "NoncurrentVersionExpirationInDays": {
          "type": "number"
        },
        "NoncurrentVersionTransition": {
          "$ref": "#/$defs/AWS::S3::Bucket.NoncurrentVersionTransition"
        },
        "NoncurrentVersionTransitions": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.NoncurrentVersionTransition"
          },
          "type": "array"
        },
        "ObjectSizeGreaterThan": {
          "type": "string"
        },
        "ObjectSizeLessThan": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        },
        "TagFilters": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.TagFilter"
          },
          "type": "array"
        },
        "Transition": {
          "$ref": "#/$defs/AWS::S3::Bucket.Transition"
        },
        "Transitions": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.Transition"
          },
          "type": "array"
        }
      },
      "required": [
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.S3KeyFilter": {
      "type": "object",
      "properties": {
        "Rules": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.FilterRule"
          },
          "type": "array"
        }
      },
      "required": [
        "Rules"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.ServerSideEncryptionByDefault": {
      "type": "object",
      "properties": {
        "KMSMasterKeyID": {
          "type": "string"
        },
        "SSEAlgorithm": {
          "type": "string"
        }
      },
      "required": [
        "SSEAlgorithm"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.ServerSideEncryptionRule": {
      "type": "object",
      "properties": {
        "BucketKeyEnabled": {
          "type": "boolean"
        },
        "ServerSideEncryptionByDefault": {
          "$ref": "#/$defs/AWS::S3::Bucket.ServerSideEncryptionByDefault"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.SourceSelectionCriteria": {
      "type": "object",
      "properties": {
        "ReplicaModifications": {
          "$ref": "#/$defs/AWS::S3::Bucket.ReplicaModifications"
        },
        "SseKmsEncryptedObjects": {
          "$ref": "#/$defs/AWS::S3::Bucket.SseKmsEncryptedObjects"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.SseKmsEncryptedObjects": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.StorageClassAnalysis": {
      "type": "object",
      "properties": {
        "DataExport": {
          "$ref": "#/$defs/AWS::S3::Bucket.DataExport"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.TagFilter": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.TargetObjectKeyFormat": {
      "type": "object",
      "properties": {
        "PartitionedPrefix": {
          "$ref": "#/$defs/AWS::S3::Bucket.PartitionedPrefix"
        },
        "SimplePrefix": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::Bucket.Tiering": {
      "type": "object",
      "properties": {
        "AccessTier": {
          "type": "string"
        },
        "Days": {
          "type": "number"
        }
      },
      "required": [
        "AccessTier",
        "Days"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.TopicConfiguration": {
      "type": "object",
      "properties": {
        "Event": {
          "type": "string"
        },
        "Filter": {
          "$ref": "#/$defs/AWS::S3::Bucket.NotificationFilter"
        },
        "Topic": {
          "type": "string"
        }
      },
      "required": [
        "Event",
        "Topic"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.Transition": {
      "type": "object",
      "properties": {
        "StorageClass": {
          "type": "string"
        },
        "TransitionDate": {
          "type": "string"
        },
        "TransitionInDays": {
          "type": "number"
        }
      },
      "required": [
        "StorageClass"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.VersioningConfiguration": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::S3::Bucket.WebsiteConfiguration": {
      "type": "object",
      "properties": {
        "ErrorDocument": {
          "type": "string"
        },
        "IndexDocument": {
          "type": "string"
        },
        "RedirectAllRequestsTo": {
          "$ref": "#/$defs/AWS::S3::Bucket.RedirectAllRequestsTo"
        },
        "RoutingRules": {
          "items": {
            "$ref": "#/$defs/AWS::S3::Bucket.RoutingRule"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::BucketPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Bucket": {
              "type": "string"
            },
            "PolicyDocument": {
              "type": "object"
            }
          },
          "required": [
            "Bucket",
            "PolicyDocument"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3::BucketPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3::MultiRegionAccessPoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "PublicAccessBlockConfiguration": {
              "$ref": "#/$defs/AWS::S3::MultiRegionAccessPoint.PublicAccessBlockConfiguration"
            },
            "Regions": {
              "items": {
                "$ref": "#/$defs/AWS::S3::MultiRegionAccessPoint.Region"
              },
              "type": "array"
            }
          },
          "required": [
            "Regions"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3::MultiRegionAccessPoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3::MultiRegionAccessPoint.PublicAccessBlockConfiguration": {
      "type": "object",
      "properties": {
        "BlockPublicAcls": {
          "type": "boolean"
        },
        "BlockPublicPolicy": {
          "type": "boolean"
        },
        "IgnorePublicAcls": {
          "type": "boolean"
        },
        "RestrictPublicBuckets": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::MultiRegionAccessPoint.Region": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "BucketAccountId": {
          "type": "string"
        }
      },
      "required": [
        "Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::S3::MultiRegionAccessPointPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MrapName": {
              "type": "string"
            },
            "Policy": {
              "type": "object"
            }
          },
          "required": [
            "MrapName",
            "Policy"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3::MultiRegionAccessPointPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3::MultiRegionAccessPointPolicy.PolicyStatus": {
      "type": "object",
      "properties": {
        "IsPublic": {
          "type": "string"
        }
      },
      "required": [
        "IsPublic"
      ],
      "additionalProperties": false
    },
    "AWS::S3::StorageLens": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "StorageLensConfiguration": {
              "$ref": "#/$defs/AWS::S3::StorageLens.StorageLensConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "StorageLensConfiguration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3::StorageLens"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.AccountLevel": {
      "type": "object",
      "properties": {
        "ActivityMetrics": {
          "$ref": "#/$defs/AWS::S3::StorageLens.ActivityMetrics"
        },
        "AdvancedCostOptimizationMetrics": {
          "$ref": "#/$defs/AWS::S3::StorageLens.AdvancedCostOptimizationMetrics"
        },
        "AdvancedDataProtectionMetrics": {
          "$ref": "#/$defs/AWS::S3::StorageLens.AdvancedDataProtectionMetrics"
        },
        "BucketLevel": {
          "$ref": "#/$defs/AWS::S3::StorageLens.BucketLevel"
        },
        "DetailedStatusCodesMetrics": {
          "$ref": "#/$defs/AWS::S3::StorageLens.DetailedStatusCodesMetrics"
        },
        "StorageLensGroupLevel": {
          "$ref": "#/$defs/AWS::S3::StorageLens.StorageLensGroupLevel"
        }
      },
      "required": [
        "BucketLevel"
      ],
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.ActivityMetrics": {
      "type": "object",
      "properties": {
        "IsEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.AdvancedCostOptimizationMetrics": {
      "type": "object",
      "properties": {
        "IsEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.AdvancedDataProtectionMetrics": {
      "type": "object",
      "properties": {
        "IsEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.AwsOrg": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        }
      },
      "required": [
        "Arn"
      ],
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.BucketLevel": {
      "type": "object",
      "properties": {
        "ActivityMetrics": {
          "$ref": "#/$defs/AWS::S3::StorageLens.ActivityMetrics"
        },
        "AdvancedCostOptimizationMetrics": {
          "$ref": "#/$defs/AWS::S3::StorageLens.AdvancedCostOptimizationMetrics"
        },
        "AdvancedDataProtectionMetrics": {
          "$ref": "#/$defs/AWS::S3::StorageLens.AdvancedDataProtectionMetrics"
        },
        "DetailedStatusCodesMetrics": {
          "$ref": "#/$defs/AWS::S3::StorageLens.DetailedStatusCodesMetrics"
        },
        "PrefixLevel": {
          "$ref": "#/$defs/AWS::S3::StorageLens.PrefixLevel"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.BucketsAndRegions": {
      "type": "object",
      "properties": {
        "Buckets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Regions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.CloudWatchMetrics": {
      "type": "object",
      "properties": {
        "IsEnabled": {
          "type": "boolean"
        }
      },
      "required": [
        "IsEnabled"
      ],
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.DataExport": {
      "type": "object",
      "properties": {
        "CloudWatchMetrics": {
          "$ref": "#/$defs/AWS::S3::StorageLens.CloudWatchMetrics"
        },
        "S3BucketDestination": {
          "$ref": "#/$defs/AWS::S3::StorageLens.S3BucketDestination"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.DetailedStatusCodesMetrics": {
      "type": "object",
      "properties": {
        "IsEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.Encryption": {
      "type": "object",
      "properties": {
        "SSEKMS": {
          "$ref": "#/$defs/AWS::S3::StorageLens.SSEKMS"
        },
        "SSES3": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.PrefixLevel": {
      "type": "object",
      "properties": {
        "StorageMetrics": {
          "$ref": "#/$defs/AWS::S3::StorageLens.PrefixLevelStorageMetrics"
        }
      },
      "required": [
        "StorageMetrics"
      ],
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.PrefixLevelStorageMetrics": {
      "type": "object",
      "properties": {
        "IsEnabled": {
          "type": "boolean"
        },
        "SelectionCriteria": {
          "$ref": "#/$defs/AWS::S3::StorageLens.SelectionCriteria"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.S3BucketDestination": {
      "type": "object",
      "properties": {
        "AccountId": {
          "type": "string"
        },
        "Arn": {
          "type": "string"
        },
        "Encryption": {
          "$ref": "#/$defs/AWS::S3::StorageLens.Encryption"
        },
        "Format": {
          "type": "string"
        },
        "OutputSchemaVersion": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "required": [
        "AccountId",
        "Arn",
        "Format",
        "OutputSchemaVersion"
      ],
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.SSEKMS": {
      "type": "object",
      "properties": {
        "KeyId": {
          "type": "string"
        }
      },
      "required": [
        "KeyId"
      ],
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.SelectionCriteria": {
      "type": "object",
      "properties": {
        "Delimiter": {
          "type": "string"
        },
        "MaxDepth": {
          "type": "number"
        },
        "MinStorageBytesPercentage": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.StorageLensConfiguration": {
      "type": "object",
      "properties": {
        "AccountLevel": {
          "$ref": "#/$defs/AWS::S3::StorageLens.AccountLevel"
        },
        "AwsOrg": {
          "$ref": "#/$defs/AWS::S3::StorageLens.AwsOrg"
        },
        "DataExport": {
          "$ref": "#/$defs/AWS::S3::StorageLens.DataExport"
        },
        "Exclude": {
          "$ref": "#/$defs/AWS::S3::StorageLens.BucketsAndRegions"
        },
        "Id": {
          "type": "string"
        },
        "Include": {
          "$ref": "#/$defs/AWS::S3::StorageLens.BucketsAndRegions"
        },
        "IsEnabled": {
          "type": "boolean"
        },
        "StorageLensArn": {
          "type": "string"
        }
      },
      "required": [
        "AccountLevel",
        "Id",
        "IsEnabled"
      ],
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.StorageLensGroupLevel": {
      "type": "object",
      "properties": {
        "StorageLensGroupSelectionCriteria": {
          "$ref": "#/$defs/AWS::S3::StorageLens.StorageLensGroupSelectionCriteria"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLens.StorageLensGroupSelectionCriteria": {
      "type": "object",
      "properties": {
        "Exclude": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Include": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLensGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Filter": {
              "$ref": "#/$defs/AWS::S3::StorageLensGroup.Filter"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Filter",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3::StorageLensGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3::StorageLensGroup.And": {
      "type": "object",
      "properties": {
        "MatchAnyPrefix": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MatchAnySuffix": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MatchAnyTag": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        },
        "MatchObjectAge": {
          "$ref": "#/$defs/AWS::S3::StorageLensGroup.MatchObjectAge"
        },
        "MatchObjectSize": {
          "$ref": "#/$defs/AWS::S3::StorageLensGroup.MatchObjectSize"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLensGroup.Filter": {
      "type": "object",
      "properties": {
        "And": {
          "$ref": "#/$defs/AWS::S3::StorageLensGroup.And"
        },
        "MatchAnyPrefix": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MatchAnySuffix": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MatchAnyTag": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        },
        "MatchObjectAge": {
          "$ref": "#/$defs/AWS::S3::StorageLensGroup.MatchObjectAge"
        },
        "MatchObjectSize": {
          "$ref": "#/$defs/AWS::S3::StorageLensGroup.MatchObjectSize"
        },
        "Or": {
          "$ref": "#/$defs/AWS::S3::StorageLensGroup.Or"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLensGroup.MatchObjectAge": {
      "type": "object",
      "properties": {
        "DaysGreaterThan": {
          "type": "number"
        },
        "DaysLessThan": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLensGroup.MatchObjectSize": {
      "type": "object",
      "properties": {
        "BytesGreaterThan": {
          "type": "number"
        },
        "BytesLessThan": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3::StorageLensGroup.Or": {
      "type": "object",
      "properties": {
        "MatchAnyPrefix": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MatchAnySuffix": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MatchAnyTag": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        },
        "MatchObjectAge": {
          "$ref": "#/$defs/AWS::S3::StorageLensGroup.MatchObjectAge"
        },
        "MatchObjectSize": {
          "$ref": "#/$defs/AWS::S3::StorageLensGroup.MatchObjectSize"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3Express::BucketPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Bucket": {
              "type": "string"
            },
            "PolicyDocument": {
              "type": "object"
            }
          },
          "required": [
            "Bucket",
            "PolicyDocument"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3Express::BucketPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3Express::DirectoryBucket": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BucketName": {
              "type": "string"
            },
            "DataRedundancy": {
              "type": "string"
            },
            "LocationName": {
              "type": "string"
            }
          },
          "required": [
            "DataRedundancy",
            "LocationName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3Express::DirectoryBucket"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3ObjectLambda::AccessPoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "ObjectLambdaConfiguration": {
              "$ref": "#/$defs/AWS::S3ObjectLambda::AccessPoint.ObjectLambdaConfiguration"
            }
          },
          "required": [
            "ObjectLambdaConfiguration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3ObjectLambda::AccessPoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3ObjectLambda::AccessPoint.Alias": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::S3ObjectLambda::AccessPoint.AwsLambda": {
      "type": "object",
      "properties": {
        "FunctionArn": {
          "type": "string"
        },
        "FunctionPayload": {
          "type": "string"
        }
      },
      "required": [
        "FunctionArn"
      ],
      "additionalProperties": false
    },
    "AWS::S3ObjectLambda::AccessPoint.ContentTransformation": {
      "type": "object",
      "properties": {
        "AwsLambda": {
          "$ref": "#/$defs/AWS::S3ObjectLambda::AccessPoint.AwsLambda"
        }
      },
      "required": [
        "AwsLambda"
      ],
      "additionalProperties": false
    },
    "AWS::S3ObjectLambda::AccessPoint.ObjectLambdaConfiguration": {
      "type": "object",
      "properties": {
        "AllowedFeatures": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "CloudWatchMetricsEnabled": {
          "type": "boolean"
        },
        "SupportingAccessPoint": {
          "type": "string"
        },
        "TransformationConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::S3ObjectLambda::AccessPoint.TransformationConfiguration"
          },
          "type": "array"
        }
      },
      "required": [
        "SupportingAccessPoint",
        "TransformationConfigurations"
      ],
      "additionalProperties": false
    },
    "AWS::S3ObjectLambda::AccessPoint.PublicAccessBlockConfiguration": {
      "type": "object",
      "properties": {
        "BlockPublicAcls": {
          "type": "boolean"
        },
        "BlockPublicPolicy": {
          "type": "boolean"
        },
        "IgnorePublicAcls": {
          "type": "boolean"
        },
        "RestrictPublicBuckets": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3ObjectLambda::AccessPoint.TransformationConfiguration": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ContentTransformation": {
          "$ref": "#/$defs/AWS::S3ObjectLambda::AccessPoint.ContentTransformation"
        }
      },
      "required": [
        "Actions",
        "ContentTransformation"
      ],
      "additionalProperties": false
    },
    "AWS::S3ObjectLambda::AccessPointPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ObjectLambdaAccessPoint": {
              "type": "string"
            },
            "PolicyDocument": {
              "type": "object"
            }
          },
          "required": [
            "ObjectLambdaAccessPoint",
            "PolicyDocument"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3ObjectLambda::AccessPointPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3Outposts::AccessPoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Bucket": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Policy": {
              "type": "object"
            },
            "VpcConfiguration": {
              "$ref": "#/$defs/AWS::S3Outposts::AccessPoint.VpcConfiguration"
            }
          },
          "required": [
            "Bucket",
            "Name",
            "VpcConfiguration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3Outposts::AccessPoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3Outposts::AccessPoint.VpcConfiguration": {
      "type": "object",
      "properties": {
        "VpcId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3Outposts::Bucket": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BucketName": {
              "type": "string"
            },
            "LifecycleConfiguration": {
              "$ref": "#/$defs/AWS::S3Outposts::Bucket.LifecycleConfiguration"
            },
            "OutpostId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "BucketName",
            "OutpostId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3Outposts::Bucket"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3Outposts::Bucket.AbortIncompleteMultipartUpload": {
      "type": "object",
      "properties": {
        "DaysAfterInitiation": {
          "type": "number"
        }
      },
      "required": [
        "DaysAfterInitiation"
      ],
      "additionalProperties": false
    },
    "AWS::S3Outposts::Bucket.Filter": {
      "type": "object",
      "properties": {
        "AndOperator": {
          "$ref": "#/$defs/AWS::S3Outposts::Bucket.FilterAndOperator"
        },
        "Prefix": {
          "type": "string"
        },
        "Tag": {
          "$ref": "#/$defs/AWS::S3Outposts::Bucket.FilterTag"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3Outposts::Bucket.FilterAndOperator": {
      "type": "object",
      "properties": {
        "Prefix": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/AWS::S3Outposts::Bucket.FilterTag"
          },
          "type": "array"
        }
      },
      "required": [
        "Tags"
      ],
      "additionalProperties": false
    },
    "AWS::S3Outposts::Bucket.FilterTag": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::S3Outposts::Bucket.LifecycleConfiguration": {
      "type": "object",
      "properties": {
        "Rules": {
          "items": {
            "$ref": "#/$defs/AWS::S3Outposts::Bucket.Rule"
          },
          "type": "array"
        }
      },
      "required": [
        "Rules"
      ],
      "additionalProperties": false
    },
    "AWS::S3Outposts::Bucket.Rule": {
      "type": "object",
      "properties": {
        "AbortIncompleteMultipartUpload": {
          "$ref": "#/$defs/AWS::S3Outposts::Bucket.AbortIncompleteMultipartUpload"
        },
        "ExpirationDate": {
          "type": "string"
        },
        "ExpirationInDays": {
          "type": "number"
        },
        "Filter": {
          "$ref": "#/$defs/AWS::S3Outposts::Bucket.Filter"
        },
        "Id": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::S3Outposts::BucketPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Bucket": {
              "type": "string"
            },
            "PolicyDocument": {
              "type": "object"
            }
          },
          "required": [
            "Bucket",
            "PolicyDocument"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3Outposts::BucketPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3Outposts::Endpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessType": {
              "type": "string"
            },
            "CustomerOwnedIpv4Pool": {
              "type": "string"
            },
            "FailedReason": {
              "$ref": "#/$defs/AWS::S3Outposts::Endpoint.FailedReason"
            },
            "OutpostId": {
              "type": "string"
            },
            "SecurityGroupId": {
              "type": "string"
            },
            "SubnetId": {
              "type": "string"
            }
          },
          "required": [
            "OutpostId",
            "SecurityGroupId",
            "SubnetId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::S3Outposts::Endpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::S3Outposts::Endpoint.FailedReason": {
      "type": "object",
      "properties": {
        "ErrorCode": {
          "type": "string"
        },
        "Message": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::S3Outposts::Endpoint.NetworkInterface": {
      "type": "object",
      "properties": {
        "NetworkInterfaceId": {
          "type": "string"
        }
      },
      "required": [
        "NetworkInterfaceId"
      ],
      "additionalProperties": false
    },
    "AWS::SDB::Domain": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SDB::Domain"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ConfigurationSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeliveryOptions": {
              "$ref": "#/$defs/AWS::SES::ConfigurationSet.DeliveryOptions"
            },
            "Name": {
              "type": "string"
            },
            "ReputationOptions": {
              "$ref": "#/$defs/AWS::SES::ConfigurationSet.ReputationOptions"
            },
            "SendingOptions": {
              "$ref": "#/$defs/AWS::SES::ConfigurationSet.SendingOptions"
            },
            "SuppressionOptions": {
              "$ref": "#/$defs/AWS::SES::ConfigurationSet.SuppressionOptions"
            },
            "TrackingOptions": {
              "$ref": "#/$defs/AWS::SES::ConfigurationSet.TrackingOptions"
            },
            "VdmOptions": {
              "$ref": "#/$defs/AWS::SES::ConfigurationSet.VdmOptions"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SES::ConfigurationSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ConfigurationSet.DashboardOptions": {
      "type": "object",
      "properties": {
        "EngagementMetrics": {
          "type": "string"
        }
      },
      "required": [
        "EngagementMetrics"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ConfigurationSet.DeliveryOptions": {
      "type": "object",
      "properties": {
        "SendingPoolName": {
          "type": "string"
        },
        "TlsPolicy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::ConfigurationSet.GuardianOptions": {
      "type": "object",
      "properties": {
        "OptimizedSharedDelivery": {
          "type": "string"
        }
      },
      "required": [
        "OptimizedSharedDelivery"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ConfigurationSet.ReputationOptions": {
      "type": "object",
      "properties": {
        "ReputationMetricsEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::ConfigurationSet.SendingOptions": {
      "type": "object",
      "properties": {
        "SendingEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::ConfigurationSet.SuppressionOptions": {
      "type": "object",
      "properties": {
        "SuppressedReasons": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::ConfigurationSet.TrackingOptions": {
      "type": "object",
      "properties": {
        "CustomRedirectDomain": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::ConfigurationSet.VdmOptions": {
      "type": "object",
      "properties": {
        "DashboardOptions": {
          "$ref": "#/$defs/AWS::SES::ConfigurationSet.DashboardOptions"
        },
        "GuardianOptions": {
          "$ref": "#/$defs/AWS::SES::ConfigurationSet.GuardianOptions"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::ConfigurationSetEventDestination": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConfigurationSetName": {
              "type": "string"
            },
            "EventDestination": {
              "$ref": "#/$defs/AWS::SES::ConfigurationSetEventDestination.EventDestination"
            }
          },
          "required": [
            "ConfigurationSetName",
            "EventDestination"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SES::ConfigurationSetEventDestination"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ConfigurationSetEventDestination.CloudWatchDestination": {
      "type": "object",
      "properties": {
        "DimensionConfigurations": {
          "items": {
            "$ref": "#/$defs/AWS::SES::ConfigurationSetEventDestination.DimensionConfiguration"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::ConfigurationSetEventDestination.DimensionConfiguration": {
      "type": "object",
      "properties": {
        "DefaultDimensionValue": {
          "type": "string"
        },
        "DimensionName": {
          "type": "string"
        },
        "DimensionValueSource": {
          "type": "string"
        }
      },
      "required": [
        "DefaultDimensionValue",
        "DimensionName",
        "DimensionValueSource"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ConfigurationSetEventDestination.EventDestination": {
      "type": "object",
      "properties": {
        "CloudWatchDestination": {
          "$ref": "#/$defs/AWS::SES::ConfigurationSetEventDestination.CloudWatchDestination"
        },
        "Enabled": {
          "type": "boolean"
        },
        "KinesisFirehoseDestination": {
          "$ref": "#/$defs/AWS::SES::ConfigurationSetEventDestination.KinesisFirehoseDestination"
        },
        "MatchingEventTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "SnsDestination": {
          "$ref": "#/$defs/AWS::SES::ConfigurationSetEventDestination.SnsDestination"
        }
      },
      "required": [
        "MatchingEventTypes"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ConfigurationSetEventDestination.KinesisFirehoseDestination": {
      "type": "object",
      "properties": {
        "DeliveryStreamARN": {
          "type": "string"
        },
        "IAMRoleARN": {
          "type": "string"
        }
      },
      "required": [
        "DeliveryStreamARN",
        "IAMRoleARN"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ConfigurationSetEventDestination.SnsDestination": {
      "type": "object",
      "properties": {
        "TopicARN": {
          "type": "string"
        }
      },
      "required": [
        "TopicARN"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ContactList": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContactListName": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Topics": {
              "items": {
                "$ref": "#/$defs/AWS::SES::ContactList.Topic"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SES::ContactList"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ContactList.Topic": {
      "type": "object",
      "properties": {
        "DefaultSubscriptionStatus": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "DisplayName": {
          "type": "string"
        },
        "TopicName": {
          "type": "string"
        }
      },
      "required": [
        "DefaultSubscriptionStatus",
        "DisplayName",
        "TopicName"
      ],
      "additionalProperties": false
    },
    "AWS::SES::DedicatedIpPool": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PoolName": {
              "type": "string"
            },
            "ScalingMode": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SES::DedicatedIpPool"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SES::EmailIdentity": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConfigurationSetAttributes": {
              "$ref": "#/$defs/AWS::SES::EmailIdentity.ConfigurationSetAttributes"
            },
            "DkimAttributes": {
              "$ref": "#/$defs/AWS::SES::EmailIdentity.DkimAttributes"
            },
            "DkimSigningAttributes": {
              "$ref": "#/$defs/AWS::SES::EmailIdentity.DkimSigningAttributes"
            },
            "EmailIdentity": {
              "type": "string"
            },
            "FeedbackAttributes": {
              "$ref": "#/$defs/AWS::SES::EmailIdentity.FeedbackAttributes"
            },
            "MailFromAttributes": {
              "$ref": "#/$defs/AWS::SES::EmailIdentity.MailFromAttributes"
            }
          },
          "required": [
            "EmailIdentity"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SES::EmailIdentity"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SES::EmailIdentity.ConfigurationSetAttributes": {
      "type": "object",
      "properties": {
        "ConfigurationSetName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::EmailIdentity.DkimAttributes": {
      "type": "object",
      "properties": {
        "SigningEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::EmailIdentity.DkimSigningAttributes": {
      "type": "object",
      "properties": {
        "DomainSigningPrivateKey": {
          "type": "string"
        },
        "DomainSigningSelector": {
          "type": "string"
        },
        "NextSigningKeyLength": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::EmailIdentity.FeedbackAttributes": {
      "type": "object",
      "properties": {
        "EmailForwardingEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::EmailIdentity.MailFromAttributes": {
      "type": "object",
      "properties": {
        "BehaviorOnMxFailure": {
          "type": "string"
        },
        "MailFromDomain": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::ReceiptFilter": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Filter": {
              "$ref": "#/$defs/AWS::SES::ReceiptFilter.Filter"
            }
          },
          "required": [
            "Filter"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SES::ReceiptFilter"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ReceiptFilter.Filter": {
      "type": "object",
      "properties": {
        "IpFilter": {
          "$ref": "#/$defs/AWS::SES::ReceiptFilter.IpFilter"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "IpFilter"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ReceiptFilter.IpFilter": {
      "type": "object",
      "properties": {
        "Cidr": {
          "type": "string"
        },
        "Policy": {
          "type": "string"
        }
      },
      "required": [
        "Cidr",
        "Policy"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ReceiptRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "After": {
              "type": "string"
            },
            "Rule": {
              "$ref": "#/$defs/AWS::SES::ReceiptRule.Rule"
            },
            "RuleSetName": {
              "type": "string"
            }
          },
          "required": [
            "Rule",
            "RuleSetName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SES::ReceiptRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ReceiptRule.Action": {
      "type": "object",
      "properties": {
        "AddHeaderAction": {
          "$ref": "#/$defs/AWS::SES::ReceiptRule.AddHeaderAction"
        },
        "BounceAction": {
          "$ref": "#/$defs/AWS::SES::ReceiptRule.BounceAction"
        },
        "LambdaAction": {
          "$ref": "#/$defs/AWS::SES::ReceiptRule.LambdaAction"
        },
        "S3Action": {
          "$ref": "#/$defs/AWS::SES::ReceiptRule.S3Action"
        },
        "SNSAction": {
          "$ref": "#/$defs/AWS::SES::ReceiptRule.SNSAction"
        },
        "StopAction": {
          "$ref": "#/$defs/AWS::SES::ReceiptRule.StopAction"
        },
        "WorkmailAction": {
          "$ref": "#/$defs/AWS::SES::ReceiptRule.WorkmailAction"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::ReceiptRule.AddHeaderAction": {
      "type": "object",
      "properties": {
        "HeaderName": {
          "type": "string"
        },
        "HeaderValue": {
          "type": "string"
        }
      },
      "required": [
        "HeaderName",
        "HeaderValue"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ReceiptRule.BounceAction": {
      "type": "object",
      "properties": {
        "Message": {
          "type": "string"
        },
        "Sender": {
          "type": "string"
        },
        "SmtpReplyCode": {
          "type": "string"
        },
        "StatusCode": {
          "type": "string"
        },
        "TopicArn": {
          "type": "string"
        }
      },
      "required": [
        "Message",
        "Sender",
        "SmtpReplyCode"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ReceiptRule.LambdaAction": {
      "type": "object",
      "properties": {
        "FunctionArn": {
          "type": "string"
        },
        "InvocationType": {
          "type": "string"
        },
        "TopicArn": {
          "type": "string"
        }
      },
      "required": [
        "FunctionArn"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ReceiptRule.Rule": {
      "type": "object",
      "properties": {
        "Actions": {
          "items": {
            "$ref": "#/$defs/AWS::SES::ReceiptRule.Action"
          },
          "type": "array"
        },
        "Enabled": {
          "type": "boolean"
        },
        "Name": {
          "type": "string"
        },
        "Recipients": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ScanEnabled": {
          "type": "boolean"
        },
        "TlsPolicy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::ReceiptRule.S3Action": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "KmsKeyArn": {
          "type": "string"
        },
        "ObjectKeyPrefix": {
          "type": "string"
        },
        "TopicArn": {
          "type": "string"
        }
      },
      "required": [
        "BucketName"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ReceiptRule.SNSAction": {
      "type": "object",
      "properties": {
        "Encoding": {
          "type": "string"
        },
        "TopicArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::ReceiptRule.StopAction": {
      "type": "object",
      "properties": {
        "Scope": {
          "type": "string"
        },
        "TopicArn": {
          "type": "string"
        }
      },
      "required": [
        "Scope"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ReceiptRule.WorkmailAction": {
      "type": "object",
      "properties": {
        "OrganizationArn": {
          "type": "string"
        },
        "TopicArn": {
          "type": "string"
        }
      },
      "required": [
        "OrganizationArn"
      ],
      "additionalProperties": false
    },
    "AWS::SES::ReceiptRuleSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "RuleSetName": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SES::ReceiptRuleSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SES::Template": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Template": {
              "$ref": "#/$defs/AWS::SES::Template.Template"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SES::Template"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SES::Template.Template": {
      "type": "object",
      "properties": {
        "HtmlPart": {
          "type": "string"
        },
        "SubjectPart": {
          "type": "string"
        },
        "TemplateName": {
          "type": "string"
        },
        "TextPart": {
          "type": "string"
        }
      },
      "required": [
        "SubjectPart"
      ],
      "additionalProperties": false
    },
    "AWS::SES::VdmAttributes": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DashboardAttributes": {
              "$ref": "#/$defs/AWS::SES::VdmAttributes.DashboardAttributes"
            },
            "GuardianAttributes": {
              "$ref": "#/$defs/AWS::SES::VdmAttributes.GuardianAttributes"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SES::VdmAttributes"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SES::VdmAttributes.DashboardAttributes": {
      "type": "object",
      "properties": {
        "EngagementMetrics": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SES::VdmAttributes.GuardianAttributes": {
      "type": "object",
      "properties": {
        "OptimizedSharedDelivery": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SNS::Subscription": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeliveryPolicy": {
              "type": "object"
            },
            "Endpoint": {
              "type": "string"
            },
            "FilterPolicy": {
              "type": "object"
            },
            "FilterPolicyScope": {
              "type": "string"
            },
            "Protocol": {
              "type": "string"
            },
            "RawMessageDelivery": {
              "type": "boolean"
            },
            "RedrivePolicy": {
              "type": "object"
            },
            "Region": {
              "type": "string"
            },
            "ReplayPolicy": {
              "type": "object"
            },
            "SubscriptionRoleArn": {
              "type": "string"
            },
            "TopicArn": {
              "type": "string"
            }
          },
          "required": [
            "Protocol",
            "TopicArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SNS::Subscription"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SNS::Topic": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ArchivePolicy": {
              "type": "object"
            },
            "ContentBasedDeduplication": {
              "type": "boolean"
            },
            "DataProtectionPolicy": {
              "type": "object"
            },
            "DeliveryStatusLogging": {
              "items": {
                "$ref": "#/$defs/AWS::SNS::Topic.LoggingConfig"
              },
              "type": "array"
            },
            "DisplayName": {
              "type": "string"
            },
            "FifoTopic": {
              "type": "boolean"
            },
            "KmsMasterKeyId": {
              "type": "string"
            },
            "SignatureVersion": {
              "type": "string"
            },
            "Subscription": {
              "items": {
                "$ref": "#/$defs/AWS::SNS::Topic.Subscription"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TopicName": {
              "type": "string"
            },
            "TracingConfig": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SNS::Topic"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SNS::Topic.LoggingConfig": {
      "type": "object",
      "properties": {
        "FailureFeedbackRoleArn": {
          "type": "string"
        },
        "Protocol": {
          "type": "string"
        },
        "SuccessFeedbackRoleArn": {
          "type": "string"
        },
        "SuccessFeedbackSampleRate": {
          "type": "string"
        }
      },
      "required": [
        "Protocol"
      ],
      "additionalProperties": false
    },
    "AWS::SNS::Topic.Subscription": {
      "type": "object",
      "properties": {
        "Endpoint": {
          "type": "string"
        },
        "Protocol": {
          "type": "string"
        }
      },
      "required": [
        "Endpoint",
        "Protocol"
      ],
      "additionalProperties": false
    },
    "AWS::SNS::TopicInlinePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PolicyDocument": {
              "type": "object"
            },
            "TopicArn": {
              "type": "string"
            }
          },
          "required": [
            "PolicyDocument",
            "TopicArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SNS::TopicInlinePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SNS::TopicPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PolicyDocument": {
              "type": "object"
            },
            "Topics": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "PolicyDocument",
            "Topics"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SNS::TopicPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SQS::Queue": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContentBasedDeduplication": {
              "type": "boolean"
            },
            "DeduplicationScope": {
              "type": "string"
            },
            "DelaySeconds": {
              "type": "number"
            },
            "FifoQueue": {
              "type": "boolean"
            },
            "FifoThroughputLimit": {
              "type": "string"
            },
            "KmsDataKeyReusePeriodSeconds": {
              "type": "number"
            },
            "KmsMasterKeyId": {
              "type": "string"
            },
            "MaximumMessageSize": {
              "type": "number"
            },
            "MessageRetentionPeriod": {
              "type": "number"
            },
            "QueueName": {
              "type": "string"
            },
            "ReceiveMessageWaitTimeSeconds": {
              "type": "number"
            },
            "RedriveAllowPolicy": {
              "type": "object"
            },
            "RedrivePolicy": {
              "type": "object"
            },
            "SqsManagedSseEnabled": {
              "type": "boolean"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VisibilityTimeout": {
              "type": "number"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SQS::Queue"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SQS::QueueInlinePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PolicyDocument": {
              "type": "object"
            },
            "Queue": {
              "type": "string"
            }
          },
          "required": [
            "PolicyDocument",
            "Queue"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SQS::QueueInlinePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SQS::QueuePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PolicyDocument": {
              "type": "object"
            },
            "Queues": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "PolicyDocument",
            "Queues"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SQS::QueuePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::Association": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplyOnlyAtCronInterval": {
              "type": "boolean"
            },
            "AssociationName": {
              "type": "string"
            },
            "AutomationTargetParameterName": {
              "type": "string"
            },
            "CalendarNames": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ComplianceSeverity": {
              "type": "string"
            },
            "DocumentVersion": {
              "type": "string"
            },
            "InstanceId": {
              "type": "string"
            },
            "MaxConcurrency": {
              "type": "string"
            },
            "MaxErrors": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "OutputLocation": {
              "$ref": "#/$defs/AWS::SSM::Association.InstanceAssociationOutputLocation"
            },
            "Parameters": {
              "type": "object"
            },
            "ScheduleExpression": {
              "type": "string"
            },
            "ScheduleOffset": {
              "type": "number"
            },
            "SyncCompliance": {
              "type": "string"
            },
            "Targets": {
              "items": {
                "$ref": "#/$defs/AWS::SSM::Association.Target"
              },
              "type": "array"
            },
            "WaitForSuccessTimeoutSeconds": {
              "type": "number"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSM::Association"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::Association.InstanceAssociationOutputLocation": {
      "type": "object",
      "properties": {
        "S3Location": {
          "$ref": "#/$defs/AWS::SSM::Association.S3OutputLocation"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSM::Association.S3OutputLocation": {
      "type": "object",
      "properties": {
        "OutputS3BucketName": {
          "type": "string"
        },
        "OutputS3KeyPrefix": {
          "type": "string"
        },
        "OutputS3Region": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSM::Association.Target": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Key",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::Document": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Attachments": {
              "items": {
                "$ref": "#/$defs/AWS::SSM::Document.AttachmentsSource"
              },
              "type": "array"
            },
            "Content": {
              "type": "object"
            },
            "DocumentFormat": {
              "type": "string"
            },
            "DocumentType": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Requires": {
              "items": {
                "$ref": "#/$defs/AWS::SSM::Document.DocumentRequires"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetType": {
              "type": "string"
            },
            "UpdateMethod": {
              "type": "string"
            },
            "VersionName": {
              "type": "string"
            }
          },
          "required": [
            "Content"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSM::Document"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::Document.AttachmentsSource": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSM::Document.DocumentRequires": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSM::MaintenanceWindow": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllowUnassociatedTargets": {
              "type": "boolean"
            },
            "Cutoff": {
              "type": "number"
            },
            "Description": {
              "type": "string"
            },
            "Duration": {
              "type": "number"
            },
            "EndDate": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Schedule": {
              "type": "string"
            },
            "ScheduleOffset": {
              "type": "number"
            },
            "ScheduleTimezone": {
              "type": "string"
            },
            "StartDate": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AllowUnassociatedTargets",
            "Cutoff",
            "Duration",
            "Name",
            "Schedule"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSM::MaintenanceWindow"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::MaintenanceWindowTarget": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "OwnerInformation": {
              "type": "string"
            },
            "ResourceType": {
              "type": "string"
            },
            "Targets": {
              "items": {
                "$ref": "#/$defs/AWS::SSM::MaintenanceWindowTarget.Targets"
              },
              "type": "array"
            },
            "WindowId": {
              "type": "string"
            }
          },
          "required": [
            "ResourceType",
            "Targets",
            "WindowId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSM::MaintenanceWindowTarget"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::MaintenanceWindowTarget.Targets": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Key",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::MaintenanceWindowTask": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CutoffBehavior": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "LoggingInfo": {
              "$ref": "#/$defs/AWS::SSM::MaintenanceWindowTask.LoggingInfo"
            },
            "MaxConcurrency": {
              "type": "string"
            },
            "MaxErrors": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Priority": {
              "type": "number"
            },
            "ServiceRoleArn": {
              "type": "string"
            },
            "Targets": {
              "items": {
                "$ref": "#/$defs/AWS::SSM::MaintenanceWindowTask.Target"
              },
              "type": "array"
            },
            "TaskArn": {
              "type": "string"
            },
            "TaskInvocationParameters": {
              "$ref": "#/$defs/AWS::SSM::MaintenanceWindowTask.TaskInvocationParameters"
            },
            "TaskParameters": {
              "type": "object"
            },
            "TaskType": {
              "type": "string"
            },
            "WindowId": {
              "type": "string"
            }
          },
          "required": [
            "Priority",
            "TaskArn",
            "TaskType",
            "WindowId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSM::MaintenanceWindowTask"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::MaintenanceWindowTask.CloudWatchOutputConfig": {
      "type": "object",
      "properties": {
        "CloudWatchLogGroupName": {
          "type": "string"
        },
        "CloudWatchOutputEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSM::MaintenanceWindowTask.LoggingInfo": {
      "type": "object",
      "properties": {
        "Region": {
          "type": "string"
        },
        "S3Bucket": {
          "type": "string"
        },
        "S3Prefix": {
          "type": "string"
        }
      },
      "required": [
        "Region",
        "S3Bucket"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::MaintenanceWindowTask.MaintenanceWindowAutomationParameters": {
      "type": "object",
      "properties": {
        "DocumentVersion": {
          "type": "string"
        },
        "Parameters": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSM::MaintenanceWindowTask.MaintenanceWindowLambdaParameters": {
      "type": "object",
      "properties": {
        "ClientContext": {
          "type": "string"
        },
        "Payload": {
          "type": "string"
        },
        "Qualifier": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSM::MaintenanceWindowTask.MaintenanceWindowRunCommandParameters": {
      "type": "object",
      "properties": {
        "CloudWatchOutputConfig": {
          "$ref": "#/$defs/AWS::SSM::MaintenanceWindowTask.CloudWatchOutputConfig"
        },
        "Comment": {
          "type": "string"
        },
        "DocumentHash": {
          "type": "string"
        },
        "DocumentHashType": {
          "type": "string"
        },
        "DocumentVersion": {
          "type": "string"
        },
        "NotificationConfig": {
          "$ref": "#/$defs/AWS::SSM::MaintenanceWindowTask.NotificationConfig"
        },
        "OutputS3BucketName": {
          "type": "string"
        },
        "OutputS3KeyPrefix": {
          "type": "string"
        },
        "Parameters": {
          "type": "object"
        },
        "ServiceRoleArn": {
          "type": "string"
        },
        "TimeoutSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSM::MaintenanceWindowTask.MaintenanceWindowStepFunctionsParameters": {
      "type": "object",
      "properties": {
        "Input": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSM::MaintenanceWindowTask.NotificationConfig": {
      "type": "object",
      "properties": {
        "NotificationArn": {
          "type": "string"
        },
        "NotificationEvents": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "NotificationType": {
          "type": "string"
        }
      },
      "required": [
        "NotificationArn"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::MaintenanceWindowTask.Target": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Key",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::MaintenanceWindowTask.TaskInvocationParameters": {
      "type": "object",
      "properties": {
        "MaintenanceWindowAutomationParameters": {
          "$ref": "#/$defs/AWS::SSM::MaintenanceWindowTask.MaintenanceWindowAutomationParameters"
        },
        "MaintenanceWindowLambdaParameters": {
          "$ref": "#/$defs/AWS::SSM::MaintenanceWindowTask.MaintenanceWindowLambdaParameters"
        },
        "MaintenanceWindowRunCommandParameters": {
          "$ref": "#/$defs/AWS::SSM::MaintenanceWindowTask.MaintenanceWindowRunCommandParameters"
        },
        "MaintenanceWindowStepFunctionsParameters": {
          "$ref": "#/$defs/AWS::SSM::MaintenanceWindowTask.MaintenanceWindowStepFunctionsParameters"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSM::Parameter": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllowedPattern": {
              "type": "string"
            },
            "DataType": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Policies": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Tier": {
              "type": "string"
            },
            "Type": {
              "type": "string"
            },
            "Value": {
              "type": "string"
            }
          },
          "required": [
            "Type",
            "Value"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSM::Parameter"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::PatchBaseline": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApprovalRules": {
              "$ref": "#/$defs/AWS::SSM::PatchBaseline.RuleGroup"
            },
            "ApprovedPatches": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ApprovedPatchesComplianceLevel": {
              "type": "string"
            },
            "ApprovedPatchesEnableNonSecurity": {
              "type": "boolean"
            },
            "DefaultBaseline": {
              "type": "boolean"
            },
            "Description": {
              "type": "string"
            },
            "GlobalFilters": {
              "$ref": "#/$defs/AWS::SSM::PatchBaseline.PatchFilterGroup"
            },
            "Name": {
              "type": "string"
            },
            "OperatingSystem": {
              "type": "string"
            },
            "PatchGroups": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "RejectedPatches": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "RejectedPatchesAction": {
              "type": "string"
            },
            "Sources": {
              "items": {
                "$ref": "#/$defs/AWS::SSM::PatchBaseline.PatchSource"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSM::PatchBaseline"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::PatchBaseline.PatchFilter": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSM::PatchBaseline.PatchFilterGroup": {
      "type": "object",
      "properties": {
        "PatchFilters": {
          "items": {
            "$ref": "#/$defs/AWS::SSM::PatchBaseline.PatchFilter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSM::PatchBaseline.PatchSource": {
      "type": "object",
      "properties": {
        "Configuration": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Products": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSM::PatchBaseline.Rule": {
      "type": "object",
      "properties": {
        "ApproveAfterDays": {
          "type": "number"
        },
        "ApproveUntilDate": {
          "type": "string"
        },
        "ComplianceLevel": {
          "type": "string"
        },
        "EnableNonSecurity": {
          "type": "boolean"
        },
        "PatchFilterGroup": {
          "$ref": "#/$defs/AWS::SSM::PatchBaseline.PatchFilterGroup"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSM::PatchBaseline.RuleGroup": {
      "type": "object",
      "properties": {
        "PatchRules": {
          "items": {
            "$ref": "#/$defs/AWS::SSM::PatchBaseline.Rule"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSM::ResourceDataSync": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BucketName": {
              "type": "string"
            },
            "BucketPrefix": {
              "type": "string"
            },
            "BucketRegion": {
              "type": "string"
            },
            "KMSKeyArn": {
              "type": "string"
            },
            "S3Destination": {
              "$ref": "#/$defs/AWS::SSM::ResourceDataSync.S3Destination"
            },
            "SyncFormat": {
              "type": "string"
            },
            "SyncName": {
              "type": "string"
            },
            "SyncSource": {
              "$ref": "#/$defs/AWS::SSM::ResourceDataSync.SyncSource"
            },
            "SyncType": {
              "type": "string"
            }
          },
          "required": [
            "SyncName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSM::ResourceDataSync"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::ResourceDataSync.AwsOrganizationsSource": {
      "type": "object",
      "properties": {
        "OrganizationSourceType": {
          "type": "string"
        },
        "OrganizationalUnits": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "OrganizationSourceType"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::ResourceDataSync.S3Destination": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "BucketPrefix": {
          "type": "string"
        },
        "BucketRegion": {
          "type": "string"
        },
        "KMSKeyArn": {
          "type": "string"
        },
        "SyncFormat": {
          "type": "string"
        }
      },
      "required": [
        "BucketName",
        "BucketRegion",
        "SyncFormat"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::ResourceDataSync.SyncSource": {
      "type": "object",
      "properties": {
        "AwsOrganizationsSource": {
          "$ref": "#/$defs/AWS::SSM::ResourceDataSync.AwsOrganizationsSource"
        },
        "IncludeFutureRegions": {
          "type": "boolean"
        },
        "SourceRegions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SourceType": {
          "type": "string"
        }
      },
      "required": [
        "SourceRegions",
        "SourceType"
      ],
      "additionalProperties": false
    },
    "AWS::SSM::ResourcePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Policy": {
              "type": "object"
            },
            "ResourceArn": {
              "type": "string"
            }
          },
          "required": [
            "Policy",
            "ResourceArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSM::ResourcePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSMContacts::Contact": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Alias": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "Plan": {
              "items": {
                "$ref": "#/$defs/AWS::SSMContacts::Contact.Stage"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Alias",
            "DisplayName",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSMContacts::Contact"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSMContacts::Contact.ChannelTargetInfo": {
      "type": "object",
      "properties": {
        "ChannelId": {
          "type": "string"
        },
        "RetryIntervalInMinutes": {
          "type": "number"
        }
      },
      "required": [
        "ChannelId",
        "RetryIntervalInMinutes"
      ],
      "additionalProperties": false
    },
    "AWS::SSMContacts::Contact.ContactTargetInfo": {
      "type": "object",
      "properties": {
        "ContactId": {
          "type": "string"
        },
        "IsEssential": {
          "type": "boolean"
        }
      },
      "required": [
        "ContactId",
        "IsEssential"
      ],
      "additionalProperties": false
    },
    "AWS::SSMContacts::Contact.Stage": {
      "type": "object",
      "properties": {
        "DurationInMinutes": {
          "type": "number"
        },
        "RotationIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Targets": {
          "items": {
            "$ref": "#/$defs/AWS::SSMContacts::Contact.Targets"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSMContacts::Contact.Targets": {
      "type": "object",
      "properties": {
        "ChannelTargetInfo": {
          "$ref": "#/$defs/AWS::SSMContacts::Contact.ChannelTargetInfo"
        },
        "ContactTargetInfo": {
          "$ref": "#/$defs/AWS::SSMContacts::Contact.ContactTargetInfo"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSMContacts::ContactChannel": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ChannelAddress": {
              "type": "string"
            },
            "ChannelName": {
              "type": "string"
            },
            "ChannelType": {
              "type": "string"
            },
            "ContactId": {
              "type": "string"
            },
            "DeferActivation": {
              "type": "boolean"
            }
          },
          "required": [
            "ChannelAddress",
            "ChannelName",
            "ChannelType",
            "ContactId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSMContacts::ContactChannel"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSMContacts::Plan": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContactId": {
              "type": "string"
            },
            "RotationIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Stages": {
              "items": {
                "$ref": "#/$defs/AWS::SSMContacts::Plan.Stage"
              },
              "type": "array"
            }
          },
          "required": [
            "ContactId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSMContacts::Plan"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSMContacts::Plan.ChannelTargetInfo": {
      "type": "object",
      "properties": {
        "ChannelId": {
          "type": "string"
        },
        "RetryIntervalInMinutes": {
          "type": "number"
        }
      },
      "required": [
        "ChannelId",
        "RetryIntervalInMinutes"
      ],
      "additionalProperties": false
    },
    "AWS::SSMContacts::Plan.ContactTargetInfo": {
      "type": "object",
      "properties": {
        "ContactId": {
          "type": "string"
        },
        "IsEssential": {
          "type": "boolean"
        }
      },
      "required": [
        "ContactId",
        "IsEssential"
      ],
      "additionalProperties": false
    },
    "AWS::SSMContacts::Plan.Stage": {
      "type": "object",
      "properties": {
        "DurationInMinutes": {
          "type": "number"
        },
        "Targets": {
          "items": {
            "$ref": "#/$defs/AWS::SSMContacts::Plan.Targets"
          },
          "type": "array"
        }
      },
      "required": [
        "DurationInMinutes"
      ],
      "additionalProperties": false
    },
    "AWS::SSMContacts::Plan.Targets": {
      "type": "object",
      "properties": {
        "ChannelTargetInfo": {
          "$ref": "#/$defs/AWS::SSMContacts::Plan.ChannelTargetInfo"
        },
        "ContactTargetInfo": {
          "$ref": "#/$defs/AWS::SSMContacts::Plan.ContactTargetInfo"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSMContacts::Rotation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ContactIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Recurrence": {
              "$ref": "#/$defs/AWS::SSMContacts::Rotation.RecurrenceSettings"
            },
            "StartTime": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TimeZoneId": {
              "type": "string"
            }
          },
          "required": [
            "ContactIds",
            "Name",
            "Recurrence",
            "StartTime",
            "TimeZoneId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSMContacts::Rotation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSMContacts::Rotation.CoverageTime": {
      "type": "object",
      "properties": {
        "EndTime": {
          "type": "string"
        },
        "StartTime": {
          "type": "string"
        }
      },
      "required": [
        "EndTime",
        "StartTime"
      ],
      "additionalProperties": false
    },
    "AWS::SSMContacts::Rotation.MonthlySetting": {
      "type": "object",
      "properties": {
        "DayOfMonth": {
          "type": "number"
        },
        "HandOffTime": {
          "type": "string"
        }
      },
      "required": [
        "DayOfMonth",
        "HandOffTime"
      ],
      "additionalProperties": false
    },
    "AWS::SSMContacts::Rotation.RecurrenceSettings": {
      "type": "object",
      "properties": {
        "DailySettings": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "MonthlySettings": {
          "items": {
            "$ref": "#/$defs/AWS::SSMContacts::Rotation.MonthlySetting"
          },
          "type": "array"
        },
        "NumberOfOnCalls": {
          "type": "number"
        },
        "RecurrenceMultiplier": {
          "type": "number"
        },
        "ShiftCoverages": {
          "items": {
            "$ref": "#/$defs/AWS::SSMContacts::Rotation.ShiftCoverage"
          },
          "type": "array"
        },
        "WeeklySettings": {
          "items": {
            "$ref": "#/$defs/AWS::SSMContacts::Rotation.WeeklySetting"
          },
          "type": "array"
        }
      },
      "required": [
        "NumberOfOnCalls",
        "RecurrenceMultiplier"
      ],
      "additionalProperties": false
    },
    "AWS::SSMContacts::Rotation.ShiftCoverage": {
      "type": "object",
      "properties": {
        "CoverageTimes": {
          "items": {
            "$ref": "#/$defs/AWS::SSMContacts::Rotation.CoverageTime"
          },
          "type": "array"
        },
        "DayOfWeek": {
          "type": "string"
        }
      },
      "required": [
        "CoverageTimes",
        "DayOfWeek"
      ],
      "additionalProperties": false
    },
    "AWS::SSMContacts::Rotation.WeeklySetting": {
      "type": "object",
      "properties": {
        "DayOfWeek": {
          "type": "string"
        },
        "HandOffTime": {
          "type": "string"
        }
      },
      "required": [
        "DayOfWeek",
        "HandOffTime"
      ],
      "additionalProperties": false
    },
    "AWS::SSMIncidents::ReplicationSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeletionProtected": {
              "type": "boolean"
            },
            "Regions": {
              "items": {
                "$ref": "#/$defs/AWS::SSMIncidents::ReplicationSet.ReplicationRegion"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Regions"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSMIncidents::ReplicationSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSMIncidents::ReplicationSet.RegionConfiguration": {
      "type": "object",
      "properties": {
        "SseKmsKeyId": {
          "type": "string"
        }
      },
      "required": [
        "SseKmsKeyId"
      ],
      "additionalProperties": false
    },
    "AWS::SSMIncidents::ReplicationSet.ReplicationRegion": {
      "type": "object",
      "properties": {
        "RegionConfiguration": {
          "$ref": "#/$defs/AWS::SSMIncidents::ReplicationSet.RegionConfiguration"
        },
        "RegionName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSMIncidents::ResponsePlan": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Actions": {
              "items": {
                "$ref": "#/$defs/AWS::SSMIncidents::ResponsePlan.Action"
              },
              "type": "array"
            },
            "ChatChannel": {
              "$ref": "#/$defs/AWS::SSMIncidents::ResponsePlan.ChatChannel"
            },
            "DisplayName": {
              "type": "string"
            },
            "Engagements": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "IncidentTemplate": {
              "$ref": "#/$defs/AWS::SSMIncidents::ResponsePlan.IncidentTemplate"
            },
            "Integrations": {
              "items": {
                "$ref": "#/$defs/AWS::SSMIncidents::ResponsePlan.Integration"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "IncidentTemplate",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSMIncidents::ResponsePlan"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSMIncidents::ResponsePlan.Action": {
      "type": "object",
      "properties": {
        "SsmAutomation": {
          "$ref": "#/$defs/AWS::SSMIncidents::ResponsePlan.SsmAutomation"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSMIncidents::ResponsePlan.ChatChannel": {
      "type": "object",
      "properties": {
        "ChatbotSns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSMIncidents::ResponsePlan.DynamicSsmParameter": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::SSMIncidents::ResponsePlan.DynamicSsmParameterValue"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::SSMIncidents::ResponsePlan.DynamicSsmParameterValue": {
      "type": "object",
      "properties": {
        "Variable": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSMIncidents::ResponsePlan.IncidentTemplate": {
      "type": "object",
      "properties": {
        "DedupeString": {
          "type": "string"
        },
        "Impact": {
          "type": "number"
        },
        "IncidentTags": {
          "items": {
            "$ref": "#/$defs/Tag"
          },
          "type": "array"
        },
        "NotificationTargets": {
          "items": {
            "$ref": "#/$defs/AWS::SSMIncidents::ResponsePlan.NotificationTargetItem"
          },
          "type": "array"
        },
        "Summary": {
          "type": "string"
        },
        "Title": {
          "type": "string"
        }
      },
      "required": [
        "Impact",
        "Title"
      ],
      "additionalProperties": false
    },
    "AWS::SSMIncidents::ResponsePlan.Integration": {
      "type": "object",
      "properties": {
        "PagerDutyConfiguration": {
          "$ref": "#/$defs/AWS::SSMIncidents::ResponsePlan.PagerDutyConfiguration"
        }
      },
      "required": [
        "PagerDutyConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::SSMIncidents::ResponsePlan.NotificationTargetItem": {
      "type": "object",
      "properties": {
        "SnsTopicArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SSMIncidents::ResponsePlan.PagerDutyConfiguration": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "PagerDutyIncidentConfiguration": {
          "$ref": "#/$defs/AWS::SSMIncidents::ResponsePlan.PagerDutyIncidentConfiguration"
        },
        "SecretId": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "PagerDutyIncidentConfiguration",
        "SecretId"
      ],
      "additionalProperties": false
    },
    "AWS::SSMIncidents::ResponsePlan.PagerDutyIncidentConfiguration": {
      "type": "object",
      "properties": {
        "ServiceId": {
          "type": "string"
        }
      },
      "required": [
        "ServiceId"
      ],
      "additionalProperties": false
    },
    "AWS::SSMIncidents::ResponsePlan.SsmAutomation": {
      "type": "object",
      "properties": {
        "DocumentName": {
          "type": "string"
        },
        "DocumentVersion": {
          "type": "string"
        },
        "DynamicParameters": {
          "items": {
            "$ref": "#/$defs/AWS::SSMIncidents::ResponsePlan.DynamicSsmParameter"
          },
          "type": "array"
        },
        "Parameters": {
          "items": {
            "$ref": "#/$defs/AWS::SSMIncidents::ResponsePlan.SsmParameter"
          },
          "type": "array"
        },
        "RoleArn": {
          "type": "string"
        },
        "TargetAccount": {
          "type": "string"
        }
      },
      "required": [
        "DocumentName",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::SSMIncidents::ResponsePlan.SsmParameter": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Values": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Key",
        "Values"
      ],
      "additionalProperties": false
    },
    "AWS::SSO::Assignment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InstanceArn": {
              "type": "string"
            },
            "PermissionSetArn": {
              "type": "string"
            },
            "PrincipalId": {
              "type": "string"
            },
            "PrincipalType": {
              "type": "string"
            },
            "TargetId": {
              "type": "string"
            },
            "TargetType": {
              "type": "string"
            }
          },
          "required": [
            "InstanceArn",
            "PermissionSetArn",
            "PrincipalId",
            "PrincipalType",
            "TargetId",
            "TargetType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSO::Assignment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSO::InstanceAccessControlAttributeConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessControlAttributes": {
              "items": {
                "$ref": "#/$defs/AWS::SSO::InstanceAccessControlAttributeConfiguration.AccessControlAttribute"
              },
              "type": "array"
            },
            "InstanceArn": {
              "type": "string"
            }
          },
          "required": [
            "InstanceArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSO::InstanceAccessControlAttributeConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSO::InstanceAccessControlAttributeConfiguration.AccessControlAttribute": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "$ref": "#/$defs/AWS::SSO::InstanceAccessControlAttributeConfiguration.AccessControlAttributeValue"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::SSO::InstanceAccessControlAttributeConfiguration.AccessControlAttributeValue": {
      "type": "object",
      "properties": {
        "Source": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Source"
      ],
      "additionalProperties": false
    },
    "AWS::SSO::PermissionSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CustomerManagedPolicyReferences": {
              "items": {
                "$ref": "#/$defs/AWS::SSO::PermissionSet.CustomerManagedPolicyReference"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "InlinePolicy": {
              "type": "object"
            },
            "InstanceArn": {
              "type": "string"
            },
            "ManagedPolicies": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "PermissionsBoundary": {
              "$ref": "#/$defs/AWS::SSO::PermissionSet.PermissionsBoundary"
            },
            "RelayStateType": {
              "type": "string"
            },
            "SessionDuration": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "InstanceArn",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SSO::PermissionSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SSO::PermissionSet.CustomerManagedPolicyReference": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Path": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::SSO::PermissionSet.PermissionsBoundary": {
      "type": "object",
      "properties": {
        "CustomerManagedPolicyReference": {
          "$ref": "#/$defs/AWS::SSO::PermissionSet.CustomerManagedPolicyReference"
        },
        "ManagedPolicyArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::App": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AppName": {
              "type": "string"
            },
            "AppType": {
              "type": "string"
            },
            "DomainId": {
              "type": "string"
            },
            "ResourceSpec": {
              "$ref": "#/$defs/AWS::SageMaker::App.ResourceSpec"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UserProfileName": {
              "type": "string"
            }
          },
          "required": [
            "AppName",
            "AppType",
            "DomainId",
            "UserProfileName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::App"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::App.ResourceSpec": {
      "type": "object",
      "properties": {
        "InstanceType": {
          "type": "string"
        },
        "SageMakerImageArn": {
          "type": "string"
        },
        "SageMakerImageVersionArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::AppImageConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AppImageConfigName": {
              "type": "string"
            },
            "CodeEditorAppImageConfig": {
              "$ref": "#/$defs/AWS::SageMaker::AppImageConfig.CodeEditorAppImageConfig"
            },
            "JupyterLabAppImageConfig": {
              "$ref": "#/$defs/AWS::SageMaker::AppImageConfig.JupyterLabAppImageConfig"
            },
            "KernelGatewayImageConfig": {
              "$ref": "#/$defs/AWS::SageMaker::AppImageConfig.KernelGatewayImageConfig"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AppImageConfigName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::AppImageConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::AppImageConfig.CodeEditorAppImageConfig": {
      "type": "object",
      "properties": {
        "ContainerConfig": {
          "$ref": "#/$defs/AWS::SageMaker::AppImageConfig.ContainerConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::AppImageConfig.ContainerConfig": {
      "type": "object",
      "properties": {
        "ContainerArguments": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ContainerEntrypoint": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ContainerEnvironmentVariables": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::AppImageConfig.CustomImageContainerEnvironmentVariable"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::AppImageConfig.CustomImageContainerEnvironmentVariable": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::AppImageConfig.FileSystemConfig": {
      "type": "object",
      "properties": {
        "DefaultGid": {
          "type": "number"
        },
        "DefaultUid": {
          "type": "number"
        },
        "MountPath": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::AppImageConfig.JupyterLabAppImageConfig": {
      "type": "object",
      "properties": {
        "ContainerConfig": {
          "$ref": "#/$defs/AWS::SageMaker::AppImageConfig.ContainerConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::AppImageConfig.KernelGatewayImageConfig": {
      "type": "object",
      "properties": {
        "FileSystemConfig": {
          "$ref": "#/$defs/AWS::SageMaker::AppImageConfig.FileSystemConfig"
        },
        "KernelSpecs": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::AppImageConfig.KernelSpec"
          },
          "type": "array"
        }
      },
      "required": [
        "KernelSpecs"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::AppImageConfig.KernelSpec": {
      "type": "object",
      "properties": {
        "DisplayName": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::CodeRepository": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CodeRepositoryName": {
              "type": "string"
            },
            "GitConfig": {
              "$ref": "#/$defs/AWS::SageMaker::CodeRepository.GitConfig"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "GitConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::CodeRepository"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::CodeRepository.GitConfig": {
      "type": "object",
      "properties": {
        "Branch": {
          "type": "string"
        },
        "RepositoryUrl": {
          "type": "string"
        },
        "SecretArn": {
          "type": "string"
        }
      },
      "required": [
        "RepositoryUrl"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataQualityAppSpecification": {
              "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.DataQualityAppSpecification"
            },
            "DataQualityBaselineConfig": {
              "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.DataQualityBaselineConfig"
            },
            "DataQualityJobInput": {
              "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.DataQualityJobInput"
            },
            "DataQualityJobOutputConfig": {
              "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.MonitoringOutputConfig"
            },
            "EndpointName": {
              "type": "string"
            },
            "JobDefinitionName": {
              "type": "string"
            },
            "JobResources": {
              "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.MonitoringResources"
            },
            "NetworkConfig": {
              "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.NetworkConfig"
            },
            "RoleArn": {
              "type": "string"
            },
            "StoppingCondition": {
              "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.StoppingCondition"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DataQualityAppSpecification",
            "DataQualityJobInput",
            "DataQualityJobOutputConfig",
            "JobResources",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::DataQualityJobDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.BatchTransformInput": {
      "type": "object",
      "properties": {
        "DataCapturedDestinationS3Uri": {
          "type": "string"
        },
        "DatasetFormat": {
          "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.DatasetFormat"
        },
        "ExcludeFeaturesAttribute": {
          "type": "string"
        },
        "LocalPath": {
          "type": "string"
        },
        "S3DataDistributionType": {
          "type": "string"
        },
        "S3InputMode": {
          "type": "string"
        }
      },
      "required": [
        "DataCapturedDestinationS3Uri",
        "DatasetFormat",
        "LocalPath"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.ClusterConfig": {
      "type": "object",
      "properties": {
        "InstanceCount": {
          "type": "number"
        },
        "InstanceType": {
          "type": "string"
        },
        "VolumeKmsKeyId": {
          "type": "string"
        },
        "VolumeSizeInGB": {
          "type": "number"
        }
      },
      "required": [
        "InstanceCount",
        "InstanceType",
        "VolumeSizeInGB"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.ConstraintsResource": {
      "type": "object",
      "properties": {
        "S3Uri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.Csv": {
      "type": "object",
      "properties": {
        "Header": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.DataQualityAppSpecification": {
      "type": "object",
      "properties": {
        "ContainerArguments": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ContainerEntrypoint": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Environment": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "ImageUri": {
          "type": "string"
        },
        "PostAnalyticsProcessorSourceUri": {
          "type": "string"
        },
        "RecordPreprocessorSourceUri": {
          "type": "string"
        }
      },
      "required": [
        "ImageUri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.DataQualityBaselineConfig": {
      "type": "object",
      "properties": {
        "BaseliningJobName": {
          "type": "string"
        },
        "ConstraintsResource": {
          "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.ConstraintsResource"
        },
        "StatisticsResource": {
          "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.StatisticsResource"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.DataQualityJobInput": {
      "type": "object",
      "properties": {
        "BatchTransformInput": {
          "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.BatchTransformInput"
        },
        "EndpointInput": {
          "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.EndpointInput"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.DatasetFormat": {
      "type": "object",
      "properties": {
        "Csv": {
          "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.Csv"
        },
        "Json": {
          "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.Json"
        },
        "Parquet": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.EndpointInput": {
      "type": "object",
      "properties": {
        "EndpointName": {
          "type": "string"
        },
        "ExcludeFeaturesAttribute": {
          "type": "string"
        },
        "LocalPath": {
          "type": "string"
        },
        "S3DataDistributionType": {
          "type": "string"
        },
        "S3InputMode": {
          "type": "string"
        }
      },
      "required": [
        "EndpointName",
        "LocalPath"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.Json": {
      "type": "object",
      "properties": {
        "Line": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.MonitoringOutput": {
      "type": "object",
      "properties": {
        "S3Output": {
          "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.S3Output"
        }
      },
      "required": [
        "S3Output"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.MonitoringOutputConfig": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "MonitoringOutputs": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.MonitoringOutput"
          },
          "type": "array"
        }
      },
      "required": [
        "MonitoringOutputs"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.MonitoringResources": {
      "type": "object",
      "properties": {
        "ClusterConfig": {
          "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.ClusterConfig"
        }
      },
      "required": [
        "ClusterConfig"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.NetworkConfig": {
      "type": "object",
      "properties": {
        "EnableInterContainerTrafficEncryption": {
          "type": "boolean"
        },
        "EnableNetworkIsolation": {
          "type": "boolean"
        },
        "VpcConfig": {
          "$ref": "#/$defs/AWS::SageMaker::DataQualityJobDefinition.VpcConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.S3Output": {
      "type": "object",
      "properties": {
        "LocalPath": {
          "type": "string"
        },
        "S3UploadMode": {
          "type": "string"
        },
        "S3Uri": {
          "type": "string"
        }
      },
      "required": [
        "LocalPath",
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.StatisticsResource": {
      "type": "object",
      "properties": {
        "S3Uri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.StoppingCondition": {
      "type": "object",
      "properties": {
        "MaxRuntimeInSeconds": {
          "type": "number"
        }
      },
      "required": [
        "MaxRuntimeInSeconds"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::DataQualityJobDefinition.VpcConfig": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SecurityGroupIds",
        "Subnets"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Device": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Device": {
              "$ref": "#/$defs/AWS::SageMaker::Device.Device"
            },
            "DeviceFleetName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DeviceFleetName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::Device"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Device.Device": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "DeviceName": {
          "type": "string"
        },
        "IotThingName": {
          "type": "string"
        }
      },
      "required": [
        "DeviceName"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::DeviceFleet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DeviceFleetName": {
              "type": "string"
            },
            "OutputConfig": {
              "$ref": "#/$defs/AWS::SageMaker::DeviceFleet.EdgeOutputConfig"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DeviceFleetName",
            "OutputConfig",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::DeviceFleet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::DeviceFleet.EdgeOutputConfig": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "S3OutputLocation": {
          "type": "string"
        }
      },
      "required": [
        "S3OutputLocation"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AppNetworkAccessType": {
              "type": "string"
            },
            "AppSecurityGroupManagement": {
              "type": "string"
            },
            "AuthMode": {
              "type": "string"
            },
            "DefaultSpaceSettings": {
              "$ref": "#/$defs/AWS::SageMaker::Domain.DefaultSpaceSettings"
            },
            "DefaultUserSettings": {
              "$ref": "#/$defs/AWS::SageMaker::Domain.UserSettings"
            },
            "DomainName": {
              "type": "string"
            },
            "DomainSettings": {
              "$ref": "#/$defs/AWS::SageMaker::Domain.DomainSettings"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "AuthMode",
            "DefaultUserSettings",
            "DomainName",
            "SubnetIds",
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::Domain"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.CodeEditorAppSettings": {
      "type": "object",
      "properties": {
        "CustomImages": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::Domain.CustomImage"
          },
          "type": "array"
        },
        "DefaultResourceSpec": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.ResourceSpec"
        },
        "LifecycleConfigArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.CodeRepository": {
      "type": "object",
      "properties": {
        "RepositoryUrl": {
          "type": "string"
        }
      },
      "required": [
        "RepositoryUrl"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.CustomFileSystemConfig": {
      "type": "object",
      "properties": {
        "EFSFileSystemConfig": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.EFSFileSystemConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.CustomImage": {
      "type": "object",
      "properties": {
        "AppImageConfigName": {
          "type": "string"
        },
        "ImageName": {
          "type": "string"
        },
        "ImageVersionNumber": {
          "type": "number"
        }
      },
      "required": [
        "AppImageConfigName",
        "ImageName"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.CustomPosixUserConfig": {
      "type": "object",
      "properties": {
        "Gid": {
          "type": "number"
        },
        "Uid": {
          "type": "number"
        }
      },
      "required": [
        "Gid",
        "Uid"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.DefaultEbsStorageSettings": {
      "type": "object",
      "properties": {
        "DefaultEbsVolumeSizeInGb": {
          "type": "number"
        },
        "MaximumEbsVolumeSizeInGb": {
          "type": "number"
        }
      },
      "required": [
        "DefaultEbsVolumeSizeInGb",
        "MaximumEbsVolumeSizeInGb"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.DefaultSpaceSettings": {
      "type": "object",
      "properties": {
        "ExecutionRole": {
          "type": "string"
        },
        "JupyterServerAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.JupyterServerAppSettings"
        },
        "KernelGatewayAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.KernelGatewayAppSettings"
        },
        "SecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "ExecutionRole"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.DefaultSpaceStorageSettings": {
      "type": "object",
      "properties": {
        "DefaultEbsStorageSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.DefaultEbsStorageSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.DockerSettings": {
      "type": "object",
      "properties": {
        "EnableDockerAccess": {
          "type": "string"
        },
        "VpcOnlyTrustedAccounts": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.DomainSettings": {
      "type": "object",
      "properties": {
        "DockerSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.DockerSettings"
        },
        "RStudioServerProDomainSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.RStudioServerProDomainSettings"
        },
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.EFSFileSystemConfig": {
      "type": "object",
      "properties": {
        "FileSystemId": {
          "type": "string"
        },
        "FileSystemPath": {
          "type": "string"
        }
      },
      "required": [
        "FileSystemId"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.JupyterLabAppSettings": {
      "type": "object",
      "properties": {
        "CodeRepositories": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::Domain.CodeRepository"
          },
          "type": "array"
        },
        "CustomImages": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::Domain.CustomImage"
          },
          "type": "array"
        },
        "DefaultResourceSpec": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.ResourceSpec"
        },
        "LifecycleConfigArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.JupyterServerAppSettings": {
      "type": "object",
      "properties": {
        "DefaultResourceSpec": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.ResourceSpec"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.KernelGatewayAppSettings": {
      "type": "object",
      "properties": {
        "CustomImages": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::Domain.CustomImage"
          },
          "type": "array"
        },
        "DefaultResourceSpec": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.ResourceSpec"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.RSessionAppSettings": {
      "type": "object",
      "properties": {
        "CustomImages": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::Domain.CustomImage"
          },
          "type": "array"
        },
        "DefaultResourceSpec": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.ResourceSpec"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.RStudioServerProAppSettings": {
      "type": "object",
      "properties": {
        "AccessStatus": {
          "type": "string"
        },
        "UserGroup": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.RStudioServerProDomainSettings": {
      "type": "object",
      "properties": {
        "DefaultResourceSpec": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.ResourceSpec"
        },
        "DomainExecutionRoleArn": {
          "type": "string"
        },
        "RStudioConnectUrl": {
          "type": "string"
        },
        "RStudioPackageManagerUrl": {
          "type": "string"
        }
      },
      "required": [
        "DomainExecutionRoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.ResourceSpec": {
      "type": "object",
      "properties": {
        "InstanceType": {
          "type": "string"
        },
        "LifecycleConfigArn": {
          "type": "string"
        },
        "SageMakerImageArn": {
          "type": "string"
        },
        "SageMakerImageVersionArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.SharingSettings": {
      "type": "object",
      "properties": {
        "NotebookOutputOption": {
          "type": "string"
        },
        "S3KmsKeyId": {
          "type": "string"
        },
        "S3OutputPath": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Domain.UserSettings": {
      "type": "object",
      "properties": {
        "CodeEditorAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.CodeEditorAppSettings"
        },
        "CustomFileSystemConfigs": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::Domain.CustomFileSystemConfig"
          },
          "type": "array"
        },
        "CustomPosixUserConfig": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.CustomPosixUserConfig"
        },
        "DefaultLandingUri": {
          "type": "string"
        },
        "ExecutionRole": {
          "type": "string"
        },
        "JupyterLabAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.JupyterLabAppSettings"
        },
        "JupyterServerAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.JupyterServerAppSettings"
        },
        "KernelGatewayAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.KernelGatewayAppSettings"
        },
        "RSessionAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.RSessionAppSettings"
        },
        "RStudioServerProAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.RStudioServerProAppSettings"
        },
        "SecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SharingSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.SharingSettings"
        },
        "SpaceStorageSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Domain.DefaultSpaceStorageSettings"
        },
        "StudioWebPortal": {
          "type": "string"
        }
      },
      "required": [
        "ExecutionRole"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Endpoint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeploymentConfig": {
              "$ref": "#/$defs/AWS::SageMaker::Endpoint.DeploymentConfig"
            },
            "EndpointConfigName": {
              "type": "string"
            },
            "EndpointName": {
              "type": "string"
            },
            "ExcludeRetainedVariantProperties": {
              "items": {
                "$ref": "#/$defs/AWS::SageMaker::Endpoint.VariantProperty"
              },
              "type": "array"
            },
            "RetainAllVariantProperties": {
              "type": "boolean"
            },
            "RetainDeploymentConfig": {
              "type": "boolean"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "EndpointConfigName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::Endpoint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Endpoint.Alarm": {
      "type": "object",
      "properties": {
        "AlarmName": {
          "type": "string"
        }
      },
      "required": [
        "AlarmName"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Endpoint.AutoRollbackConfig": {
      "type": "object",
      "properties": {
        "Alarms": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::Endpoint.Alarm"
          },
          "type": "array"
        }
      },
      "required": [
        "Alarms"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Endpoint.BlueGreenUpdatePolicy": {
      "type": "object",
      "properties": {
        "MaximumExecutionTimeoutInSeconds": {
          "type": "number"
        },
        "TerminationWaitInSeconds": {
          "type": "number"
        },
        "TrafficRoutingConfiguration": {
          "$ref": "#/$defs/AWS::SageMaker::Endpoint.TrafficRoutingConfig"
        }
      },
      "required": [
        "TrafficRoutingConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Endpoint.CapacitySize": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Endpoint.DeploymentConfig": {
      "type": "object",
      "properties": {
        "AutoRollbackConfiguration": {
          "$ref": "#/$defs/AWS::SageMaker::Endpoint.AutoRollbackConfig"
        },
        "BlueGreenUpdatePolicy": {
          "$ref": "#/$defs/AWS::SageMaker::Endpoint.BlueGreenUpdatePolicy"
        },
        "RollingUpdatePolicy": {
          "$ref": "#/$defs/AWS::SageMaker::Endpoint.RollingUpdatePolicy"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Endpoint.RollingUpdatePolicy": {
      "type": "object",
      "properties": {
        "MaximumBatchSize": {
          "$ref": "#/$defs/AWS::SageMaker::Endpoint.CapacitySize"
        },
        "MaximumExecutionTimeoutInSeconds": {
          "type": "number"
        },
        "RollbackMaximumBatchSize": {
          "$ref": "#/$defs/AWS::SageMaker::Endpoint.CapacitySize"
        },
        "WaitIntervalInSeconds": {
          "type": "number"
        }
      },
      "required": [
        "MaximumBatchSize",
        "WaitIntervalInSeconds"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Endpoint.TrafficRoutingConfig": {
      "type": "object",
      "properties": {
        "CanarySize": {
          "$ref": "#/$defs/AWS::SageMaker::Endpoint.CapacitySize"
        },
        "LinearStepSize": {
          "$ref": "#/$defs/AWS::SageMaker::Endpoint.CapacitySize"
        },
        "Type": {
          "type": "string"
        },
        "WaitIntervalInSeconds": {
          "type": "number"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Endpoint.VariantProperty": {
      "type": "object",
      "properties": {
        "VariantPropertyType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AsyncInferenceConfig": {
              "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.AsyncInferenceConfig"
            },
            "DataCaptureConfig": {
              "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.DataCaptureConfig"
            },
            "EnableNetworkIsolation": {
              "type": "boolean"
            },
            "EndpointConfigName": {
              "type": "string"
            },
            "ExecutionRoleArn": {
              "type": "string"
            },
            "ExplainerConfig": {
              "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.ExplainerConfig"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "ProductionVariants": {
              "items": {
                "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.ProductionVariant"
              },
              "type": "array"
            },
            "ShadowProductionVariants": {
              "items": {
                "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.ProductionVariant"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcConfig": {
              "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.VpcConfig"
            }
          },
          "required": [
            "ProductionVariants"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::EndpointConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.AsyncInferenceClientConfig": {
      "type": "object",
      "properties": {
        "MaxConcurrentInvocationsPerInstance": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.AsyncInferenceConfig": {
      "type": "object",
      "properties": {
        "ClientConfig": {
          "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.AsyncInferenceClientConfig"
        },
        "OutputConfig": {
          "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.AsyncInferenceOutputConfig"
        }
      },
      "required": [
        "OutputConfig"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.AsyncInferenceNotificationConfig": {
      "type": "object",
      "properties": {
        "ErrorTopic": {
          "type": "string"
        },
        "IncludeInferenceResponseIn": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SuccessTopic": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.AsyncInferenceOutputConfig": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "NotificationConfig": {
          "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.AsyncInferenceNotificationConfig"
        },
        "S3FailurePath": {
          "type": "string"
        },
        "S3OutputPath": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.CaptureContentTypeHeader": {
      "type": "object",
      "properties": {
        "CsvContentTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "JsonContentTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.CaptureOption": {
      "type": "object",
      "properties": {
        "CaptureMode": {
          "type": "string"
        }
      },
      "required": [
        "CaptureMode"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.ClarifyExplainerConfig": {
      "type": "object",
      "properties": {
        "EnableExplanations": {
          "type": "string"
        },
        "InferenceConfig": {
          "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.ClarifyInferenceConfig"
        },
        "ShapConfig": {
          "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.ClarifyShapConfig"
        }
      },
      "required": [
        "ShapConfig"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.ClarifyFeatureType": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.ClarifyHeader": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.ClarifyInferenceConfig": {
      "type": "object",
      "properties": {
        "ContentTemplate": {
          "type": "string"
        },
        "FeatureHeaders": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.ClarifyHeader"
          },
          "type": "array"
        },
        "FeatureTypes": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.ClarifyFeatureType"
          },
          "type": "array"
        },
        "FeaturesAttribute": {
          "type": "string"
        },
        "LabelAttribute": {
          "type": "string"
        },
        "LabelHeaders": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.ClarifyHeader"
          },
          "type": "array"
        },
        "LabelIndex": {
          "type": "number"
        },
        "MaxPayloadInMB": {
          "type": "number"
        },
        "MaxRecordCount": {
          "type": "number"
        },
        "ProbabilityAttribute": {
          "type": "string"
        },
        "ProbabilityIndex": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.ClarifyShapBaselineConfig": {
      "type": "object",
      "properties": {
        "MimeType": {
          "type": "string"
        },
        "ShapBaseline": {
          "type": "string"
        },
        "ShapBaselineUri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.ClarifyShapConfig": {
      "type": "object",
      "properties": {
        "NumberOfSamples": {
          "type": "number"
        },
        "Seed": {
          "type": "number"
        },
        "ShapBaselineConfig": {
          "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.ClarifyShapBaselineConfig"
        },
        "TextConfig": {
          "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.ClarifyTextConfig"
        },
        "UseLogit": {
          "type": "boolean"
        }
      },
      "required": [
        "ShapBaselineConfig"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.ClarifyTextConfig": {
      "type": "object",
      "properties": {
        "Granularity": {
          "type": "string"
        },
        "Language": {
          "type": "string"
        }
      },
      "required": [
        "Granularity",
        "Language"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.DataCaptureConfig": {
      "type": "object",
      "properties": {
        "CaptureContentTypeHeader": {
          "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.CaptureContentTypeHeader"
        },
        "CaptureOptions": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.CaptureOption"
          },
          "type": "array"
        },
        "DestinationS3Uri": {
          "type": "string"
        },
        "EnableCapture": {
          "type": "boolean"
        },
        "InitialSamplingPercentage": {
          "type": "number"
        },
        "KmsKeyId": {
          "type": "string"
        }
      },
      "required": [
        "CaptureOptions",
        "DestinationS3Uri",
        "InitialSamplingPercentage"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.ExplainerConfig": {
      "type": "object",
      "properties": {
        "ClarifyExplainerConfig": {
          "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.ClarifyExplainerConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.ManagedInstanceScaling": {
      "type": "object",
      "properties": {
        "MaxInstanceCount": {
          "type": "number"
        },
        "MinInstanceCount": {
          "type": "number"
        },
        "Status": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.ProductionVariant": {
      "type": "object",
      "properties": {
        "AcceleratorType": {
          "type": "string"
        },
        "ContainerStartupHealthCheckTimeoutInSeconds": {
          "type": "number"
        },
        "EnableSSMAccess": {
          "type": "boolean"
        },
        "InitialInstanceCount": {
          "type": "number"
        },
        "InitialVariantWeight": {
          "type": "number"
        },
        "InstanceType": {
          "type": "string"
        },
        "ManagedInstanceScaling": {
          "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.ManagedInstanceScaling"
        },
        "ModelDataDownloadTimeoutInSeconds": {
          "type": "number"
        },
        "ModelName": {
          "type": "string"
        },
        "RoutingConfig": {
          "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.RoutingConfig"
        },
        "ServerlessConfig": {
          "$ref": "#/$defs/AWS::SageMaker::EndpointConfig.ServerlessConfig"
        },
        "VariantName": {
          "type": "string"
        },
        "VolumeSizeInGB": {
          "type": "number"
        }
      },
      "required": [
        "VariantName"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.RoutingConfig": {
      "type": "object",
      "properties": {
        "RoutingStrategy": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.ServerlessConfig": {
      "type": "object",
      "properties": {
        "MaxConcurrency": {
          "type": "number"
        },
        "MemorySizeInMB": {
          "type": "number"
        },
        "ProvisionedConcurrency": {
          "type": "number"
        }
      },
      "required": [
        "MaxConcurrency",
        "MemorySizeInMB"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::EndpointConfig.VpcConfig": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SecurityGroupIds",
        "Subnets"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::FeatureGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "EventTimeFeatureName": {
              "type": "string"
            },
            "FeatureDefinitions": {
              "items": {
                "$ref": "#/$defs/AWS::SageMaker::FeatureGroup.FeatureDefinition"
              },
              "type": "array"
            },
            "FeatureGroupName": {
              "type": "string"
            },
            "OfflineStoreConfig": {
              "$ref": "#/$defs/AWS::SageMaker::FeatureGroup.OfflineStoreConfig"
            },
            "OnlineStoreConfig": {
              "$ref": "#/$defs/AWS::SageMaker::FeatureGroup.OnlineStoreConfig"
            },
            "RecordIdentifierFeatureName": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "ThroughputConfig": {
              "$ref": "#/$defs/AWS::SageMaker::FeatureGroup.ThroughputConfig"
            }
          },
          "required": [
            "EventTimeFeatureName",
            "FeatureDefinitions",
            "FeatureGroupName",
            "RecordIdentifierFeatureName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::FeatureGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::FeatureGroup.DataCatalogConfig": {
      "type": "object",
      "properties": {
        "Catalog": {
          "type": "string"
        },
        "Database": {
          "type": "string"
        },
        "TableName": {
          "type": "string"
        }
      },
      "required": [
        "Catalog",
        "Database",
        "TableName"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::FeatureGroup.FeatureDefinition": {
      "type": "object",
      "properties": {
        "FeatureName": {
          "type": "string"
        },
        "FeatureType": {
          "type": "string"
        }
      },
      "required": [
        "FeatureName",
        "FeatureType"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::FeatureGroup.OfflineStoreConfig": {
      "type": "object",
      "properties": {
        "DataCatalogConfig": {
          "$ref": "#/$defs/AWS::SageMaker::FeatureGroup.DataCatalogConfig"
        },
        "DisableGlueTableCreation": {
          "type": "boolean"
        },
        "S3StorageConfig": {
          "$ref": "#/$defs/AWS::SageMaker::FeatureGroup.S3StorageConfig"
        },
        "TableFormat": {
          "type": "string"
        }
      },
      "required": [
        "S3StorageConfig"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::FeatureGroup.OnlineStoreConfig": {
      "type": "object",
      "properties": {
        "EnableOnlineStore": {
          "type": "boolean"
        },
        "SecurityConfig": {
          "$ref": "#/$defs/AWS::SageMaker::FeatureGroup.OnlineStoreSecurityConfig"
        },
        "StorageType": {
          "type": "string"
        },
        "TtlDuration": {
          "$ref": "#/$defs/AWS::SageMaker::FeatureGroup.TtlDuration"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::FeatureGroup.OnlineStoreSecurityConfig": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::FeatureGroup.S3StorageConfig": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "S3Uri": {
          "type": "string"
        }
      },
      "required": [
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::FeatureGroup.ThroughputConfig": {
      "type": "object",
      "properties": {
        "ProvisionedReadCapacityUnits": {
          "type": "number"
        },
        "ProvisionedWriteCapacityUnits": {
          "type": "number"
        },
        "ThroughputMode": {
          "type": "string"
        }
      },
      "required": [
        "ThroughputMode"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::FeatureGroup.TtlDuration": {
      "type": "object",
      "properties": {
        "Unit": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Image": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ImageDescription": {
              "type": "string"
            },
            "ImageDisplayName": {
              "type": "string"
            },
            "ImageName": {
              "type": "string"
            },
            "ImageRoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ImageName",
            "ImageRoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::Image"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ImageVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Alias": {
              "type": "string"
            },
            "Aliases": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "BaseImage": {
              "type": "string"
            },
            "Horovod": {
              "type": "boolean"
            },
            "ImageName": {
              "type": "string"
            },
            "JobType": {
              "type": "string"
            },
            "MLFramework": {
              "type": "string"
            },
            "Processor": {
              "type": "string"
            },
            "ProgrammingLang": {
              "type": "string"
            },
            "ReleaseNotes": {
              "type": "string"
            },
            "VendorGuidance": {
              "type": "string"
            }
          },
          "required": [
            "BaseImage",
            "ImageName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::ImageVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceComponent": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EndpointArn": {
              "type": "string"
            },
            "EndpointName": {
              "type": "string"
            },
            "InferenceComponentName": {
              "type": "string"
            },
            "RuntimeConfig": {
              "$ref": "#/$defs/AWS::SageMaker::InferenceComponent.InferenceComponentRuntimeConfig"
            },
            "Specification": {
              "$ref": "#/$defs/AWS::SageMaker::InferenceComponent.InferenceComponentSpecification"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VariantName": {
              "type": "string"
            }
          },
          "required": [
            "EndpointName",
            "RuntimeConfig",
            "Specification",
            "VariantName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::InferenceComponent"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceComponent.DeployedImage": {
      "type": "object",
      "properties": {
        "ResolutionTime": {
          "type": "string"
        },
        "ResolvedImage": {
          "type": "string"
        },
        "SpecifiedImage": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceComponent.InferenceComponentComputeResourceRequirements": {
      "type": "object",
      "properties": {
        "MaxMemoryRequiredInMb": {
          "type": "number"
        },
        "MinMemoryRequiredInMb": {
          "type": "number"
        },
        "NumberOfAcceleratorDevicesRequired": {
          "type": "number"
        },
        "NumberOfCpuCoresRequired": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceComponent.InferenceComponentContainerSpecification": {
      "type": "object",
      "properties": {
        "ArtifactUrl": {
          "type": "string"
        },
        "DeployedImage": {
          "$ref": "#/$defs/AWS::SageMaker::InferenceComponent.DeployedImage"
        },
        "Environment": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Image": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceComponent.InferenceComponentRuntimeConfig": {
      "type": "object",
      "properties": {
        "CopyCount": {
          "type": "number"
        },
        "CurrentCopyCount": {
          "type": "number"
        },
        "DesiredCopyCount": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceComponent.InferenceComponentSpecification": {
      "type": "object",
      "properties": {
        "ComputeResourceRequirements": {
          "$ref": "#/$defs/AWS::SageMaker::InferenceComponent.InferenceComponentComputeResourceRequirements"
        },
        "Container": {
          "$ref": "#/$defs/AWS::SageMaker::InferenceComponent.InferenceComponentContainerSpecification"
        },
        "ModelName": {
          "type": "string"
        },
        "StartupParameters": {
          "$ref": "#/$defs/AWS::SageMaker::InferenceComponent.InferenceComponentStartupParameters"
        }
      },
      "required": [
        "ComputeResourceRequirements"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceComponent.InferenceComponentStartupParameters": {
      "type": "object",
      "properties": {
        "ContainerStartupHealthCheckTimeoutInSeconds": {
          "type": "number"
        },
        "ModelDataDownloadTimeoutInSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceExperiment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DataStorageConfig": {
              "$ref": "#/$defs/AWS::SageMaker::InferenceExperiment.DataStorageConfig"
            },
            "Description": {
              "type": "string"
            },
            "DesiredState": {
              "type": "string"
            },
            "EndpointName": {
              "type": "string"
            },
            "KmsKey": {
              "type": "string"
            },
            "ModelVariants": {
              "items": {
                "$ref": "#/$defs/AWS::SageMaker::InferenceExperiment.ModelVariantConfig"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Schedule": {
              "$ref": "#/$defs/AWS::SageMaker::InferenceExperiment.InferenceExperimentSchedule"
            },
            "ShadowModeConfig": {
              "$ref": "#/$defs/AWS::SageMaker::InferenceExperiment.ShadowModeConfig"
            },
            "StatusReason": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "EndpointName",
            "ModelVariants",
            "Name",
            "RoleArn",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::InferenceExperiment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceExperiment.CaptureContentTypeHeader": {
      "type": "object",
      "properties": {
        "CsvContentTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "JsonContentTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceExperiment.DataStorageConfig": {
      "type": "object",
      "properties": {
        "ContentType": {
          "$ref": "#/$defs/AWS::SageMaker::InferenceExperiment.CaptureContentTypeHeader"
        },
        "Destination": {
          "type": "string"
        },
        "KmsKey": {
          "type": "string"
        }
      },
      "required": [
        "Destination"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceExperiment.EndpointMetadata": {
      "type": "object",
      "properties": {
        "EndpointConfigName": {
          "type": "string"
        },
        "EndpointName": {
          "type": "string"
        },
        "EndpointStatus": {
          "type": "string"
        }
      },
      "required": [
        "EndpointName"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceExperiment.InferenceExperimentSchedule": {
      "type": "object",
      "properties": {
        "EndTime": {
          "type": "string"
        },
        "StartTime": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceExperiment.ModelInfrastructureConfig": {
      "type": "object",
      "properties": {
        "InfrastructureType": {
          "type": "string"
        },
        "RealTimeInferenceConfig": {
          "$ref": "#/$defs/AWS::SageMaker::InferenceExperiment.RealTimeInferenceConfig"
        }
      },
      "required": [
        "InfrastructureType",
        "RealTimeInferenceConfig"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceExperiment.ModelVariantConfig": {
      "type": "object",
      "properties": {
        "InfrastructureConfig": {
          "$ref": "#/$defs/AWS::SageMaker::InferenceExperiment.ModelInfrastructureConfig"
        },
        "ModelName": {
          "type": "string"
        },
        "VariantName": {
          "type": "string"
        }
      },
      "required": [
        "InfrastructureConfig",
        "ModelName",
        "VariantName"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceExperiment.RealTimeInferenceConfig": {
      "type": "object",
      "properties": {
        "InstanceCount": {
          "type": "number"
        },
        "InstanceType": {
          "type": "string"
        }
      },
      "required": [
        "InstanceCount",
        "InstanceType"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceExperiment.ShadowModeConfig": {
      "type": "object",
      "properties": {
        "ShadowModelVariants": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::InferenceExperiment.ShadowModelVariantConfig"
          },
          "type": "array"
        },
        "SourceModelVariantName": {
          "type": "string"
        }
      },
      "required": [
        "ShadowModelVariants",
        "SourceModelVariantName"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::InferenceExperiment.ShadowModelVariantConfig": {
      "type": "object",
      "properties": {
        "SamplingPercentage": {
          "type": "number"
        },
        "ShadowModelVariantName": {
          "type": "string"
        }
      },
      "required": [
        "SamplingPercentage",
        "ShadowModelVariantName"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Model": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Containers": {
              "items": {
                "$ref": "#/$defs/AWS::SageMaker::Model.ContainerDefinition"
              },
              "type": "array"
            },
            "EnableNetworkIsolation": {
              "type": "boolean"
            },
            "ExecutionRoleArn": {
              "type": "string"
            },
            "InferenceExecutionConfig": {
              "$ref": "#/$defs/AWS::SageMaker::Model.InferenceExecutionConfig"
            },
            "ModelName": {
              "type": "string"
            },
            "PrimaryContainer": {
              "$ref": "#/$defs/AWS::SageMaker::Model.ContainerDefinition"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcConfig": {
              "$ref": "#/$defs/AWS::SageMaker::Model.VpcConfig"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::Model"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Model.ContainerDefinition": {
      "type": "object",
      "properties": {
        "ContainerHostname": {
          "type": "string"
        },
        "Environment": {
          "type": "object"
        },
        "Image": {
          "type": "string"
        },
        "ImageConfig": {
          "$ref": "#/$defs/AWS::SageMaker::Model.ImageConfig"
        },
        "InferenceSpecificationName": {
          "type": "string"
        },
        "Mode": {
          "type": "string"
        },
        "ModelDataSource": {
          "$ref": "#/$defs/AWS::SageMaker::Model.ModelDataSource"
        },
        "ModelDataUrl": {
          "type": "string"
        },
        "ModelPackageName": {
          "type": "string"
        },
        "MultiModelConfig": {
          "$ref": "#/$defs/AWS::SageMaker::Model.MultiModelConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Model.ImageConfig": {
      "type": "object",
      "properties": {
        "RepositoryAccessMode": {
          "type": "string"
        },
        "RepositoryAuthConfig": {
          "$ref": "#/$defs/AWS::SageMaker::Model.RepositoryAuthConfig"
        }
      },
      "required": [
        "RepositoryAccessMode"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Model.InferenceExecutionConfig": {
      "type": "object",
      "properties": {
        "Mode": {
          "type": "string"
        }
      },
      "required": [
        "Mode"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Model.ModelAccessConfig": {
      "type": "object",
      "properties": {
        "AcceptEula": {
          "type": "boolean"
        }
      },
      "required": [
        "AcceptEula"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Model.ModelDataSource": {
      "type": "object",
      "properties": {
        "S3DataSource": {
          "$ref": "#/$defs/AWS::SageMaker::Model.S3DataSource"
        }
      },
      "required": [
        "S3DataSource"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Model.MultiModelConfig": {
      "type": "object",
      "properties": {
        "ModelCacheSetting": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Model.RepositoryAuthConfig": {
      "type": "object",
      "properties": {
        "RepositoryCredentialsProviderArn": {
          "type": "string"
        }
      },
      "required": [
        "RepositoryCredentialsProviderArn"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Model.S3DataSource": {
      "type": "object",
      "properties": {
        "CompressionType": {
          "type": "string"
        },
        "ModelAccessConfig": {
          "$ref": "#/$defs/AWS::SageMaker::Model.ModelAccessConfig"
        },
        "S3DataType": {
          "type": "string"
        },
        "S3Uri": {
          "type": "string"
        }
      },
      "required": [
        "CompressionType",
        "S3DataType",
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Model.VpcConfig": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SecurityGroupIds",
        "Subnets"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EndpointName": {
              "type": "string"
            },
            "JobDefinitionName": {
              "type": "string"
            },
            "JobResources": {
              "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.MonitoringResources"
            },
            "ModelBiasAppSpecification": {
              "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.ModelBiasAppSpecification"
            },
            "ModelBiasBaselineConfig": {
              "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.ModelBiasBaselineConfig"
            },
            "ModelBiasJobInput": {
              "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.ModelBiasJobInput"
            },
            "ModelBiasJobOutputConfig": {
              "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.MonitoringOutputConfig"
            },
            "NetworkConfig": {
              "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.NetworkConfig"
            },
            "RoleArn": {
              "type": "string"
            },
            "StoppingCondition": {
              "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.StoppingCondition"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "JobResources",
            "ModelBiasAppSpecification",
            "ModelBiasJobInput",
            "ModelBiasJobOutputConfig",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::ModelBiasJobDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.BatchTransformInput": {
      "type": "object",
      "properties": {
        "DataCapturedDestinationS3Uri": {
          "type": "string"
        },
        "DatasetFormat": {
          "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.DatasetFormat"
        },
        "EndTimeOffset": {
          "type": "string"
        },
        "FeaturesAttribute": {
          "type": "string"
        },
        "InferenceAttribute": {
          "type": "string"
        },
        "LocalPath": {
          "type": "string"
        },
        "ProbabilityAttribute": {
          "type": "string"
        },
        "ProbabilityThresholdAttribute": {
          "type": "number"
        },
        "S3DataDistributionType": {
          "type": "string"
        },
        "S3InputMode": {
          "type": "string"
        },
        "StartTimeOffset": {
          "type": "string"
        }
      },
      "required": [
        "DataCapturedDestinationS3Uri",
        "DatasetFormat",
        "LocalPath"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.ClusterConfig": {
      "type": "object",
      "properties": {
        "InstanceCount": {
          "type": "number"
        },
        "InstanceType": {
          "type": "string"
        },
        "VolumeKmsKeyId": {
          "type": "string"
        },
        "VolumeSizeInGB": {
          "type": "number"
        }
      },
      "required": [
        "InstanceCount",
        "InstanceType",
        "VolumeSizeInGB"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.ConstraintsResource": {
      "type": "object",
      "properties": {
        "S3Uri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.Csv": {
      "type": "object",
      "properties": {
        "Header": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.DatasetFormat": {
      "type": "object",
      "properties": {
        "Csv": {
          "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.Csv"
        },
        "Json": {
          "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.Json"
        },
        "Parquet": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.EndpointInput": {
      "type": "object",
      "properties": {
        "EndTimeOffset": {
          "type": "string"
        },
        "EndpointName": {
          "type": "string"
        },
        "FeaturesAttribute": {
          "type": "string"
        },
        "InferenceAttribute": {
          "type": "string"
        },
        "LocalPath": {
          "type": "string"
        },
        "ProbabilityAttribute": {
          "type": "string"
        },
        "ProbabilityThresholdAttribute": {
          "type": "number"
        },
        "S3DataDistributionType": {
          "type": "string"
        },
        "S3InputMode": {
          "type": "string"
        },
        "StartTimeOffset": {
          "type": "string"
        }
      },
      "required": [
        "EndpointName",
        "LocalPath"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.Json": {
      "type": "object",
      "properties": {
        "Line": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.ModelBiasAppSpecification": {
      "type": "object",
      "properties": {
        "ConfigUri": {
          "type": "string"
        },
        "Environment": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "ImageUri": {
          "type": "string"
        }
      },
      "required": [
        "ConfigUri",
        "ImageUri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.ModelBiasBaselineConfig": {
      "type": "object",
      "properties": {
        "BaseliningJobName": {
          "type": "string"
        },
        "ConstraintsResource": {
          "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.ConstraintsResource"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.ModelBiasJobInput": {
      "type": "object",
      "properties": {
        "BatchTransformInput": {
          "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.BatchTransformInput"
        },
        "EndpointInput": {
          "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.EndpointInput"
        },
        "GroundTruthS3Input": {
          "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.MonitoringGroundTruthS3Input"
        }
      },
      "required": [
        "GroundTruthS3Input"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.MonitoringGroundTruthS3Input": {
      "type": "object",
      "properties": {
        "S3Uri": {
          "type": "string"
        }
      },
      "required": [
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.MonitoringOutput": {
      "type": "object",
      "properties": {
        "S3Output": {
          "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.S3Output"
        }
      },
      "required": [
        "S3Output"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.MonitoringOutputConfig": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "MonitoringOutputs": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.MonitoringOutput"
          },
          "type": "array"
        }
      },
      "required": [
        "MonitoringOutputs"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.MonitoringResources": {
      "type": "object",
      "properties": {
        "ClusterConfig": {
          "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.ClusterConfig"
        }
      },
      "required": [
        "ClusterConfig"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.NetworkConfig": {
      "type": "object",
      "properties": {
        "EnableInterContainerTrafficEncryption": {
          "type": "boolean"
        },
        "EnableNetworkIsolation": {
          "type": "boolean"
        },
        "VpcConfig": {
          "$ref": "#/$defs/AWS::SageMaker::ModelBiasJobDefinition.VpcConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.S3Output": {
      "type": "object",
      "properties": {
        "LocalPath": {
          "type": "string"
        },
        "S3UploadMode": {
          "type": "string"
        },
        "S3Uri": {
          "type": "string"
        }
      },
      "required": [
        "LocalPath",
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.StoppingCondition": {
      "type": "object",
      "properties": {
        "MaxRuntimeInSeconds": {
          "type": "number"
        }
      },
      "required": [
        "MaxRuntimeInSeconds"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelBiasJobDefinition.VpcConfig": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SecurityGroupIds",
        "Subnets"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Content": {
              "$ref": "#/$defs/AWS::SageMaker::ModelCard.Content"
            },
            "CreatedBy": {
              "$ref": "#/$defs/AWS::SageMaker::ModelCard.UserContext"
            },
            "LastModifiedBy": {
              "$ref": "#/$defs/AWS::SageMaker::ModelCard.UserContext"
            },
            "ModelCardName": {
              "type": "string"
            },
            "ModelCardStatus": {
              "type": "string"
            },
            "SecurityConfig": {
              "$ref": "#/$defs/AWS::SageMaker::ModelCard.SecurityConfig"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Content",
            "ModelCardName",
            "ModelCardStatus"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::ModelCard"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.AdditionalInformation": {
      "type": "object",
      "properties": {
        "CaveatsAndRecommendations": {
          "type": "string"
        },
        "CustomDetails": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "EthicalConsiderations": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.BusinessDetails": {
      "type": "object",
      "properties": {
        "BusinessProblem": {
          "type": "string"
        },
        "BusinessStakeholders": {
          "type": "string"
        },
        "LineOfBusiness": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.Container": {
      "type": "object",
      "properties": {
        "Image": {
          "type": "string"
        },
        "ModelDataUrl": {
          "type": "string"
        },
        "NearestModelName": {
          "type": "string"
        }
      },
      "required": [
        "Image"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.Content": {
      "type": "object",
      "properties": {
        "AdditionalInformation": {
          "$ref": "#/$defs/AWS::SageMaker::ModelCard.AdditionalInformation"
        },
        "BusinessDetails": {
          "$ref": "#/$defs/AWS::SageMaker::ModelCard.BusinessDetails"
        },
        "EvaluationDetails": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelCard.EvaluationDetail"
          },
          "type": "array"
        },
        "IntendedUses": {
          "$ref": "#/$defs/AWS::SageMaker::ModelCard.IntendedUses"
        },
        "ModelOverview": {
          "$ref": "#/$defs/AWS::SageMaker::ModelCard.ModelOverview"
        },
        "ModelPackageDetails": {
          "$ref": "#/$defs/AWS::SageMaker::ModelCard.ModelPackageDetails"
        },
        "TrainingDetails": {
          "$ref": "#/$defs/AWS::SageMaker::ModelCard.TrainingDetails"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.EvaluationDetail": {
      "type": "object",
      "properties": {
        "Datasets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "EvaluationJobArn": {
          "type": "string"
        },
        "EvaluationObservation": {
          "type": "string"
        },
        "Metadata": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "MetricGroups": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelCard.MetricGroup"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.Function": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "Facet": {
          "type": "string"
        },
        "Function": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.InferenceEnvironment": {
      "type": "object",
      "properties": {
        "ContainerImage": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.InferenceSpecification": {
      "type": "object",
      "properties": {
        "Containers": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelCard.Container"
          },
          "type": "array"
        }
      },
      "required": [
        "Containers"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.IntendedUses": {
      "type": "object",
      "properties": {
        "ExplanationsForRiskRating": {
          "type": "string"
        },
        "FactorsAffectingModelEfficiency": {
          "type": "string"
        },
        "IntendedUses": {
          "type": "string"
        },
        "PurposeOfModel": {
          "type": "string"
        },
        "RiskRating": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.MetricDataItems": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Notes": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "object"
        },
        "XAxisName": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "YAxisName": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.MetricGroup": {
      "type": "object",
      "properties": {
        "MetricData": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelCard.MetricDataItems"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "MetricData",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.ModelOverview": {
      "type": "object",
      "properties": {
        "AlgorithmType": {
          "type": "string"
        },
        "InferenceEnvironment": {
          "$ref": "#/$defs/AWS::SageMaker::ModelCard.InferenceEnvironment"
        },
        "ModelArtifact": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ModelCreator": {
          "type": "string"
        },
        "ModelDescription": {
          "type": "string"
        },
        "ModelId": {
          "type": "string"
        },
        "ModelName": {
          "type": "string"
        },
        "ModelOwner": {
          "type": "string"
        },
        "ModelVersion": {
          "type": "number"
        },
        "ProblemType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.ModelPackageCreator": {
      "type": "object",
      "properties": {
        "UserProfileName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.ModelPackageDetails": {
      "type": "object",
      "properties": {
        "ApprovalDescription": {
          "type": "string"
        },
        "CreatedBy": {
          "$ref": "#/$defs/AWS::SageMaker::ModelCard.ModelPackageCreator"
        },
        "Domain": {
          "type": "string"
        },
        "InferenceSpecification": {
          "$ref": "#/$defs/AWS::SageMaker::ModelCard.InferenceSpecification"
        },
        "ModelApprovalStatus": {
          "type": "string"
        },
        "ModelPackageArn": {
          "type": "string"
        },
        "ModelPackageDescription": {
          "type": "string"
        },
        "ModelPackageGroupName": {
          "type": "string"
        },
        "ModelPackageName": {
          "type": "string"
        },
        "ModelPackageStatus": {
          "type": "string"
        },
        "ModelPackageVersion": {
          "type": "number"
        },
        "SourceAlgorithms": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelCard.SourceAlgorithm"
          },
          "type": "array"
        },
        "Task": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.ObjectiveFunction": {
      "type": "object",
      "properties": {
        "Function": {
          "$ref": "#/$defs/AWS::SageMaker::ModelCard.Function"
        },
        "Notes": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.SecurityConfig": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.SourceAlgorithm": {
      "type": "object",
      "properties": {
        "AlgorithmName": {
          "type": "string"
        },
        "ModelDataUrl": {
          "type": "string"
        }
      },
      "required": [
        "AlgorithmName"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.TrainingDetails": {
      "type": "object",
      "properties": {
        "ObjectiveFunction": {
          "$ref": "#/$defs/AWS::SageMaker::ModelCard.ObjectiveFunction"
        },
        "TrainingJobDetails": {
          "$ref": "#/$defs/AWS::SageMaker::ModelCard.TrainingJobDetails"
        },
        "TrainingObservations": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.TrainingEnvironment": {
      "type": "object",
      "properties": {
        "ContainerImage": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.TrainingHyperParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.TrainingJobDetails": {
      "type": "object",
      "properties": {
        "HyperParameters": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelCard.TrainingHyperParameter"
          },
          "type": "array"
        },
        "TrainingArn": {
          "type": "string"
        },
        "TrainingDatasets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "TrainingEnvironment": {
          "$ref": "#/$defs/AWS::SageMaker::ModelCard.TrainingEnvironment"
        },
        "TrainingMetrics": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelCard.TrainingMetric"
          },
          "type": "array"
        },
        "UserProvidedHyperParameters": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelCard.TrainingHyperParameter"
          },
          "type": "array"
        },
        "UserProvidedTrainingMetrics": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelCard.TrainingMetric"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.TrainingMetric": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Notes": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelCard.UserContext": {
      "type": "object",
      "properties": {
        "DomainId": {
          "type": "string"
        },
        "UserProfileArn": {
          "type": "string"
        },
        "UserProfileName": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EndpointName": {
              "type": "string"
            },
            "JobDefinitionName": {
              "type": "string"
            },
            "JobResources": {
              "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.MonitoringResources"
            },
            "ModelExplainabilityAppSpecification": {
              "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.ModelExplainabilityAppSpecification"
            },
            "ModelExplainabilityBaselineConfig": {
              "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.ModelExplainabilityBaselineConfig"
            },
            "ModelExplainabilityJobInput": {
              "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.ModelExplainabilityJobInput"
            },
            "ModelExplainabilityJobOutputConfig": {
              "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.MonitoringOutputConfig"
            },
            "NetworkConfig": {
              "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.NetworkConfig"
            },
            "RoleArn": {
              "type": "string"
            },
            "StoppingCondition": {
              "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.StoppingCondition"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "JobResources",
            "ModelExplainabilityAppSpecification",
            "ModelExplainabilityJobInput",
            "ModelExplainabilityJobOutputConfig",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::ModelExplainabilityJobDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.BatchTransformInput": {
      "type": "object",
      "properties": {
        "DataCapturedDestinationS3Uri": {
          "type": "string"
        },
        "DatasetFormat": {
          "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.DatasetFormat"
        },
        "FeaturesAttribute": {
          "type": "string"
        },
        "InferenceAttribute": {
          "type": "string"
        },
        "LocalPath": {
          "type": "string"
        },
        "ProbabilityAttribute": {
          "type": "string"
        },
        "S3DataDistributionType": {
          "type": "string"
        },
        "S3InputMode": {
          "type": "string"
        }
      },
      "required": [
        "DataCapturedDestinationS3Uri",
        "DatasetFormat",
        "LocalPath"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.ClusterConfig": {
      "type": "object",
      "properties": {
        "InstanceCount": {
          "type": "number"
        },
        "InstanceType": {
          "type": "string"
        },
        "VolumeKmsKeyId": {
          "type": "string"
        },
        "VolumeSizeInGB": {
          "type": "number"
        }
      },
      "required": [
        "InstanceCount",
        "InstanceType",
        "VolumeSizeInGB"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.ConstraintsResource": {
      "type": "object",
      "properties": {
        "S3Uri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.Csv": {
      "type": "object",
      "properties": {
        "Header": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.DatasetFormat": {
      "type": "object",
      "properties": {
        "Csv": {
          "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.Csv"
        },
        "Json": {
          "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.Json"
        },
        "Parquet": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.EndpointInput": {
      "type": "object",
      "properties": {
        "EndpointName": {
          "type": "string"
        },
        "FeaturesAttribute": {
          "type": "string"
        },
        "InferenceAttribute": {
          "type": "string"
        },
        "LocalPath": {
          "type": "string"
        },
        "ProbabilityAttribute": {
          "type": "string"
        },
        "S3DataDistributionType": {
          "type": "string"
        },
        "S3InputMode": {
          "type": "string"
        }
      },
      "required": [
        "EndpointName",
        "LocalPath"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.Json": {
      "type": "object",
      "properties": {
        "Line": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.ModelExplainabilityAppSpecification": {
      "type": "object",
      "properties": {
        "ConfigUri": {
          "type": "string"
        },
        "Environment": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "ImageUri": {
          "type": "string"
        }
      },
      "required": [
        "ConfigUri",
        "ImageUri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.ModelExplainabilityBaselineConfig": {
      "type": "object",
      "properties": {
        "BaseliningJobName": {
          "type": "string"
        },
        "ConstraintsResource": {
          "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.ConstraintsResource"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.ModelExplainabilityJobInput": {
      "type": "object",
      "properties": {
        "BatchTransformInput": {
          "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.BatchTransformInput"
        },
        "EndpointInput": {
          "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.EndpointInput"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.MonitoringOutput": {
      "type": "object",
      "properties": {
        "S3Output": {
          "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.S3Output"
        }
      },
      "required": [
        "S3Output"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.MonitoringOutputConfig": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "MonitoringOutputs": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.MonitoringOutput"
          },
          "type": "array"
        }
      },
      "required": [
        "MonitoringOutputs"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.MonitoringResources": {
      "type": "object",
      "properties": {
        "ClusterConfig": {
          "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.ClusterConfig"
        }
      },
      "required": [
        "ClusterConfig"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.NetworkConfig": {
      "type": "object",
      "properties": {
        "EnableInterContainerTrafficEncryption": {
          "type": "boolean"
        },
        "EnableNetworkIsolation": {
          "type": "boolean"
        },
        "VpcConfig": {
          "$ref": "#/$defs/AWS::SageMaker::ModelExplainabilityJobDefinition.VpcConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.S3Output": {
      "type": "object",
      "properties": {
        "LocalPath": {
          "type": "string"
        },
        "S3UploadMode": {
          "type": "string"
        },
        "S3Uri": {
          "type": "string"
        }
      },
      "required": [
        "LocalPath",
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.StoppingCondition": {
      "type": "object",
      "properties": {
        "MaxRuntimeInSeconds": {
          "type": "number"
        }
      },
      "required": [
        "MaxRuntimeInSeconds"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelExplainabilityJobDefinition.VpcConfig": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SecurityGroupIds",
        "Subnets"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdditionalInferenceSpecifications": {
              "items": {
                "$ref": "#/$defs/AWS::SageMaker::ModelPackage.AdditionalInferenceSpecificationDefinition"
              },
              "type": "array"
            },
            "AdditionalInferenceSpecificationsToAdd": {
              "items": {
                "$ref": "#/$defs/AWS::SageMaker::ModelPackage.AdditionalInferenceSpecificationDefinition"
              },
              "type": "array"
            },
            "ApprovalDescription": {
              "type": "string"
            },
            "CertifyForMarketplace": {
              "type": "boolean"
            },
            "ClientToken": {
              "type": "string"
            },
            "CustomerMetadataProperties": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "Domain": {
              "type": "string"
            },
            "DriftCheckBaselines": {
              "$ref": "#/$defs/AWS::SageMaker::ModelPackage.DriftCheckBaselines"
            },
            "InferenceSpecification": {
              "$ref": "#/$defs/AWS::SageMaker::ModelPackage.InferenceSpecification"
            },
            "LastModifiedTime": {
              "type": "string"
            },
            "MetadataProperties": {
              "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetadataProperties"
            },
            "ModelApprovalStatus": {
              "type": "string"
            },
            "ModelMetrics": {
              "$ref": "#/$defs/AWS::SageMaker::ModelPackage.ModelMetrics"
            },
            "ModelPackageDescription": {
              "type": "string"
            },
            "ModelPackageGroupName": {
              "type": "string"
            },
            "ModelPackageName": {
              "type": "string"
            },
            "ModelPackageStatusDetails": {
              "$ref": "#/$defs/AWS::SageMaker::ModelPackage.ModelPackageStatusDetails"
            },
            "ModelPackageVersion": {
              "type": "number"
            },
            "SamplePayloadUrl": {
              "type": "string"
            },
            "SkipModelValidation": {
              "type": "string"
            },
            "SourceAlgorithmSpecification": {
              "$ref": "#/$defs/AWS::SageMaker::ModelPackage.SourceAlgorithmSpecification"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Task": {
              "type": "string"
            },
            "ValidationSpecification": {
              "$ref": "#/$defs/AWS::SageMaker::ModelPackage.ValidationSpecification"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::ModelPackage"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.AdditionalInferenceSpecificationDefinition": {
      "type": "object",
      "properties": {
        "Containers": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelPackage.ModelPackageContainerDefinition"
          },
          "type": "array"
        },
        "Description": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "SupportedContentTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SupportedRealtimeInferenceInstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SupportedResponseMIMETypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SupportedTransformInstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Containers",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.Bias": {
      "type": "object",
      "properties": {
        "PostTrainingReport": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetricsSource"
        },
        "PreTrainingReport": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetricsSource"
        },
        "Report": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetricsSource"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.DataSource": {
      "type": "object",
      "properties": {
        "S3DataSource": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.S3DataSource"
        }
      },
      "required": [
        "S3DataSource"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.DriftCheckBaselines": {
      "type": "object",
      "properties": {
        "Bias": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.DriftCheckBias"
        },
        "Explainability": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.DriftCheckExplainability"
        },
        "ModelDataQuality": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.DriftCheckModelDataQuality"
        },
        "ModelQuality": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.DriftCheckModelQuality"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.DriftCheckBias": {
      "type": "object",
      "properties": {
        "ConfigFile": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.FileSource"
        },
        "PostTrainingConstraints": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetricsSource"
        },
        "PreTrainingConstraints": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetricsSource"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.DriftCheckExplainability": {
      "type": "object",
      "properties": {
        "ConfigFile": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.FileSource"
        },
        "Constraints": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetricsSource"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.DriftCheckModelDataQuality": {
      "type": "object",
      "properties": {
        "Constraints": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetricsSource"
        },
        "Statistics": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetricsSource"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.DriftCheckModelQuality": {
      "type": "object",
      "properties": {
        "Constraints": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetricsSource"
        },
        "Statistics": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetricsSource"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.Explainability": {
      "type": "object",
      "properties": {
        "Report": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetricsSource"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.FileSource": {
      "type": "object",
      "properties": {
        "ContentDigest": {
          "type": "string"
        },
        "ContentType": {
          "type": "string"
        },
        "S3Uri": {
          "type": "string"
        }
      },
      "required": [
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.InferenceSpecification": {
      "type": "object",
      "properties": {
        "Containers": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelPackage.ModelPackageContainerDefinition"
          },
          "type": "array"
        },
        "SupportedContentTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SupportedRealtimeInferenceInstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SupportedResponseMIMETypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SupportedTransformInstanceTypes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Containers",
        "SupportedContentTypes",
        "SupportedResponseMIMETypes"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.MetadataProperties": {
      "type": "object",
      "properties": {
        "CommitId": {
          "type": "string"
        },
        "GeneratedBy": {
          "type": "string"
        },
        "ProjectId": {
          "type": "string"
        },
        "Repository": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.MetricsSource": {
      "type": "object",
      "properties": {
        "ContentDigest": {
          "type": "string"
        },
        "ContentType": {
          "type": "string"
        },
        "S3Uri": {
          "type": "string"
        }
      },
      "required": [
        "ContentType",
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.ModelDataQuality": {
      "type": "object",
      "properties": {
        "Constraints": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetricsSource"
        },
        "Statistics": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetricsSource"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.ModelInput": {
      "type": "object",
      "properties": {
        "DataInputConfig": {
          "type": "string"
        }
      },
      "required": [
        "DataInputConfig"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.ModelMetrics": {
      "type": "object",
      "properties": {
        "Bias": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.Bias"
        },
        "Explainability": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.Explainability"
        },
        "ModelDataQuality": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.ModelDataQuality"
        },
        "ModelQuality": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.ModelQuality"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.ModelPackageContainerDefinition": {
      "type": "object",
      "properties": {
        "ContainerHostname": {
          "type": "string"
        },
        "Environment": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "Framework": {
          "type": "string"
        },
        "FrameworkVersion": {
          "type": "string"
        },
        "Image": {
          "type": "string"
        },
        "ImageDigest": {
          "type": "string"
        },
        "ModelDataUrl": {
          "type": "string"
        },
        "ModelInput": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.ModelInput"
        },
        "NearestModelName": {
          "type": "string"
        }
      },
      "required": [
        "Image"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.ModelPackageStatusDetails": {
      "type": "object",
      "properties": {
        "ValidationStatuses": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelPackage.ModelPackageStatusItem"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.ModelPackageStatusItem": {
      "type": "object",
      "properties": {
        "FailureReason": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.ModelQuality": {
      "type": "object",
      "properties": {
        "Constraints": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetricsSource"
        },
        "Statistics": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.MetricsSource"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.S3DataSource": {
      "type": "object",
      "properties": {
        "S3DataType": {
          "type": "string"
        },
        "S3Uri": {
          "type": "string"
        }
      },
      "required": [
        "S3DataType",
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.SourceAlgorithm": {
      "type": "object",
      "properties": {
        "AlgorithmName": {
          "type": "string"
        },
        "ModelDataUrl": {
          "type": "string"
        }
      },
      "required": [
        "AlgorithmName"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.SourceAlgorithmSpecification": {
      "type": "object",
      "properties": {
        "SourceAlgorithms": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelPackage.SourceAlgorithm"
          },
          "type": "array"
        }
      },
      "required": [
        "SourceAlgorithms"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.TransformInput": {
      "type": "object",
      "properties": {
        "CompressionType": {
          "type": "string"
        },
        "ContentType": {
          "type": "string"
        },
        "DataSource": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.DataSource"
        },
        "SplitType": {
          "type": "string"
        }
      },
      "required": [
        "DataSource"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.TransformJobDefinition": {
      "type": "object",
      "properties": {
        "BatchStrategy": {
          "type": "string"
        },
        "Environment": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "MaxConcurrentTransforms": {
          "type": "number"
        },
        "MaxPayloadInMB": {
          "type": "number"
        },
        "TransformInput": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.TransformInput"
        },
        "TransformOutput": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.TransformOutput"
        },
        "TransformResources": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.TransformResources"
        }
      },
      "required": [
        "TransformInput",
        "TransformOutput",
        "TransformResources"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.TransformOutput": {
      "type": "object",
      "properties": {
        "Accept": {
          "type": "string"
        },
        "AssembleWith": {
          "type": "string"
        },
        "KmsKeyId": {
          "type": "string"
        },
        "S3OutputPath": {
          "type": "string"
        }
      },
      "required": [
        "S3OutputPath"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.TransformResources": {
      "type": "object",
      "properties": {
        "InstanceCount": {
          "type": "number"
        },
        "InstanceType": {
          "type": "string"
        },
        "VolumeKmsKeyId": {
          "type": "string"
        }
      },
      "required": [
        "InstanceCount",
        "InstanceType"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.ValidationProfile": {
      "type": "object",
      "properties": {
        "ProfileName": {
          "type": "string"
        },
        "TransformJobDefinition": {
          "$ref": "#/$defs/AWS::SageMaker::ModelPackage.TransformJobDefinition"
        }
      },
      "required": [
        "ProfileName",
        "TransformJobDefinition"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackage.ValidationSpecification": {
      "type": "object",
      "properties": {
        "ValidationProfiles": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelPackage.ValidationProfile"
          },
          "type": "array"
        },
        "ValidationRole": {
          "type": "string"
        }
      },
      "required": [
        "ValidationProfiles",
        "ValidationRole"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelPackageGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ModelPackageGroupDescription": {
              "type": "string"
            },
            "ModelPackageGroupName": {
              "type": "string"
            },
            "ModelPackageGroupPolicy": {
              "type": "object"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ModelPackageGroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::ModelPackageGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EndpointName": {
              "type": "string"
            },
            "JobDefinitionName": {
              "type": "string"
            },
            "JobResources": {
              "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.MonitoringResources"
            },
            "ModelQualityAppSpecification": {
              "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.ModelQualityAppSpecification"
            },
            "ModelQualityBaselineConfig": {
              "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.ModelQualityBaselineConfig"
            },
            "ModelQualityJobInput": {
              "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.ModelQualityJobInput"
            },
            "ModelQualityJobOutputConfig": {
              "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.MonitoringOutputConfig"
            },
            "NetworkConfig": {
              "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.NetworkConfig"
            },
            "RoleArn": {
              "type": "string"
            },
            "StoppingCondition": {
              "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.StoppingCondition"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "JobResources",
            "ModelQualityAppSpecification",
            "ModelQualityJobInput",
            "ModelQualityJobOutputConfig",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::ModelQualityJobDefinition"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.BatchTransformInput": {
      "type": "object",
      "properties": {
        "DataCapturedDestinationS3Uri": {
          "type": "string"
        },
        "DatasetFormat": {
          "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.DatasetFormat"
        },
        "EndTimeOffset": {
          "type": "string"
        },
        "InferenceAttribute": {
          "type": "string"
        },
        "LocalPath": {
          "type": "string"
        },
        "ProbabilityAttribute": {
          "type": "string"
        },
        "ProbabilityThresholdAttribute": {
          "type": "number"
        },
        "S3DataDistributionType": {
          "type": "string"
        },
        "S3InputMode": {
          "type": "string"
        },
        "StartTimeOffset": {
          "type": "string"
        }
      },
      "required": [
        "DataCapturedDestinationS3Uri",
        "DatasetFormat",
        "LocalPath"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.ClusterConfig": {
      "type": "object",
      "properties": {
        "InstanceCount": {
          "type": "number"
        },
        "InstanceType": {
          "type": "string"
        },
        "VolumeKmsKeyId": {
          "type": "string"
        },
        "VolumeSizeInGB": {
          "type": "number"
        }
      },
      "required": [
        "InstanceCount",
        "InstanceType",
        "VolumeSizeInGB"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.ConstraintsResource": {
      "type": "object",
      "properties": {
        "S3Uri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.Csv": {
      "type": "object",
      "properties": {
        "Header": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.DatasetFormat": {
      "type": "object",
      "properties": {
        "Csv": {
          "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.Csv"
        },
        "Json": {
          "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.Json"
        },
        "Parquet": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.EndpointInput": {
      "type": "object",
      "properties": {
        "EndTimeOffset": {
          "type": "string"
        },
        "EndpointName": {
          "type": "string"
        },
        "InferenceAttribute": {
          "type": "string"
        },
        "LocalPath": {
          "type": "string"
        },
        "ProbabilityAttribute": {
          "type": "string"
        },
        "ProbabilityThresholdAttribute": {
          "type": "number"
        },
        "S3DataDistributionType": {
          "type": "string"
        },
        "S3InputMode": {
          "type": "string"
        },
        "StartTimeOffset": {
          "type": "string"
        }
      },
      "required": [
        "EndpointName",
        "LocalPath"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.Json": {
      "type": "object",
      "properties": {
        "Line": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.ModelQualityAppSpecification": {
      "type": "object",
      "properties": {
        "ContainerArguments": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ContainerEntrypoint": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Environment": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "ImageUri": {
          "type": "string"
        },
        "PostAnalyticsProcessorSourceUri": {
          "type": "string"
        },
        "ProblemType": {
          "type": "string"
        },
        "RecordPreprocessorSourceUri": {
          "type": "string"
        }
      },
      "required": [
        "ImageUri",
        "ProblemType"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.ModelQualityBaselineConfig": {
      "type": "object",
      "properties": {
        "BaseliningJobName": {
          "type": "string"
        },
        "ConstraintsResource": {
          "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.ConstraintsResource"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.ModelQualityJobInput": {
      "type": "object",
      "properties": {
        "BatchTransformInput": {
          "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.BatchTransformInput"
        },
        "EndpointInput": {
          "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.EndpointInput"
        },
        "GroundTruthS3Input": {
          "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.MonitoringGroundTruthS3Input"
        }
      },
      "required": [
        "GroundTruthS3Input"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.MonitoringGroundTruthS3Input": {
      "type": "object",
      "properties": {
        "S3Uri": {
          "type": "string"
        }
      },
      "required": [
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.MonitoringOutput": {
      "type": "object",
      "properties": {
        "S3Output": {
          "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.S3Output"
        }
      },
      "required": [
        "S3Output"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.MonitoringOutputConfig": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "MonitoringOutputs": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.MonitoringOutput"
          },
          "type": "array"
        }
      },
      "required": [
        "MonitoringOutputs"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.MonitoringResources": {
      "type": "object",
      "properties": {
        "ClusterConfig": {
          "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.ClusterConfig"
        }
      },
      "required": [
        "ClusterConfig"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.NetworkConfig": {
      "type": "object",
      "properties": {
        "EnableInterContainerTrafficEncryption": {
          "type": "boolean"
        },
        "EnableNetworkIsolation": {
          "type": "boolean"
        },
        "VpcConfig": {
          "$ref": "#/$defs/AWS::SageMaker::ModelQualityJobDefinition.VpcConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.S3Output": {
      "type": "object",
      "properties": {
        "LocalPath": {
          "type": "string"
        },
        "S3UploadMode": {
          "type": "string"
        },
        "S3Uri": {
          "type": "string"
        }
      },
      "required": [
        "LocalPath",
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.StoppingCondition": {
      "type": "object",
      "properties": {
        "MaxRuntimeInSeconds": {
          "type": "number"
        }
      },
      "required": [
        "MaxRuntimeInSeconds"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::ModelQualityJobDefinition.VpcConfig": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SecurityGroupIds",
        "Subnets"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EndpointName": {
              "type": "string"
            },
            "FailureReason": {
              "type": "string"
            },
            "LastMonitoringExecutionSummary": {
              "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.MonitoringExecutionSummary"
            },
            "MonitoringScheduleConfig": {
              "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.MonitoringScheduleConfig"
            },
            "MonitoringScheduleName": {
              "type": "string"
            },
            "MonitoringScheduleStatus": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "MonitoringScheduleConfig",
            "MonitoringScheduleName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::MonitoringSchedule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.BaselineConfig": {
      "type": "object",
      "properties": {
        "ConstraintsResource": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.ConstraintsResource"
        },
        "StatisticsResource": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.StatisticsResource"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.BatchTransformInput": {
      "type": "object",
      "properties": {
        "DataCapturedDestinationS3Uri": {
          "type": "string"
        },
        "DatasetFormat": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.DatasetFormat"
        },
        "ExcludeFeaturesAttribute": {
          "type": "string"
        },
        "LocalPath": {
          "type": "string"
        },
        "S3DataDistributionType": {
          "type": "string"
        },
        "S3InputMode": {
          "type": "string"
        }
      },
      "required": [
        "DataCapturedDestinationS3Uri",
        "DatasetFormat",
        "LocalPath"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.ClusterConfig": {
      "type": "object",
      "properties": {
        "InstanceCount": {
          "type": "number"
        },
        "InstanceType": {
          "type": "string"
        },
        "VolumeKmsKeyId": {
          "type": "string"
        },
        "VolumeSizeInGB": {
          "type": "number"
        }
      },
      "required": [
        "InstanceCount",
        "InstanceType",
        "VolumeSizeInGB"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.ConstraintsResource": {
      "type": "object",
      "properties": {
        "S3Uri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.Csv": {
      "type": "object",
      "properties": {
        "Header": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.DatasetFormat": {
      "type": "object",
      "properties": {
        "Csv": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.Csv"
        },
        "Json": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.Json"
        },
        "Parquet": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.EndpointInput": {
      "type": "object",
      "properties": {
        "EndpointName": {
          "type": "string"
        },
        "ExcludeFeaturesAttribute": {
          "type": "string"
        },
        "LocalPath": {
          "type": "string"
        },
        "S3DataDistributionType": {
          "type": "string"
        },
        "S3InputMode": {
          "type": "string"
        }
      },
      "required": [
        "EndpointName",
        "LocalPath"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.Json": {
      "type": "object",
      "properties": {
        "Line": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.MonitoringAppSpecification": {
      "type": "object",
      "properties": {
        "ContainerArguments": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ContainerEntrypoint": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ImageUri": {
          "type": "string"
        },
        "PostAnalyticsProcessorSourceUri": {
          "type": "string"
        },
        "RecordPreprocessorSourceUri": {
          "type": "string"
        }
      },
      "required": [
        "ImageUri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.MonitoringExecutionSummary": {
      "type": "object",
      "properties": {
        "CreationTime": {
          "type": "string"
        },
        "EndpointName": {
          "type": "string"
        },
        "FailureReason": {
          "type": "string"
        },
        "LastModifiedTime": {
          "type": "string"
        },
        "MonitoringExecutionStatus": {
          "type": "string"
        },
        "MonitoringScheduleName": {
          "type": "string"
        },
        "ProcessingJobArn": {
          "type": "string"
        },
        "ScheduledTime": {
          "type": "string"
        }
      },
      "required": [
        "CreationTime",
        "LastModifiedTime",
        "MonitoringExecutionStatus",
        "MonitoringScheduleName",
        "ScheduledTime"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.MonitoringInput": {
      "type": "object",
      "properties": {
        "BatchTransformInput": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.BatchTransformInput"
        },
        "EndpointInput": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.EndpointInput"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.MonitoringJobDefinition": {
      "type": "object",
      "properties": {
        "BaselineConfig": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.BaselineConfig"
        },
        "Environment": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "MonitoringAppSpecification": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.MonitoringAppSpecification"
        },
        "MonitoringInputs": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.MonitoringInput"
          },
          "type": "array"
        },
        "MonitoringOutputConfig": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.MonitoringOutputConfig"
        },
        "MonitoringResources": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.MonitoringResources"
        },
        "NetworkConfig": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.NetworkConfig"
        },
        "RoleArn": {
          "type": "string"
        },
        "StoppingCondition": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.StoppingCondition"
        }
      },
      "required": [
        "MonitoringAppSpecification",
        "MonitoringInputs",
        "MonitoringOutputConfig",
        "MonitoringResources",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.MonitoringOutput": {
      "type": "object",
      "properties": {
        "S3Output": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.S3Output"
        }
      },
      "required": [
        "S3Output"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.MonitoringOutputConfig": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "MonitoringOutputs": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.MonitoringOutput"
          },
          "type": "array"
        }
      },
      "required": [
        "MonitoringOutputs"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.MonitoringResources": {
      "type": "object",
      "properties": {
        "ClusterConfig": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.ClusterConfig"
        }
      },
      "required": [
        "ClusterConfig"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.MonitoringScheduleConfig": {
      "type": "object",
      "properties": {
        "MonitoringJobDefinition": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.MonitoringJobDefinition"
        },
        "MonitoringJobDefinitionName": {
          "type": "string"
        },
        "MonitoringType": {
          "type": "string"
        },
        "ScheduleConfig": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.ScheduleConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.NetworkConfig": {
      "type": "object",
      "properties": {
        "EnableInterContainerTrafficEncryption": {
          "type": "boolean"
        },
        "EnableNetworkIsolation": {
          "type": "boolean"
        },
        "VpcConfig": {
          "$ref": "#/$defs/AWS::SageMaker::MonitoringSchedule.VpcConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.S3Output": {
      "type": "object",
      "properties": {
        "LocalPath": {
          "type": "string"
        },
        "S3UploadMode": {
          "type": "string"
        },
        "S3Uri": {
          "type": "string"
        }
      },
      "required": [
        "LocalPath",
        "S3Uri"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.ScheduleConfig": {
      "type": "object",
      "properties": {
        "DataAnalysisEndTime": {
          "type": "string"
        },
        "DataAnalysisStartTime": {
          "type": "string"
        },
        "ScheduleExpression": {
          "type": "string"
        }
      },
      "required": [
        "ScheduleExpression"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.StatisticsResource": {
      "type": "object",
      "properties": {
        "S3Uri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.StoppingCondition": {
      "type": "object",
      "properties": {
        "MaxRuntimeInSeconds": {
          "type": "number"
        }
      },
      "required": [
        "MaxRuntimeInSeconds"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::MonitoringSchedule.VpcConfig": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "SecurityGroupIds",
        "Subnets"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::NotebookInstance": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceleratorTypes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AdditionalCodeRepositories": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "DefaultCodeRepository": {
              "type": "string"
            },
            "DirectInternetAccess": {
              "type": "string"
            },
            "InstanceMetadataServiceConfiguration": {
              "$ref": "#/$defs/AWS::SageMaker::NotebookInstance.InstanceMetadataServiceConfiguration"
            },
            "InstanceType": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "LifecycleConfigName": {
              "type": "string"
            },
            "NotebookInstanceName": {
              "type": "string"
            },
            "PlatformIdentifier": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "RootAccess": {
              "type": "string"
            },
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VolumeSizeInGB": {
              "type": "number"
            }
          },
          "required": [
            "InstanceType",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::NotebookInstance"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::NotebookInstance.InstanceMetadataServiceConfiguration": {
      "type": "object",
      "properties": {
        "MinimumInstanceMetadataServiceVersion": {
          "type": "string"
        }
      },
      "required": [
        "MinimumInstanceMetadataServiceVersion"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::NotebookInstanceLifecycleConfig": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "NotebookInstanceLifecycleConfigName": {
              "type": "string"
            },
            "OnCreate": {
              "items": {
                "$ref": "#/$defs/AWS::SageMaker::NotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHook"
              },
              "type": "array"
            },
            "OnStart": {
              "items": {
                "$ref": "#/$defs/AWS::SageMaker::NotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHook"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::NotebookInstanceLifecycleConfig"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::NotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHook": {
      "type": "object",
      "properties": {
        "Content": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Pipeline": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ParallelismConfiguration": {
              "$ref": "#/$defs/AWS::SageMaker::Pipeline.ParallelismConfiguration"
            },
            "PipelineDefinition": {
              "$ref": "#/$defs/AWS::SageMaker::Pipeline.PipelineDefinition"
            },
            "PipelineDescription": {
              "type": "string"
            },
            "PipelineDisplayName": {
              "type": "string"
            },
            "PipelineName": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "PipelineDefinition",
            "PipelineName",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::Pipeline"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Pipeline.ParallelismConfiguration": {
      "type": "object",
      "properties": {
        "MaxParallelExecutionSteps": {
          "type": "number"
        }
      },
      "required": [
        "MaxParallelExecutionSteps"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Pipeline.PipelineDefinition": {
      "type": "object",
      "properties": {
        "PipelineDefinitionBody": {
          "type": "string"
        },
        "PipelineDefinitionS3Location": {
          "$ref": "#/$defs/AWS::SageMaker::Pipeline.S3Location"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Pipeline.S3Location": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "ETag": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "required": [
        "Bucket",
        "Key"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Project": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ProjectDescription": {
              "type": "string"
            },
            "ProjectName": {
              "type": "string"
            },
            "ServiceCatalogProvisionedProductDetails": {
              "$ref": "#/$defs/AWS::SageMaker::Project.ServiceCatalogProvisionedProductDetails"
            },
            "ServiceCatalogProvisioningDetails": {
              "$ref": "#/$defs/AWS::SageMaker::Project.ServiceCatalogProvisioningDetails"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ProjectName",
            "ServiceCatalogProvisioningDetails"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::Project"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Project.ProvisioningParameter": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Project.ServiceCatalogProvisionedProductDetails": {
      "type": "object",
      "properties": {
        "ProvisionedProductId": {
          "type": "string"
        },
        "ProvisionedProductStatusMessage": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Project.ServiceCatalogProvisioningDetails": {
      "type": "object",
      "properties": {
        "PathId": {
          "type": "string"
        },
        "ProductId": {
          "type": "string"
        },
        "ProvisioningArtifactId": {
          "type": "string"
        },
        "ProvisioningParameters": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::Project.ProvisioningParameter"
          },
          "type": "array"
        }
      },
      "required": [
        "ProductId"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Space": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DomainId": {
              "type": "string"
            },
            "OwnershipSettings": {
              "$ref": "#/$defs/AWS::SageMaker::Space.OwnershipSettings"
            },
            "SpaceDisplayName": {
              "type": "string"
            },
            "SpaceName": {
              "type": "string"
            },
            "SpaceSettings": {
              "$ref": "#/$defs/AWS::SageMaker::Space.SpaceSettings"
            },
            "SpaceSharingSettings": {
              "$ref": "#/$defs/AWS::SageMaker::Space.SpaceSharingSettings"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DomainId",
            "SpaceName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::Space"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Space.CodeRepository": {
      "type": "object",
      "properties": {
        "RepositoryUrl": {
          "type": "string"
        }
      },
      "required": [
        "RepositoryUrl"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Space.CustomFileSystem": {
      "type": "object",
      "properties": {
        "EFSFileSystem": {
          "$ref": "#/$defs/AWS::SageMaker::Space.EFSFileSystem"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Space.CustomImage": {
      "type": "object",
      "properties": {
        "AppImageConfigName": {
          "type": "string"
        },
        "ImageName": {
          "type": "string"
        },
        "ImageVersionNumber": {
          "type": "number"
        }
      },
      "required": [
        "AppImageConfigName",
        "ImageName"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Space.EFSFileSystem": {
      "type": "object",
      "properties": {
        "FileSystemId": {
          "type": "string"
        }
      },
      "required": [
        "FileSystemId"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Space.EbsStorageSettings": {
      "type": "object",
      "properties": {
        "EbsVolumeSizeInGb": {
          "type": "number"
        }
      },
      "required": [
        "EbsVolumeSizeInGb"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Space.JupyterServerAppSettings": {
      "type": "object",
      "properties": {
        "DefaultResourceSpec": {
          "$ref": "#/$defs/AWS::SageMaker::Space.ResourceSpec"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Space.KernelGatewayAppSettings": {
      "type": "object",
      "properties": {
        "CustomImages": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::Space.CustomImage"
          },
          "type": "array"
        },
        "DefaultResourceSpec": {
          "$ref": "#/$defs/AWS::SageMaker::Space.ResourceSpec"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Space.OwnershipSettings": {
      "type": "object",
      "properties": {
        "OwnerUserProfileName": {
          "type": "string"
        }
      },
      "required": [
        "OwnerUserProfileName"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Space.ResourceSpec": {
      "type": "object",
      "properties": {
        "InstanceType": {
          "type": "string"
        },
        "SageMakerImageArn": {
          "type": "string"
        },
        "SageMakerImageVersionArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Space.SpaceCodeEditorAppSettings": {
      "type": "object",
      "properties": {
        "DefaultResourceSpec": {
          "$ref": "#/$defs/AWS::SageMaker::Space.ResourceSpec"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Space.SpaceJupyterLabAppSettings": {
      "type": "object",
      "properties": {
        "CodeRepositories": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::Space.CodeRepository"
          },
          "type": "array"
        },
        "DefaultResourceSpec": {
          "$ref": "#/$defs/AWS::SageMaker::Space.ResourceSpec"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Space.SpaceSettings": {
      "type": "object",
      "properties": {
        "AppType": {
          "type": "string"
        },
        "CodeEditorAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Space.SpaceCodeEditorAppSettings"
        },
        "CustomFileSystems": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::Space.CustomFileSystem"
          },
          "type": "array"
        },
        "JupyterLabAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Space.SpaceJupyterLabAppSettings"
        },
        "JupyterServerAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Space.JupyterServerAppSettings"
        },
        "KernelGatewayAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Space.KernelGatewayAppSettings"
        },
        "SpaceStorageSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Space.SpaceStorageSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Space.SpaceSharingSettings": {
      "type": "object",
      "properties": {
        "SharingType": {
          "type": "string"
        }
      },
      "required": [
        "SharingType"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Space.SpaceStorageSettings": {
      "type": "object",
      "properties": {
        "EbsStorageSettings": {
          "$ref": "#/$defs/AWS::SageMaker::Space.EbsStorageSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DomainId": {
              "type": "string"
            },
            "SingleSignOnUserIdentifier": {
              "type": "string"
            },
            "SingleSignOnUserValue": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UserProfileName": {
              "type": "string"
            },
            "UserSettings": {
              "$ref": "#/$defs/AWS::SageMaker::UserProfile.UserSettings"
            }
          },
          "required": [
            "DomainId",
            "UserProfileName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::UserProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile.CodeEditorAppSettings": {
      "type": "object",
      "properties": {
        "CustomImages": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::UserProfile.CustomImage"
          },
          "type": "array"
        },
        "DefaultResourceSpec": {
          "$ref": "#/$defs/AWS::SageMaker::UserProfile.ResourceSpec"
        },
        "LifecycleConfigArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile.CodeRepository": {
      "type": "object",
      "properties": {
        "RepositoryUrl": {
          "type": "string"
        }
      },
      "required": [
        "RepositoryUrl"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile.CustomFileSystemConfig": {
      "type": "object",
      "properties": {
        "EFSFileSystemConfig": {
          "$ref": "#/$defs/AWS::SageMaker::UserProfile.EFSFileSystemConfig"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile.CustomImage": {
      "type": "object",
      "properties": {
        "AppImageConfigName": {
          "type": "string"
        },
        "ImageName": {
          "type": "string"
        },
        "ImageVersionNumber": {
          "type": "number"
        }
      },
      "required": [
        "AppImageConfigName",
        "ImageName"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile.CustomPosixUserConfig": {
      "type": "object",
      "properties": {
        "Gid": {
          "type": "number"
        },
        "Uid": {
          "type": "number"
        }
      },
      "required": [
        "Gid",
        "Uid"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile.DefaultEbsStorageSettings": {
      "type": "object",
      "properties": {
        "DefaultEbsVolumeSizeInGb": {
          "type": "number"
        },
        "MaximumEbsVolumeSizeInGb": {
          "type": "number"
        }
      },
      "required": [
        "DefaultEbsVolumeSizeInGb",
        "MaximumEbsVolumeSizeInGb"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile.DefaultSpaceStorageSettings": {
      "type": "object",
      "properties": {
        "DefaultEbsStorageSettings": {
          "$ref": "#/$defs/AWS::SageMaker::UserProfile.DefaultEbsStorageSettings"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile.EFSFileSystemConfig": {
      "type": "object",
      "properties": {
        "FileSystemId": {
          "type": "string"
        },
        "FileSystemPath": {
          "type": "string"
        }
      },
      "required": [
        "FileSystemId"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile.JupyterLabAppSettings": {
      "type": "object",
      "properties": {
        "CodeRepositories": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::UserProfile.CodeRepository"
          },
          "type": "array"
        },
        "CustomImages": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::UserProfile.CustomImage"
          },
          "type": "array"
        },
        "DefaultResourceSpec": {
          "$ref": "#/$defs/AWS::SageMaker::UserProfile.ResourceSpec"
        },
        "LifecycleConfigArns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile.JupyterServerAppSettings": {
      "type": "object",
      "properties": {
        "DefaultResourceSpec": {
          "$ref": "#/$defs/AWS::SageMaker::UserProfile.ResourceSpec"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile.KernelGatewayAppSettings": {
      "type": "object",
      "properties": {
        "CustomImages": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::UserProfile.CustomImage"
          },
          "type": "array"
        },
        "DefaultResourceSpec": {
          "$ref": "#/$defs/AWS::SageMaker::UserProfile.ResourceSpec"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile.RStudioServerProAppSettings": {
      "type": "object",
      "properties": {
        "AccessStatus": {
          "type": "string"
        },
        "UserGroup": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile.ResourceSpec": {
      "type": "object",
      "properties": {
        "InstanceType": {
          "type": "string"
        },
        "SageMakerImageArn": {
          "type": "string"
        },
        "SageMakerImageVersionArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile.SharingSettings": {
      "type": "object",
      "properties": {
        "NotebookOutputOption": {
          "type": "string"
        },
        "S3KmsKeyId": {
          "type": "string"
        },
        "S3OutputPath": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::UserProfile.UserSettings": {
      "type": "object",
      "properties": {
        "CodeEditorAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::UserProfile.CodeEditorAppSettings"
        },
        "CustomFileSystemConfigs": {
          "items": {
            "$ref": "#/$defs/AWS::SageMaker::UserProfile.CustomFileSystemConfig"
          },
          "type": "array"
        },
        "CustomPosixUserConfig": {
          "$ref": "#/$defs/AWS::SageMaker::UserProfile.CustomPosixUserConfig"
        },
        "DefaultLandingUri": {
          "type": "string"
        },
        "ExecutionRole": {
          "type": "string"
        },
        "JupyterLabAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::UserProfile.JupyterLabAppSettings"
        },
        "JupyterServerAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::UserProfile.JupyterServerAppSettings"
        },
        "KernelGatewayAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::UserProfile.KernelGatewayAppSettings"
        },
        "RStudioServerProAppSettings": {
          "$ref": "#/$defs/AWS::SageMaker::UserProfile.RStudioServerProAppSettings"
        },
        "SecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SharingSettings": {
          "$ref": "#/$defs/AWS::SageMaker::UserProfile.SharingSettings"
        },
        "SpaceStorageSettings": {
          "$ref": "#/$defs/AWS::SageMaker::UserProfile.DefaultSpaceStorageSettings"
        },
        "StudioWebPortal": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Workteam": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "MemberDefinitions": {
              "items": {
                "$ref": "#/$defs/AWS::SageMaker::Workteam.MemberDefinition"
              },
              "type": "array"
            },
            "NotificationConfiguration": {
              "$ref": "#/$defs/AWS::SageMaker::Workteam.NotificationConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "WorkforceName": {
              "type": "string"
            },
            "WorkteamName": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SageMaker::Workteam"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Workteam.CognitoMemberDefinition": {
      "type": "object",
      "properties": {
        "CognitoClientId": {
          "type": "string"
        },
        "CognitoUserGroup": {
          "type": "string"
        },
        "CognitoUserPool": {
          "type": "string"
        }
      },
      "required": [
        "CognitoClientId",
        "CognitoUserGroup",
        "CognitoUserPool"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Workteam.MemberDefinition": {
      "type": "object",
      "properties": {
        "CognitoMemberDefinition": {
          "$ref": "#/$defs/AWS::SageMaker::Workteam.CognitoMemberDefinition"
        },
        "OidcMemberDefinition": {
          "$ref": "#/$defs/AWS::SageMaker::Workteam.OidcMemberDefinition"
        }
      },
      "additionalProperties": false
    },
    "AWS::SageMaker::Workteam.NotificationConfiguration": {
      "type": "object",
      "properties": {
        "NotificationTopicArn": {
          "type": "string"
        }
      },
      "required": [
        "NotificationTopicArn"
      ],
      "additionalProperties": false
    },
    "AWS::SageMaker::Workteam.OidcMemberDefinition": {
      "type": "object",
      "properties": {
        "OidcGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "OidcGroups"
      ],
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "EndDate": {
              "type": "string"
            },
            "FlexibleTimeWindow": {
              "$ref": "#/$defs/AWS::Scheduler::Schedule.FlexibleTimeWindow"
            },
            "GroupName": {
              "type": "string"
            },
            "KmsKeyArn": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ScheduleExpression": {
              "type": "string"
            },
            "ScheduleExpressionTimezone": {
              "type": "string"
            },
            "StartDate": {
              "type": "string"
            },
            "State": {
              "type": "string"
            },
            "Target": {
              "$ref": "#/$defs/AWS::Scheduler::Schedule.Target"
            }
          },
          "required": [
            "FlexibleTimeWindow",
            "ScheduleExpression",
            "Target"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Scheduler::Schedule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule.AwsVpcConfiguration": {
      "type": "object",
      "properties": {
        "AssignPublicIp": {
          "type": "string"
        },
        "SecurityGroups": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Subnets": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "Subnets"
      ],
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule.CapacityProviderStrategyItem": {
      "type": "object",
      "properties": {
        "Base": {
          "type": "number"
        },
        "CapacityProvider": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "required": [
        "CapacityProvider"
      ],
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule.DeadLetterConfig": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule.EcsParameters": {
      "type": "object",
      "properties": {
        "CapacityProviderStrategy": {
          "items": {
            "$ref": "#/$defs/AWS::Scheduler::Schedule.CapacityProviderStrategyItem"
          },
          "type": "array"
        },
        "EnableECSManagedTags": {
          "type": "boolean"
        },
        "EnableExecuteCommand": {
          "type": "boolean"
        },
        "Group": {
          "type": "string"
        },
        "LaunchType": {
          "type": "string"
        },
        "NetworkConfiguration": {
          "$ref": "#/$defs/AWS::Scheduler::Schedule.NetworkConfiguration"
        },
        "PlacementConstraints": {
          "items": {
            "$ref": "#/$defs/AWS::Scheduler::Schedule.PlacementConstraint"
          },
          "type": "array"
        },
        "PlacementStrategy": {
          "items": {
            "$ref": "#/$defs/AWS::Scheduler::Schedule.PlacementStrategy"
          },
          "type": "array"
        },
        "PlatformVersion": {
          "type": "string"
        },
        "PropagateTags": {
          "type": "string"
        },
        "ReferenceId": {
          "type": "string"
        },
        "Tags": {
          "type": "object"
        },
        "TaskCount": {
          "type": "number"
        },
        "TaskDefinitionArn": {
          "type": "string"
        }
      },
      "required": [
        "TaskDefinitionArn"
      ],
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule.EventBridgeParameters": {
      "type": "object",
      "properties": {
        "DetailType": {
          "type": "string"
        },
        "Source": {
          "type": "string"
        }
      },
      "required": [
        "DetailType",
        "Source"
      ],
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule.FlexibleTimeWindow": {
      "type": "object",
      "properties": {
        "MaximumWindowInMinutes": {
          "type": "number"
        },
        "Mode": {
          "type": "string"
        }
      },
      "required": [
        "Mode"
      ],
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule.KinesisParameters": {
      "type": "object",
      "properties": {
        "PartitionKey": {
          "type": "string"
        }
      },
      "required": [
        "PartitionKey"
      ],
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule.NetworkConfiguration": {
      "type": "object",
      "properties": {
        "AwsvpcConfiguration": {
          "$ref": "#/$defs/AWS::Scheduler::Schedule.AwsVpcConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule.PlacementConstraint": {
      "type": "object",
      "properties": {
        "Expression": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule.PlacementStrategy": {
      "type": "object",
      "properties": {
        "Field": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule.RetryPolicy": {
      "type": "object",
      "properties": {
        "MaximumEventAgeInSeconds": {
          "type": "number"
        },
        "MaximumRetryAttempts": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule.SageMakerPipelineParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule.SageMakerPipelineParameters": {
      "type": "object",
      "properties": {
        "PipelineParameterList": {
          "items": {
            "$ref": "#/$defs/AWS::Scheduler::Schedule.SageMakerPipelineParameter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule.SqsParameters": {
      "type": "object",
      "properties": {
        "MessageGroupId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Scheduler::Schedule.Target": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "DeadLetterConfig": {
          "$ref": "#/$defs/AWS::Scheduler::Schedule.DeadLetterConfig"
        },
        "EcsParameters": {
          "$ref": "#/$defs/AWS::Scheduler::Schedule.EcsParameters"
        },
        "EventBridgeParameters": {
          "$ref": "#/$defs/AWS::Scheduler::Schedule.EventBridgeParameters"
        },
        "Input": {
          "type": "string"
        },
        "KinesisParameters": {
          "$ref": "#/$defs/AWS::Scheduler::Schedule.KinesisParameters"
        },
        "RetryPolicy": {
          "$ref": "#/$defs/AWS::Scheduler::Schedule.RetryPolicy"
        },
        "RoleArn": {
          "type": "string"
        },
        "SageMakerPipelineParameters": {
          "$ref": "#/$defs/AWS::Scheduler::Schedule.SageMakerPipelineParameters"
        },
        "SqsParameters": {
          "$ref": "#/$defs/AWS::Scheduler::Schedule.SqsParameters"
        }
      },
      "required": [
        "Arn",
        "RoleArn"
      ],
      "additionalProperties": false
    },
    "AWS::Scheduler::ScheduleGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Scheduler::ScheduleGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SecretsManager::ResourcePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BlockPublicPolicy": {
              "type": "boolean"
            },
            "ResourcePolicy": {
              "type": "object"
            },
            "SecretId": {
              "type": "string"
            }
          },
          "required": [
            "ResourcePolicy",
            "SecretId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SecretsManager::ResourcePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SecretsManager::RotationSchedule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "HostedRotationLambda": {
              "$ref": "#/$defs/AWS::SecretsManager::RotationSchedule.HostedRotationLambda"
            },
            "RotateImmediatelyOnUpdate": {
              "type": "boolean"
            },
            "RotationLambdaARN": {
              "type": "string"
            },
            "RotationRules": {
              "$ref": "#/$defs/AWS::SecretsManager::RotationSchedule.RotationRules"
            },
            "SecretId": {
              "type": "string"
            }
          },
          "required": [
            "SecretId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SecretsManager::RotationSchedule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SecretsManager::RotationSchedule.HostedRotationLambda": {
      "type": "object",
      "properties": {
        "ExcludeCharacters": {
          "type": "string"
        },
        "KmsKeyArn": {
          "type": "string"
        },
        "MasterSecretArn": {
          "type": "string"
        },
        "MasterSecretKmsKeyArn": {
          "type": "string"
        },
        "RotationLambdaName": {
          "type": "string"
        },
        "RotationType": {
          "type": "string"
        },
        "Runtime": {
          "type": "string"
        },
        "SuperuserSecretArn": {
          "type": "string"
        },
        "SuperuserSecretKmsKeyArn": {
          "type": "string"
        },
        "VpcSecurityGroupIds": {
          "type": "string"
        },
        "VpcSubnetIds": {
          "type": "string"
        }
      },
      "required": [
        "RotationType"
      ],
      "additionalProperties": false
    },
    "AWS::SecretsManager::RotationSchedule.RotationRules": {
      "type": "object",
      "properties": {
        "AutomaticallyAfterDays": {
          "type": "number"
        },
        "Duration": {
          "type": "string"
        },
        "ScheduleExpression": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecretsManager::Secret": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "GenerateSecretString": {
              "$ref": "#/$defs/AWS::SecretsManager::Secret.GenerateSecretString"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ReplicaRegions": {
              "items": {
                "$ref": "#/$defs/AWS::SecretsManager::Secret.ReplicaRegion"
              },
              "type": "array"
            },
            "SecretString": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SecretsManager::Secret"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SecretsManager::Secret.GenerateSecretString": {
      "type": "object",
      "properties": {
        "ExcludeCharacters": {
          "type": "string"
        },
        "ExcludeLowercase": {
          "type": "boolean"
        },
        "ExcludeNumbers": {
          "type": "boolean"
        },
        "ExcludePunctuation": {
          "type": "boolean"
        },
        "ExcludeUppercase": {
          "type": "boolean"
        },
        "GenerateStringKey": {
          "type": "string"
        },
        "IncludeSpace": {
          "type": "boolean"
        },
        "PasswordLength": {
          "type": "number"
        },
        "RequireEachIncludedType": {
          "type": "boolean"
        },
        "SecretStringTemplate": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecretsManager::Secret.ReplicaRegion": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        },
        "Region": {
          "type": "string"
        }
      },
      "required": [
        "Region"
      ],
      "additionalProperties": false
    },
    "AWS::SecretsManager::SecretTargetAttachment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "SecretId": {
              "type": "string"
            },
            "TargetId": {
              "type": "string"
            },
            "TargetType": {
              "type": "string"
            }
          },
          "required": [
            "SecretId",
            "TargetId",
            "TargetType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SecretsManager::SecretTargetAttachment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::AutomationRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Actions": {
              "items": {
                "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.AutomationRulesAction"
              },
              "type": "array"
            },
            "Criteria": {
              "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.AutomationRulesFindingFilters"
            },
            "Description": {
              "type": "string"
            },
            "IsTerminal": {
              "type": "boolean"
            },
            "RuleName": {
              "type": "string"
            },
            "RuleOrder": {
              "type": "number"
            },
            "RuleStatus": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SecurityHub::AutomationRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::AutomationRule.AutomationRulesAction": {
      "type": "object",
      "properties": {
        "FindingFieldsUpdate": {
          "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.AutomationRulesFindingFieldsUpdate"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "FindingFieldsUpdate",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::AutomationRule.AutomationRulesFindingFieldsUpdate": {
      "type": "object",
      "properties": {
        "Confidence": {
          "type": "number"
        },
        "Criticality": {
          "type": "number"
        },
        "Note": {
          "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.NoteUpdate"
        },
        "RelatedFindings": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.RelatedFinding"
          },
          "type": "array"
        },
        "Severity": {
          "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.SeverityUpdate"
        },
        "Types": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "UserDefinedFields": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "VerificationState": {
          "type": "string"
        },
        "Workflow": {
          "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.WorkflowUpdate"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityHub::AutomationRule.AutomationRulesFindingFilters": {
      "type": "object",
      "properties": {
        "AwsAccountId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "CompanyName": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "ComplianceAssociatedStandardsId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "ComplianceSecurityControlId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "ComplianceStatus": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "Confidence": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.NumberFilter"
          },
          "type": "array"
        },
        "CreatedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.DateFilter"
          },
          "type": "array"
        },
        "Criticality": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.NumberFilter"
          },
          "type": "array"
        },
        "Description": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "FirstObservedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.DateFilter"
          },
          "type": "array"
        },
        "GeneratorId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "Id": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "LastObservedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.DateFilter"
          },
          "type": "array"
        },
        "NoteText": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "NoteUpdatedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.DateFilter"
          },
          "type": "array"
        },
        "NoteUpdatedBy": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "ProductArn": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "ProductName": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "RecordState": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "RelatedFindingsId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "RelatedFindingsProductArn": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "ResourceDetailsOther": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.MapFilter"
          },
          "type": "array"
        },
        "ResourceId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "ResourcePartition": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "ResourceRegion": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "ResourceTags": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.MapFilter"
          },
          "type": "array"
        },
        "ResourceType": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "SeverityLabel": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "SourceUrl": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "Title": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "Type": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "UpdatedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.DateFilter"
          },
          "type": "array"
        },
        "UserDefinedFields": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.MapFilter"
          },
          "type": "array"
        },
        "VerificationState": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        },
        "WorkflowStatus": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.StringFilter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityHub::AutomationRule.DateFilter": {
      "type": "object",
      "properties": {
        "DateRange": {
          "$ref": "#/$defs/AWS::SecurityHub::AutomationRule.DateRange"
        },
        "End": {
          "type": "string"
        },
        "Start": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityHub::AutomationRule.DateRange": {
      "type": "object",
      "properties": {
        "Unit": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Unit",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::AutomationRule.MapFilter": {
      "type": "object",
      "properties": {
        "Comparison": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Comparison",
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::AutomationRule.NoteUpdate": {
      "type": "object",
      "properties": {
        "Text": {
          "type": "string"
        },
        "UpdatedBy": {
          "type": "object"
        }
      },
      "required": [
        "Text",
        "UpdatedBy"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::AutomationRule.NumberFilter": {
      "type": "object",
      "properties": {
        "Eq": {
          "type": "number"
        },
        "Gte": {
          "type": "number"
        },
        "Lte": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityHub::AutomationRule.RelatedFinding": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "object"
        },
        "ProductArn": {
          "type": "string"
        }
      },
      "required": [
        "Id",
        "ProductArn"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::AutomationRule.SeverityUpdate": {
      "type": "object",
      "properties": {
        "Label": {
          "type": "string"
        },
        "Normalized": {
          "type": "number"
        },
        "Product": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityHub::AutomationRule.StringFilter": {
      "type": "object",
      "properties": {
        "Comparison": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Comparison",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::AutomationRule.WorkflowUpdate": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::DelegatedAdmin": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdminAccountId": {
              "type": "string"
            }
          },
          "required": [
            "AdminAccountId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SecurityHub::DelegatedAdmin"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::Hub": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AutoEnableControls": {
              "type": "boolean"
            },
            "ControlFindingGenerator": {
              "type": "string"
            },
            "EnableDefaultStandards": {
              "type": "boolean"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SecurityHub::Hub"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::Insight": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Filters": {
              "$ref": "#/$defs/AWS::SecurityHub::Insight.AwsSecurityFindingFilters"
            },
            "GroupByAttribute": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "Filters",
            "GroupByAttribute",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SecurityHub::Insight"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::Insight.AwsSecurityFindingFilters": {
      "type": "object",
      "properties": {
        "AwsAccountId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "AwsAccountName": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "CompanyName": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ComplianceAssociatedStandardsId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ComplianceSecurityControlId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ComplianceSecurityControlParametersName": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ComplianceSecurityControlParametersValue": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ComplianceStatus": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "Confidence": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.NumberFilter"
          },
          "type": "array"
        },
        "CreatedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.DateFilter"
          },
          "type": "array"
        },
        "Criticality": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.NumberFilter"
          },
          "type": "array"
        },
        "Description": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "FindingProviderFieldsConfidence": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.NumberFilter"
          },
          "type": "array"
        },
        "FindingProviderFieldsCriticality": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.NumberFilter"
          },
          "type": "array"
        },
        "FindingProviderFieldsRelatedFindingsId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "FindingProviderFieldsRelatedFindingsProductArn": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "FindingProviderFieldsSeverityLabel": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "FindingProviderFieldsSeverityOriginal": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "FindingProviderFieldsTypes": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "FirstObservedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.DateFilter"
          },
          "type": "array"
        },
        "GeneratorId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "Id": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "LastObservedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.DateFilter"
          },
          "type": "array"
        },
        "MalwareName": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "MalwarePath": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "MalwareState": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "MalwareType": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "NetworkDestinationDomain": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "NetworkDestinationIpV4": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.IpFilter"
          },
          "type": "array"
        },
        "NetworkDestinationIpV6": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.IpFilter"
          },
          "type": "array"
        },
        "NetworkDestinationPort": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.NumberFilter"
          },
          "type": "array"
        },
        "NetworkDirection": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "NetworkProtocol": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "NetworkSourceDomain": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "NetworkSourceIpV4": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.IpFilter"
          },
          "type": "array"
        },
        "NetworkSourceIpV6": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.IpFilter"
          },
          "type": "array"
        },
        "NetworkSourceMac": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "NetworkSourcePort": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.NumberFilter"
          },
          "type": "array"
        },
        "NoteText": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "NoteUpdatedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.DateFilter"
          },
          "type": "array"
        },
        "NoteUpdatedBy": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ProcessLaunchedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.DateFilter"
          },
          "type": "array"
        },
        "ProcessName": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ProcessParentPid": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.NumberFilter"
          },
          "type": "array"
        },
        "ProcessPath": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ProcessPid": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.NumberFilter"
          },
          "type": "array"
        },
        "ProcessTerminatedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.DateFilter"
          },
          "type": "array"
        },
        "ProductArn": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ProductFields": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.MapFilter"
          },
          "type": "array"
        },
        "ProductName": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "RecommendationText": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "RecordState": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "Region": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "RelatedFindingsId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "RelatedFindingsProductArn": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceApplicationArn": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceApplicationName": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceAwsEc2InstanceIamInstanceProfileArn": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceAwsEc2InstanceImageId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceAwsEc2InstanceIpV4Addresses": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.IpFilter"
          },
          "type": "array"
        },
        "ResourceAwsEc2InstanceIpV6Addresses": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.IpFilter"
          },
          "type": "array"
        },
        "ResourceAwsEc2InstanceKeyName": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceAwsEc2InstanceLaunchedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.DateFilter"
          },
          "type": "array"
        },
        "ResourceAwsEc2InstanceSubnetId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceAwsEc2InstanceType": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceAwsEc2InstanceVpcId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceAwsIamAccessKeyCreatedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.DateFilter"
          },
          "type": "array"
        },
        "ResourceAwsIamAccessKeyPrincipalName": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceAwsIamAccessKeyStatus": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceAwsIamUserUserName": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceAwsS3BucketOwnerId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceAwsS3BucketOwnerName": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceContainerImageId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceContainerImageName": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceContainerLaunchedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.DateFilter"
          },
          "type": "array"
        },
        "ResourceContainerName": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceDetailsOther": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.MapFilter"
          },
          "type": "array"
        },
        "ResourceId": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourcePartition": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceRegion": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ResourceTags": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.MapFilter"
          },
          "type": "array"
        },
        "ResourceType": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "Sample": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.BooleanFilter"
          },
          "type": "array"
        },
        "SeverityLabel": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "SourceUrl": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ThreatIntelIndicatorCategory": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ThreatIntelIndicatorLastObservedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.DateFilter"
          },
          "type": "array"
        },
        "ThreatIntelIndicatorSource": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ThreatIntelIndicatorSourceUrl": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ThreatIntelIndicatorType": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "ThreatIntelIndicatorValue": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "Title": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "Type": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "UpdatedAt": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.DateFilter"
          },
          "type": "array"
        },
        "UserDefinedFields": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.MapFilter"
          },
          "type": "array"
        },
        "VerificationState": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "VulnerabilitiesExploitAvailable": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "VulnerabilitiesFixAvailable": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "WorkflowState": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        },
        "WorkflowStatus": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityHub::Insight.StringFilter"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityHub::Insight.BooleanFilter": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "boolean"
        }
      },
      "required": [
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::Insight.DateFilter": {
      "type": "object",
      "properties": {
        "DateRange": {
          "$ref": "#/$defs/AWS::SecurityHub::Insight.DateRange"
        },
        "End": {
          "type": "string"
        },
        "Start": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityHub::Insight.DateRange": {
      "type": "object",
      "properties": {
        "Unit": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "required": [
        "Unit",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::Insight.IpFilter": {
      "type": "object",
      "properties": {
        "Cidr": {
          "type": "string"
        }
      },
      "required": [
        "Cidr"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::Insight.MapFilter": {
      "type": "object",
      "properties": {
        "Comparison": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Comparison",
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::Insight.NumberFilter": {
      "type": "object",
      "properties": {
        "Eq": {
          "type": "number"
        },
        "Gte": {
          "type": "number"
        },
        "Lte": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityHub::Insight.StringFilter": {
      "type": "object",
      "properties": {
        "Comparison": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Comparison",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::ProductSubscription": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ProductArn": {
              "type": "string"
            }
          },
          "required": [
            "ProductArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SecurityHub::ProductSubscription"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::Standard": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DisabledStandardsControls": {
              "items": {
                "$ref": "#/$defs/AWS::SecurityHub::Standard.StandardsControl"
              },
              "type": "array"
            },
            "StandardsArn": {
              "type": "string"
            }
          },
          "required": [
            "StandardsArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SecurityHub::Standard"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityHub::Standard.StandardsControl": {
      "type": "object",
      "properties": {
        "Reason": {
          "type": "string"
        },
        "StandardsControlArn": {
          "type": "string"
        }
      },
      "required": [
        "StandardsControlArn"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityLake::AwsLogSource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Accounts": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "DataLakeArn": {
              "type": "string"
            },
            "SourceName": {
              "type": "string"
            },
            "SourceVersion": {
              "type": "string"
            }
          },
          "required": [
            "DataLakeArn",
            "SourceName",
            "SourceVersion"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SecurityLake::AwsLogSource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityLake::DataLake": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EncryptionConfiguration": {
              "$ref": "#/$defs/AWS::SecurityLake::DataLake.EncryptionConfiguration"
            },
            "LifecycleConfiguration": {
              "$ref": "#/$defs/AWS::SecurityLake::DataLake.LifecycleConfiguration"
            },
            "MetaStoreManagerRoleArn": {
              "type": "string"
            },
            "ReplicationConfiguration": {
              "$ref": "#/$defs/AWS::SecurityLake::DataLake.ReplicationConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SecurityLake::DataLake"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityLake::DataLake.EncryptionConfiguration": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityLake::DataLake.Expiration": {
      "type": "object",
      "properties": {
        "Days": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityLake::DataLake.LifecycleConfiguration": {
      "type": "object",
      "properties": {
        "Expiration": {
          "$ref": "#/$defs/AWS::SecurityLake::DataLake.Expiration"
        },
        "Transitions": {
          "items": {
            "$ref": "#/$defs/AWS::SecurityLake::DataLake.Transitions"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityLake::DataLake.ReplicationConfiguration": {
      "type": "object",
      "properties": {
        "Regions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "RoleArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityLake::DataLake.Transitions": {
      "type": "object",
      "properties": {
        "Days": {
          "type": "number"
        },
        "StorageClass": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityLake::Subscriber": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessTypes": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "DataLakeArn": {
              "type": "string"
            },
            "Sources": {
              "items": {
                "$ref": "#/$defs/AWS::SecurityLake::Subscriber.Source"
              },
              "type": "array"
            },
            "SubscriberDescription": {
              "type": "string"
            },
            "SubscriberIdentity": {
              "$ref": "#/$defs/AWS::SecurityLake::Subscriber.SubscriberIdentity"
            },
            "SubscriberName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AccessTypes",
            "DataLakeArn",
            "Sources",
            "SubscriberIdentity",
            "SubscriberName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SecurityLake::Subscriber"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SecurityLake::Subscriber.AwsLogSource": {
      "type": "object",
      "properties": {
        "SourceName": {
          "type": "string"
        },
        "SourceVersion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityLake::Subscriber.CustomLogSource": {
      "type": "object",
      "properties": {
        "SourceName": {
          "type": "string"
        },
        "SourceVersion": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityLake::Subscriber.Source": {
      "type": "object",
      "properties": {
        "AwsLogSource": {
          "$ref": "#/$defs/AWS::SecurityLake::Subscriber.AwsLogSource"
        },
        "CustomLogSource": {
          "$ref": "#/$defs/AWS::SecurityLake::Subscriber.CustomLogSource"
        }
      },
      "additionalProperties": false
    },
    "AWS::SecurityLake::Subscriber.SubscriberIdentity": {
      "type": "object",
      "properties": {
        "ExternalId": {
          "type": "string"
        },
        "Principal": {
          "type": "string"
        }
      },
      "required": [
        "ExternalId",
        "Principal"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::AcceptedPortfolioShare": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptLanguage": {
              "type": "string"
            },
            "PortfolioId": {
              "type": "string"
            }
          },
          "required": [
            "PortfolioId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::AcceptedPortfolioShare"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::CloudFormationProduct": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptLanguage": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Distributor": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Owner": {
              "type": "string"
            },
            "ProductType": {
              "type": "string"
            },
            "ProvisioningArtifactParameters": {
              "items": {
                "$ref": "#/$defs/AWS::ServiceCatalog::CloudFormationProduct.ProvisioningArtifactProperties"
              },
              "type": "array"
            },
            "ReplaceProvisioningArtifacts": {
              "type": "boolean"
            },
            "SourceConnection": {
              "$ref": "#/$defs/AWS::ServiceCatalog::CloudFormationProduct.SourceConnection"
            },
            "SupportDescription": {
              "type": "string"
            },
            "SupportEmail": {
              "type": "string"
            },
            "SupportUrl": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "Owner"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::CloudFormationProduct"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::CloudFormationProduct.CodeStarParameters": {
      "type": "object",
      "properties": {
        "ArtifactPath": {
          "type": "string"
        },
        "Branch": {
          "type": "string"
        },
        "ConnectionArn": {
          "type": "string"
        },
        "Repository": {
          "type": "string"
        }
      },
      "required": [
        "ArtifactPath",
        "Branch",
        "ConnectionArn",
        "Repository"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::CloudFormationProduct.ConnectionParameters": {
      "type": "object",
      "properties": {
        "CodeStar": {
          "$ref": "#/$defs/AWS::ServiceCatalog::CloudFormationProduct.CodeStarParameters"
        }
      },
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::CloudFormationProduct.ProvisioningArtifactProperties": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "DisableTemplateValidation": {
          "type": "boolean"
        },
        "Info": {
          "type": "object"
        },
        "Name": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Info"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::CloudFormationProduct.SourceConnection": {
      "type": "object",
      "properties": {
        "ConnectionParameters": {
          "$ref": "#/$defs/AWS::ServiceCatalog::CloudFormationProduct.ConnectionParameters"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "ConnectionParameters",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::CloudFormationProvisionedProduct": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptLanguage": {
              "type": "string"
            },
            "NotificationArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PathId": {
              "type": "string"
            },
            "PathName": {
              "type": "string"
            },
            "ProductId": {
              "type": "string"
            },
            "ProductName": {
              "type": "string"
            },
            "ProvisionedProductName": {
              "type": "string"
            },
            "ProvisioningArtifactId": {
              "type": "string"
            },
            "ProvisioningArtifactName": {
              "type": "string"
            },
            "ProvisioningParameters": {
              "items": {
                "$ref": "#/$defs/AWS::ServiceCatalog::CloudFormationProvisionedProduct.ProvisioningParameter"
              },
              "type": "array"
            },
            "ProvisioningPreferences": {
              "$ref": "#/$defs/AWS::ServiceCatalog::CloudFormationProvisionedProduct.ProvisioningPreferences"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::CloudFormationProvisionedProduct"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::CloudFormationProvisionedProduct.ProvisioningParameter": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::CloudFormationProvisionedProduct.ProvisioningPreferences": {
      "type": "object",
      "properties": {
        "StackSetAccounts": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "StackSetFailureToleranceCount": {
          "type": "number"
        },
        "StackSetFailureTolerancePercentage": {
          "type": "number"
        },
        "StackSetMaxConcurrencyCount": {
          "type": "number"
        },
        "StackSetMaxConcurrencyPercentage": {
          "type": "number"
        },
        "StackSetOperationType": {
          "type": "string"
        },
        "StackSetRegions": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::LaunchNotificationConstraint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptLanguage": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "NotificationArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "PortfolioId": {
              "type": "string"
            },
            "ProductId": {
              "type": "string"
            }
          },
          "required": [
            "NotificationArns",
            "PortfolioId",
            "ProductId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::LaunchNotificationConstraint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::LaunchRoleConstraint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptLanguage": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "LocalRoleName": {
              "type": "string"
            },
            "PortfolioId": {
              "type": "string"
            },
            "ProductId": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            }
          },
          "required": [
            "PortfolioId",
            "ProductId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::LaunchRoleConstraint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::LaunchTemplateConstraint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptLanguage": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "PortfolioId": {
              "type": "string"
            },
            "ProductId": {
              "type": "string"
            },
            "Rules": {
              "type": "string"
            }
          },
          "required": [
            "PortfolioId",
            "ProductId",
            "Rules"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::LaunchTemplateConstraint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::Portfolio": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptLanguage": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "ProviderName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DisplayName",
            "ProviderName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::Portfolio"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::PortfolioPrincipalAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptLanguage": {
              "type": "string"
            },
            "PortfolioId": {
              "type": "string"
            },
            "PrincipalARN": {
              "type": "string"
            },
            "PrincipalType": {
              "type": "string"
            }
          },
          "required": [
            "PortfolioId",
            "PrincipalARN",
            "PrincipalType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::PortfolioPrincipalAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::PortfolioProductAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptLanguage": {
              "type": "string"
            },
            "PortfolioId": {
              "type": "string"
            },
            "ProductId": {
              "type": "string"
            },
            "SourcePortfolioId": {
              "type": "string"
            }
          },
          "required": [
            "PortfolioId",
            "ProductId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::PortfolioProductAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::PortfolioShare": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptLanguage": {
              "type": "string"
            },
            "AccountId": {
              "type": "string"
            },
            "PortfolioId": {
              "type": "string"
            },
            "ShareTagOptions": {
              "type": "boolean"
            }
          },
          "required": [
            "AccountId",
            "PortfolioId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::PortfolioShare"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::ResourceUpdateConstraint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptLanguage": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "PortfolioId": {
              "type": "string"
            },
            "ProductId": {
              "type": "string"
            },
            "TagUpdateOnProvisionedProduct": {
              "type": "string"
            }
          },
          "required": [
            "PortfolioId",
            "ProductId",
            "TagUpdateOnProvisionedProduct"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::ResourceUpdateConstraint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::ServiceAction": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptLanguage": {
              "type": "string"
            },
            "Definition": {
              "items": {
                "$ref": "#/$defs/AWS::ServiceCatalog::ServiceAction.DefinitionParameter"
              },
              "type": "array"
            },
            "DefinitionType": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "Definition",
            "DefinitionType",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::ServiceAction"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::ServiceAction.DefinitionParameter": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::ServiceActionAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ProductId": {
              "type": "string"
            },
            "ProvisioningArtifactId": {
              "type": "string"
            },
            "ServiceActionId": {
              "type": "string"
            }
          },
          "required": [
            "ProductId",
            "ProvisioningArtifactId",
            "ServiceActionId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::ServiceActionAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::StackSetConstraint": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AcceptLanguage": {
              "type": "string"
            },
            "AccountList": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "AdminRole": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "ExecutionRole": {
              "type": "string"
            },
            "PortfolioId": {
              "type": "string"
            },
            "ProductId": {
              "type": "string"
            },
            "RegionList": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "StackInstanceControl": {
              "type": "string"
            }
          },
          "required": [
            "AccountList",
            "AdminRole",
            "Description",
            "ExecutionRole",
            "PortfolioId",
            "ProductId",
            "RegionList",
            "StackInstanceControl"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::StackSetConstraint"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::TagOption": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Active": {
              "type": "boolean"
            },
            "Key": {
              "type": "string"
            },
            "Value": {
              "type": "string"
            }
          },
          "required": [
            "Key",
            "Value"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::TagOption"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalog::TagOptionAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ResourceId": {
              "type": "string"
            },
            "TagOptionId": {
              "type": "string"
            }
          },
          "required": [
            "ResourceId",
            "TagOptionId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalog::TagOptionAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalogAppRegistry::Application": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalogAppRegistry::Application"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalogAppRegistry::AttributeGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Attributes": {
              "type": "object"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            }
          },
          "required": [
            "Attributes",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalogAppRegistry::AttributeGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Application": {
              "type": "string"
            },
            "AttributeGroup": {
              "type": "string"
            }
          },
          "required": [
            "Application",
            "AttributeGroup"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceCatalogAppRegistry::ResourceAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Application": {
              "type": "string"
            },
            "Resource": {
              "type": "string"
            },
            "ResourceType": {
              "type": "string"
            }
          },
          "required": [
            "Application",
            "Resource",
            "ResourceType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceCatalogAppRegistry::ResourceAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceDiscovery::HttpNamespace": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceDiscovery::HttpNamespace"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceDiscovery::Instance": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "InstanceAttributes": {
              "type": "object"
            },
            "InstanceId": {
              "type": "string"
            },
            "ServiceId": {
              "type": "string"
            }
          },
          "required": [
            "InstanceAttributes",
            "ServiceId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceDiscovery::Instance"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceDiscovery::PrivateDnsNamespace": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Properties": {
              "$ref": "#/$defs/AWS::ServiceDiscovery::PrivateDnsNamespace.Properties"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Vpc": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "Vpc"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceDiscovery::PrivateDnsNamespace"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceDiscovery::PrivateDnsNamespace.PrivateDnsPropertiesMutable": {
      "type": "object",
      "properties": {
        "SOA": {
          "$ref": "#/$defs/AWS::ServiceDiscovery::PrivateDnsNamespace.SOA"
        }
      },
      "additionalProperties": false
    },
    "AWS::ServiceDiscovery::PrivateDnsNamespace.Properties": {
      "type": "object",
      "properties": {
        "DnsProperties": {
          "$ref": "#/$defs/AWS::ServiceDiscovery::PrivateDnsNamespace.PrivateDnsPropertiesMutable"
        }
      },
      "additionalProperties": false
    },
    "AWS::ServiceDiscovery::PrivateDnsNamespace.SOA": {
      "type": "object",
      "properties": {
        "TTL": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ServiceDiscovery::PublicDnsNamespace": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Properties": {
              "$ref": "#/$defs/AWS::ServiceDiscovery::PublicDnsNamespace.Properties"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceDiscovery::PublicDnsNamespace"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceDiscovery::PublicDnsNamespace.Properties": {
      "type": "object",
      "properties": {
        "DnsProperties": {
          "$ref": "#/$defs/AWS::ServiceDiscovery::PublicDnsNamespace.PublicDnsPropertiesMutable"
        }
      },
      "additionalProperties": false
    },
    "AWS::ServiceDiscovery::PublicDnsNamespace.PublicDnsPropertiesMutable": {
      "type": "object",
      "properties": {
        "SOA": {
          "$ref": "#/$defs/AWS::ServiceDiscovery::PublicDnsNamespace.SOA"
        }
      },
      "additionalProperties": false
    },
    "AWS::ServiceDiscovery::PublicDnsNamespace.SOA": {
      "type": "object",
      "properties": {
        "TTL": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::ServiceDiscovery::Service": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "DnsConfig": {
              "$ref": "#/$defs/AWS::ServiceDiscovery::Service.DnsConfig"
            },
            "HealthCheckConfig": {
              "$ref": "#/$defs/AWS::ServiceDiscovery::Service.HealthCheckConfig"
            },
            "HealthCheckCustomConfig": {
              "$ref": "#/$defs/AWS::ServiceDiscovery::Service.HealthCheckCustomConfig"
            },
            "Name": {
              "type": "string"
            },
            "NamespaceId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::ServiceDiscovery::Service"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceDiscovery::Service.DnsConfig": {
      "type": "object",
      "properties": {
        "DnsRecords": {
          "items": {
            "$ref": "#/$defs/AWS::ServiceDiscovery::Service.DnsRecord"
          },
          "type": "array"
        },
        "NamespaceId": {
          "type": "string"
        },
        "RoutingPolicy": {
          "type": "string"
        }
      },
      "required": [
        "DnsRecords"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceDiscovery::Service.DnsRecord": {
      "type": "object",
      "properties": {
        "TTL": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "TTL",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceDiscovery::Service.HealthCheckConfig": {
      "type": "object",
      "properties": {
        "FailureThreshold": {
          "type": "number"
        },
        "ResourcePath": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::ServiceDiscovery::Service.HealthCheckCustomConfig": {
      "type": "object",
      "properties": {
        "FailureThreshold": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Shield::DRTAccess": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LogBucketList": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "RoleArn": {
              "type": "string"
            }
          },
          "required": [
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Shield::DRTAccess"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Shield::ProactiveEngagement": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "EmergencyContactList": {
              "items": {
                "$ref": "#/$defs/AWS::Shield::ProactiveEngagement.EmergencyContact"
              },
              "type": "array"
            },
            "ProactiveEngagementStatus": {
              "type": "string"
            }
          },
          "required": [
            "EmergencyContactList",
            "ProactiveEngagementStatus"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Shield::ProactiveEngagement"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Shield::ProactiveEngagement.EmergencyContact": {
      "type": "object",
      "properties": {
        "ContactNotes": {
          "type": "string"
        },
        "EmailAddress": {
          "type": "string"
        },
        "PhoneNumber": {
          "type": "string"
        }
      },
      "required": [
        "EmailAddress"
      ],
      "additionalProperties": false
    },
    "AWS::Shield::Protection": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationLayerAutomaticResponseConfiguration": {
              "$ref": "#/$defs/AWS::Shield::Protection.ApplicationLayerAutomaticResponseConfiguration"
            },
            "HealthCheckArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            },
            "ResourceArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "ResourceArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Shield::Protection"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Shield::Protection.Action": {
      "type": "object",
      "properties": {
        "Block": {
          "type": "object"
        },
        "Count": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::Shield::Protection.ApplicationLayerAutomaticResponseConfiguration": {
      "type": "object",
      "properties": {
        "Action": {
          "$ref": "#/$defs/AWS::Shield::Protection.Action"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "Action",
        "Status"
      ],
      "additionalProperties": false
    },
    "AWS::Shield::ProtectionGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Aggregation": {
              "type": "string"
            },
            "Members": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Pattern": {
              "type": "string"
            },
            "ProtectionGroupId": {
              "type": "string"
            },
            "ResourceType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Aggregation",
            "Pattern",
            "ProtectionGroupId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Shield::ProtectionGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Signer::ProfilePermission": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Action": {
              "type": "string"
            },
            "Principal": {
              "type": "string"
            },
            "ProfileName": {
              "type": "string"
            },
            "ProfileVersion": {
              "type": "string"
            },
            "StatementId": {
              "type": "string"
            }
          },
          "required": [
            "Action",
            "Principal",
            "ProfileName",
            "StatementId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Signer::ProfilePermission"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Signer::SigningProfile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "PlatformId": {
              "type": "string"
            },
            "SignatureValidityPeriod": {
              "$ref": "#/$defs/AWS::Signer::SigningProfile.SignatureValidityPeriod"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "PlatformId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Signer::SigningProfile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Signer::SigningProfile.SignatureValidityPeriod": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::SimSpaceWeaver::Simulation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MaximumDuration": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RoleArn": {
              "type": "string"
            },
            "SchemaS3Location": {
              "$ref": "#/$defs/AWS::SimSpaceWeaver::Simulation.S3Location"
            },
            "SnapshotS3Location": {
              "$ref": "#/$defs/AWS::SimSpaceWeaver::Simulation.S3Location"
            }
          },
          "required": [
            "Name",
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SimSpaceWeaver::Simulation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SimSpaceWeaver::Simulation.S3Location": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "ObjectKey": {
          "type": "string"
        }
      },
      "required": [
        "BucketName",
        "ObjectKey"
      ],
      "additionalProperties": false
    },
    "AWS::StepFunctions::Activity": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::StepFunctions::Activity.TagsEntry"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::StepFunctions::Activity"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::StepFunctions::Activity.TagsEntry": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::StepFunctions::StateMachine": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Definition": {
              "type": "object"
            },
            "DefinitionS3Location": {
              "$ref": "#/$defs/AWS::StepFunctions::StateMachine.S3Location"
            },
            "DefinitionString": {
              "type": "string"
            },
            "DefinitionSubstitutions": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "object"
                }
              }
            },
            "LoggingConfiguration": {
              "$ref": "#/$defs/AWS::StepFunctions::StateMachine.LoggingConfiguration"
            },
            "RoleArn": {
              "type": "string"
            },
            "StateMachineName": {
              "type": "string"
            },
            "StateMachineType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/AWS::StepFunctions::StateMachine.TagsEntry"
              },
              "type": "array"
            },
            "TracingConfiguration": {
              "$ref": "#/$defs/AWS::StepFunctions::StateMachine.TracingConfiguration"
            }
          },
          "required": [
            "RoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::StepFunctions::StateMachine"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::StepFunctions::StateMachine.CloudWatchLogsLogGroup": {
      "type": "object",
      "properties": {
        "LogGroupArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::StepFunctions::StateMachine.LogDestination": {
      "type": "object",
      "properties": {
        "CloudWatchLogsLogGroup": {
          "$ref": "#/$defs/AWS::StepFunctions::StateMachine.CloudWatchLogsLogGroup"
        }
      },
      "additionalProperties": false
    },
    "AWS::StepFunctions::StateMachine.LoggingConfiguration": {
      "type": "object",
      "properties": {
        "Destinations": {
          "items": {
            "$ref": "#/$defs/AWS::StepFunctions::StateMachine.LogDestination"
          },
          "type": "array"
        },
        "IncludeExecutionData": {
          "type": "boolean"
        },
        "Level": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::StepFunctions::StateMachine.S3Location": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "required": [
        "Bucket",
        "Key"
      ],
      "additionalProperties": false
    },
    "AWS::StepFunctions::StateMachine.TagsEntry": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::StepFunctions::StateMachine.TracingConfiguration": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::StepFunctions::StateMachineAlias": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DeploymentPreference": {
              "$ref": "#/$defs/AWS::StepFunctions::StateMachineAlias.DeploymentPreference"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RoutingConfiguration": {
              "items": {
                "$ref": "#/$defs/AWS::StepFunctions::StateMachineAlias.RoutingConfigurationVersion"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::StepFunctions::StateMachineAlias"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::StepFunctions::StateMachineAlias.DeploymentPreference": {
      "type": "object",
      "properties": {
        "Alarms": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Interval": {
          "type": "number"
        },
        "Percentage": {
          "type": "number"
        },
        "StateMachineVersionArn": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "StateMachineVersionArn",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::StepFunctions::StateMachineAlias.RoutingConfigurationVersion": {
      "type": "object",
      "properties": {
        "StateMachineVersionArn": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "required": [
        "StateMachineVersionArn",
        "Weight"
      ],
      "additionalProperties": false
    },
    "AWS::StepFunctions::StateMachineVersion": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "StateMachineArn": {
              "type": "string"
            },
            "StateMachineRevisionId": {
              "type": "string"
            }
          },
          "required": [
            "StateMachineArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::StepFunctions::StateMachineVersion"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SupportApp::AccountAlias": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccountAlias": {
              "type": "string"
            }
          },
          "required": [
            "AccountAlias"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SupportApp::AccountAlias"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SupportApp::SlackChannelConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ChannelId": {
              "type": "string"
            },
            "ChannelName": {
              "type": "string"
            },
            "ChannelRoleArn": {
              "type": "string"
            },
            "NotifyOnAddCorrespondenceToCase": {
              "type": "boolean"
            },
            "NotifyOnCaseSeverity": {
              "type": "string"
            },
            "NotifyOnCreateOrReopenCase": {
              "type": "boolean"
            },
            "NotifyOnResolveCase": {
              "type": "boolean"
            },
            "TeamId": {
              "type": "string"
            }
          },
          "required": [
            "ChannelId",
            "ChannelRoleArn",
            "NotifyOnCaseSeverity",
            "TeamId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SupportApp::SlackChannelConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SupportApp::SlackWorkspaceConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "TeamId": {
              "type": "string"
            },
            "VersionId": {
              "type": "string"
            }
          },
          "required": [
            "TeamId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SupportApp::SlackWorkspaceConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Synthetics::Canary": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ArtifactConfig": {
              "$ref": "#/$defs/AWS::Synthetics::Canary.ArtifactConfig"
            },
            "ArtifactS3Location": {
              "type": "string"
            },
            "Code": {
              "$ref": "#/$defs/AWS::Synthetics::Canary.Code"
            },
            "ExecutionRoleArn": {
              "type": "string"
            },
            "FailureRetentionPeriod": {
              "type": "number"
            },
            "Name": {
              "type": "string"
            },
            "RunConfig": {
              "$ref": "#/$defs/AWS::Synthetics::Canary.RunConfig"
            },
            "RuntimeVersion": {
              "type": "string"
            },
            "Schedule": {
              "$ref": "#/$defs/AWS::Synthetics::Canary.Schedule"
            },
            "StartCanaryAfterCreation": {
              "type": "boolean"
            },
            "SuccessRetentionPeriod": {
              "type": "number"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VPCConfig": {
              "$ref": "#/$defs/AWS::Synthetics::Canary.VPCConfig"
            },
            "VisualReference": {
              "$ref": "#/$defs/AWS::Synthetics::Canary.VisualReference"
            }
          },
          "required": [
            "ArtifactS3Location",
            "Code",
            "ExecutionRoleArn",
            "Name",
            "RuntimeVersion",
            "Schedule"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Synthetics::Canary"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Synthetics::Canary.ArtifactConfig": {
      "type": "object",
      "properties": {
        "S3Encryption": {
          "$ref": "#/$defs/AWS::Synthetics::Canary.S3Encryption"
        }
      },
      "additionalProperties": false
    },
    "AWS::Synthetics::Canary.BaseScreenshot": {
      "type": "object",
      "properties": {
        "IgnoreCoordinates": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ScreenshotName": {
          "type": "string"
        }
      },
      "required": [
        "ScreenshotName"
      ],
      "additionalProperties": false
    },
    "AWS::Synthetics::Canary.Code": {
      "type": "object",
      "properties": {
        "Handler": {
          "type": "string"
        },
        "S3Bucket": {
          "type": "string"
        },
        "S3Key": {
          "type": "string"
        },
        "S3ObjectVersion": {
          "type": "string"
        },
        "Script": {
          "type": "string"
        },
        "SourceLocationArn": {
          "type": "string"
        }
      },
      "required": [
        "Handler"
      ],
      "additionalProperties": false
    },
    "AWS::Synthetics::Canary.RunConfig": {
      "type": "object",
      "properties": {
        "ActiveTracing": {
          "type": "boolean"
        },
        "EnvironmentVariables": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "MemoryInMB": {
          "type": "number"
        },
        "TimeoutInSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Synthetics::Canary.S3Encryption": {
      "type": "object",
      "properties": {
        "EncryptionMode": {
          "type": "string"
        },
        "KmsKeyArn": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Synthetics::Canary.Schedule": {
      "type": "object",
      "properties": {
        "DurationInSeconds": {
          "type": "string"
        },
        "Expression": {
          "type": "string"
        }
      },
      "required": [
        "Expression"
      ],
      "additionalProperties": false
    },
    "AWS::Synthetics::Canary.VPCConfig": {
      "type": "object",
      "properties": {
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "VpcId": {
          "type": "string"
        }
      },
      "required": [
        "SecurityGroupIds",
        "SubnetIds"
      ],
      "additionalProperties": false
    },
    "AWS::Synthetics::Canary.VisualReference": {
      "type": "object",
      "properties": {
        "BaseCanaryRunId": {
          "type": "string"
        },
        "BaseScreenshots": {
          "items": {
            "$ref": "#/$defs/AWS::Synthetics::Canary.BaseScreenshot"
          },
          "type": "array"
        }
      },
      "required": [
        "BaseCanaryRunId"
      ],
      "additionalProperties": false
    },
    "AWS::Synthetics::Group": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "ResourceArns": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Synthetics::Group"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SystemsManagerSAP::Application": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ApplicationId": {
              "type": "string"
            },
            "ApplicationType": {
              "type": "string"
            },
            "Credentials": {
              "items": {
                "$ref": "#/$defs/AWS::SystemsManagerSAP::Application.Credential"
              },
              "type": "array"
            },
            "Instances": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SapInstanceNumber": {
              "type": "string"
            },
            "Sid": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ApplicationId",
            "ApplicationType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::SystemsManagerSAP::Application"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::SystemsManagerSAP::Application.Credential": {
      "type": "object",
      "properties": {
        "CredentialType": {
          "type": "string"
        },
        "DatabaseName": {
          "type": "string"
        },
        "SecretId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Timestream::Database": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DatabaseName": {
              "type": "string"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Timestream::Database"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::InfluxDBInstance": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AllocatedStorage": {
              "type": "number"
            },
            "Bucket": {
              "type": "string"
            },
            "DbInstanceType": {
              "type": "string"
            },
            "DbParameterGroupIdentifier": {
              "type": "string"
            },
            "DbStorageType": {
              "type": "string"
            },
            "DeploymentType": {
              "type": "string"
            },
            "LogDeliveryConfiguration": {
              "$ref": "#/$defs/AWS::Timestream::InfluxDBInstance.LogDeliveryConfiguration"
            },
            "Name": {
              "type": "string"
            },
            "Organization": {
              "type": "string"
            },
            "Password": {
              "type": "string"
            },
            "PubliclyAccessible": {
              "type": "boolean"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Username": {
              "type": "string"
            },
            "VpcSecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "VpcSubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Timestream::InfluxDBInstance"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::InfluxDBInstance.LogDeliveryConfiguration": {
      "type": "object",
      "properties": {
        "S3Configuration": {
          "$ref": "#/$defs/AWS::Timestream::InfluxDBInstance.S3Configuration"
        }
      },
      "required": [
        "S3Configuration"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::InfluxDBInstance.S3Configuration": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "Enabled": {
          "type": "boolean"
        }
      },
      "required": [
        "BucketName",
        "Enabled"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::ScheduledQuery": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ClientToken": {
              "type": "string"
            },
            "ErrorReportConfiguration": {
              "$ref": "#/$defs/AWS::Timestream::ScheduledQuery.ErrorReportConfiguration"
            },
            "KmsKeyId": {
              "type": "string"
            },
            "NotificationConfiguration": {
              "$ref": "#/$defs/AWS::Timestream::ScheduledQuery.NotificationConfiguration"
            },
            "QueryString": {
              "type": "string"
            },
            "ScheduleConfiguration": {
              "$ref": "#/$defs/AWS::Timestream::ScheduledQuery.ScheduleConfiguration"
            },
            "ScheduledQueryExecutionRoleArn": {
              "type": "string"
            },
            "ScheduledQueryName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TargetConfiguration": {
              "$ref": "#/$defs/AWS::Timestream::ScheduledQuery.TargetConfiguration"
            }
          },
          "required": [
            "ErrorReportConfiguration",
            "NotificationConfiguration",
            "QueryString",
            "ScheduleConfiguration",
            "ScheduledQueryExecutionRoleArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Timestream::ScheduledQuery"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::ScheduledQuery.DimensionMapping": {
      "type": "object",
      "properties": {
        "DimensionValueType": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "DimensionValueType",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::ScheduledQuery.ErrorReportConfiguration": {
      "type": "object",
      "properties": {
        "S3Configuration": {
          "$ref": "#/$defs/AWS::Timestream::ScheduledQuery.S3Configuration"
        }
      },
      "required": [
        "S3Configuration"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::ScheduledQuery.MixedMeasureMapping": {
      "type": "object",
      "properties": {
        "MeasureName": {
          "type": "string"
        },
        "MeasureValueType": {
          "type": "string"
        },
        "MultiMeasureAttributeMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Timestream::ScheduledQuery.MultiMeasureAttributeMapping"
          },
          "type": "array"
        },
        "SourceColumn": {
          "type": "string"
        },
        "TargetMeasureName": {
          "type": "string"
        }
      },
      "required": [
        "MeasureValueType"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::ScheduledQuery.MultiMeasureAttributeMapping": {
      "type": "object",
      "properties": {
        "MeasureValueType": {
          "type": "string"
        },
        "SourceColumn": {
          "type": "string"
        },
        "TargetMultiMeasureAttributeName": {
          "type": "string"
        }
      },
      "required": [
        "MeasureValueType",
        "SourceColumn"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::ScheduledQuery.MultiMeasureMappings": {
      "type": "object",
      "properties": {
        "MultiMeasureAttributeMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Timestream::ScheduledQuery.MultiMeasureAttributeMapping"
          },
          "type": "array"
        },
        "TargetMultiMeasureName": {
          "type": "string"
        }
      },
      "required": [
        "MultiMeasureAttributeMappings"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::ScheduledQuery.NotificationConfiguration": {
      "type": "object",
      "properties": {
        "SnsConfiguration": {
          "$ref": "#/$defs/AWS::Timestream::ScheduledQuery.SnsConfiguration"
        }
      },
      "required": [
        "SnsConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::ScheduledQuery.S3Configuration": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "EncryptionOption": {
          "type": "string"
        },
        "ObjectKeyPrefix": {
          "type": "string"
        }
      },
      "required": [
        "BucketName"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::ScheduledQuery.ScheduleConfiguration": {
      "type": "object",
      "properties": {
        "ScheduleExpression": {
          "type": "string"
        }
      },
      "required": [
        "ScheduleExpression"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::ScheduledQuery.SnsConfiguration": {
      "type": "object",
      "properties": {
        "TopicArn": {
          "type": "string"
        }
      },
      "required": [
        "TopicArn"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::ScheduledQuery.TargetConfiguration": {
      "type": "object",
      "properties": {
        "TimestreamConfiguration": {
          "$ref": "#/$defs/AWS::Timestream::ScheduledQuery.TimestreamConfiguration"
        }
      },
      "required": [
        "TimestreamConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::ScheduledQuery.TimestreamConfiguration": {
      "type": "object",
      "properties": {
        "DatabaseName": {
          "type": "string"
        },
        "DimensionMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Timestream::ScheduledQuery.DimensionMapping"
          },
          "type": "array"
        },
        "MeasureNameColumn": {
          "type": "string"
        },
        "MixedMeasureMappings": {
          "items": {
            "$ref": "#/$defs/AWS::Timestream::ScheduledQuery.MixedMeasureMapping"
          },
          "type": "array"
        },
        "MultiMeasureMappings": {
          "$ref": "#/$defs/AWS::Timestream::ScheduledQuery.MultiMeasureMappings"
        },
        "TableName": {
          "type": "string"
        },
        "TimeColumn": {
          "type": "string"
        }
      },
      "required": [
        "DatabaseName",
        "DimensionMappings",
        "TableName",
        "TimeColumn"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::Table": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DatabaseName": {
              "type": "string"
            },
            "MagneticStoreWriteProperties": {
              "$ref": "#/$defs/AWS::Timestream::Table.MagneticStoreWriteProperties"
            },
            "RetentionProperties": {
              "$ref": "#/$defs/AWS::Timestream::Table.RetentionProperties"
            },
            "Schema": {
              "$ref": "#/$defs/AWS::Timestream::Table.Schema"
            },
            "TableName": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DatabaseName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Timestream::Table"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::Table.MagneticStoreRejectedDataLocation": {
      "type": "object",
      "properties": {
        "S3Configuration": {
          "$ref": "#/$defs/AWS::Timestream::Table.S3Configuration"
        }
      },
      "additionalProperties": false
    },
    "AWS::Timestream::Table.MagneticStoreWriteProperties": {
      "type": "object",
      "properties": {
        "EnableMagneticStoreWrites": {
          "type": "boolean"
        },
        "MagneticStoreRejectedDataLocation": {
          "$ref": "#/$defs/AWS::Timestream::Table.MagneticStoreRejectedDataLocation"
        }
      },
      "required": [
        "EnableMagneticStoreWrites"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::Table.PartitionKey": {
      "type": "object",
      "properties": {
        "EnforcementInRecord": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::Table.RetentionProperties": {
      "type": "object",
      "properties": {
        "MagneticStoreRetentionPeriodInDays": {
          "type": "string"
        },
        "MemoryStoreRetentionPeriodInHours": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Timestream::Table.S3Configuration": {
      "type": "object",
      "properties": {
        "BucketName": {
          "type": "string"
        },
        "EncryptionOption": {
          "type": "string"
        },
        "KmsKeyId": {
          "type": "string"
        },
        "ObjectKeyPrefix": {
          "type": "string"
        }
      },
      "required": [
        "BucketName",
        "EncryptionOption"
      ],
      "additionalProperties": false
    },
    "AWS::Timestream::Table.Schema": {
      "type": "object",
      "properties": {
        "CompositePartitionKey": {
          "items": {
            "$ref": "#/$defs/AWS::Timestream::Table.PartitionKey"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Agreement": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessRole": {
              "type": "string"
            },
            "BaseDirectory": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "LocalProfileId": {
              "type": "string"
            },
            "PartnerProfileId": {
              "type": "string"
            },
            "ServerId": {
              "type": "string"
            },
            "Status": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AccessRole",
            "BaseDirectory",
            "LocalProfileId",
            "PartnerProfileId",
            "ServerId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Transfer::Agreement"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Transfer::Certificate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ActiveDate": {
              "type": "string"
            },
            "Certificate": {
              "type": "string"
            },
            "CertificateChain": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "InactiveDate": {
              "type": "string"
            },
            "PrivateKey": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Usage": {
              "type": "string"
            }
          },
          "required": [
            "Certificate",
            "Usage"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Transfer::Certificate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Transfer::Connector": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AccessRole": {
              "type": "string"
            },
            "As2Config": {
              "$ref": "#/$defs/AWS::Transfer::Connector.As2Config"
            },
            "LoggingRole": {
              "type": "string"
            },
            "SftpConfig": {
              "$ref": "#/$defs/AWS::Transfer::Connector.SftpConfig"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Url": {
              "type": "string"
            }
          },
          "required": [
            "AccessRole",
            "Url"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Transfer::Connector"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Transfer::Connector.As2Config": {
      "type": "object",
      "properties": {
        "BasicAuthSecretId": {
          "type": "string"
        },
        "Compression": {
          "type": "string"
        },
        "EncryptionAlgorithm": {
          "type": "string"
        },
        "LocalProfileId": {
          "type": "string"
        },
        "MdnResponse": {
          "type": "string"
        },
        "MdnSigningAlgorithm": {
          "type": "string"
        },
        "MessageSubject": {
          "type": "string"
        },
        "PartnerProfileId": {
          "type": "string"
        },
        "SigningAlgorithm": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Connector.SftpConfig": {
      "type": "object",
      "properties": {
        "TrustedHostKeys": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "UserSecretId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Profile": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "As2Id": {
              "type": "string"
            },
            "CertificateIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ProfileType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "As2Id",
            "ProfileType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Transfer::Profile"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Transfer::Server": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Certificate": {
              "type": "string"
            },
            "Domain": {
              "type": "string"
            },
            "EndpointDetails": {
              "$ref": "#/$defs/AWS::Transfer::Server.EndpointDetails"
            },
            "EndpointType": {
              "type": "string"
            },
            "IdentityProviderDetails": {
              "$ref": "#/$defs/AWS::Transfer::Server.IdentityProviderDetails"
            },
            "IdentityProviderType": {
              "type": "string"
            },
            "LoggingRole": {
              "type": "string"
            },
            "PostAuthenticationLoginBanner": {
              "type": "string"
            },
            "PreAuthenticationLoginBanner": {
              "type": "string"
            },
            "ProtocolDetails": {
              "$ref": "#/$defs/AWS::Transfer::Server.ProtocolDetails"
            },
            "Protocols": {
              "items": {
                "$ref": "#/$defs/AWS::Transfer::Server.Protocol"
              },
              "type": "array"
            },
            "S3StorageOptions": {
              "$ref": "#/$defs/AWS::Transfer::Server.S3StorageOptions"
            },
            "SecurityPolicyName": {
              "type": "string"
            },
            "StructuredLogDestinations": {
              "items": {
                "$ref": "#/$defs/AWS::Transfer::Server.StructuredLogDestination"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "WorkflowDetails": {
              "$ref": "#/$defs/AWS::Transfer::Server.WorkflowDetails"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Transfer::Server"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::Transfer::Server.As2Transport": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::Transfer::Server.EndpointDetails": {
      "type": "object",
      "properties": {
        "AddressAllocationIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SecurityGroupIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SubnetIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "VpcEndpointId": {
          "type": "string"
        },
        "VpcId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Server.IdentityProviderDetails": {
      "type": "object",
      "properties": {
        "DirectoryId": {
          "type": "string"
        },
        "Function": {
          "type": "string"
        },
        "InvocationRole": {
          "type": "string"
        },
        "SftpAuthenticationMethods": {
          "type": "string"
        },
        "Url": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Server.Protocol": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::Transfer::Server.ProtocolDetails": {
      "type": "object",
      "properties": {
        "As2Transports": {
          "items": {
            "$ref": "#/$defs/AWS::Transfer::Server.As2Transport"
          },
          "type": "array"
        },
        "PassiveIp": {
          "type": "string"
        },
        "SetStatOption": {
          "type": "string"
        },
        "TlsSessionResumptionMode": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Server.S3StorageOptions": {
      "type": "object",
      "properties": {
        "DirectoryListingOptimization": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Server.StructuredLogDestination": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::Transfer::Server.WorkflowDetail": {
      "type": "object",
      "properties": {
        "ExecutionRole": {
          "type": "string"
        },
        "WorkflowId": {
          "type": "string"
        }
      },
      "required": [
        "ExecutionRole",
        "WorkflowId"
      ],
      "additionalProperties": false
    },
    "AWS::Transfer::Server.WorkflowDetails": {
      "type": "object",
      "properties": {
        "OnPartialUpload": {
          "items": {
            "$ref": "#/$defs/AWS::Transfer::Server.WorkflowDetail"
          },
          "type": "array"
        },
        "OnUpload": {
          "items": {
            "$ref": "#/$defs/AWS::Transfer::Server.WorkflowDetail"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::User": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "HomeDirectory": {
              "type": "string"
            },
            "HomeDirectoryMappings": {
              "items": {
                "$ref": "#/$defs/AWS::Transfer::User.HomeDirectoryMapEntry"
              },
              "type": "array"
            },
            "HomeDirectoryType": {
              "type": "string"
            },
            "Policy": {
              "type": "string"
            },
            "PosixProfile": {
              "$ref": "#/$defs/AWS::Transfer::User.PosixProfile"
            },
            "Role": {
              "type": "string"
            },
            "ServerId": {
              "type": "string"
            },
            "SshPublicKeys": {
              "items": {
                "$ref": "#/$defs/AWS::Transfer::User.SshPublicKey"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UserName": {
              "type": "string"
            }
          },
          "required": [
            "Role",
            "ServerId",
            "UserName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Transfer::User"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Transfer::User.HomeDirectoryMapEntry": {
      "type": "object",
      "properties": {
        "Entry": {
          "type": "string"
        },
        "Target": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Entry",
        "Target"
      ],
      "additionalProperties": false
    },
    "AWS::Transfer::User.PosixProfile": {
      "type": "object",
      "properties": {
        "Gid": {
          "type": "number"
        },
        "SecondaryGids": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "Uid": {
          "type": "number"
        }
      },
      "required": [
        "Gid",
        "Uid"
      ],
      "additionalProperties": false
    },
    "AWS::Transfer::User.SshPublicKey": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    },
    "AWS::Transfer::Workflow": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "OnExceptionSteps": {
              "items": {
                "$ref": "#/$defs/AWS::Transfer::Workflow.WorkflowStep"
              },
              "type": "array"
            },
            "Steps": {
              "items": {
                "$ref": "#/$defs/AWS::Transfer::Workflow.WorkflowStep"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Steps"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Transfer::Workflow"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Transfer::Workflow.CopyStepDetails": {
      "type": "object",
      "properties": {
        "DestinationFileLocation": {
          "$ref": "#/$defs/AWS::Transfer::Workflow.S3FileLocation"
        },
        "Name": {
          "type": "string"
        },
        "OverwriteExisting": {
          "type": "string"
        },
        "SourceFileLocation": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Workflow.CustomStepDetails": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "SourceFileLocation": {
          "type": "string"
        },
        "Target": {
          "type": "string"
        },
        "TimeoutSeconds": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Workflow.DecryptStepDetails": {
      "type": "object",
      "properties": {
        "DestinationFileLocation": {
          "$ref": "#/$defs/AWS::Transfer::Workflow.InputFileLocation"
        },
        "Name": {
          "type": "string"
        },
        "OverwriteExisting": {
          "type": "string"
        },
        "SourceFileLocation": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Workflow.DeleteStepDetails": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "SourceFileLocation": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Workflow.EfsInputFileLocation": {
      "type": "object",
      "properties": {
        "FileSystemId": {
          "type": "string"
        },
        "Path": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Workflow.InputFileLocation": {
      "type": "object",
      "properties": {
        "EfsFileLocation": {
          "$ref": "#/$defs/AWS::Transfer::Workflow.EfsInputFileLocation"
        },
        "S3FileLocation": {
          "$ref": "#/$defs/AWS::Transfer::Workflow.S3InputFileLocation"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Workflow.S3FileLocation": {
      "type": "object",
      "properties": {
        "S3FileLocation": {
          "$ref": "#/$defs/AWS::Transfer::Workflow.S3InputFileLocation"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Workflow.S3InputFileLocation": {
      "type": "object",
      "properties": {
        "Bucket": {
          "type": "string"
        },
        "Key": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Workflow.S3Tag": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::Transfer::Workflow.TagStepDetails": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "SourceFileLocation": {
          "type": "string"
        },
        "Tags": {
          "items": {
            "$ref": "#/$defs/AWS::Transfer::Workflow.S3Tag"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::Transfer::Workflow.WorkflowStep": {
      "type": "object",
      "properties": {
        "CopyStepDetails": {
          "$ref": "#/$defs/AWS::Transfer::Workflow.CopyStepDetails"
        },
        "CustomStepDetails": {
          "$ref": "#/$defs/AWS::Transfer::Workflow.CustomStepDetails"
        },
        "DecryptStepDetails": {
          "$ref": "#/$defs/AWS::Transfer::Workflow.DecryptStepDetails"
        },
        "DeleteStepDetails": {
          "$ref": "#/$defs/AWS::Transfer::Workflow.DeleteStepDetails"
        },
        "TagStepDetails": {
          "$ref": "#/$defs/AWS::Transfer::Workflow.TagStepDetails"
        },
        "Type": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::VerifiedPermissions::IdentitySource": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Configuration": {
              "$ref": "#/$defs/AWS::VerifiedPermissions::IdentitySource.IdentitySourceConfiguration"
            },
            "PolicyStoreId": {
              "type": "string"
            },
            "PrincipalEntityType": {
              "type": "string"
            }
          },
          "required": [
            "Configuration",
            "PolicyStoreId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::VerifiedPermissions::IdentitySource"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::VerifiedPermissions::IdentitySource.CognitoGroupConfiguration": {
      "type": "object",
      "properties": {
        "GroupEntityType": {
          "type": "string"
        }
      },
      "required": [
        "GroupEntityType"
      ],
      "additionalProperties": false
    },
    "AWS::VerifiedPermissions::IdentitySource.CognitoUserPoolConfiguration": {
      "type": "object",
      "properties": {
        "ClientIds": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "GroupConfiguration": {
          "$ref": "#/$defs/AWS::VerifiedPermissions::IdentitySource.CognitoGroupConfiguration"
        },
        "UserPoolArn": {
          "type": "string"
        }
      },
      "required": [
        "UserPoolArn"
      ],
      "additionalProperties": false
    },
    "AWS::VerifiedPermissions::IdentitySource.IdentitySourceConfiguration": {
      "type": "object",
      "properties": {
        "CognitoUserPoolConfiguration": {
          "$ref": "#/$defs/AWS::VerifiedPermissions::IdentitySource.CognitoUserPoolConfiguration"
        }
      },
      "required": [
        "CognitoUserPoolConfiguration"
      ],
      "additionalProperties": false
    },
    "AWS::VerifiedPermissions::Policy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Definition": {
              "$ref": "#/$defs/AWS::VerifiedPermissions::Policy.PolicyDefinition"
            },
            "PolicyStoreId": {
              "type": "string"
            }
          },
          "required": [
            "Definition",
            "PolicyStoreId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::VerifiedPermissions::Policy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::VerifiedPermissions::Policy.EntityIdentifier": {
      "type": "object",
      "properties": {
        "EntityId": {
          "type": "string"
        },
        "EntityType": {
          "type": "string"
        }
      },
      "required": [
        "EntityId",
        "EntityType"
      ],
      "additionalProperties": false
    },
    "AWS::VerifiedPermissions::Policy.PolicyDefinition": {
      "type": "object",
      "properties": {
        "Static": {
          "$ref": "#/$defs/AWS::VerifiedPermissions::Policy.StaticPolicyDefinition"
        },
        "TemplateLinked": {
          "$ref": "#/$defs/AWS::VerifiedPermissions::Policy.TemplateLinkedPolicyDefinition"
        }
      },
      "additionalProperties": false
    },
    "AWS::VerifiedPermissions::Policy.StaticPolicyDefinition": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "Statement": {
          "type": "string"
        }
      },
      "required": [
        "Statement"
      ],
      "additionalProperties": false
    },
    "AWS::VerifiedPermissions::Policy.TemplateLinkedPolicyDefinition": {
      "type": "object",
      "properties": {
        "PolicyTemplateId": {
          "type": "string"
        },
        "Principal": {
          "$ref": "#/$defs/AWS::VerifiedPermissions::Policy.EntityIdentifier"
        },
        "Resource": {
          "$ref": "#/$defs/AWS::VerifiedPermissions::Policy.EntityIdentifier"
        }
      },
      "required": [
        "PolicyTemplateId"
      ],
      "additionalProperties": false
    },
    "AWS::VerifiedPermissions::PolicyStore": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Schema": {
              "$ref": "#/$defs/AWS::VerifiedPermissions::PolicyStore.SchemaDefinition"
            },
            "ValidationSettings": {
              "$ref": "#/$defs/AWS::VerifiedPermissions::PolicyStore.ValidationSettings"
            }
          },
          "required": [
            "ValidationSettings"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::VerifiedPermissions::PolicyStore"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::VerifiedPermissions::PolicyStore.SchemaDefinition": {
      "type": "object",
      "properties": {
        "CedarJson": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::VerifiedPermissions::PolicyStore.ValidationSettings": {
      "type": "object",
      "properties": {
        "Mode": {
          "type": "string"
        }
      },
      "required": [
        "Mode"
      ],
      "additionalProperties": false
    },
    "AWS::VerifiedPermissions::PolicyTemplate": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "PolicyStoreId": {
              "type": "string"
            },
            "Statement": {
              "type": "string"
            }
          },
          "required": [
            "PolicyStoreId",
            "Statement"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::VerifiedPermissions::PolicyTemplate"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::VoiceID::Domain": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ServerSideEncryptionConfiguration": {
              "$ref": "#/$defs/AWS::VoiceID::Domain.ServerSideEncryptionConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "ServerSideEncryptionConfiguration"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::VoiceID::Domain"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::VoiceID::Domain.ServerSideEncryptionConfiguration": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        }
      },
      "required": [
        "KmsKeyId"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::AccessLogSubscription": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DestinationArn": {
              "type": "string"
            },
            "ResourceIdentifier": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DestinationArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::VpcLattice::AccessLogSubscription"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::AuthPolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Policy": {
              "type": "object"
            },
            "ResourceIdentifier": {
              "type": "string"
            }
          },
          "required": [
            "Policy",
            "ResourceIdentifier"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::VpcLattice::AuthPolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::Listener": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DefaultAction": {
              "$ref": "#/$defs/AWS::VpcLattice::Listener.DefaultAction"
            },
            "Name": {
              "type": "string"
            },
            "Port": {
              "type": "number"
            },
            "Protocol": {
              "type": "string"
            },
            "ServiceIdentifier": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DefaultAction",
            "Protocol"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::VpcLattice::Listener"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::Listener.DefaultAction": {
      "type": "object",
      "properties": {
        "FixedResponse": {
          "$ref": "#/$defs/AWS::VpcLattice::Listener.FixedResponse"
        },
        "Forward": {
          "$ref": "#/$defs/AWS::VpcLattice::Listener.Forward"
        }
      },
      "additionalProperties": false
    },
    "AWS::VpcLattice::Listener.FixedResponse": {
      "type": "object",
      "properties": {
        "StatusCode": {
          "type": "number"
        }
      },
      "required": [
        "StatusCode"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::Listener.Forward": {
      "type": "object",
      "properties": {
        "TargetGroups": {
          "items": {
            "$ref": "#/$defs/AWS::VpcLattice::Listener.WeightedTargetGroup"
          },
          "type": "array"
        }
      },
      "required": [
        "TargetGroups"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::Listener.WeightedTargetGroup": {
      "type": "object",
      "properties": {
        "TargetGroupIdentifier": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "required": [
        "TargetGroupIdentifier"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::ResourcePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Policy": {
              "type": "object"
            },
            "ResourceArn": {
              "type": "string"
            }
          },
          "required": [
            "Policy",
            "ResourceArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::VpcLattice::ResourcePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::Rule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Action": {
              "$ref": "#/$defs/AWS::VpcLattice::Rule.Action"
            },
            "ListenerIdentifier": {
              "type": "string"
            },
            "Match": {
              "$ref": "#/$defs/AWS::VpcLattice::Rule.Match"
            },
            "Name": {
              "type": "string"
            },
            "Priority": {
              "type": "number"
            },
            "ServiceIdentifier": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Action",
            "Match",
            "Priority"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::VpcLattice::Rule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::Rule.Action": {
      "type": "object",
      "properties": {
        "FixedResponse": {
          "$ref": "#/$defs/AWS::VpcLattice::Rule.FixedResponse"
        },
        "Forward": {
          "$ref": "#/$defs/AWS::VpcLattice::Rule.Forward"
        }
      },
      "additionalProperties": false
    },
    "AWS::VpcLattice::Rule.FixedResponse": {
      "type": "object",
      "properties": {
        "StatusCode": {
          "type": "number"
        }
      },
      "required": [
        "StatusCode"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::Rule.Forward": {
      "type": "object",
      "properties": {
        "TargetGroups": {
          "items": {
            "$ref": "#/$defs/AWS::VpcLattice::Rule.WeightedTargetGroup"
          },
          "type": "array"
        }
      },
      "required": [
        "TargetGroups"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::Rule.HeaderMatch": {
      "type": "object",
      "properties": {
        "CaseSensitive": {
          "type": "boolean"
        },
        "Match": {
          "$ref": "#/$defs/AWS::VpcLattice::Rule.HeaderMatchType"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Match",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::Rule.HeaderMatchType": {
      "type": "object",
      "properties": {
        "Contains": {
          "type": "string"
        },
        "Exact": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::VpcLattice::Rule.HttpMatch": {
      "type": "object",
      "properties": {
        "HeaderMatches": {
          "items": {
            "$ref": "#/$defs/AWS::VpcLattice::Rule.HeaderMatch"
          },
          "type": "array"
        },
        "Method": {
          "type": "string"
        },
        "PathMatch": {
          "$ref": "#/$defs/AWS::VpcLattice::Rule.PathMatch"
        }
      },
      "additionalProperties": false
    },
    "AWS::VpcLattice::Rule.Match": {
      "type": "object",
      "properties": {
        "HttpMatch": {
          "$ref": "#/$defs/AWS::VpcLattice::Rule.HttpMatch"
        }
      },
      "required": [
        "HttpMatch"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::Rule.PathMatch": {
      "type": "object",
      "properties": {
        "CaseSensitive": {
          "type": "boolean"
        },
        "Match": {
          "$ref": "#/$defs/AWS::VpcLattice::Rule.PathMatchType"
        }
      },
      "required": [
        "Match"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::Rule.PathMatchType": {
      "type": "object",
      "properties": {
        "Exact": {
          "type": "string"
        },
        "Prefix": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::VpcLattice::Rule.WeightedTargetGroup": {
      "type": "object",
      "properties": {
        "TargetGroupIdentifier": {
          "type": "string"
        },
        "Weight": {
          "type": "number"
        }
      },
      "required": [
        "TargetGroupIdentifier"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::Service": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthType": {
              "type": "string"
            },
            "CertificateArn": {
              "type": "string"
            },
            "CustomDomainName": {
              "type": "string"
            },
            "DnsEntry": {
              "$ref": "#/$defs/AWS::VpcLattice::Service.DnsEntry"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::VpcLattice::Service"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::Service.DnsEntry": {
      "type": "object",
      "properties": {
        "DomainName": {
          "type": "string"
        },
        "HostedZoneId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::VpcLattice::ServiceNetwork": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthType": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::VpcLattice::ServiceNetwork"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::ServiceNetworkServiceAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DnsEntry": {
              "$ref": "#/$defs/AWS::VpcLattice::ServiceNetworkServiceAssociation.DnsEntry"
            },
            "ServiceIdentifier": {
              "type": "string"
            },
            "ServiceNetworkIdentifier": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::VpcLattice::ServiceNetworkServiceAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::ServiceNetworkServiceAssociation.DnsEntry": {
      "type": "object",
      "properties": {
        "DomainName": {
          "type": "string"
        },
        "HostedZoneId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::VpcLattice::ServiceNetworkVpcAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "ServiceNetworkIdentifier": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcIdentifier": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::VpcLattice::ServiceNetworkVpcAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::TargetGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Config": {
              "$ref": "#/$defs/AWS::VpcLattice::TargetGroup.TargetGroupConfig"
            },
            "Name": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Targets": {
              "items": {
                "$ref": "#/$defs/AWS::VpcLattice::TargetGroup.Target"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::VpcLattice::TargetGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::TargetGroup.HealthCheckConfig": {
      "type": "object",
      "properties": {
        "Enabled": {
          "type": "boolean"
        },
        "HealthCheckIntervalSeconds": {
          "type": "number"
        },
        "HealthCheckTimeoutSeconds": {
          "type": "number"
        },
        "HealthyThresholdCount": {
          "type": "number"
        },
        "Matcher": {
          "$ref": "#/$defs/AWS::VpcLattice::TargetGroup.Matcher"
        },
        "Path": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "Protocol": {
          "type": "string"
        },
        "ProtocolVersion": {
          "type": "string"
        },
        "UnhealthyThresholdCount": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::VpcLattice::TargetGroup.Matcher": {
      "type": "object",
      "properties": {
        "HttpCode": {
          "type": "string"
        }
      },
      "required": [
        "HttpCode"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::TargetGroup.Target": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        }
      },
      "required": [
        "Id"
      ],
      "additionalProperties": false
    },
    "AWS::VpcLattice::TargetGroup.TargetGroupConfig": {
      "type": "object",
      "properties": {
        "HealthCheck": {
          "$ref": "#/$defs/AWS::VpcLattice::TargetGroup.HealthCheckConfig"
        },
        "IpAddressType": {
          "type": "string"
        },
        "LambdaEventStructureVersion": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "Protocol": {
          "type": "string"
        },
        "ProtocolVersion": {
          "type": "string"
        },
        "VpcIdentifier": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAF::ByteMatchSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ByteMatchTuples": {
              "items": {
                "$ref": "#/$defs/AWS::WAF::ByteMatchSet.ByteMatchTuple"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAF::ByteMatchSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::ByteMatchSet.ByteMatchTuple": {
      "type": "object",
      "properties": {
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAF::ByteMatchSet.FieldToMatch"
        },
        "PositionalConstraint": {
          "type": "string"
        },
        "TargetString": {
          "type": "string"
        },
        "TargetStringBase64": {
          "type": "string"
        },
        "TextTransformation": {
          "type": "string"
        }
      },
      "required": [
        "FieldToMatch",
        "PositionalConstraint",
        "TextTransformation"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::ByteMatchSet.FieldToMatch": {
      "type": "object",
      "properties": {
        "Data": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::IPSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "IPSetDescriptors": {
              "items": {
                "$ref": "#/$defs/AWS::WAF::IPSet.IPSetDescriptor"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAF::IPSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::IPSet.IPSetDescriptor": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::Rule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MetricName": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Predicates": {
              "items": {
                "$ref": "#/$defs/AWS::WAF::Rule.Predicate"
              },
              "type": "array"
            }
          },
          "required": [
            "MetricName",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAF::Rule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::Rule.Predicate": {
      "type": "object",
      "properties": {
        "DataId": {
          "type": "string"
        },
        "Negated": {
          "type": "boolean"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "DataId",
        "Negated",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::SizeConstraintSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "SizeConstraints": {
              "items": {
                "$ref": "#/$defs/AWS::WAF::SizeConstraintSet.SizeConstraint"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "SizeConstraints"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAF::SizeConstraintSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::SizeConstraintSet.FieldToMatch": {
      "type": "object",
      "properties": {
        "Data": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::SizeConstraintSet.SizeConstraint": {
      "type": "object",
      "properties": {
        "ComparisonOperator": {
          "type": "string"
        },
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAF::SizeConstraintSet.FieldToMatch"
        },
        "Size": {
          "type": "number"
        },
        "TextTransformation": {
          "type": "string"
        }
      },
      "required": [
        "ComparisonOperator",
        "FieldToMatch",
        "Size",
        "TextTransformation"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::SqlInjectionMatchSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "SqlInjectionMatchTuples": {
              "items": {
                "$ref": "#/$defs/AWS::WAF::SqlInjectionMatchSet.SqlInjectionMatchTuple"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAF::SqlInjectionMatchSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::SqlInjectionMatchSet.FieldToMatch": {
      "type": "object",
      "properties": {
        "Data": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::SqlInjectionMatchSet.SqlInjectionMatchTuple": {
      "type": "object",
      "properties": {
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAF::SqlInjectionMatchSet.FieldToMatch"
        },
        "TextTransformation": {
          "type": "string"
        }
      },
      "required": [
        "FieldToMatch",
        "TextTransformation"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::WebACL": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DefaultAction": {
              "$ref": "#/$defs/AWS::WAF::WebACL.WafAction"
            },
            "MetricName": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Rules": {
              "items": {
                "$ref": "#/$defs/AWS::WAF::WebACL.ActivatedRule"
              },
              "type": "array"
            }
          },
          "required": [
            "DefaultAction",
            "MetricName",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAF::WebACL"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::WebACL.ActivatedRule": {
      "type": "object",
      "properties": {
        "Action": {
          "$ref": "#/$defs/AWS::WAF::WebACL.WafAction"
        },
        "Priority": {
          "type": "number"
        },
        "RuleId": {
          "type": "string"
        }
      },
      "required": [
        "Priority",
        "RuleId"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::WebACL.WafAction": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::XssMatchSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "XssMatchTuples": {
              "items": {
                "$ref": "#/$defs/AWS::WAF::XssMatchSet.XssMatchTuple"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "XssMatchTuples"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAF::XssMatchSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::XssMatchSet.FieldToMatch": {
      "type": "object",
      "properties": {
        "Data": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WAF::XssMatchSet.XssMatchTuple": {
      "type": "object",
      "properties": {
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAF::XssMatchSet.FieldToMatch"
        },
        "TextTransformation": {
          "type": "string"
        }
      },
      "required": [
        "FieldToMatch",
        "TextTransformation"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::ByteMatchSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ByteMatchTuples": {
              "items": {
                "$ref": "#/$defs/AWS::WAFRegional::ByteMatchSet.ByteMatchTuple"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFRegional::ByteMatchSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::ByteMatchSet.ByteMatchTuple": {
      "type": "object",
      "properties": {
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFRegional::ByteMatchSet.FieldToMatch"
        },
        "PositionalConstraint": {
          "type": "string"
        },
        "TargetString": {
          "type": "string"
        },
        "TargetStringBase64": {
          "type": "string"
        },
        "TextTransformation": {
          "type": "string"
        }
      },
      "required": [
        "FieldToMatch",
        "PositionalConstraint",
        "TextTransformation"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::ByteMatchSet.FieldToMatch": {
      "type": "object",
      "properties": {
        "Data": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::GeoMatchSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "GeoMatchConstraints": {
              "items": {
                "$ref": "#/$defs/AWS::WAFRegional::GeoMatchSet.GeoMatchConstraint"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFRegional::GeoMatchSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::GeoMatchSet.GeoMatchConstraint": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::IPSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "IPSetDescriptors": {
              "items": {
                "$ref": "#/$defs/AWS::WAFRegional::IPSet.IPSetDescriptor"
              },
              "type": "array"
            },
            "Name": {
              "type": "string"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFRegional::IPSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::IPSet.IPSetDescriptor": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::RateBasedRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MatchPredicates": {
              "items": {
                "$ref": "#/$defs/AWS::WAFRegional::RateBasedRule.Predicate"
              },
              "type": "array"
            },
            "MetricName": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RateKey": {
              "type": "string"
            },
            "RateLimit": {
              "type": "number"
            }
          },
          "required": [
            "MetricName",
            "Name",
            "RateKey",
            "RateLimit"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFRegional::RateBasedRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::RateBasedRule.Predicate": {
      "type": "object",
      "properties": {
        "DataId": {
          "type": "string"
        },
        "Negated": {
          "type": "boolean"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "DataId",
        "Negated",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::RegexPatternSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "RegexPatternStrings": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "Name",
            "RegexPatternStrings"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFRegional::RegexPatternSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::Rule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "MetricName": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Predicates": {
              "items": {
                "$ref": "#/$defs/AWS::WAFRegional::Rule.Predicate"
              },
              "type": "array"
            }
          },
          "required": [
            "MetricName",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFRegional::Rule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::Rule.Predicate": {
      "type": "object",
      "properties": {
        "DataId": {
          "type": "string"
        },
        "Negated": {
          "type": "boolean"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "DataId",
        "Negated",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::SizeConstraintSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "SizeConstraints": {
              "items": {
                "$ref": "#/$defs/AWS::WAFRegional::SizeConstraintSet.SizeConstraint"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFRegional::SizeConstraintSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::SizeConstraintSet.FieldToMatch": {
      "type": "object",
      "properties": {
        "Data": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::SizeConstraintSet.SizeConstraint": {
      "type": "object",
      "properties": {
        "ComparisonOperator": {
          "type": "string"
        },
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFRegional::SizeConstraintSet.FieldToMatch"
        },
        "Size": {
          "type": "number"
        },
        "TextTransformation": {
          "type": "string"
        }
      },
      "required": [
        "ComparisonOperator",
        "FieldToMatch",
        "Size",
        "TextTransformation"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::SqlInjectionMatchSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "SqlInjectionMatchTuples": {
              "items": {
                "$ref": "#/$defs/AWS::WAFRegional::SqlInjectionMatchSet.SqlInjectionMatchTuple"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFRegional::SqlInjectionMatchSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::SqlInjectionMatchSet.FieldToMatch": {
      "type": "object",
      "properties": {
        "Data": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::SqlInjectionMatchSet.SqlInjectionMatchTuple": {
      "type": "object",
      "properties": {
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFRegional::SqlInjectionMatchSet.FieldToMatch"
        },
        "TextTransformation": {
          "type": "string"
        }
      },
      "required": [
        "FieldToMatch",
        "TextTransformation"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::WebACL": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DefaultAction": {
              "$ref": "#/$defs/AWS::WAFRegional::WebACL.Action"
            },
            "MetricName": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Rules": {
              "items": {
                "$ref": "#/$defs/AWS::WAFRegional::WebACL.Rule"
              },
              "type": "array"
            }
          },
          "required": [
            "DefaultAction",
            "MetricName",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFRegional::WebACL"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::WebACL.Action": {
      "type": "object",
      "properties": {
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::WebACL.Rule": {
      "type": "object",
      "properties": {
        "Action": {
          "$ref": "#/$defs/AWS::WAFRegional::WebACL.Action"
        },
        "Priority": {
          "type": "number"
        },
        "RuleId": {
          "type": "string"
        }
      },
      "required": [
        "Action",
        "Priority",
        "RuleId"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::WebACLAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ResourceArn": {
              "type": "string"
            },
            "WebACLId": {
              "type": "string"
            }
          },
          "required": [
            "ResourceArn",
            "WebACLId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFRegional::WebACLAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::XssMatchSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Name": {
              "type": "string"
            },
            "XssMatchTuples": {
              "items": {
                "$ref": "#/$defs/AWS::WAFRegional::XssMatchSet.XssMatchTuple"
              },
              "type": "array"
            }
          },
          "required": [
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFRegional::XssMatchSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::XssMatchSet.FieldToMatch": {
      "type": "object",
      "properties": {
        "Data": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WAFRegional::XssMatchSet.XssMatchTuple": {
      "type": "object",
      "properties": {
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFRegional::XssMatchSet.FieldToMatch"
        },
        "TextTransformation": {
          "type": "string"
        }
      },
      "required": [
        "FieldToMatch",
        "TextTransformation"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::IPSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Addresses": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Description": {
              "type": "string"
            },
            "IPAddressVersion": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Scope": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "Addresses",
            "IPAddressVersion",
            "Scope"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFv2::IPSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::LoggingConfiguration": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "LogDestinationConfigs": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "LoggingFilter": {
              "$ref": "#/$defs/AWS::WAFv2::LoggingConfiguration.LoggingFilter"
            },
            "RedactedFields": {
              "items": {
                "$ref": "#/$defs/AWS::WAFv2::LoggingConfiguration.FieldToMatch"
              },
              "type": "array"
            },
            "ResourceArn": {
              "type": "string"
            }
          },
          "required": [
            "LogDestinationConfigs",
            "ResourceArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFv2::LoggingConfiguration"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::LoggingConfiguration.ActionCondition": {
      "type": "object",
      "properties": {
        "Action": {
          "type": "string"
        }
      },
      "required": [
        "Action"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::LoggingConfiguration.Condition": {
      "type": "object",
      "properties": {
        "ActionCondition": {
          "$ref": "#/$defs/AWS::WAFv2::LoggingConfiguration.ActionCondition"
        },
        "LabelNameCondition": {
          "$ref": "#/$defs/AWS::WAFv2::LoggingConfiguration.LabelNameCondition"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::LoggingConfiguration.FieldToMatch": {
      "type": "object",
      "properties": {
        "Method": {
          "type": "object"
        },
        "QueryString": {
          "type": "object"
        },
        "SingleHeader": {
          "$ref": "#/$defs/AWS::WAFv2::LoggingConfiguration.SingleHeader"
        },
        "UriPath": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::LoggingConfiguration.Filter": {
      "type": "object",
      "properties": {
        "Behavior": {
          "type": "string"
        },
        "Conditions": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::LoggingConfiguration.Condition"
          },
          "type": "array"
        },
        "Requirement": {
          "type": "string"
        }
      },
      "required": [
        "Behavior",
        "Conditions",
        "Requirement"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::LoggingConfiguration.LabelNameCondition": {
      "type": "object",
      "properties": {
        "LabelName": {
          "type": "string"
        }
      },
      "required": [
        "LabelName"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::LoggingConfiguration.LoggingFilter": {
      "type": "object",
      "properties": {
        "DefaultBehavior": {
          "type": "string"
        },
        "Filters": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::LoggingConfiguration.Filter"
          },
          "type": "array"
        }
      },
      "required": [
        "DefaultBehavior",
        "Filters"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::LoggingConfiguration.SingleHeader": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RegexPatternSet": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RegularExpressionList": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Scope": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "RegularExpressionList",
            "Scope"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFv2::RegexPatternSet"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AvailableLabels": {
              "items": {
                "$ref": "#/$defs/AWS::WAFv2::RuleGroup.LabelSummary"
              },
              "type": "array"
            },
            "Capacity": {
              "type": "number"
            },
            "ConsumedLabels": {
              "items": {
                "$ref": "#/$defs/AWS::WAFv2::RuleGroup.LabelSummary"
              },
              "type": "array"
            },
            "CustomResponseBodies": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::WAFv2::RuleGroup.CustomResponseBody"
                }
              }
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Rules": {
              "items": {
                "$ref": "#/$defs/AWS::WAFv2::RuleGroup.Rule"
              },
              "type": "array"
            },
            "Scope": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VisibilityConfig": {
              "$ref": "#/$defs/AWS::WAFv2::RuleGroup.VisibilityConfig"
            }
          },
          "required": [
            "Capacity",
            "Scope",
            "VisibilityConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFv2::RuleGroup"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.AllowAction": {
      "type": "object",
      "properties": {
        "CustomRequestHandling": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.CustomRequestHandling"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.AndStatement": {
      "type": "object",
      "properties": {
        "Statements": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.Statement"
          },
          "type": "array"
        }
      },
      "required": [
        "Statements"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.BlockAction": {
      "type": "object",
      "properties": {
        "CustomResponse": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.CustomResponse"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.Body": {
      "type": "object",
      "properties": {
        "OversizeHandling": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.ByteMatchStatement": {
      "type": "object",
      "properties": {
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.FieldToMatch"
        },
        "PositionalConstraint": {
          "type": "string"
        },
        "SearchString": {
          "type": "string"
        },
        "SearchStringBase64": {
          "type": "string"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "FieldToMatch",
        "PositionalConstraint",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.CaptchaAction": {
      "type": "object",
      "properties": {
        "CustomRequestHandling": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.CustomRequestHandling"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.CaptchaConfig": {
      "type": "object",
      "properties": {
        "ImmunityTimeProperty": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.ImmunityTimeProperty"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.ChallengeAction": {
      "type": "object",
      "properties": {
        "CustomRequestHandling": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.CustomRequestHandling"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.ChallengeConfig": {
      "type": "object",
      "properties": {
        "ImmunityTimeProperty": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.ImmunityTimeProperty"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.CookieMatchPattern": {
      "type": "object",
      "properties": {
        "All": {
          "type": "object"
        },
        "ExcludedCookies": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "IncludedCookies": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.Cookies": {
      "type": "object",
      "properties": {
        "MatchPattern": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.CookieMatchPattern"
        },
        "MatchScope": {
          "type": "string"
        },
        "OversizeHandling": {
          "type": "string"
        }
      },
      "required": [
        "MatchPattern",
        "MatchScope",
        "OversizeHandling"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.CountAction": {
      "type": "object",
      "properties": {
        "CustomRequestHandling": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.CustomRequestHandling"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.CustomHTTPHeader": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.CustomRequestHandling": {
      "type": "object",
      "properties": {
        "InsertHeaders": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.CustomHTTPHeader"
          },
          "type": "array"
        }
      },
      "required": [
        "InsertHeaders"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.CustomResponse": {
      "type": "object",
      "properties": {
        "CustomResponseBodyKey": {
          "type": "string"
        },
        "ResponseCode": {
          "type": "number"
        },
        "ResponseHeaders": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.CustomHTTPHeader"
          },
          "type": "array"
        }
      },
      "required": [
        "ResponseCode"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.CustomResponseBody": {
      "type": "object",
      "properties": {
        "Content": {
          "type": "string"
        },
        "ContentType": {
          "type": "string"
        }
      },
      "required": [
        "Content",
        "ContentType"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.FieldToMatch": {
      "type": "object",
      "properties": {
        "AllQueryArguments": {
          "type": "object"
        },
        "Body": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.Body"
        },
        "Cookies": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.Cookies"
        },
        "Headers": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.Headers"
        },
        "JA3Fingerprint": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.JA3Fingerprint"
        },
        "JsonBody": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.JsonBody"
        },
        "Method": {
          "type": "object"
        },
        "QueryString": {
          "type": "object"
        },
        "SingleHeader": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.SingleHeader"
        },
        "SingleQueryArgument": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.SingleQueryArgument"
        },
        "UriPath": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.ForwardedIPConfiguration": {
      "type": "object",
      "properties": {
        "FallbackBehavior": {
          "type": "string"
        },
        "HeaderName": {
          "type": "string"
        }
      },
      "required": [
        "FallbackBehavior",
        "HeaderName"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.GeoMatchStatement": {
      "type": "object",
      "properties": {
        "CountryCodes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ForwardedIPConfig": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.ForwardedIPConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.HeaderMatchPattern": {
      "type": "object",
      "properties": {
        "All": {
          "type": "object"
        },
        "ExcludedHeaders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "IncludedHeaders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.Headers": {
      "type": "object",
      "properties": {
        "MatchPattern": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.HeaderMatchPattern"
        },
        "MatchScope": {
          "type": "string"
        },
        "OversizeHandling": {
          "type": "string"
        }
      },
      "required": [
        "MatchPattern",
        "MatchScope",
        "OversizeHandling"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.IPSetForwardedIPConfiguration": {
      "type": "object",
      "properties": {
        "FallbackBehavior": {
          "type": "string"
        },
        "HeaderName": {
          "type": "string"
        },
        "Position": {
          "type": "string"
        }
      },
      "required": [
        "FallbackBehavior",
        "HeaderName",
        "Position"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.IPSetReferenceStatement": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "IPSetForwardedIPConfig": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.IPSetForwardedIPConfiguration"
        }
      },
      "required": [
        "Arn"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.ImmunityTimeProperty": {
      "type": "object",
      "properties": {
        "ImmunityTime": {
          "type": "number"
        }
      },
      "required": [
        "ImmunityTime"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.JA3Fingerprint": {
      "type": "object",
      "properties": {
        "FallbackBehavior": {
          "type": "string"
        }
      },
      "required": [
        "FallbackBehavior"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.JsonBody": {
      "type": "object",
      "properties": {
        "InvalidFallbackBehavior": {
          "type": "string"
        },
        "MatchPattern": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.JsonMatchPattern"
        },
        "MatchScope": {
          "type": "string"
        },
        "OversizeHandling": {
          "type": "string"
        }
      },
      "required": [
        "MatchPattern",
        "MatchScope"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.JsonMatchPattern": {
      "type": "object",
      "properties": {
        "All": {
          "type": "object"
        },
        "IncludedPaths": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.Label": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.LabelMatchStatement": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Scope": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Scope"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.LabelSummary": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.NotStatement": {
      "type": "object",
      "properties": {
        "Statement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.Statement"
        }
      },
      "required": [
        "Statement"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.OrStatement": {
      "type": "object",
      "properties": {
        "Statements": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.Statement"
          },
          "type": "array"
        }
      },
      "required": [
        "Statements"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.RateBasedStatement": {
      "type": "object",
      "properties": {
        "AggregateKeyType": {
          "type": "string"
        },
        "CustomKeys": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.RateBasedStatementCustomKey"
          },
          "type": "array"
        },
        "EvaluationWindowSec": {
          "type": "number"
        },
        "ForwardedIPConfig": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.ForwardedIPConfiguration"
        },
        "Limit": {
          "type": "number"
        },
        "ScopeDownStatement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.Statement"
        }
      },
      "required": [
        "AggregateKeyType",
        "Limit"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.RateBasedStatementCustomKey": {
      "type": "object",
      "properties": {
        "Cookie": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.RateLimitCookie"
        },
        "ForwardedIP": {
          "type": "object"
        },
        "HTTPMethod": {
          "type": "object"
        },
        "Header": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.RateLimitHeader"
        },
        "IP": {
          "type": "object"
        },
        "LabelNamespace": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.RateLimitLabelNamespace"
        },
        "QueryArgument": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.RateLimitQueryArgument"
        },
        "QueryString": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.RateLimitQueryString"
        },
        "UriPath": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.RateLimitUriPath"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.RateLimitCookie": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.RateLimitHeader": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.RateLimitLabelNamespace": {
      "type": "object",
      "properties": {
        "Namespace": {
          "type": "string"
        }
      },
      "required": [
        "Namespace"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.RateLimitQueryArgument": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.RateLimitQueryString": {
      "type": "object",
      "properties": {
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.RateLimitUriPath": {
      "type": "object",
      "properties": {
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.RegexMatchStatement": {
      "type": "object",
      "properties": {
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.FieldToMatch"
        },
        "RegexString": {
          "type": "string"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "FieldToMatch",
        "RegexString",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.RegexPatternSetReferenceStatement": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.FieldToMatch"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "Arn",
        "FieldToMatch",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.Rule": {
      "type": "object",
      "properties": {
        "Action": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.RuleAction"
        },
        "CaptchaConfig": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.CaptchaConfig"
        },
        "ChallengeConfig": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.ChallengeConfig"
        },
        "Name": {
          "type": "string"
        },
        "Priority": {
          "type": "number"
        },
        "RuleLabels": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.Label"
          },
          "type": "array"
        },
        "Statement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.Statement"
        },
        "VisibilityConfig": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.VisibilityConfig"
        }
      },
      "required": [
        "Name",
        "Priority",
        "Statement",
        "VisibilityConfig"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.RuleAction": {
      "type": "object",
      "properties": {
        "Allow": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.AllowAction"
        },
        "Block": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.BlockAction"
        },
        "Captcha": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.CaptchaAction"
        },
        "Challenge": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.ChallengeAction"
        },
        "Count": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.CountAction"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.SingleHeader": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.SingleQueryArgument": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.SizeConstraintStatement": {
      "type": "object",
      "properties": {
        "ComparisonOperator": {
          "type": "string"
        },
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.FieldToMatch"
        },
        "Size": {
          "type": "number"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "ComparisonOperator",
        "FieldToMatch",
        "Size",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.SqliMatchStatement": {
      "type": "object",
      "properties": {
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.FieldToMatch"
        },
        "SensitivityLevel": {
          "type": "string"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "FieldToMatch",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.Statement": {
      "type": "object",
      "properties": {
        "AndStatement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.AndStatement"
        },
        "ByteMatchStatement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.ByteMatchStatement"
        },
        "GeoMatchStatement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.GeoMatchStatement"
        },
        "IPSetReferenceStatement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.IPSetReferenceStatement"
        },
        "LabelMatchStatement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.LabelMatchStatement"
        },
        "NotStatement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.NotStatement"
        },
        "OrStatement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.OrStatement"
        },
        "RateBasedStatement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.RateBasedStatement"
        },
        "RegexMatchStatement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.RegexMatchStatement"
        },
        "RegexPatternSetReferenceStatement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.RegexPatternSetReferenceStatement"
        },
        "SizeConstraintStatement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.SizeConstraintStatement"
        },
        "SqliMatchStatement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.SqliMatchStatement"
        },
        "XssMatchStatement": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.XssMatchStatement"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.TextTransformation": {
      "type": "object",
      "properties": {
        "Priority": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Priority",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.VisibilityConfig": {
      "type": "object",
      "properties": {
        "CloudWatchMetricsEnabled": {
          "type": "boolean"
        },
        "MetricName": {
          "type": "string"
        },
        "SampledRequestsEnabled": {
          "type": "boolean"
        }
      },
      "required": [
        "CloudWatchMetricsEnabled",
        "MetricName",
        "SampledRequestsEnabled"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::RuleGroup.XssMatchStatement": {
      "type": "object",
      "properties": {
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFv2::RuleGroup.FieldToMatch"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::RuleGroup.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "FieldToMatch",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssociationConfig": {
              "$ref": "#/$defs/AWS::WAFv2::WebACL.AssociationConfig"
            },
            "CaptchaConfig": {
              "$ref": "#/$defs/AWS::WAFv2::WebACL.CaptchaConfig"
            },
            "ChallengeConfig": {
              "$ref": "#/$defs/AWS::WAFv2::WebACL.ChallengeConfig"
            },
            "CustomResponseBodies": {
              "type": "object",
              "additionalProperties": false,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "$ref": "#/$defs/AWS::WAFv2::WebACL.CustomResponseBody"
                }
              }
            },
            "DefaultAction": {
              "$ref": "#/$defs/AWS::WAFv2::WebACL.DefaultAction"
            },
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "Rules": {
              "items": {
                "$ref": "#/$defs/AWS::WAFv2::WebACL.Rule"
              },
              "type": "array"
            },
            "Scope": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TokenDomains": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "VisibilityConfig": {
              "$ref": "#/$defs/AWS::WAFv2::WebACL.VisibilityConfig"
            }
          },
          "required": [
            "DefaultAction",
            "Scope",
            "VisibilityConfig"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFv2::WebACL"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.AWSManagedRulesACFPRuleSet": {
      "type": "object",
      "properties": {
        "CreationPath": {
          "type": "string"
        },
        "EnableRegexInPath": {
          "type": "boolean"
        },
        "RegistrationPagePath": {
          "type": "string"
        },
        "RequestInspection": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.RequestInspectionACFP"
        },
        "ResponseInspection": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.ResponseInspection"
        }
      },
      "required": [
        "CreationPath",
        "RegistrationPagePath",
        "RequestInspection"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.AWSManagedRulesATPRuleSet": {
      "type": "object",
      "properties": {
        "EnableRegexInPath": {
          "type": "boolean"
        },
        "LoginPath": {
          "type": "string"
        },
        "RequestInspection": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.RequestInspection"
        },
        "ResponseInspection": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.ResponseInspection"
        }
      },
      "required": [
        "LoginPath"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.AWSManagedRulesBotControlRuleSet": {
      "type": "object",
      "properties": {
        "EnableMachineLearning": {
          "type": "boolean"
        },
        "InspectionLevel": {
          "type": "string"
        }
      },
      "required": [
        "InspectionLevel"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.AllowAction": {
      "type": "object",
      "properties": {
        "CustomRequestHandling": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.CustomRequestHandling"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.AndStatement": {
      "type": "object",
      "properties": {
        "Statements": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.Statement"
          },
          "type": "array"
        }
      },
      "required": [
        "Statements"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.AssociationConfig": {
      "type": "object",
      "properties": {
        "RequestBody": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "$ref": "#/$defs/AWS::WAFv2::WebACL.RequestBodyAssociatedResourceTypeConfig"
            }
          }
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.BlockAction": {
      "type": "object",
      "properties": {
        "CustomResponse": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.CustomResponse"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.Body": {
      "type": "object",
      "properties": {
        "OversizeHandling": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.ByteMatchStatement": {
      "type": "object",
      "properties": {
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.FieldToMatch"
        },
        "PositionalConstraint": {
          "type": "string"
        },
        "SearchString": {
          "type": "string"
        },
        "SearchStringBase64": {
          "type": "string"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "FieldToMatch",
        "PositionalConstraint",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.CaptchaAction": {
      "type": "object",
      "properties": {
        "CustomRequestHandling": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.CustomRequestHandling"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.CaptchaConfig": {
      "type": "object",
      "properties": {
        "ImmunityTimeProperty": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.ImmunityTimeProperty"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.ChallengeAction": {
      "type": "object",
      "properties": {
        "CustomRequestHandling": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.CustomRequestHandling"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.ChallengeConfig": {
      "type": "object",
      "properties": {
        "ImmunityTimeProperty": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.ImmunityTimeProperty"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.CookieMatchPattern": {
      "type": "object",
      "properties": {
        "All": {
          "type": "object"
        },
        "ExcludedCookies": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "IncludedCookies": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.Cookies": {
      "type": "object",
      "properties": {
        "MatchPattern": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.CookieMatchPattern"
        },
        "MatchScope": {
          "type": "string"
        },
        "OversizeHandling": {
          "type": "string"
        }
      },
      "required": [
        "MatchPattern",
        "MatchScope",
        "OversizeHandling"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.CountAction": {
      "type": "object",
      "properties": {
        "CustomRequestHandling": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.CustomRequestHandling"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.CustomHTTPHeader": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.CustomRequestHandling": {
      "type": "object",
      "properties": {
        "InsertHeaders": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.CustomHTTPHeader"
          },
          "type": "array"
        }
      },
      "required": [
        "InsertHeaders"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.CustomResponse": {
      "type": "object",
      "properties": {
        "CustomResponseBodyKey": {
          "type": "string"
        },
        "ResponseCode": {
          "type": "number"
        },
        "ResponseHeaders": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.CustomHTTPHeader"
          },
          "type": "array"
        }
      },
      "required": [
        "ResponseCode"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.CustomResponseBody": {
      "type": "object",
      "properties": {
        "Content": {
          "type": "string"
        },
        "ContentType": {
          "type": "string"
        }
      },
      "required": [
        "Content",
        "ContentType"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.DefaultAction": {
      "type": "object",
      "properties": {
        "Allow": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.AllowAction"
        },
        "Block": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.BlockAction"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.ExcludedRule": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.FieldIdentifier": {
      "type": "object",
      "properties": {
        "Identifier": {
          "type": "string"
        }
      },
      "required": [
        "Identifier"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.FieldToMatch": {
      "type": "object",
      "properties": {
        "AllQueryArguments": {
          "type": "object"
        },
        "Body": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.Body"
        },
        "Cookies": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.Cookies"
        },
        "Headers": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.Headers"
        },
        "JA3Fingerprint": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.JA3Fingerprint"
        },
        "JsonBody": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.JsonBody"
        },
        "Method": {
          "type": "object"
        },
        "QueryString": {
          "type": "object"
        },
        "SingleHeader": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.SingleHeader"
        },
        "SingleQueryArgument": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.SingleQueryArgument"
        },
        "UriPath": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.ForwardedIPConfiguration": {
      "type": "object",
      "properties": {
        "FallbackBehavior": {
          "type": "string"
        },
        "HeaderName": {
          "type": "string"
        }
      },
      "required": [
        "FallbackBehavior",
        "HeaderName"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.GeoMatchStatement": {
      "type": "object",
      "properties": {
        "CountryCodes": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ForwardedIPConfig": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.ForwardedIPConfiguration"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.HeaderMatchPattern": {
      "type": "object",
      "properties": {
        "All": {
          "type": "object"
        },
        "ExcludedHeaders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "IncludedHeaders": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.Headers": {
      "type": "object",
      "properties": {
        "MatchPattern": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.HeaderMatchPattern"
        },
        "MatchScope": {
          "type": "string"
        },
        "OversizeHandling": {
          "type": "string"
        }
      },
      "required": [
        "MatchPattern",
        "MatchScope",
        "OversizeHandling"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.IPSetForwardedIPConfiguration": {
      "type": "object",
      "properties": {
        "FallbackBehavior": {
          "type": "string"
        },
        "HeaderName": {
          "type": "string"
        },
        "Position": {
          "type": "string"
        }
      },
      "required": [
        "FallbackBehavior",
        "HeaderName",
        "Position"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.IPSetReferenceStatement": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "IPSetForwardedIPConfig": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.IPSetForwardedIPConfiguration"
        }
      },
      "required": [
        "Arn"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.ImmunityTimeProperty": {
      "type": "object",
      "properties": {
        "ImmunityTime": {
          "type": "number"
        }
      },
      "required": [
        "ImmunityTime"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.JA3Fingerprint": {
      "type": "object",
      "properties": {
        "FallbackBehavior": {
          "type": "string"
        }
      },
      "required": [
        "FallbackBehavior"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.JsonBody": {
      "type": "object",
      "properties": {
        "InvalidFallbackBehavior": {
          "type": "string"
        },
        "MatchPattern": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.JsonMatchPattern"
        },
        "MatchScope": {
          "type": "string"
        },
        "OversizeHandling": {
          "type": "string"
        }
      },
      "required": [
        "MatchPattern",
        "MatchScope"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.JsonMatchPattern": {
      "type": "object",
      "properties": {
        "All": {
          "type": "object"
        },
        "IncludedPaths": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.Label": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.LabelMatchStatement": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Scope": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Scope"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.ManagedRuleGroupConfig": {
      "type": "object",
      "properties": {
        "AWSManagedRulesACFPRuleSet": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.AWSManagedRulesACFPRuleSet"
        },
        "AWSManagedRulesATPRuleSet": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.AWSManagedRulesATPRuleSet"
        },
        "AWSManagedRulesBotControlRuleSet": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.AWSManagedRulesBotControlRuleSet"
        },
        "LoginPath": {
          "type": "string"
        },
        "PasswordField": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.FieldIdentifier"
        },
        "PayloadType": {
          "type": "string"
        },
        "UsernameField": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.FieldIdentifier"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.ManagedRuleGroupStatement": {
      "type": "object",
      "properties": {
        "ExcludedRules": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.ExcludedRule"
          },
          "type": "array"
        },
        "ManagedRuleGroupConfigs": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.ManagedRuleGroupConfig"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "RuleActionOverrides": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.RuleActionOverride"
          },
          "type": "array"
        },
        "ScopeDownStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.Statement"
        },
        "VendorName": {
          "type": "string"
        },
        "Version": {
          "type": "string"
        }
      },
      "required": [
        "Name",
        "VendorName"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.NotStatement": {
      "type": "object",
      "properties": {
        "Statement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.Statement"
        }
      },
      "required": [
        "Statement"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.OrStatement": {
      "type": "object",
      "properties": {
        "Statements": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.Statement"
          },
          "type": "array"
        }
      },
      "required": [
        "Statements"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.OverrideAction": {
      "type": "object",
      "properties": {
        "Count": {
          "type": "object"
        },
        "None": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RateBasedStatement": {
      "type": "object",
      "properties": {
        "AggregateKeyType": {
          "type": "string"
        },
        "CustomKeys": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.RateBasedStatementCustomKey"
          },
          "type": "array"
        },
        "EvaluationWindowSec": {
          "type": "number"
        },
        "ForwardedIPConfig": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.ForwardedIPConfiguration"
        },
        "Limit": {
          "type": "number"
        },
        "ScopeDownStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.Statement"
        }
      },
      "required": [
        "AggregateKeyType",
        "Limit"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RateBasedStatementCustomKey": {
      "type": "object",
      "properties": {
        "Cookie": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.RateLimitCookie"
        },
        "ForwardedIP": {
          "type": "object"
        },
        "HTTPMethod": {
          "type": "object"
        },
        "Header": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.RateLimitHeader"
        },
        "IP": {
          "type": "object"
        },
        "LabelNamespace": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.RateLimitLabelNamespace"
        },
        "QueryArgument": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.RateLimitQueryArgument"
        },
        "QueryString": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.RateLimitQueryString"
        },
        "UriPath": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.RateLimitUriPath"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RateLimitCookie": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RateLimitHeader": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RateLimitLabelNamespace": {
      "type": "object",
      "properties": {
        "Namespace": {
          "type": "string"
        }
      },
      "required": [
        "Namespace"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RateLimitQueryArgument": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "Name",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RateLimitQueryString": {
      "type": "object",
      "properties": {
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RateLimitUriPath": {
      "type": "object",
      "properties": {
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RegexMatchStatement": {
      "type": "object",
      "properties": {
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.FieldToMatch"
        },
        "RegexString": {
          "type": "string"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "FieldToMatch",
        "RegexString",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RegexPatternSetReferenceStatement": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.FieldToMatch"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "Arn",
        "FieldToMatch",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RequestBodyAssociatedResourceTypeConfig": {
      "type": "object",
      "properties": {
        "DefaultSizeInspectionLimit": {
          "type": "string"
        }
      },
      "required": [
        "DefaultSizeInspectionLimit"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RequestInspection": {
      "type": "object",
      "properties": {
        "PasswordField": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.FieldIdentifier"
        },
        "PayloadType": {
          "type": "string"
        },
        "UsernameField": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.FieldIdentifier"
        }
      },
      "required": [
        "PasswordField",
        "PayloadType",
        "UsernameField"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RequestInspectionACFP": {
      "type": "object",
      "properties": {
        "AddressFields": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.FieldIdentifier"
          },
          "type": "array"
        },
        "EmailField": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.FieldIdentifier"
        },
        "PasswordField": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.FieldIdentifier"
        },
        "PayloadType": {
          "type": "string"
        },
        "PhoneNumberFields": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.FieldIdentifier"
          },
          "type": "array"
        },
        "UsernameField": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.FieldIdentifier"
        }
      },
      "required": [
        "PayloadType"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.ResponseInspection": {
      "type": "object",
      "properties": {
        "BodyContains": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.ResponseInspectionBodyContains"
        },
        "Header": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.ResponseInspectionHeader"
        },
        "Json": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.ResponseInspectionJson"
        },
        "StatusCode": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.ResponseInspectionStatusCode"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.ResponseInspectionBodyContains": {
      "type": "object",
      "properties": {
        "FailureStrings": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "SuccessStrings": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "FailureStrings",
        "SuccessStrings"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.ResponseInspectionHeader": {
      "type": "object",
      "properties": {
        "FailureValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Name": {
          "type": "string"
        },
        "SuccessValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "FailureValues",
        "Name",
        "SuccessValues"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.ResponseInspectionJson": {
      "type": "object",
      "properties": {
        "FailureValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "Identifier": {
          "type": "string"
        },
        "SuccessValues": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "FailureValues",
        "Identifier",
        "SuccessValues"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.ResponseInspectionStatusCode": {
      "type": "object",
      "properties": {
        "FailureCodes": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "SuccessCodes": {
          "items": {
            "type": "number"
          },
          "type": "array"
        }
      },
      "required": [
        "FailureCodes",
        "SuccessCodes"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.Rule": {
      "type": "object",
      "properties": {
        "Action": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.RuleAction"
        },
        "CaptchaConfig": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.CaptchaConfig"
        },
        "ChallengeConfig": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.ChallengeConfig"
        },
        "Name": {
          "type": "string"
        },
        "OverrideAction": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.OverrideAction"
        },
        "Priority": {
          "type": "number"
        },
        "RuleLabels": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.Label"
          },
          "type": "array"
        },
        "Statement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.Statement"
        },
        "VisibilityConfig": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.VisibilityConfig"
        }
      },
      "required": [
        "Name",
        "Priority",
        "Statement",
        "VisibilityConfig"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RuleAction": {
      "type": "object",
      "properties": {
        "Allow": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.AllowAction"
        },
        "Block": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.BlockAction"
        },
        "Captcha": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.CaptchaAction"
        },
        "Challenge": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.ChallengeAction"
        },
        "Count": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.CountAction"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RuleActionOverride": {
      "type": "object",
      "properties": {
        "ActionToUse": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.RuleAction"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "ActionToUse",
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.RuleGroupReferenceStatement": {
      "type": "object",
      "properties": {
        "Arn": {
          "type": "string"
        },
        "ExcludedRules": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.ExcludedRule"
          },
          "type": "array"
        },
        "RuleActionOverrides": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.RuleActionOverride"
          },
          "type": "array"
        }
      },
      "required": [
        "Arn"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.SingleHeader": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.SingleQueryArgument": {
      "type": "object",
      "properties": {
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "Name"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.SizeConstraintStatement": {
      "type": "object",
      "properties": {
        "ComparisonOperator": {
          "type": "string"
        },
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.FieldToMatch"
        },
        "Size": {
          "type": "number"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "ComparisonOperator",
        "FieldToMatch",
        "Size",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.SqliMatchStatement": {
      "type": "object",
      "properties": {
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.FieldToMatch"
        },
        "SensitivityLevel": {
          "type": "string"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "FieldToMatch",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.Statement": {
      "type": "object",
      "properties": {
        "AndStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.AndStatement"
        },
        "ByteMatchStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.ByteMatchStatement"
        },
        "GeoMatchStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.GeoMatchStatement"
        },
        "IPSetReferenceStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.IPSetReferenceStatement"
        },
        "LabelMatchStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.LabelMatchStatement"
        },
        "ManagedRuleGroupStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.ManagedRuleGroupStatement"
        },
        "NotStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.NotStatement"
        },
        "OrStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.OrStatement"
        },
        "RateBasedStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.RateBasedStatement"
        },
        "RegexMatchStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.RegexMatchStatement"
        },
        "RegexPatternSetReferenceStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.RegexPatternSetReferenceStatement"
        },
        "RuleGroupReferenceStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.RuleGroupReferenceStatement"
        },
        "SizeConstraintStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.SizeConstraintStatement"
        },
        "SqliMatchStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.SqliMatchStatement"
        },
        "XssMatchStatement": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.XssMatchStatement"
        }
      },
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.TextTransformation": {
      "type": "object",
      "properties": {
        "Priority": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Priority",
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.VisibilityConfig": {
      "type": "object",
      "properties": {
        "CloudWatchMetricsEnabled": {
          "type": "boolean"
        },
        "MetricName": {
          "type": "string"
        },
        "SampledRequestsEnabled": {
          "type": "boolean"
        }
      },
      "required": [
        "CloudWatchMetricsEnabled",
        "MetricName",
        "SampledRequestsEnabled"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACL.XssMatchStatement": {
      "type": "object",
      "properties": {
        "FieldToMatch": {
          "$ref": "#/$defs/AWS::WAFv2::WebACL.FieldToMatch"
        },
        "TextTransformations": {
          "items": {
            "$ref": "#/$defs/AWS::WAFv2::WebACL.TextTransformation"
          },
          "type": "array"
        }
      },
      "required": [
        "FieldToMatch",
        "TextTransformations"
      ],
      "additionalProperties": false
    },
    "AWS::WAFv2::WebACLAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ResourceArn": {
              "type": "string"
            },
            "WebACLArn": {
              "type": "string"
            }
          },
          "required": [
            "ResourceArn",
            "WebACLArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WAFv2::WebACLAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Wisdom::Assistant": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "ServerSideEncryptionConfiguration": {
              "$ref": "#/$defs/AWS::Wisdom::Assistant.ServerSideEncryptionConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "Type": {
              "type": "string"
            }
          },
          "required": [
            "Name",
            "Type"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Wisdom::Assistant"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Wisdom::Assistant.ServerSideEncryptionConfiguration": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Wisdom::AssistantAssociation": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AssistantId": {
              "type": "string"
            },
            "Association": {
              "$ref": "#/$defs/AWS::Wisdom::AssistantAssociation.AssociationData"
            },
            "AssociationType": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "AssistantId",
            "Association",
            "AssociationType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Wisdom::AssistantAssociation"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Wisdom::AssistantAssociation.AssociationData": {
      "type": "object",
      "properties": {
        "KnowledgeBaseId": {
          "type": "string"
        }
      },
      "required": [
        "KnowledgeBaseId"
      ],
      "additionalProperties": false
    },
    "AWS::Wisdom::KnowledgeBase": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "Description": {
              "type": "string"
            },
            "KnowledgeBaseType": {
              "type": "string"
            },
            "Name": {
              "type": "string"
            },
            "RenderingConfiguration": {
              "$ref": "#/$defs/AWS::Wisdom::KnowledgeBase.RenderingConfiguration"
            },
            "ServerSideEncryptionConfiguration": {
              "$ref": "#/$defs/AWS::Wisdom::KnowledgeBase.ServerSideEncryptionConfiguration"
            },
            "SourceConfiguration": {
              "$ref": "#/$defs/AWS::Wisdom::KnowledgeBase.SourceConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "KnowledgeBaseType",
            "Name"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::Wisdom::KnowledgeBase"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::Wisdom::KnowledgeBase.AppIntegrationsConfiguration": {
      "type": "object",
      "properties": {
        "AppIntegrationArn": {
          "type": "string"
        },
        "ObjectFields": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "AppIntegrationArn"
      ],
      "additionalProperties": false
    },
    "AWS::Wisdom::KnowledgeBase.RenderingConfiguration": {
      "type": "object",
      "properties": {
        "TemplateUri": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Wisdom::KnowledgeBase.ServerSideEncryptionConfiguration": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::Wisdom::KnowledgeBase.SourceConfiguration": {
      "type": "object",
      "properties": {
        "AppIntegrations": {
          "$ref": "#/$defs/AWS::Wisdom::KnowledgeBase.AppIntegrationsConfiguration"
        }
      },
      "required": [
        "AppIntegrations"
      ],
      "additionalProperties": false
    },
    "AWS::WorkSpaces::ConnectionAlias": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "ConnectionString": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "ConnectionString"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WorkSpaces::ConnectionAlias"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WorkSpaces::ConnectionAlias.ConnectionAliasAssociation": {
      "type": "object",
      "properties": {
        "AssociatedAccountId": {
          "type": "string"
        },
        "AssociationStatus": {
          "type": "string"
        },
        "ConnectionIdentifier": {
          "type": "string"
        },
        "ResourceId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "AWS::WorkSpaces::Workspace": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BundleId": {
              "type": "string"
            },
            "DirectoryId": {
              "type": "string"
            },
            "RootVolumeEncryptionEnabled": {
              "type": "boolean"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UserName": {
              "type": "string"
            },
            "UserVolumeEncryptionEnabled": {
              "type": "boolean"
            },
            "VolumeEncryptionKey": {
              "type": "string"
            },
            "WorkspaceProperties": {
              "$ref": "#/$defs/AWS::WorkSpaces::Workspace.WorkspaceProperties"
            }
          },
          "required": [
            "BundleId",
            "DirectoryId",
            "UserName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WorkSpaces::Workspace"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WorkSpaces::Workspace.WorkspaceProperties": {
      "type": "object",
      "properties": {
        "ComputeTypeName": {
          "type": "string"
        },
        "RootVolumeSizeGib": {
          "type": "number"
        },
        "RunningMode": {
          "type": "string"
        },
        "RunningModeAutoStopTimeoutInMinutes": {
          "type": "number"
        },
        "UserVolumeSizeGib": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "AWS::WorkSpacesThinClient::Environment": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "DesiredSoftwareSetId": {
              "type": "string"
            },
            "DesktopArn": {
              "type": "string"
            },
            "DesktopEndpoint": {
              "type": "string"
            },
            "KmsKeyArn": {
              "type": "string"
            },
            "MaintenanceWindow": {
              "$ref": "#/$defs/AWS::WorkSpacesThinClient::Environment.MaintenanceWindow"
            },
            "Name": {
              "type": "string"
            },
            "SoftwareSetUpdateMode": {
              "type": "string"
            },
            "SoftwareSetUpdateSchedule": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "DesktopArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WorkSpacesThinClient::Environment"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WorkSpacesThinClient::Environment.MaintenanceWindow": {
      "type": "object",
      "properties": {
        "ApplyTimeOf": {
          "type": "string"
        },
        "DaysOfTheWeek": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "EndTimeHour": {
          "type": "number"
        },
        "EndTimeMinute": {
          "type": "number"
        },
        "StartTimeHour": {
          "type": "number"
        },
        "StartTimeMinute": {
          "type": "number"
        },
        "Type": {
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WorkSpacesWeb::BrowserSettings": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdditionalEncryptionContext": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "BrowserPolicy": {
              "type": "string"
            },
            "CustomerManagedKey": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WorkSpacesWeb::BrowserSettings"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WorkSpacesWeb::IdentityProvider": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "IdentityProviderDetails": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "IdentityProviderName": {
              "type": "string"
            },
            "IdentityProviderType": {
              "type": "string"
            },
            "PortalArn": {
              "type": "string"
            }
          },
          "required": [
            "IdentityProviderDetails",
            "IdentityProviderName",
            "IdentityProviderType"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WorkSpacesWeb::IdentityProvider"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WorkSpacesWeb::IpAccessSettings": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdditionalEncryptionContext": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "CustomerManagedKey": {
              "type": "string"
            },
            "Description": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "IpRules": {
              "items": {
                "$ref": "#/$defs/AWS::WorkSpacesWeb::IpAccessSettings.IpRule"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "IpRules"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WorkSpacesWeb::IpAccessSettings"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WorkSpacesWeb::IpAccessSettings.IpRule": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "IpRange": {
          "type": "string"
        }
      },
      "required": [
        "IpRange"
      ],
      "additionalProperties": false
    },
    "AWS::WorkSpacesWeb::NetworkSettings": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "SecurityGroupIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "SubnetIds": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "VpcId": {
              "type": "string"
            }
          },
          "required": [
            "SecurityGroupIds",
            "SubnetIds",
            "VpcId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WorkSpacesWeb::NetworkSettings"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WorkSpacesWeb::Portal": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdditionalEncryptionContext": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "AuthenticationType": {
              "type": "string"
            },
            "BrowserSettingsArn": {
              "type": "string"
            },
            "CustomerManagedKey": {
              "type": "string"
            },
            "DisplayName": {
              "type": "string"
            },
            "InstanceType": {
              "type": "string"
            },
            "IpAccessSettingsArn": {
              "type": "string"
            },
            "MaxConcurrentSessions": {
              "type": "number"
            },
            "NetworkSettingsArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "TrustStoreArn": {
              "type": "string"
            },
            "UserAccessLoggingSettingsArn": {
              "type": "string"
            },
            "UserSettingsArn": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WorkSpacesWeb::Portal"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::WorkSpacesWeb::TrustStore": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "CertificateList": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "CertificateList"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WorkSpacesWeb::TrustStore"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WorkSpacesWeb::UserAccessLoggingSettings": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "KinesisStreamArn": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "KinesisStreamArn"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WorkSpacesWeb::UserAccessLoggingSettings"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WorkSpacesWeb::UserSettings": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AdditionalEncryptionContext": {
              "type": "object",
              "additionalProperties": true,
              "patternProperties": {
                "^[a-zA-Z0-9]+$": {
                  "type": "string"
                }
              }
            },
            "CookieSynchronizationConfiguration": {
              "$ref": "#/$defs/AWS::WorkSpacesWeb::UserSettings.CookieSynchronizationConfiguration"
            },
            "CopyAllowed": {
              "type": "string"
            },
            "CustomerManagedKey": {
              "type": "string"
            },
            "DisconnectTimeoutInMinutes": {
              "type": "number"
            },
            "DownloadAllowed": {
              "type": "string"
            },
            "IdleDisconnectTimeoutInMinutes": {
              "type": "number"
            },
            "PasteAllowed": {
              "type": "string"
            },
            "PrintAllowed": {
              "type": "string"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            },
            "UploadAllowed": {
              "type": "string"
            }
          },
          "required": [
            "CopyAllowed",
            "DownloadAllowed",
            "PasteAllowed",
            "PrintAllowed",
            "UploadAllowed"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::WorkSpacesWeb::UserSettings"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::WorkSpacesWeb::UserSettings.CookieSpecification": {
      "type": "object",
      "properties": {
        "Domain": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        },
        "Path": {
          "type": "string"
        }
      },
      "required": [
        "Domain"
      ],
      "additionalProperties": false
    },
    "AWS::WorkSpacesWeb::UserSettings.CookieSynchronizationConfiguration": {
      "type": "object",
      "properties": {
        "Allowlist": {
          "items": {
            "$ref": "#/$defs/AWS::WorkSpacesWeb::UserSettings.CookieSpecification"
          },
          "type": "array"
        },
        "Blocklist": {
          "items": {
            "$ref": "#/$defs/AWS::WorkSpacesWeb::UserSettings.CookieSpecification"
          },
          "type": "array"
        }
      },
      "required": [
        "Allowlist"
      ],
      "additionalProperties": false
    },
    "AWS::XRay::Group": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "FilterExpression": {
              "type": "string"
            },
            "GroupName": {
              "type": "string"
            },
            "InsightsConfiguration": {
              "$ref": "#/$defs/AWS::XRay::Group.InsightsConfiguration"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "required": [
            "GroupName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::XRay::Group"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::XRay::Group.InsightsConfiguration": {
      "type": "object",
      "properties": {
        "InsightsEnabled": {
          "type": "boolean"
        },
        "NotificationsEnabled": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "AWS::XRay::ResourcePolicy": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "BypassPolicyLockoutCheck": {
              "type": "boolean"
            },
            "PolicyDocument": {
              "type": "string"
            },
            "PolicyName": {
              "type": "string"
            }
          },
          "required": [
            "PolicyDocument",
            "PolicyName"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::XRay::ResourcePolicy"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "AWS::XRay::SamplingRule": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "SamplingRule": {
              "$ref": "#/$defs/AWS::XRay::SamplingRule.SamplingRule"
            },
            "Tags": {
              "items": {
                "$ref": "#/$defs/Tag"
              },
              "type": "array"
            }
          },
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "AWS::XRay::SamplingRule"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "AWS::XRay::SamplingRule.SamplingRule": {
      "type": "object",
      "properties": {
        "Attributes": {
          "type": "object",
          "additionalProperties": true,
          "patternProperties": {
            "^[a-zA-Z0-9]+$": {
              "type": "string"
            }
          }
        },
        "FixedRate": {
          "type": "number"
        },
        "HTTPMethod": {
          "type": "string"
        },
        "Host": {
          "type": "string"
        },
        "Priority": {
          "type": "number"
        },
        "ReservoirSize": {
          "type": "number"
        },
        "ResourceARN": {
          "type": "string"
        },
        "RuleARN": {
          "type": "string"
        },
        "RuleName": {
          "type": "string"
        },
        "ServiceName": {
          "type": "string"
        },
        "ServiceType": {
          "type": "string"
        },
        "URLPath": {
          "type": "string"
        },
        "Version": {
          "type": "number"
        }
      },
      "required": [
        "FixedRate",
        "HTTPMethod",
        "Host",
        "Priority",
        "ReservoirSize",
        "ResourceARN",
        "ServiceName",
        "ServiceType",
        "URLPath"
      ],
      "additionalProperties": false
    },
    "Alexa::ASK::Skill": {
      "type": "object",
      "properties": {
        "Condition": {
          "type": "string"
        },
        "DeletionPolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        },
        "DependsOn": {
          "anyOf": [
            {
              "pattern": "^[a-zA-Z0-9]+$",
              "type": "string"
            },
            {
              "items": {
                "pattern": "^[a-zA-Z0-9]+$",
                "type": "string"
              },
              "type": "array"
            }
          ]
        },
        "Metadata": {
          "type": "object"
        },
        "Properties": {
          "type": "object",
          "properties": {
            "AuthenticationConfiguration": {
              "$ref": "#/$defs/Alexa::ASK::Skill.AuthenticationConfiguration"
            },
            "SkillPackage": {
              "$ref": "#/$defs/Alexa::ASK::Skill.SkillPackage"
            },
            "VendorId": {
              "type": "string"
            }
          },
          "required": [
            "AuthenticationConfiguration",
            "SkillPackage",
            "VendorId"
          ],
          "additionalProperties": false
        },
        "Type": {
          "enum": [
            "Alexa::ASK::Skill"
          ],
          "type": "string"
        },
        "UpdateReplacePolicy": {
          "enum": [
            "Delete",
            "Retain",
            "Snapshot"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "Alexa::ASK::Skill.AuthenticationConfiguration": {
      "type": "object",
      "properties": {
        "ClientId": {
          "type": "string"
        },
        "ClientSecret": {
          "type": "string"
        },
        "RefreshToken": {
          "type": "string"
        }
      },
      "required": [
        "ClientId",
        "ClientSecret",
        "RefreshToken"
      ],
      "additionalProperties": false
    },
    "Alexa::ASK::Skill.Overrides": {
      "type": "object",
      "properties": {
        "Manifest": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "Alexa::ASK::Skill.SkillPackage": {
      "type": "object",
      "properties": {
        "Overrides": {
          "$ref": "#/$defs/Alexa::ASK::Skill.Overrides"
        },
        "S3Bucket": {
          "type": "string"
        },
        "S3BucketRole": {
          "type": "string"
        },
        "S3Key": {
          "type": "string"
        },
        "S3ObjectVersion": {
          "type": "string"
        }
      },
      "required": [
        "S3Bucket",
        "S3Key"
      ],
      "additionalProperties": false
    },
    "CustomResource": {
      "type": "object",
      "properties": {
        "Properties": {
          "type": "object",
          "properties": {
            "ServiceToken": {
              "type": "string"
            }
          },
          "required": [
            "ServiceToken"
          ],
          "additionalProperties": true
        },
        "Type": {
          "pattern": "^Custom::[a-zA-Z_@-]+$",
          "type": "string"
        }
      },
      "required": [
        "Type",
        "Properties"
      ],
      "additionalProperties": false
    },
    "Parameter": {
      "type": "object",
      "properties": {
        "AllowedPattern": {
          "type": "string"
        },
        "AllowedValues": {
          "type": "array"
        },
        "ConstraintDescription": {
          "type": "string"
        },
        "Default": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "MaxLength": {
          "type": "string"
        },
        "MaxValue": {
          "type": "string"
        },
        "MinLength": {
          "type": "string"
        },
        "MinValue": {
          "type": "string"
        },
        "NoEcho": {
          "type": [
            "string",
            "boolean"
          ]
        },
        "Type": {
          "enum": [
            "String",
            "Number",
            "List<Number>",
            "CommaDelimitedList",
            "AWS::EC2::AvailabilityZone::Name",
            "AWS::EC2::Image::Id",
            "AWS::EC2::Instance::Id",
            "AWS::EC2::KeyPair::KeyName",
            "AWS::EC2::SecurityGroup::GroupName",
            "AWS::EC2::SecurityGroup::Id",
            "AWS::EC2::Subnet::Id",
            "AWS::EC2::Volume::Id",
            "AWS::EC2::VPC::Id",
            "AWS::Route53::HostedZone::Id",
            "List<AWS::EC2::AvailabilityZone::Name>",
            "List<AWS::EC2::Image::Id>",
            "List<AWS::EC2::Instance::Id>",
            "List<AWS::EC2::SecurityGroup::GroupName>",
            "List<AWS::EC2::SecurityGroup::Id>",
            "List<AWS::EC2::Subnet::Id>",
            "List<AWS::EC2::Volume::Id>",
            "List<AWS::EC2::VPC::Id>",
            "List<AWS::Route53::HostedZone::Id>",
            "List<String>",
            "AWS::SSM::Parameter::Name",
            "AWS::SSM::Parameter::Value<String>",
            "AWS::SSM::Parameter::Value<List<String>>",
            "AWS::SSM::Parameter::Value<CommaDelimitedList>",
            "AWS::SSM::Parameter::Value<AWS::EC2::AvailabilityZone::Name>",
            "AWS::SSM::Parameter::Value<AWS::EC2::Image::Id>",
            "AWS::SSM::Parameter::Value<AWS::EC2::Instance::Id>",
            "AWS::SSM::Parameter::Value<AWS::EC2::SecurityGroup::GroupName>",
            "AWS::SSM::Parameter::Value<AWS::EC2::SecurityGroup::Id>",
            "AWS::SSM::Parameter::Value<AWS::EC2::Subnet::Id>",
            "AWS::SSM::Parameter::Value<AWS::EC2::Volume::Id>",
            "AWS::SSM::Parameter::Value<AWS::EC2::VPC::Id>",
            "AWS::SSM::Parameter::Value<AWS::Route53::HostedZone::Id>",
            "AWS::SSM::Parameter::Value<List<AWS::EC2::AvailabilityZone::Name>>",
            "AWS::SSM::Parameter::Value<List<AWS::EC2::Image::Id>>",
            "AWS::SSM::Parameter::Value<List<AWS::EC2::Instance::Id>>",
            "AWS::SSM::Parameter::Value<List<AWS::EC2::SecurityGroup::GroupName>>",
            "AWS::SSM::Parameter::Value<List<AWS::EC2::SecurityGroup::Id>>",
            "AWS::SSM::Parameter::Value<List<AWS::EC2::Subnet::Id>>",
            "AWS::SSM::Parameter::Value<List<AWS::EC2::Volume::Id>>",
            "AWS::SSM::Parameter::Value<List<AWS::EC2::VPC::Id>>",
            "AWS::SSM::Parameter::Value<List<AWS::Route53::HostedZone::Id>>"
          ],
          "type": "string"
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    },
    "Tag": {
      "type": "object",
      "properties": {
        "Key": {
          "type": "string"
        },
        "Value": {
          "type": "string"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    }
  },
  "required": [
    "Resources"
  ]
}
